/*Defaults*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	margin: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

table {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 12px; text-decoration: none; }
h2 { font-size: 11px; text-decoration: none; }
hr { color: #CDAA36; height: 4px; }

.lshadow { background-repeat: repeat-y; width: 21px; }
.rshadow { background-repeat: repeat-y; width: 21px; }

/*Elements*/
#wrapper {
	margin: 0px auto;
	padding: 0px 21px;
	width: 942px;
}

#header { 
	overflow: auto;
	background-color: #0000FF;
}

#C2PBanner {
	float: left;
}

#GoogleAdTop {
	padding: .5em;
	background-color: #0000FF;
}

#C2PLinks {
	float: none;
	background-color: #0000FF;
}

#C2PLinks ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*border: 1px solid #FF0;*/
}

#C2PLinks ul li {
	display: inline;
	width: 150px;
	padding-left: 8em;
	text-align: center;
}

#C2PLinks a, #C2PLinks a:visited, #C2PLinks a:active, #C2PLinks a:link {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	width: 100px;
	color: #FFF;
	line-height: 31px;
}

#C2PLinks a:hover {
	background-color: #2579CE;
}

#categories {
	background-color: #0000FF;
	text-align: center;
	color: #FFF;
	padding: 1em;
}

#categories p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#categories a {
	color: #FFF;
	text-decoration: none;
}

#categories a:hover { text-decoration: underline; }

#GoogleTextAds {
	background-color: #0000FF;
	text-align: center;
	
}

#leftStrip {
	float: left;
	min-height: 500px;
	width: 200px;
}

#GoogleLeftAd {
	overflow: hidden;
	height: 201px;
	width: 200px;
}

#C2PUser {
	width: 200px;
	border: 1px solid #666;
}

#C2PStats {
	border: 1px solid #666;
	width: 200px;
}

#C2PStats table tr td {
	text-align: right;
}

#rightStrip {
	margin-top: 2em;
	margin-right: .5em;
	float: right;
	height: 175px;
	width: 300px;
}

#newsHeader {
	border: 1px solid #666;
}

#C2PBody {
	min-height: 570px;
	margin-left: 21em;
	margin-right: 21em;
}

#C2PFooter {
	color: #FFF;
	font-weight: bold;
	background-color: #0000FF;
	text-align: center;
}

#WTC2PA {
	background-color: #0000FE;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	font-size: 20px;
	font-weight: bold;
	width: 400px;
	text-align: center;
	margin-top: 1em;
	border: 1px solid #999;
}
#siteStats { width: 400px; }
#siteStats table tr td { text-align: center; }
#FLinks {
	border: 1px solid #999;
	border-top: none;
	width: 200px;
}
#FLinks ul li {
	list-style: none;
}
#profile {
	width: 400px;
	padding-left: .5em;
}
/*Classes*/
.comment {
	margin: 0px;
	padding: 0px;
	width: 400px;
	margin-top: .5em;
	border: 1px solid #333;
}
.commentTitle {
	background-color:#999;
	border-bottom: 1px solid #333;
	padding-left: .5em;
	padding-right: .5em;
}
.commentOptions {
	float: right;
	margin: 0px;
	padding: 0px;
}
.profileHeader {
	background-color: #00F;
	color: #FFF;
	padding: .5em;
	margin-bottom: .5em;
	border: 1px solid #999;
}
.profileHeader p {
	float: right;
	margin: 0px;
}
.profileHeader a {
	color: #FFF;
	text-decoration: none;
}
.profileHeader a:visited {
	color: #FFF;
	text-decoration: none;
}
.profileHeader a:active {
	color: #FFF;
	text-decoration: none;
}
.profileHeader a:hover {
	text-decoration: underline;
}
.newsArticle {
	width: 400px;
	border: 1px solid #666;
	padding: .5em;
	margin-bottom: 1em;
}
.textBold { font-weight: bold; }
.textCenter { text-align: center; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.elementCenter { margin-left: auto; margin-right: auto; }
.catTitle, .catTitle a, .catTitle a:active, .catTitle a:visited {
	background-color: #0000FE;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 28px;
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
}
.catTitle a, .catTitle a:active, .catTitle a:visited {
	border: none;
	text-decoration: none;
}
.cursorLink { cursor: pointer; }
.empty {
	background-color: #0000FF;
	border: 1px solid #999;
	font-size: 1px;
}
