/*  
Theme Name: Contact Politics Custom Theme
Theme URI: http://www.contactpolitics.com
Description: Wordpress theme for Contact Politics.
Version: 1.0
Author: Keith Curreri
Author URI: http://www.keithcurreri.com

*/
ul, li, body, h1, h2, h3, h4, h5, h6, blockquote, p, a{
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
body{
	margin: 0;
	font-family: Helvetica;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}
#wrapper{
	margin: 0 auto 0 auto;
	width: 953px;
	text-align: left;
	border: 1px solid #999;
	background-color: #f8f8f8;	
}
#header{
	width: 953px;
}
#container{
	float: left;
	width: 665px;
}

#footer{
	clear: both;
	width: 953px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*=====TOP_NAV======*/
#topNav{
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 25px;
	padding-top: 17px;
	margin-top: -5px;
	padding-bottom: 5px;
	background-color: #fff;
}
#topNav li{
	display: inline;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 10px;
	font-size: 14pt;
}
#topNav li a:link, #topNav li a:visited {
	color: #000;
	text-decoration: none;
}
#topNav li a:hover{
	text-decoration: underline;
}
#topNav .current_page_item{
	text-decoration: underline;

}
#rss{
	float: right;
	font-size: 11pt;
	margin-right: 10px;
	font-weight: bold;
}
#rss img {
	margin-top: -8px;
}
#rss a{
	font-weight: normal;
	font-size: 11pt;
}
/*======POSTS======*/
.post{
	background-color: #fff;
	border: 1px solid #bebebe;
	width: 640px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 10px;
}
.date_author{
	float: left;
	font-size: 12pt;
	color: #727272;
	margin-top: 5px;
}
.comments{
	float: right;
	font-weight: bold;
	font-size: 11pt;
}
.comments a{
	color: #000;
}
.postmetadata{
	margin-bottom: 0px;
	border-bottom: 1px solid #bebebe;
	height: 40px;
}
.entry{
	margin-top: 10px;
	clear: both;
	font-size: 11pt;
	line-height: 1.5;
}
.pageNavigation{
	float: right;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pageNavigation a{
	color: #000;
}
/*====SideBar====*/
#sidebar{
	float: left;
	width: 278px;
	margin: 0 0 0 10px;
	display: inline;
	font-size: 11pt;
	padding-bottom: 20px;
}
#sidebar a:link{
	color: #000;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}
#sidebar a:visited{
	color: #000;
	text-decoration: none;
}
.twitterSidebar{
	margin-bottom: 20px;
	padding-right: 10px;
	background-image: url('images/twitterLogoSidebar.gif');
	background-repeat: no-repeat;
	background-position: 230px 0px;	
}
.twitterSidebar h3{
	margin-bottom: 20px;
}
.twitterSidebar li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 10pt;
}
#podcast{
	background-color: #8db9cf;
	padding: 3px;
	width: 257px;
	margin-top: 5px;
	margin-left: 4px;
}
#insidePodcast{
	background-color: #fff;
	border: 1px solid #006699;	
}
#insidePodcast img{
	margin-left: 5px;
	margin-top: 5px;
}
#insidePodcast hr{
	margin-left: 5px;
	margin-right: 5px;
}
#insidePodcast p{
	text-align: center;
	margin-bottom: 10px;
	font-size: 13pt;
	font-weight: bold;
}
#podcast a {
	border: none;
	color: #000;
}
#sidebar ul{
	list-style: none;
	margin-left: 5px;
	margin-top: 10px;
}
#searchform #s{
	width: 200px;
}
#searchform #searchsubmit{
	margin-top: 3px;
}
#recentArticles li{
	margin-top: 10px;
}
/*====TEXT=====*/
h2{	
	font-weight: bold;
	font-size: 20pt;
}
h2 a{
	color: #000;
}
#post-42 li{ /*links page*/
	list-style: none;
	margin-left: 15px;
}
#post-42 h3{
	margin-top: 20px;
}

/*====COMMENTS=====*/
.comments-template{
	margin: 0px 0 0;
	margin-top: 70px;
	border-top: 3px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Helvetica;
	font-size: 12px;
}
.comment-edit-link{
	float: right;
}
/*=====Post Formatting====*/
p{
	margin-bottom: 20px;
}
#fbImage{
	display: none;
}
