/*

Theme Name: Pompadoured
Theme URI: http://genemorgan.info/pompadoured/
Description: Hey.
Version: 1
Author: Gene Morgan
Tags: 

*/



/*Eric Meyer Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }




/*Fonts*/

h1 {font-family: baroque-text-1,baroque-text-2, Verdana, sans-serif;}

h2 {font-family: ff-enzo-web-1,ff-enzo-web-2, Verdana, sans-serif; font-weight: 700;}

body {font-family: ff-enzo-web-1,ff-enzo-web-2,Helvetica, Sans-Serif;}






/*GREATER STRUCTURE*/

body {
	background-image: none;
	background-color: #fff;
	color: #000;
	text-align: left;
	}


/*site container (page+footer)*/


#site {
	width: 800px;
	margin: auto;
	}


/*header+posts container*/

#page {

	width: 780px;
	text-align: left;
	margin: 80px auto 0px;
	padding: 0px 0px 20px 20px;
	}	
	
/*content*/

#header {

	width: 600px;
	padding: 0 90px;

	}

#content {
    min-height: 600px;
	}
	
#sidebar {

	padding: 100px 10px 0;
	width:180px;
	height: inherit;
	float: right;
	}
	
#footer {
	margin: 0 0 80px;
	}
	
	
.post {
	width: 600px;
	padding: 50px 90px;
	}
	
	
.postsm {
	width: 600px;
	padding: 50px 90px;
	}
	
.oldernewer {
	width: 600px;
	padding: 170px 90px;
	}
	
	
	
.clear {
	clear: both;
	}

.narrowcolumn {
	width: 500px;
	float:left;
	margin-top: 30px;
	}
	
.widecolumn {
	}

	
/**comments**/

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 15px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	}
	
/*reply button under comments*/ .reply {}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #dedede;
color: red;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	float: right;
		border: 1px solid #dedede;
color: red;
background-color: #fff;
	}	
	
#commentform #submit:hover {
	float: right;
		border: 1px solid #000;
color: red;
	}	
	
.commentdiv {
	margin-top: 10px;
	}

.alt {
	padding: 10px;
	}
	
#respond {margin-top: 60px;}

#s {border: 1px solid #7c7c7c;
color: red;}

#s:hover {border: 1px solid #000;
color: red;}

/*END GREATER STRUCTURE*/













/*MOSTLY TYPOGRAPHY*/
	
h1, h2, h3 {
	color: #000;
	font-weight: normal;
	}

h1 {
	color: red;
	font-size: 80px;
	text-align: left;
	}
	
h1 a:hover{
	color: black;
	text-decoration: none;
	}

h2 {
	font-size: 2em;
	margin: 0px;
	color: red;
	}
	
/*archive and search page header*/
.pagetitle {
	font-size: 3em;
	margin: 10px 0 50px;
	text-transform: uppercase;
	}
	
.catpagetitle {
	font-size: 3em;
	margin: 10px 0 10px;
	text-transform: uppercase;
	}
	
p .cat {
	
	}

/* mostly the comment area headers */h3 {
	font-size: 1.1em;
	color: #000;
	}
	
small {
	font-size: 1em;
	line-height: 1em;
	}

.postmetadata {
	color: #7c7c7c;
	font-size: .7em;
	line-height: 1em;
	text-align: left;
		margin: 0px;
	}

.entry {
	line-height: 1.6em;
	font-size: 1.0em;
    color: #000;
    text-align: justify;
    padding: 10px 0px;
	}
	
.entry p {
	margin-bottom: 20px;

}
	
.oldernewer a {
	color: #7c7c7c;
	font-size: .8em;
	}	
	
/*small twitter posts*/	
	
.entrysm {
	line-height: 1.6em;
	font-size: 1em;
    color: #000;
    text-align: justify;
    margin: 0px 0 0;
    padding:0;
	}
	
.entrysm p {
    margin: 0px 0 0;
    padding:0;
	}
	
.postmetadatasm {
	color: #7c7c7c;
	font-size: .7em;
	line-height: 1em;
	text-align: left;
    padding:0;
	margin: 0 0 5px;
	}
	
.postmetadatasm a {
	color: #7c7c7c;

	}

.alignright {
	margin: 0px 0px 0px 10px;
	float: right;
	}

.alignleft {
	margin: 0px 10px 0px 0px;
	float: left
	}
	
#footer {
	text-align: right;
	font-size:.9em;
	}
	
/**comments**/

h3.comments {
	font-size: 1em;
	}

/*comment text area*/ .commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
    font-size: 1em;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 20px;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	font-size: .7em;
	}

/**sidebar**/


/*sidebar text*/
#sidebar ul, #sidebar ul ol {
	color: #dedede;
	font-size: .85em;
	text-align: left;
	margin: 30px 0px;
	padding: 0; /*keeps sidebar from having too much padding*/
	}
	
/*widget headers*/
.widgettitle {
	color: #dedede;
	display: none;
	}
#sidebar h2 {
	font-size: 1.2em;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0 0 5px; 
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	}
	

/**links**/

a {
	color: red;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}

/*END MOSTLY TYPOGRAPHY*/













/*IMAGES*/
p img {

		padding: 0px;
	margin: 0; 
	}

/*	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;
			padding: 0px;
	margin: 0; 
	}

img.alignright {
	padding: 0px 0px 0px 0px;
	display: inline;
	}


img.alignleft {
	padding: 0px 0px 0px 0px;
	display: inline;
	}

	
/**captions**/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignnone {width: 500px;}

.wp-caption {

	text-align: right;
	padding: 0px 0px;
	margin: 0px 0px; 
	}

.wp-caption img {
	border: none;
	padding: 0px;
	margin: 0; 
	}

.wp-caption p.wp-caption-text {
	color: #bcbcbc;
	font-size: 11px;
	line-height: 17px;
	padding: 0px;
	margin: 0px; /*keeps the margins tight around the text*/
	}
	
/*END IMAGES*/













/*VARIOUS*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0px 10px 0px;
	padding: 3px 20px 3px 17px;
	border-left: 5px solid #000000;
    background-color: #dcd9d9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 60px;

	}

/*END VARIOUS*/


