/*  
Theme Name: NewsVC Universal
Theme URI: http://www.newsvc.us/
Description: Pandazing Productions Universal Theme for NewsVC.us
Version: 0.1
Author: Andrew Mack
Author URI: http://www.newsvc.us/
*/
body{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}

/*Page Body----------------------------------------*/
body {
	background:#46555A;
	text-align:center;
	font:12px/1.25em veranda, sans-serif;
}

a{
	 text-decoration:none;
	 font-size:1em;
	 color:#146EFF;
}
a:hover{
	 text-decoration:underline;
}

#page {
	background:#232A2D;
	text-align:left;
	width:960px;
	margin:0 auto;
	padding:10px;
}

#head {
	background:#ffffff;
	width:100%;
	height:100px;
	border-bottom:1px solid #232A2D;
}

#nav {
	background:#ffffff;
	width:100%;
	border-bottom:1px solid #232A2D;
	float:left;
}

#nav ul{
	 float:left;
	 margin:0;
	 padding:0;
	 list-style-type:none;
}
#nav ul li{
	 float:left;
	 border-right:1px solid #E1DFDC;
	 list-style-type:none;
	 margin:0px;
}
#nav a{
	 padding:5px;
	 text-decoration:none;
	 margin:0px;
	 display:block;
	 font-size:1em;
	 text-transform:uppercase;
	 color:#232A2D;	 
}
#nav a:hover{
	 background:#232A2D;
	 color:#ffffff;
}

#nav .right{
	 padding:5px;
	 font-weight:bold;
	 display:block;
	 float:right;	 
}

#main {
	background:#E1DFDC;
	width:100%;
	clear:both;
	padding-top:10px;
}
#announcement {
	background:#354044;
	width:940px;
	color:#ffffff;
	margin:0 auto;
	margin-bottom:10px;
	font-size:2em;
	line-height:1em;
}

#left {
	width:660px;
	float:left;
	margin-left:10px;
}

.leftcont {
	margin-bottom:10px;
	background:#ffffff;
	padding:10px;
}

.titlelink a{
	 text-decoration:none;
	 font-size:1.5em;
	 color:#146EFF;
}
.titlelink a:hover{
	 text-decoration:underline;
}

.leftcont .title {
	width:640px;
	font-size:1.5em;
	line-height:1.5em;
	color:#232A2D;
	margin-bottom:10px;
	border-bottom: 1px dotted #232A2D;
}

.post-info {
	color:#232A2D;
	padding-top:5px;
	margin-bottom:10px;
}

.post-foot {
	color:#232A2D;
	padding-top:5px;
	padding-bottom:5px;
}
.post-info a, .post-foot a{
	color:#232A2D;
	text-decoration:none;
	font-weight:bold;
}
.post-info a:hover, .post-foot a:hover{
	color:#146EFF;
}
.post-cats {
	float:right;
	width:350px;
	text-align:right;
}
.post-footlinks {
	float:left;
}
.post {
	padding-bottom:5px;
	border-bottom: 1px solid #232A2D;
	margin-bottom:10px;
}

#right {
	width:270px;
	float:right;
	margin-right:10px;
}

.rightcont {
	margin-bottom:10px;
	background:#ffffff;
	padding:10px;
}

.rightcont .title {
	width:250px;
	font-size:1.5em;
	line-height:1.5em;
	color:#232A2D;
	border-bottom: 1px dotted #232A2D;
}

.rightcont ul {
	margin:0;
	list-style-type:none;
	padding:0;
	margin-top:10px;
}

.rightcont ul li {
	list-style-type:none;
	margin:0px;
	line-height:1.5em;
}


.clear {
	background:#E1DFDC;
	width:100%;
	clear:both;
	height:0px;
}

.cat {
	background:#354044;
	width:100%;
	margin-top:10px;
	float: left;
	padding-bottom:5px;
}

.cat ul {
	margin:0;
	list-style-type:none;
	padding:0;
	margin-top:10px;
}

.cat ul li {
	float: left;
	margin:0px;
	width: 156px;
	line-height:1.5em;
}

.cat a{
	 text-decoration:none;
	 font-size:1em;
	 color:#E1DFDC;	 
}
.cat a:hover{
	 text-decoration:underline;
}

.cat .title {
	width:940px;
	font-size:1.5em;
	line-height:1.5em;
	color:#E1DFDC;
	border-bottom: 1px dotted #E1DFDC;
}

.bottom {
	background:#354044;
	width:475px;
	margin-top:10px;
	float: left;
	padding-bottom:5px;
}

.bottom ul {
	margin:0;
	margin-left:15px;
	list-style-type:circle;
	padding:0;
	margin-top:10px;
}

.bottom ul li {
	list-style-type:disc;
	margin:0px;
	line-height:1.5em;
	color:#E1DFDC;
}

.bottom a{
	 text-decoration:none;
	 font-size:1em;
	 color:#E1DFDC;	 
}
.bottom a:hover{
	 text-decoration:underline;
}

.bottom .title {
	width:455px;
	font-size:1.5em;
	line-height:1.5em;
	color:#E1DFDC;
	border-bottom: 1px dotted #E1DFDC;
}

#foot {
	margin-top:10px;
	width:960px;
	clear:both;
	color:#E1DFDC;
	text-align:center;
	background:#354044;
}

.right {
	float:right;
}

.left {
	float:left;
}

#foot a{
	 color:#E1DFDC;
	 font-weight:bold;
}

.border {
	padding:10px;
}

p {
   margin:5px 0 0 0;
   padding:0;
}

.ad {
	margin-top:10px;
}
img {
	border:0px;
}

blockquote {
	border-left:3px solid #232A2D;
	padding-left:5px;
}