/*
Theme Name: Politics and Communication
Theme URI: http://joshua-gee.com/
Description: Developed just for Josh Gee.  Who's a big boy?
Version: 1.0
Author: Jeff Greco
Author URI: http://grecoproductions.com/

*/

body {
	text-align:center;
	background:#660003 url(images/body-bg.jpg) repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	}
	
	a {
		color:#95090c;
		text-decoration:none;
		}
	
	a:hover {
		text-decoration:underline;
		}
	
#wrapper {
	height:100%;
	width:870px;
	margin:0 auto;
	padding:44px 0 0 0;
	background:url(images/wrapper-bg.jpg) top no-repeat;
	}

#centered {
	width:770px;
	margin:0 50px 30px 50px;
	background:#FFFFFF;
	position:relative;
	}

#maincontent {

	background:url(images/maincontent-bg.jpg) repeat-y;
	}
	
	#credit {
		position:absolute;
		bottom:20px;
		left:68px;
		}
	
#sidebar {
	width:191px;
	float:left;
	text-align:right;
	padding-bottom:50px;
	}
	
	#sidebar li {
		border-top:1px solid #aaaaaa;
		padding:10px 20px 10px 0;
		margin:0 0 0 20px;
		}
		
	#sidebar h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		font-style:italic;
		font-size:18px;
		margin:5px 0 10px 0;
		}
		
	#sidebar p {
		font-size:11px;
		line-height:14px;
		text-transform:uppercase;
		margin:0 0 4px 0;
		}
		
	#sidebar li ul li {
		border-top:none;
		font-size:11px;
		text-transform:uppercase;
		padding:0;
		margin:0 0 6px 0;
		}
	
	#sidebar #about {
		border-top:none !important;
		}
	
	#sidebar #about p {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#3d3d3d;
		font-size:15px;
		line-height:22px;
		background:url(images/about-name.gif) no-repeat top right;
		margin:14px 0 4px 0;
		padding:21px 0 0 0;
		display:block;
		text-transform:none;
		}
	
	#sidebar #about img {
		margin:6px 0 4px 0;
		}
	
	#sidebar #about #about-name {
		display:none;
		}
	
	#sidebar #twitter-box a {
		padding-top:5px;
		color:#606060;
		}
		
	#sidebar #follow img {
		margin:0 0 0 5px;
		}

#posts {
	width:578px;
	float:left;
	text-align:left;
	}
	
	#posts #header {
		background:url(images/header-bg.jpg) no-repeat 18px 21px;
		height:96px;

		display:block;
		}
	
	#posts #header h1 {
		}
	
	#posts #header a {
		display:block;
		height:100%;
		width:100%;
		text-indent:-9999px;
		}
		
	#posts .post {
		padding:0 0 10px 20px;
		margin:0 20px 0 1px;
		background:url(images/date-bg.jpg) repeat-x top;
		}
	
	#posts .date {
		text-align:right;
		}
	
	#posts .date span {
		background:#FFFFFF;
		font-size:11px;
		text-transform:uppercase;
		padding-left:8px;
		line-height:9px;
		margin-left:8px;
		}
	
	#posts h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-weight:normal;
		font-style:italic;
		color:#95090c;
		line-height:36px;
		margin:11px 0 12px 0;
		}
		
	#posts p {
		font-size:14px;
		line-height:22px;
		margin:0 0 12px 0;
		}
	
	#posts blockquote {
		margin:0 0 12px 0;
		padding:0 0 0 12px;
		border-left:1px solid #cccccc;
		color:#505050;
		}
	
	#posts ul li {
		font-size:14px;
		line-height:22px;
		margin:0 0 12px 0;
		padding:0 0 0 13px;
		background:url(images/bullet.jpg) no-repeat 0 9px;
		}
	
	#posts ol li {
		font-size:14px;
		line-height:22px;
		margin:0 0 12px 0;
		padding:0 0 0 13px;
		}
		
	#posts .post-meta {
		margin:10px 0 0 0;
		}
		
	#posts .post-meta img {
		display:none;
		}
		
	#posts .post-meta p {
		font-size:11px;
		line-height:14px;
		text-transform:uppercase;
		}
	
	#posts .navigation {
		padding:20px 0 0 20px;
		margin:0 20px 0 1px;
		background:url(images/date-bg.jpg) repeat-x top;
		}
	
	#posts .navigation a {
		font-size:11px;
		text-transform:uppercase;
		}
	
	#posts h3 {
		margin:3px 0 8px 0;
		}
	
	#posts #respond {
		padding:20px 0 0 20px;
		margin:0 20px 0 1px;
		background:url(images/date-bg.jpg) repeat-x top;
		}
	
	#posts #comments {
		padding:20px 0 0 20px;
		margin:0 20px 0 1px;
		background:url(images/date-bg.jpg) repeat-x top;
		}
	
	#posts #comments .comment-meta {
		font-size:11px;
		line-height:14px;
		text-transform:uppercase;
		}
	
	#posts #comments li {
		padding:0;
		}
	
	#posts #respond textarea {
		width:500px;
		font-family:Helvetica, Arial, sans-serif;
		}
		
.clearing {
	clear:both;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption-text {
	padding:3px 0 0 0;
	color:#505050;
	font-size:11px !important;
	text-transform:uppercase;
	}
	
/* End Images */	