/*General Stuff*/

body{
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.png) repeat-x;
	font: 12px tahoma;
	color: #666;
}
#wrapper{
	height: 100%;
	width: 938px;
	margin:	0 auto;
	padding: 16px;
	background: #fff;
}
a{
	border: 0;
	text-decoration: none;
	color: #28507e;
}
h1, h2{
	margin: 4px 0;
}	

img{
	border: solid 3px #d7dee7;
}

/*End General Stuff*/

/*Start Header Stuff*/

#logo{
	width: 246px;
	height: 60px;
	float: left;
	background: url(images/logo.png);
}
#twitter{
	width: 244px;
	height: 36px;
	float: right;
	margin: 50px 0 5px 0;
	background: url(images/sprites.png);
}

/*End Header Stuff*/

/*Start Menu*/

#menu{
	width: 938px;
	height: 36px;
	clear: both;
}
#navbody{
	width: 926px;
	height: 36px;
	background: url(images/nav.png);
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	padding: 0;
	margin: 0;
	width: 520px;
	height: 36px;
}
#menu ul li{
	float: left;
	list-style: none;
	width: 85px;
	text-align: center;
}
#menu ul li:hover{
	float: left;
	list-style: none;
	background: url(images/nav-hover.png);
	height: 36px;
}
#menu ul li.active{
	float: left;
	list-style: none;
	background: url(images/nav-hover.png);
	height: 36px;
}
#menu ul li a{
	font: 14px tahoma;
	color: #fff;
	height: 36px;
	padding: 8px 0 0 0;
	display: block;
}
.separator{
	width: 2px;
	height: 36px;
	float: right;
	background: url(images/sprites.png) -12px -96px;
	margin: 0;
}
#navleft{
	width: 6px;
	height: 36px;
	background: url(images/sprites.png) -6px -96px;
	float: left;
	display: inline;
}
#navright{
	width: 6px;
	height: 36px;
	background: url(images/sprites.png) 0 -96px;
	float: right;
	display: inline;
}

/*Start Search*/

#search{
	float: right;
	margin: 5px 0 0 0;
	height: 26px;
	width: 260px;
}
#searchtext{
	font: italic 15px Myriad Pro;
	color: #fff;
	float: left;
	margin: 3px 0 0 0;
}
#search input{
	width: 169px;
	height: 26px;
	background: url(images/sprites.png) 0 -324px;
	border: 0;
	font: 11px tahoma;
	line-height: 26px;
	color: #8a8a8a;
	padding: 0 0 0 36px;
	float: right;
	vertical-align: middle;
}

/*End Search*/

/*End Menu*/

/*Start Left*/

#left{
	width: 658px;
	float: left;
	background: #e9f0f9;
	clear: both;
	margin: 10px 0 0 0;
}
#container{
	width: 630px;
	margin: 0 auto 5px;
	background: transparent;
	clear: left;
}

#comments{
	width: 630px;
	margin: 0 auto 5px;
	background: transparent;
	clear: left;
}
#cornerholder{
	width: 100%;
	height: 6px;
	clear: both;
	background: #e9f0f9;
}
#topleft{
	width: 5px;
	height: 6px;
	float: left;
	background: url(images/sprites.png) -92px -96px;
}
#topright{
	width: 5px;
	height: 6px;
	float: right;
	background: url(images/sprites.png) -97px -96px;
}
#bottomleft{
	width: 5px;
	height: 6px;
	float: left;
	background: url(images/sprites.png) -92px -102px;
}
#bottomright{
	width: 5px;
	height: 6px;
	float: right;
	background: url(images/sprites.png) -97px -102px;
}
h1 a{
	font: 14px tahoma;
	color: #28507e;
	text-align: left;
}
.hr{
	height: 1px;
	width: 100%;
	background: #d1d8e0;
	margin: 5px 0;
}
#breadcrumbs{
	font: 11px tahoma;
}
#breadcrumbs a{
	font: bold 11px tahoma;
	color: #666;
}
#post{
	width: 480px;
	float: right;
	margin: 12px 0 0 0;
	line-height: 21px;
}
#thumb{
	width: auto;
	float: left;
	margin: 9px 4px 20px 0;
}
#readmore{
	width: 78px;
	height: 32px;
	float: right;
	margin: 0;
	background: url(images/sprites.png) -14px -96px;
}
#share{
	float: left;
	margin: 10px 0 0 5px;
}
.a2a_dd{
	float: right;
}
#article{
	width: 628px;
	margin: 0 auto;
	line-height: 21px;
}
#articlead{
	float: right;
	margin: 8px 0 0 0;
}
/*End Left*/

/*Start Right*/

#right{
	width: 275px;
	float: right;
	background: #e9f0f9;
	clear: right;
	margin: 10px 0 0 0;
}
#rightcontainer{
	width: 263px;
	margin: 12px auto 0 auto;
	background: transparent;
}
h2{
	font: 14px tahoma;
	color: #28507e;
	text-align: left;
	margin: 0;
}
#ad{
	margin: 0px 25px;
	width: 250px;
}
#rightcontainer ul{
	margin: 0;
	padding: 0;
}
#rightcontainer ul li{
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.png) no-repeat center left;
	width: 254px;
	list-style: none;
}
#rightcontainer ul li a{
	font: 15px tahoma;
	text-decoration: none;
	color: #28507e;
}

/*Start Footer*/

#footer{
	width: 100%;
	height: 26px;
	color: #000;
	clear: both;
	font: 11px tahoma;
	padding: 25px 0 0 0;
}
#footer a{
	color: #000;
	text-decoration: none;
}

/*End Footer*/

/*Start Form*/

#text{
	float: left;
	width: auto;
}

#text p{
	margin: 0 0 27px 0;
}
.textarea{
	background: url(images/sprites.png) 0 -132px;
	width: 163px;
	height: 29px;
	border: 0;
	line-height: 29px;
	font: 11px tahoma;
	padding: 0 5px;
}
.message{
	background: url(images/sprites.png) 0 -161px;
	width: 243px;
	height: 153px;
	border: 0;
	line-height: 20px;
	padding: 5px;
	font: 11px tahoma;
}

/*End Form*/
	