﻿*{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}
html{
	background: #124614 url('../images/mw-bg.gif') repeat-x;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
#Wrapper{
	background: #124614;
	border: 1px #000000 solid;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#Header{
	height:112px;
}
#Home-Header{
	background: url('../images/homepage-banner.jpg') no-repeat;
	height: 365px;
}

	#Header h1{
		float:left;
		margin-top:30px;
		margin-left:10px;
	}
		#Header p.tagline{
			margin-top:70px;
			margin-left:-200px;
			float:left;
		}
		#Header .search{
			float:right;
			margin-top:10px;
			margin-right:10px;
			width:143px;
			height:20px;
			padding-top:7px;
			padding-left:5px;
			background:url(../images/search.png) no-repeat;
			border:none;
			padding-right:35px;
		}
#logo {
	width: 299px;
	height: 116px;
	background: url('../images/mw-logo.gif');
	float: left;
}
#Nav{
	height: 40px;
	background: #000000 url(../images/nav-bg.gif) repeat-x;
	overflow: hidden;
	float: right;
	width: 601px;
}
	#Nav ul{
		list-style:none;
		list-style-type:none;
	}
		#Nav ul li{
	float: left;
}
		#Nav ul li:hover{
	background: #ffffff url('../images/nav-hover.gif') repeat-x;
}

#Content-Container{
	padding: 10px;
	width: 640px;
	float: left;
}
#Home-Container{
	padding: 10px;
	width: 880px;
	float: left;
}
#home-sidebar{
	float: right;
	width: 250px;
	margin: 10px 0 10px 15px;
}
/*-----------------------STYLES FOR THE COMMENTS -----------------*/
	#PageComments_holder h4{
		border-bottom:1px solid #563d3d;
		padding-bottom:0px;
		padding-top:10px;
		margin-bottom:10px;
	}
	#CommentHolder ul{
		list-style:none;
		list-style-type:none;
		margin:0px !important;
	}
	#CommentHolder ul li{
		list-style:none;
		list-style-type:none;
	}
	ul.actionLinks{
		clear:both;
		height:20px;
	}
	ul.actionLinks li{
		font-size:12px;
		line-height:12px;
		padding-top:2px !important;
		margin-top:2px !important;
		float:left;
		margin-right:10px;
	}
	ul.actionLinks li.last{
		border-left:1px solid #563D3D;
		padding-left:10px;
	}
	#CommentsRSSFeed{
		text-align:right;
	}
	#CommentsRSSFeed{
		text-align:right;
		margin-top:10px;
	}
	#CommentsRSSFeed a{
		background:url(../images/feed-icon-14x14.png) no-repeat right center;
		padding-right:20px;
		color:#84400a;
	}
	.info{
		font-size:11px !important;
		line-height:16px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#PageComments li{
		padding-top:5px;
		padding-bottom:5px;
		margin-top:5px;
	}
			
	#PageComments li.odd {
		background:#2f1f1f url(../images/comments-odd.gif) top left no-repeat;
		background-position: 1% 10%; 
		border-bottom:2px solid #563D3D;
		padding-left:40px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	#PageComments li.even {
		background:#42211f url(../images/comments-even.gif) top right no-repeat;
		background-position: 99% 10%; 
		border-bottom:2px solid #563D3D;
		padding-left:10px;
		padding-right:40px;
		padding-top:10px;
		padding-bottom:10px;
	}

#Sidebar{
	padding: 10px;
	width: 215px;
	float: right;
}
	#Sidebar ul{
		list-style:none;
		list-style-type:none;
	}
#Footer{
	margin: 0;
	background: #000000 url('../images/footer-bg.gif') repeat-x bottom;
	height: 43px;
}