/*

Theme Name: Supreme Special
Theme URI: http://supreme-value.com/
Description: A professional one page site. We get you and your necessary information on the internet quickly, professionally, and inexpensively. All the polish of a custom site, at a fraction of the cost. Price includes design, domain registration, and hosting for a year. Logo design and copy not included.
Version: 1
Author: Gene Morgan
Tags: 

*/





/*GREATER STRUCTURE*/

body {
	background-image: none;
	background-color: #005998;
	font-family: Helvetica, Sans-Serif;
	color: #000;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	}


/*site container (page+footer)*/


#site {
	width: 700px;
	margin: 0px auto;

	}


/*header+posts container*/

#page {
	background-color: #F6B33D;
	width: 720px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	}	
	
/*content*/

#header {
	padding-top: 30px;
	width: 720px;
	}

#content {
    min-height: 400px;
	}
	
#footer {
	margin-bottom: 60px;

	}
	
	
.post {
	background-color: #fff;
	padding: 30px;
	margin: -5px 0px 0px;
	z-index:100;
	}
	
.posthead {
	margin-top: 60px;
	margin-left: 10px;
	z-index:200;
	}
	
.clear {
	clear: both;
	}

.narrowcolumn {
	width: 620px;
	margin: 0px 50px;
	padding-bottom: 40px;
	}
	
.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;
	}

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

#commentform #submit {
	float: right;
	}	
	
.commentdiv {
	margin-top: 10px;
	}

.alt {
	padding: 10px;
	}

/*END GREATER STRUCTURE*/













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

h1 {
	font-size: 3em;
	text-align: left;
	}

h2 {
	text-transform: uppercase;
	font-size: 2em;
	margin: 40px 0 0;
	}
	
/*archive and search page header*/
.pagetitle {
	font-size: 3em;
	margin: 10px 0 80px;
	text-transform: uppercase;
	}

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

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

.entry {
	line-height: 1.5em;
	font-size: .80em;
    color: #005998;
    text-align: left;
    padding: 0px 0px;
	}

.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: 13px;
	}

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

.commentlist li {
    font-size: 12px;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 13px;
	}

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

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	}

/**sidebar**/


/*sidebar text*/
#sidebar ul, #sidebar ul ol {
	color: #f2eae8;
	font-size: .85em;
	text-align: left;
	margin: 100px 0px;
	padding: 0; /*keeps sidebar from having too much padding*/
	}
	
/*widget headers*/
.widgettitle {
	color: #f2eae8;
	}
#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: #29ABE2;
	text-decoration: none;
	}

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

/*END MOSTLY TYPOGRAPHY*/













/*IMAGES*/
p img {
	max-width: 100%;
	border: 1px solid #000;
	}

/*	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: 0px 0px 10px 10px;
	display: inline;
	}


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

	
/**captions**/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 0px solid #000;
	text-align: right;
	background-color: #fff;
	padding-top: 4px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	}

.wp-caption img {
	border: 0px solid #000;
	}

.wp-caption p.wp-caption-text {
	color: #005998;
	font-size: 9px;
	line-height: 17px;
	padding: 3px 0px 5px;
	margin: 0; /*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;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*END VARIOUS*/

