@charset "UTF-8";


/*General Stuff */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

.clear {
	clear:both;
}
body {
	background-color: #666;
	font-family: sans-serif;
	font-size: 13px;
}	  
#site_BG{
	background: url("mpo_bg.png");
	background-repeat: no-repeat;
	background-position:center;
	width:1030px;
	height:1045px;
	position: absolute;
	left: 202px;
	top: -9px;
}

/*End General Stuff */	

/*Main Navagation */

#navMenu{
	display: inline;
	margin: 300;
	padding: 0px;
	z-index: 5;
	position: absolute;
	width: 561px;
	left: 662px;
	top: 24px;
	height: 41px;
}
#navMenu li.first{
	float:left;
	display:inline;
	background: url("left_nav.png");
	background-repeat: no-repeat;
	width:12px;
	height:40px;
	position: absolute;
	left: -11px;
	top: 0px;
}
#navMenu li.last{
	float: right;
	display:inline;
	background: url("right_nav.png");
	width:26px;
	height:40px;
	position: absolute;
	left: 495px;
	top: 0px;
}

a.navhome, a.navhome_a{
	display:block;
	float:left;
	width:64px;
	height:40px;
	background: url("home_button.png");
	background-repeat:no-repeat;
}
a.navhome:hover{

	background: url("home_button.png") 0 80px;
}
a.navhome_a{

	background: url("home_button.png") 0 40px;
}

a.navleague, a.navleague_a{
	display:block;
	float:left;
	width:92px;
	height:40px;
	background: url("league_button.png");
	background-repeat:no-repeat;
}
a.navleague:hover{

	background: url("league_button.png") 0 80px;
}
a.navleague_a{

	background: url("league_button.png") 0 40px;
}

a.navgaming, a.navgaming_a{
	display:block;
	float:left;
	width:93px;
	height:40px;
	background: url("gaming_button.png");
	background-repeat:no-repeat;
}
a.navgaming:hover{

	background: url("gaming_button.png") 0 80px;
}
a.navgaming_a{

	background: url("gaming_button.png") 0 40px;
}

a.navmedia, a.navmedia_a{
	display:block;
	float:left;
	width:83px;
	height:40px;
	background: url("media_button.png");
	background-repeat:no-repeat;
}
a.navmedia:hover{

	background: url("media_button.png") 0 80px;
}
a.navmedia_a{

	background: url("media_button.png") 0 40px;
}

a.navabout, a.navabout_a{
	display:block;
	float:left;
	width:79px;
	height:40px;
	background: url("about_button.png");
	background-repeat:no-repeat;
}
a.navabout:hover{

	background: url("about_button.png") 0 80px;
}
a.navabout_a{

	background: url("about_button.png") 0 40px;
}
	
a.navforums, a.navforums_a{
	display:block;
	float:left;
	width:85px;
	height:40px;
	background: url("forums_button.png");
	background-repeat:no-repeat;
}
a.navforums:hover{

	background: url("forums_button.png") 0 80px;
}
a.navforums_a{

	background: url("forums_button.png") 0 40px;
}
/*End Main Navagation */	

/*Social Navagation */
.nav_container2 {
	top: 105px;
	right: 3px;
	height: 0px;
	position: absolute;
	width: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navMenu2{
	display: inline;
	position: absolute;
	z-index: 5;
	overflow: auto;
	left: 962px;
	top: 64px;
	height: 38px;
	width: 199px;
}
#navMenu2 li.first{
	float: left;
	display: inline;
	background: url("Soc_BG_left.png");
	width:12px;
	height:31px;
}
#navMenu2 li.last{
	float: left;
	display: inline;
	background: url("Soc_BG_right.png");
	width:11px;
	height:31px;
}

a.nav_fb, a.nav_fb_a{
	display:block;
	float:left;
	width:36px;
	height:31px;
	background: url("Soc_FB.png");
	background-repeat:no-repeat;
}
a.nav_fb:hover{

	background: url("Soc_FB.png") 0 62px;
}
a.nav_fb_a{

	background: url("Soc_FB.png") 0 93px;
}

a.nav_msp, a.nav_msp_a{
	display:block;
	float:left;
	width:44px;
	height:31px;
	background: url("Soc_msp.png");
	background-repeat:no-repeat;
}
a.nav_msp:hover{

	background: url("Soc_msp.png") 0 62px;
}
a.nav_msp_a{

	background: url("Soc_msp.png") 0 93px;
}

a.nav_da, a.nav_da_a{
	display:block;
	float:left;
	width:44px;
	height:31px;
	background: url("Soc_da.png");
	background-repeat:no-repeat;
}
a.nav_da:hover{

	background: url("Soc_da.png") 0 62px;
}
a.nav_da_a{

	background: url("Soc_da.png") 0 93px;
}

a.nav_tw, a.nav_tw_a{
	display:block;
	float:left;
	width:37px;
	height:31px;
	background: url("Soc_tw.png");
	background-repeat:no-repeat;
}
a.nav_tw:hover{

	background: url("Soc_tw.png") 0 62px;
}
a.nav_tw_a{

	background: url("Soc_tw.png") 0 93px;
}

/*End Social Navagation */

/*Lower Graphical NAV */

#container {
	margin: 			100px auto 0 auto;
	width: 				600px;
	}
	ul#navigation {
	list-style-type: 	none;
	margin: 			5;
	height: 			347px;
	padding: 			0;
	position: 			absolute;
	margin-top: 600px;
	width: 839px;
	left: 339px;
	top: 38px;
	}
	
	ul#navigation li {
		margin: 			0;
		padding: 			0;
	}
	
	ul#navigation li a {
	display: 			block;
	text-decoration: 	none;
	text-indent: 		-9999px;
	position: 			absolute;
	top: 				1px;
	}
	
	ul#navigation li a.MPL {
	background: 		url('1.png') no-repeat;
	left: 				36px;
	height: 			338px;
	width: 				302px;
	_background: 		none;
		_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1.png', sizingMethod='crop');
	}
	
	ul#navigation li a.MPG {
	background: 		url('2.png') no-repeat;
	left: 				256px;
	height: 			338px;
	width: 				302px;
	_background: 		none;
		_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/2.png', sizingMethod='crop');
	}
	
	ul#navigation li a.MPM {
	background: 		url('3.png') no-repeat;
	left: 				485px;
	height: 			338px;
	width: 				302px;
	z-index: 			2;
	_background: 		none;
		_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/3.png', sizingMethod='crop');
	}
	
	ul#navigation li a:hover {
		padding: 			0 0 20px 0;
		top: 				-20px;
	}
	
/*End Lower Graphical NAV */

/*Footer*/

#footer {
	width:326px;
	height:26px;
	position:absolute;
	left: 338px;
	top: 1000px;
}

#footer a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
   background: url("footer-1.png");
}

#footer a:hover {
  text-decoration:none;
  background-color: #EFEFEF;
  background: url("footer-1.png");
}

#footer2 {
	width:251px;
	height:26px;
	position:absolute;
	left: 808px;
	top: 1000px;
}

#footer2 a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  background: url("footer-2.png");
}

#footer2 a:hover {
  text-decoration:none;
  background-color: #EFEFEF;
  background: url("footer-2.png");
}
#footer3 {
	width:120px;
	height:26px;
	position:absolute;
	left: 676px;
	top: 999px;
}

#footer3 a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  background: url("footer-3.png");
}

#footer3 a:hover {
  text-decoration:none;
  background-color: #EFEFEF;
  background: url("footer-3.png");
}

/*End Footer*/

#youtube {
	width:208px;
	height:100px;
	position:absolute;
	left: 702px;
	top: 533px;
}

#youtube a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  background: url("YT.png");
}

#youtube a:hover {
  text-decoration:none;
  background-color: #EFEFEF;
  background: url("YT.png");
}
  
#vimeo {
	width:240px;
	height:80px;
	position:absolute;
	left: 909px;
	top: 540px;
}

#vimeo a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  background: url("vm.png");
}

#vimeo a:hover {
  text-decoration:none;
  background-color: #EFEFEF;
  background: url("vm.png");
}

#update {
	height: 302px;
	width: 500px;
	background-color: #141414;
    font-color: #FFF;
    margin-bottom: 5px;
	padding: 5 5 5 5;
	position:absolute;
	left: 300px;
	top: 115px;
}
#update #left {
  float:left;
  display: inline;
  padding-right: 7px;
}
#update .user {
  font-weight: bold;
  color: #00aef0;
}
#update .detail {
	font-color: #FFF;
}