/*  
Theme Name: Stever Style
Theme URI: http://stever.ca
Description: Stever's theme on Stever's blog!
Version: 1.0
Author: Steve Hatcher
Author URI: http://Stever.ca/
*/

* {margin:0;padding:0}

/* ----- Begin Typography & Colors ----- */
body {background:#543D07;font:normal 10pt Verdana, Helvetica, Arial, sans-serif; line-spacing:125%;text-align: center;color:#322D1F;}

h1 {color:#A74B41;font-weight: bold;font-style: italic;font-size: 14pt;padding-bottom:6px;padding-top:8px;clear:left;}
h2 {color:#A74B41;font-weight: bold;font-style: italic;font-size: 14pt;padding-bottom:4px;padding-top:8px;clear:left;}
h3 {color:#A74B41;font-weight: bold;font-style: italic;font-size: 13pt;padding-bottom:2px;padding-top:12px;clear:left;}

p {margin:10px 0 10px 0;}

a, li a {color:#A74B41;}
a:hover, li a:hover {color: #147;text-decoration: underline;}

#contained-stuff {background: url('images/stever-bg.jpg') repeat-y scroll top center;text-align:left; }
/* ----- Header ----- */
#first-stuff {margin:0 auto;clear:both;height:210px;background: url('images/stevers-logo.jpg') no-repeat top center;}

#more-stuff {padding: 150px 0 0 0;height: 49px;overflow: hidden;width:774px;margin:0 auto;}
	
#more-stuff ul {list-style: none;display: inline;}

#more-stuff li {margin: 0; padding: 0;list-style: none;display: inline;}

#more-stuff a {float:left;padding: 60px 0 0 0;overflow: hidden;height: 0px !important; height /**/:50px; /* for IE5/Win only */}
	
#more-stuff a:hover {background-position: 0 -54px;}

#blog a  {width: 80px;background: url('images/blog.jpg') no-repeat top left;margin-left:13px;}
#about a  {width: 170px;background: url('images/about.jpg') no-repeat top left;margin-left:42px;}
#contact a  {width: 240px;background: url('images/contact.jpg') no-repeat top left;margin-left:38px;}
/* ----- Body ----- */
#main-stuff {width:770px;margin:0 auto;padding-bottom:25px;}

#good-stuff {float:left; width:510px; padding:25px 10px 20px 10px;}
.posted-stuff {margin:0 0 35px 0;}
p.date {margin:0 0 15px 0;color:#8F856B;font-size:8pt}
p.postmeta {margin:0 0 5px 0;color:#8F856B;font-size:8pt}

#good-stuff ul {margin:5px 0 10px 20px;}
#good-stuff li {list-style-position:inside;margin-bottom:5px;}

.sociable {padding:8px 0 4px 0;}
/* ----- Sidebar ----- */
#side-stuff {float:right; width:200px; padding:20px 10px 10px 5px;}
#side-stuff ul {margin-top:5px;list-style: none;}
#side-stuff li, #side-stuff li a {color:#A74B41;list-style: none;margin-bottom:5px;font-size:10pt;}
#side-stuff a {color:#A74B41;}
#side-stuff a:hover {color: #147;text-decoration: underline;}
#side-stuff h3 {overflow:hidden;height:30px;width:200px;margin:10px 0 5px -3px;}
#side-stuff h3 span {text-indent: -1000px;padding-top:100px;display:none;}
#side-stuff h3.rss {background: url('images/rss-feed.gif') no-repeat top left;overflow:hidden;}
#side-stuff h3.topics {background: url('images/topics.gif') no-repeat top left;overflow:hidden;margin-top:30px;}
#side-stuff h3.peeps {background: url('images/peeps.gif') no-repeat top left;overflow:hidden;margin-top:30px;}
#side-stuff h3.recent {color:#8F856B;font-size:1.4em;margin-left:1px;}
#side-stuff .linkcat h2 {display:none;}

#side-stuff img {border:none;margin:0;padding:0;}
#side-stuff img a {border:none;}

#good-stuff .navigation {clear:both; padding:5px 0 10px 0;font-size:10pt;display:block;}
#good-stuff .navigation .left {padding-bottom:5px;width:100%;}
#good-stuff .navigation .right {padding-bottom:15px;width:100%;text-align:right;}
#clear {clear:both;}

/* ----- Footer ----- */

#last-stuff {background: url('images/bottom.jpg') no-repeat scroll top center;clear:both;width:100%;float:left;}
#site-stuff {width:750px;margin:0 auto;height:300px;padding-top:20px;}
#site-stuff h3 {color:#D49802;font-style: italic;font-size: 13pt;font-weight: bold;}
#site-stuff ul { list-style: none;}
#site-stuff li, #site-stuff li a {color:#D49802;list-style: none;padding-bottom:5px;font-size:10pt;}

#Recent {width:250px;float:left;margin:0;padding:0;}
#Archives {width:220px;float:left;margin:0 0 0 20px;padding:0;}
#Other {width:250px;float:left;margin:0;padding:0;}

#comment-stuff {width:510px;float:left;}

#comment-stuff h3 {font-style: italic;}



.commentlist {
	font-weight: normal;
	font-size: 0.9em;
	margin:10px 0 10px 0;
	}

.commentlist cite{
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	color:#8F856B;
	}


.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin:5px 0 5px 0;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1em 'Courier New', Courier, Fixed;color:blue;
	}

pre {
	font: 1em 'Courier New', Courier, Fixed;color:blue;
	}



/* Begin Images */
p img {padding: 0;max-width: 100%;margin:16px 12px 6px 0;}
img {padding: 0;border:1px solid #A74B41;margin:6px 12px 6px 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.center {display: block;margin-left: auto;margin-right: auto;border:1px solid #A74B41;}

img.right {margin: 6px 0 6px 12px;display: inline;border:1px solid #A74B41;}

img.left {margin: 6px 12px 6px 0;display: inline;border:1px solid #A74B41;}

.right {float: right;}

.left {float: left}

img.wp-smiley {border:none;padding:0;margin:0;}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	}
	
p.postmetadata {font-size:0.75em;padding:15px 0 25px 0;}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url('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;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {margin: 10px auto;padding: 5px 3px; text-align: center;}

#sidebar #searchform #s {width: 108px;padding: 2px;}

#sidebar #searchsubmit {padding: 1px;}

.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:400px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {margin: 0 0 0 -10px;background-color:#FFFAED;}

#comment-area {border:1px solid #8F856B;margin:-1px 0 0 0;padding: 10px;}

.commentlist {padding: 0;text-align: justify;}

.commentlist li {margin: 15px 0 3px;padding: 5px 10px 3px;list-style: none;}

.commentlist p {margin:5px 0 5px 0;}

#commentform p {margin: 5px 0;}

.nocomments {text-align: center;margin: 0;padding: 0;}

.commentmetadata {margin: 0;display: block;}
/* End Comments */



/* Begin Sidebar */
#sidebar {padding: 20px 0 10px 0;margin-left: 545px;width: 190px;}

#sidebar form {margin: 0;}


/* Begin Various Tags & Classes */

blockquote {margin: 15px 30px 0 10px;padding-left: 20px;border-left: 5px solid #8f856b;background-color:#CEC09D;}

blockquote cite {margin: 5px 0 0;display: block;}

.center {text-align: center;}

hr {display: none;}