* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial;
	font-size: 12px;
	background: #e1e0e0 url(images/bg.gif) repeat-x;
}

img {
	border-style: none;
}

a {
	color: #f12d3b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper { 
	margin: 0 auto 15px;
	width: 945px;
}

/* @group Header */

#header {
	width: 945px;
	padding: 0;
	height: 203px;
	margin: 0;
}

#header ul.top {
	width: 945px;
	height: 28px;
	margin-bottom: 25px;
	color: #fff;
}

#header ul.top li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
	margin-top: 7px;
}

#header ul.top li a {
	color: #fff;
	text-decoration: none;
}

#header ul.top li.sub, #header ul.top li.rss, #header ul.top li.email {
	float: right;
	margin-right: 9px;
	margin-top: 0;
}

#header ul.top li.sub {
	margin-top: 7px;
}

#header ul.top li.rss a {
	color: #ff7b00;
	margin-top: 5px;
	background: url(images/topicons.gif) no-repeat right -1px;
	float: left;
	width: 44px;
	height: 16px;
	padding-top: 2px;
}

#header ul.top li.email a {
	color: #6caaed;
	margin-top: 5px;
	background: url(images/topicons.gif) no-repeat right -19px;
	float: left;
	width: 50px;
	height: 16px;
	padding-top: 2px;
}

#header h1 {
	width: 945px;
	height: 90px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -5000px;
	margin-bottom: 21px;
}

#header h1 a {
	float: left;
	height: 90px;
	width: 110px;
}

#header .teams {
	width: 945px;
	height: 30px;
	background: url(images/teams.gif) no-repeat;
	text-indent: -5000px;
}

#nav {
	padding: 0;
	margin: 0 0 10px;
	height: 44px;
	width: 945px;
}

#nav .search {
	float: right;
	padding-top: 4px;
}

#nav .search p {
	float: left;
	margin-right: 5px;
}

#nav .search input#search {
	border: 1px solid #333;
	color: #333;
	padding: 3px;
	font-size: 11px;
	width: 203px;
}

#nav .search input#submit {
	background-color: #000;
	border: 1px solid #333;
	height: 21px;
	font-size: 11px;
	width: 63px;
	color: #fff;
	text-transform: uppercase;
}



/* @end */

/* @group Content */

#content {
	background: url(faux-2-2-col.gif);
	width: 945px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#mainc { 
	float: left;
	margin: 0;
	padding: 0 0 10px;
	width: 650px;
	display: inline;
	position: relative;
}

#mainc .popular {
	width: 650px;
	height: 264px;
	margin-bottom: 10px;
}

#mainc .psingle {
	width: 192px;
	border: 1px solid #878787;
	padding: 6px;
	float: left;
	background-color: #fff;
	margin-right: 10px;
	height: 250px;
}

#mainc .psingle img {
	margin-bottom: 10px;
}

#mainc .psingle h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#mainc .psingle p {
	margin-bottom: 6px;
}

#mainc p.more {
	text-align: right;
	font-weight: bold;
}

#mainc .single {
	width: 616px;
	border: 1px solid #868686;
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#mainc .single h2 {
	font-size: 21px;
	margin-bottom: 5px;
}

#mainc .single p.info {
	margin-bottom: 10px;
	font-size: 11px;
}

#mainc .single p.info span {
	float: right;
}

#mainc .single p.info span a {
	color: #000;
}

#mainc .single .alignleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

#mainc .single p {
	margin-bottom: 15px;
}

#mainc .single ul {
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#mainc .single ul a {
	color: #000;
}

#mainc .single blockquote {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 15px;
	font-style: italic;
}

#mainc .single h3 {
	margin-bottom: 10px;
}



/* @end */

/* @group Sidebar */

#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 285px;
	float: right;
}

#sidebar .social {
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

#sidebar h3 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 8px solid #202020;
	margin-bottom: 5px;
}

#sidebar ul {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #989898;
}

#sidebar ul li {
	list-style-type: none;
	font-size: 14px;
	background: url(images/bullet.gif) no-repeat 0 1px;
	padding-left: 10px;
	margin-bottom: 3px;
}

#sidebar ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar .rss {
	height: 50px;
	width: 233px;
	margin-bottom: 15px;
	background: url(images/rssbg.gif) no-repeat;
	padding-top: 80px;
	padding-left: 52px;
}

#sidebar .rss input {
	border-style: none;
	background-color: #fff;
	height: 12px;
	margin-bottom: 12px;
	width: 175px;
	color: #616161;
	font-size: 11px;
}

#sidebar .poll {
	margin-bottom: 15px;
	border-bottom: 1px solid #989898;
}

#sidebar .poll ul {
	border-bottom-style: none;
}

#sidebar .poll li {
	background-image: none;
	padding: 0;
	margin-bottom: 5px;
}



/* @end */

/* @group Footer */

#footer { 
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #2b2b2b;
}

#footer .wrap {
	width: 945px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background: url(images/footerlogo.gif) no-repeat;
	height: 105px;
}

#footer p.logo {
	float: left;
	width: 74px;
	height: 85px;
}

#footer p.logo a {
	text-indent: -5000px;
	width: 74px;
	height: 85px;
	float: left;
}

#footer p.copy {
	position: relative;
	text-align: center;
	top: 90px;
}

#footer ul.links {
	float: right;
	width: 100px;
	position: relative;
	bottom: 15px;
}

#footer ul.links li {
	list-style-type: none;
}

#footer ul.links li a {
	color: #fff;
	text-decoration: none;
}

#footer ul.links li a:hover {
	text-decoration: underline;
}

.clear { 
	clear: both; 
	background: none; 
}



/* @end */

/* @group Comments */

h3.comments {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 460px;
	background: url(images/devider.gif) no-repeat;
	float: left;
	margin-bottom: 15px;
	color: #5b5b5b;
	font: normal bold 15px Calibri;
}

ol.commentlist {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

ol.commentlist li {
	padding: 10px;
	list-style-type: none;
	float: left;
	width: 615px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #868686;
}

ol.commentlist li .avatar {
	margin-right: 5px;
	float: left;
}

ol.commentlist li p {
	padding-left: 60px;
	margin-bottom: 7px;
}

form#commentform {
	width: 616px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	border: 1px solid #868686;
}

form#commentform label {
	color: #4a4a4a;
	font-size: 13px;
	margin-left: 10px;
	font-weight: bold;
}

form#commentform label span {
	color: #7e0209;
	font-size: 15px;
}

form#commentform p {
	margin-bottom: 10px;
}

form#commentform textarea#comment {
	border: 1px solid #d3d3d3;
	padding: 5px;
	background: #fff url(images/searchbg.gif) repeat-x;
	width: 400px;
	color: #7b7b7b;
	font: 12px Arial;
}

form#commentform input#author, input#email, input#url {
	border: 1px solid #d3d3d3;
	background: #fff url(images/searchbg.gif) repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	height: 17px;
	width: 340px;
	color: #7b7b7b;
	font: 12px Arial;
}

#respond h3, h3.respond {
	color: #333;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

h2.pagetitle {
	color: #333;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}



/* @end */