@charset "utf-8";

#container
{
width:963;
height:5000;
}
body {
	color:#eeeeee;
	margin:0;
	padding:0;
	background:url('images/body_bg.gif') top left repeat;
	background-color:#000000;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
a, a:visited, img
{
	border: 0px;
}
.nofloat { float: none; }
.inner img {float:left;} 

#outer {background: transparent url('images/wrapper_bg.gif') top center repeat-x;}
	#wrapper 
	{
		
		width:963px;
		margin: 0 auto;
		background:#000000;
	}
		/*===================================*\
		 * Header Area
		\*===================================*/
		#wrapper #header 
		{
			background:#202020 url('images/header_bg.gif') center center repeat-x;
			height:80px;
			width:963px;
		}
			#wrapper #logo 
			{
				background:#202020 url('images/logo.gif') top left no-repeat;
				float:left;
				height:80px;
				width:515px;
				
			}
				#logo h1 
				{
					text-indent:-1000em;
					
				}
			#wrapper #login 
			{
				background:#202020 url('images/login_bg.gif') center center no-repeat;
				height:57px;
				width:230px;
				float:right;
				margin:6px 3px 0 0;
				padding:5px 7px;
			}
				#login .text-inp 
				{
					background:#FFFFFF url('images/text_input_bg.gif') center center no-repeat;
					border:none;
					font-size:10px;
					font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
					margin-top:1px;
					padding:4px 0 0 8px;
					float:left;
					width:140px;		
				}
				#login .button 
				{
					margin: 0px 15px 0px 0px;
					float:right;
					padding:0;
					border:none;
				}
				#login form
				{
					margin: 0px;
					padding: 0px;
				}
		/*===================================*\
		 * Navigation Bar
		\*===================================*/
		#wrapper #nav 
		{
			background: #1B2C35 url('http://icywow.com/images/nav_bg.gif') center center no-repeat;
			height:54px;
			width:963px;
		}
			#wrapper #nav ul 
			{
				width:963px;
				list-style:none;
				margin:0 auto;
				padding:0;
			}
				#wrapper #nav li 
				{
					text-align:center;
					float:left;
					
				}
					#wrapper #nav li a 
					{
						color:#FFFFFF;
						text-decoration:none;
						display:block;
						height:34px;
						width:101px;
						padding-top:20px;
					}
						#wrapper #nav li a:hover 
						{
							background:#1B2C35 url('http://icywow.com/images/nav_over.gif') top center no-repeat;
							text-decoration:underline;
						}
		#wrapper #banner {
	width: 963px;
	height: 150px;
	background: url('images/body_bg-OLD.gif');
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		/*===================================*\
		* Main Content Area
		\*===================================*/
		#wrapper #content 
		{
			margin:0 0px;
			background:url('images/body_bg.gif') top left repeat;
		}
			#wrapper #content #left, 
			#wrapper #content #right, 
			#wrapper #content #middle  
			{
			background-image:url(images/background.jpg);
			background-repeat: repeat;
	float:left;
	width:217px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
				#content #left h2, #content #right h2 
				{	
					width:222px;
					height:28px;
					background:#18316A url('images/side_h2_bg.gif') center center no-repeat;
					color:#BDD2F1;
					font-size:12px;
					margin:0 0 0 0;
					padding:18px 0 0 0;
					text-indent:15px;
				}
					/*===================================*\
					 * Side content boxes 
					\*===================================*/
					.cont 
					{	
						width:230px;
						margin:0 0;
						padding:0 0 0 0;
						color:#18326D;
						
					}
					* html .inner {
						clear:both;
						margin: 0px;
						padding: 0px;
					}
						.inner 
						{
							width:230px;
							margin: 0 0;
							background:url('images/side_cont_bg.gif') repeat-y left center;
							padding: 0px;
							overflow: hidden;
							clear: both;
						}
					.inner p {
						margin: 0px;
						padding: 0px 5px;
					}
					.inner img
					{
						clear:	both;
					}
					* html #left .inner p, * html #right .inner p {width:200px;}
					.cont a 
					{
						color:#18326D;
					}
					.cont a:hover 
					{
						text-decoration:none;
					}
					.cont ul 
					{
						clear: left;
						margin-top:0; 
						margin-bottom:0;
					}
					.cont .match 
					{
						margin: 0 0 0 2px;
						list-style:none;
						padding:0;
					}
						.match li 
						{
							background-color:#FFFFFF;
							margin:0px auto 0 auto;
							padding:2px 0;
							width:218px;
							display: block;
							font-size:11px;
							text-indent:10px;
							overflow: hidden;
						}
						/******************
						 * CUSTOM MATCH LIST STYLES 
						 ******************/
						.match *
						{
							display:block;
							clear: none;
							float: left;
						}
						.match * a, .match * a:visited
						{
							border: 0px;
							width: 10%;
							text-align: center;
						}
						.match .team 
						{

							width:70px;
							overflow:hidden;
							display:table-cell;
						}
						.match .score 
						{
							width:450px;
							text-align:center;
						}
						.match .won, .match .lost, .match .result
						{
							width:60px;
							text-align:right;
							display:table-cell;
							font-weight:bold;
						}
						.match .won 
						{
							color:#326d18;
						}
						.match .lost 
						{
							color:#850009;
						}
						.match .result 
						{
							font-weight:normal
						}
			/*===================================*\
			* Middle Content Column
			\*===================================*/
			#wrapper #content #middle 
			{
				width:518px;
				margin: 0px 0px 0px 4px;
			}
				#content #middle h2 
				{
					width:519px;
					height:27px;
					background:#404040 url('images/middle_h2_bg2.gif') center center no-repeat;
					color:#FFFFFF;
					font-size:12px;
					margin:0px 0px 0px 0px;
					padding:18px 0 0 0;
					text-indent:15px;
				}
					#middle .main 
					{
						width:513px;
						background-color:#454545;
						color:#454545;
						padding:3px;
					}
						#middle .inner 
						{
							width:513px;
							background:url(blog-content-bg.jpg) repeat center center;
						}
						.main h3 {
							width:480px;
							background-color:#transparent;
							margin-left:15px;
							margin-right:15px;
												
							color:#414141;
							font-size:12px;

						}
						.main p 
						{
							margin-left:15px;
							margin-right:15px;
							line-height:125%;
						}
		#wrapper #footer
		{
			clear:left;
			background: #214595 url('images/footer_bg.gif') center center no-repeat;
			width:963px;
			margin:10px auto 0 auto;
			height:57px;
		}
		#footer a, #footer a:link,  #footer a:visited {color:#FFFFFF;}
		#footer a:hover { text-decoration:none;}
		
			#wrapper #footer #credits 
			{
				float:left;
				margin:20px 0 0 20px;
			}
			#wrapper #footer #copyright 
			{
				float:right;
				margin:20px 20px 0 0;
			}
#contentmiddle2
{
		margin-right:auto;
		margin-left:auto;
		width:600px;
}
 div.hr {
  height: 1px;
  margin-left:-20px;
  background-color: #fff;
  background-image: url('/images/hr.jpg');
  background-repeat:no-repeat;
}

 div.hrC {
  height: 1px;
  background-color: #fff;
  background-image: url('/images/hr.jpg');
  background-repeat:no-repeat;
  background-position:center; 
}


	
	h10 {
font-family: Century Gothic;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14pt;
	font-weight: bold;
	text-align:left;
	z-index:10;
	margin-left:5px;
	}
	
	
		.Post {
font-family: Century Gothic;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
	z-index:10;
	margin-left:5px;
	}
	
	
#avatar{
	width:50px;
	height:50px;
	background-color: #fff;
	background-image: url('images/no-av.gif');
	margin:-18px 0px -35px -52px;	
}
	 NEWS CONTENT 
	
		.titlecontent {
	font-family: Century Gothic;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16pt;
	font-weight: bold;
	z-index:10;
		}
		
		a.titlefix
 {
    margin-left: 5px;
  	font-family: Century Gothic;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16pt;
	font-weight: bold;
	z-index:10;
 }
	
	.Content {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight:normal;
	padding-left: 5px;
	}
	
	.content a:visited 
	{
	color:#00FF00;
	}
	
	.middlebottomfooter 
	{
	background:url(blog-content-bg.jpg);
		}
		
		/*AvatarBG*/
		.avatarbg
		{
		background-image:url(images/default_Avatar.gif);
		}
		
		/* Added For Me Badge */
#header {border-top:3px solid #616161 !important;text-align:center !important;width:100%;background:#3c3c3c;}
#headerMiddle {width:980px;margin:0 auto !important;height:82px;background:#313131;}
#search input {width:379px;}
.searchContainer .headerSearch {width:492px !important;}
#header .dw_me_badge  img {float:left;}
#header .dw_me_badge h3 {float:left;font-size:1em;margin-left:10px;margin-top:8px}
#header .dw_me_badge ul.MeBadgeMenu {margin:0px 0px 0 0;clear:both;float:left;padding-left:0px;}
#header .dw_me_badge ul.MeBadgeMenu li {display:inline;}
#header .dw_me_badge ul.MeBadgeMenu .frstSublnk{border-right:1px solid #313131;}
#header .dw_me_badge ul.MeBadgeMenu .secSublnk{padding-left:4px;border-right:1px solid #313131;}
#header .dw_me_badge ul.MeBadgeMenu .thrSublnk{padding-left:4px;}
#header .dw_me_badge ul.MeBadgeMenu li a {padding:0 2px 0 6px;font-size:0.95em;}
#header .dw_me_badge ul.MeBadgeMenu li a.first {padding:0 2px 0 0;background:none !important;}
#header .dw_me_badge a.logo {height:42px;width:42px;}
#header .dw_me_badge_invite_text {font-size: 12px;}
#header .dw_me_badge_invite_link {font-size: 12px; font-weight:bold;}
#header .dw_header_feedback {clear:both;height:6px;}
#header .dw_header_feedback{text-align:right; font-size:10px; margin: 7px 20px 0px 0px;padding-top:2px;*padding-top:2px;*margin-top:0px;}
#header .dw_me_badge {width:188px; float:left; margin-left:25px; color:#fff; background:url(http://www.aolcdn.com/dwight/hd-bg) repeat-x 0 0; padding: 0 0 2px 8px;}
#header .dw_me_badge a{color:#77d1ff;}
#header .dw_me_badge a.logo img{border:1px solid #b2b2b2;}

.clear_all {clear:both;}
.placer {position: absolute;width:300%;_width:1000%;*top: 39px;*left: 0;}
.dw_me_badge .dw_header_unauth_text{float:left;text-align: left; margin: 5px 0 0 11px;}
.dw_me_badge .sign_in_txt{float:left; margin:6px 0 0 0;}
.sign_in_txt .dw_me_badge_sign_in_text{font-size:11px;}
.dw_me_badge_invite_link {font-size: 12px; font-weight:bold;}
.dw_me_badge_sign_in_link {font-size: 11px;}
.dw_me_badge {color:#fff;background:#4e4e4e url('http://www.aolcdn.com/dwight/mebadge_bg');border:1px solid #616161;}
.dw_me_badge a{color:#77d1ff;}
.dw_me_badge a.logo img{border:1px solid #b2b2b2;}
.dw_me_badge ul.MeBadgeMenu li a {background:url(http://www.aolcdn.com/ch_aimpages/dw_header_links_sep1) no-repeat 0 50%;}
.dw_header_profile_url {color: #ffffff !important;}
.dw_header_profile_url:hover {text-decoration: none; border:none;border-bottom: 1px solid #fff;}
.dw_header_profile_url {text-decoration: none; border-bottom: 1px dotted #fff;}
.dw_header_feedback a{color:#9a9c9b;}
/* Header 2.0 CSS - END  */

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}