/*  
Theme Name: Don Draper
Theme URI: http://www.guerrillapop.com/
Description: WordPress theme created for the GuerrillaPop Website.
Version: 1.0
Author: Rafael Torres
Author URI: http://www.guerrillapop.com/
*/



/* --- Page Structure ----------------------------------- */
body {
	background-color: #E7E7E7;
/* This just makes text is safari look about a million times better */
	text-shadow: 0 0 1px rgba(0,0,0,.01);
	}

#page {
	width: 760px;
	margin: 0 auto;
	}

#header {
	width: 100%;
	height: 520px;
	overflow: hidden;
	}

#header h1 {
	margin: 0;
	}
  
#description {
	display: none;
	}

#content {
	width:100%;
	margin-top: 0px;
	}

#main {
	width:540px;
	margin: 0 20px; 
	float: right; 
	}

#nav {
	width:140px;
	float:left;
	padding:0 20px;
	margin-top: 2em;
	}
  
#footer {
	margin: 100px 0 60px 0;
}


/* --- Content and Typography ----------------------------------- */

body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family: Georgia, "Times New Roman", serif;
	color: #000000;
	}

h1, h2, h3, h4, h5, h6, #nav li, .postdate, #footer, .car-yearmonth, .showcomments, .hidecomments, span.archivedate, .commentdate, .postcomments cite {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -.05em;
	}

#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0; /* remove margin in ie */
	}

#nav li {
	font-weight: bold;
	font-size: 1.33em;
	text-align: right;
	line-height: 1.6em;
	}

#nav li li {
	font-size: .86em;
	font-weight: normal;
	}
	
#nav li, #nav li a {
	color: #676767;
	}
	
#nav a {
	text-decoration: none;
	}
	
#nav a:hover {
	text-decoration: underline;
	}

#main h3 a {
	color: #676767;
	}


.post {
	margin-bottom: 2em;
	}
	
.post h2 {
	display: inline;
	font-size: 2em;
	}

.postdate {
	display: inline;
	font-size: 1em;
	color: #adadad;
	padding-left: 1em;
	}

.post a {
	color:black;
	text-decoration:none;
	}
	
.postcontent a  {
	border-bottom: 1px dotted #676767;
	}	
	
.post a:visited {
	color:black;
	text-decoration:none;
	}
.post a:hover {
	color:white;
	background-color: #1e1e1e;
	text-decoration:none;
	border-bottom: none;
	} 

.postcontent {
	font-size: 1.25em;
	line-height: 150%;
	}	
	
.postcontent p:first-child:first-letter{
	display:block;
	float:left;
	
	margin-top: 0.1em;
	margin-right:0.1em;
	text-align:center;
	text-transform:uppercase;
	line-height:.8;
	font-size:3em;
	overflow:visible;
}
		

	
.postcomments cite {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	}
	
.postcomments cite a {
	text-decoration:none;
	}

.commentdate {
	font-size: .8em;
	margin-left: 1em;
	color: #adadad;
	}

#footer {
	text-align: center;
	}

#footer img {
	margin: 0 1em;
	}
	
	
blockquote {
	background: transparent url(images/quote.gif) no-repeat scroll 10px 0.75em;
	font-style: italic;
	padding: 0.25em 40px;
	
	}

.highlight {
	color: maroon !important;
	}

a.highlight:hover {
	color: white !important;
	}


/* --- Archives ----------------------------------- */


.car-container ul, ul.archivelist {
	list-style: none;
	margin-left: 0;
	padding-left: 0; /* remove margin in ie */
	}

ul .car-monthlisting {
	padding-left: 1em;
	}

.car-yearmonth  {
	font-size: 1.2em;
	font-weight: bold;
	}

ul.car-list li {
	margin: 1em 0;
	}

	
ul.archivelist li {
	margin: 1em 0;
	font-size: 1.2em;
	}

ul.archivelist li a {
	border-bottom: 1px dotted #676767;
	}

span.archivedate {
	font-size: 1em;
	color: #adadad;
	padding-right: 1em;
	}
	

/* --- show/hide comments link ------------------- */

.showcomments, .hidecomments { 
	font-size: 1.2em;
	font-weight: bold;
}



/* --- Search Form -------------------------------------- */

.searchBox {
	background-color:#FFFFFF;
	border: 1px inset #cccccc;
	background-image: url(images/textinput_backg.gif);
	width: 100%;
	}







/* --- General Stuff ----------------------------------- */

a img {
	border: 0;
	}

.clear {
	clear: both;
}

.nodisplay {
	display: none;
	}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}







