/*

Theme Name: Supreme Blogger
Theme URI: http://supreme-value.com/
Description: A custom blog with a year of hosting included. You supply some details about what kind things you like, and we make it work for you. Logo design, and domain registration not included.
Version: 1
Author: Gene Morgan
Tags: 

HEY GENE I HOPE I DIDN'T SCREW ANYTHING UP BUT I TWEAKED FOR MY VISUAL ANAL RETENTATIVE NEEDS Kathy Kelley
*/

/*GREATER STRUCTURE*/

body {
	background-image: url(/~box13art/wp-content/themes/SupremeBlogger/images/pattern1.gif);
	background-color: #B0A790;
	background-repeat: repeat;
	font-family: Helvetica, Sans-Serif;
	color: #000;
	text-align: left;
	}


/*site container (page+footer)*/


#site {
	width: 825px;
	margin: auto;

	}


/*header+posts container*/

#page {
	background-color: #fff;
	width: 799px;
	text-align: left;
	padding: 0px;
	margin: 50px auto;
	 -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	}	
	
/*content*/

#header {
	background-color: #B0A790;
	width: 800px;
	}
	
#h_logo {
	position:relative;
	left:0px;
	top:0px;
	width:165px;
	height:100px;
	}

#content {
    min-height: 600px;
	}
	
#sidebar {
	padding: 0px 10px;
	width:159px;
	height: inherit;
	float: left;
	}
	
#footer {
	position:relative;
	width:800px;
	height:25px;
	z-index:5;
	visibility: visible;
	background-color: #5F3215;
	}
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	letter-spacing: 2pt;
	}
	
	
.post {
	width: 500px;
	padding: 0;
	margin: 0 0 2px;
	}
	
	
.clear {
	clear: both;
	}

.narrowcolumn {
	width: 600px;
	float:right;
	margin-top: 20px;
	padding: 0 10px;
		z-index:6;
	}
	
.widecolumn {
	}

/*END GREATER STRUCTURE*/

/*MOSTLY TYPOGRAPHY*/
	
h1, h2, h3 {
	color: #5F3215;
	font-weight: normal;
	}

h1 {
	font-size: 14px;
	text-align: left;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F3215;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1pt;
	margin: 0px;
	}
	
/*archive and search page header*/
.pagetitle {
	font-size: 18px;
	background-color: #FFFFFF;
	padding: 9px 0px;
	margin: 0px 0px 0px;
	text-transform: uppercase;
	}
	
.catdesc p {
	font-size: 1em;
    color: #726D5B;
    }
	

h3 {
	font-size: 1.1em;
	color: #000;
	}
	
small {
	font-size: 1em;
	line-height: 1em;
	}

.postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d4d2d2;
	text-decoration: none;
	border: none;
	letter-spacing: 1pt;
	}
	
.entry {
	line-height: 1.9em;
	font-size: .75em;
    color: #726D5B;
    text-align: justify;
    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;
	}
	
/**SIDEBAR**/

/*searchbar*/
#s {
	border: 1px solid #B0A790;
	margin-bottom: 5px;
	}
	
#searchsubmit {
	background-color: #AFA68F;
	color: #FFFFFF;
	border: 0px 
	}
	
#searchsubmit:hover {
	background-color: #d9e729;
	color: #FFFFFF;
	border:0px 
	}
	
/*sidebar text*/
#sidebar ul, #sidebar ul ol {
	color: #f2eae8;
	font-size: 10px;
	text-align: left;
	margin: 30px 0px;
	padding: 0; /*keeps sidebar from having too much padding*/
	}
	
/*widget headers*/
.widgettitle {
	color: #5F3215;
	}
#sidebar h2 {
	font-size: 10px;
    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 img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	border-left-style: none;
	border: none;
	}

a:link {
	color: #726D5B;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #9E9A8E;
	border-left-style: none;
	}
	
a:visited {
	color: #726D5B;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #9E9A8E;
	border-left-style: none;
	}
	
a:hover {
	color: #CA006C;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #5F3215;
	border-left-style: none;
	}

a:active {
	text-decoration: none;
	color: #CC0670;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5F3215;
	border-left-style: none;
	}
	
h2 a:link {
	color: #CA006C;
	}
	


.postmetadata a {
	color: #d4d2d2;
	text-decoration: none;
	}
	
.postmetadata a:hover {
	color: #ca006c;
	text-decoration: none;
	}
	
.globalNav {
	position:relative;
	left:177px;
	top:-10px;
	width:540px;
	height:20px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .5pt;
}

.globalNav  a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 20px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 80px;
	border-bottom-color: #FFFFFF;
}
.globalNav  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 20px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 80px;
	border-bottom-color: #FFFFFF;
}
.globalNav  a:hover {
	color: #726D5B;
	text-decoration: none;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 100px;
	border-bottom-color: #FFFFFF;
}
.globalNav  a:active {
	color: #CA006C;
	padding-top: 100px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 6px;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}

/*END MOSTLY TYPOGRAPHY*/


/*IMAGES*/

p img {
	max-width: 100%;
	border: none;
	}

/*	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: 1px solid #000;
	text-align: center;
	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: 1px solid #000;
	}

.wp-caption p.wp-caption-text {
	color: #000;
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 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: none;
    background-color: #dcd9d9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*END VARIOUS*/


