/*
Theme Name: Snarfshop
Theme URI: http://wordpress.org/
Description: Theme for www.snarfshop.com
Version: 1.0
Author: Scott McCoy
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* - BASIC STUFF - */
body {font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;margin:0 auto;padding:0 20px;line-height: 1.5;background:#d9d8db;background-position:top center;background-image: url(images/snarfbg.jpg);background-repeat:no-repeat;}
a {text-decoration:none;color:#328bbe;font-weight: bold;}
a:hover {text-decoration:underline;}
a:visited {color:#266b92;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
#header h2{font-size: 15px; font-family: "Times New Roman"; font-style: italic; font-weight: normal;}
h2.entry-title {font-size:170%; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#cc0033}
h2.page-title {font-size:170%; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#cc0033}
h2.entry-title a {color:#ff0033;}
h2.entry-title a:visited {color:#cc0033;}
/*h2.entry-title a {color:#fff; background-color: #999999;padding:3px;padding-left: 8px;padding-right:8px;}*/
h2#comments{margin:20px auto 10px;font-size:140%;}
h3#comments{margin-left: 30px;}

/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:960px;/*background-image: url(images/snarfbg.jpg); background-repeat: no-repeat;background-position: top left;*/}
#header {height:140px;margin:0 auto;text-align:left;padding: 0px 0;}
#mid {width:960px;float:none;margin:0px;padding:0px;background-color:#fff;background-image: url(images/wbg.jpg);margin-top: 20px;border-top:8px solid #e8e7e7;border-bottom:8px solid #e8e7e7;clear:both;}
#footer {height:50px;overflow:hidden;margin:20px auto 20px;clear:both;float:none;text-align:center;padding: 20px 0;background-color: #FFFFFF;border:8px solid #e8e7e7;}

/* -- POSTS -- */
.post-index {margin:30px 30px 35px 30px;}
#post-single {margin:30px 30px 35px 30px;}
#page {margin:30px 30px 35px 30px;}
.posts-wrap {float:left; clear:none;width:610px;}
.entry-meta p {font-size:11px; line-height: 1;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:right; clear:none;width:340px;}
.sidebar {width:99%;clear:none;margin:0px;}
.block-1 {float:left;margin-top:20px; font-size:11px;padding-left:20px;padding-right:20px;width: 300px;border-bottom: 1px solid #e8e7e7;}
.block-2 {float:left;margin-top:10px;}
.widget {margin-bottom: 10px;border-bottom: 1px solid #e8e7e7;padding-bottom: 10px;padding-left: 20px;padding-right: 20px;}
.sidebar a {color:#67862a;}
.sidebar a:visited {color:#67862a;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px 20px 0px 30px;border-bottom: 1px solid #e8e7e7;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto;}
#respond {margin-left:30px;}
.commenttext {margin-left: 10px;}

.commentbubble {background-image: url(images/commentbubble.png); background-repeat: no-repeat; height:30px; width:30px; text-align: center;padding-top:5px;font-size:11px;}
.commentbubble a {color:#fff;}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;padding-left: 15px;}

/* -- HEADER REPLACEMENT -- */
#header h1 {
	font-family: Arial, sans-serif;
    font-size:85px;
    line-height:105px;
    font-weight:bold;
	color:#ED1B23;
    letter-spacing:-1px;
    padding:0px 0 0 0;
}
#header h1 a {
    color:#ED1B23;
    text-decoration:none;
}

#header h1 {
	background:url(images/snarflogo.jpg) 0px 0px no-repeat;
	width:205px;
	height:85px;
	text-indent:0px;
	padding:0px;
	padding-top:0px;
	border:none;
}

#header h1 a {
	display:block;
	height:85px;
	font-size:20px;
	color:#2772b3;
	font-family:Arial;
	font-weight:normal;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;
}  


/* -- MENU --*/
div#access {
margin:0px;
padding:0px;
}

div#menu {
background:#000;
/*background:url(images/menuback.jpg);
background-repeat: repeat-x;
background-position:top left;*/
height:25px;
margin:0px;
padding:0px;
font-size:13px;
font-weight: bold;
border: 8px solid #e8e7e7;
}

div#menu ul,div#menu ul ul {
line-height:25px;
list-style:none;
margin:0;
padding:0;
}

div#menu li {
float:left;
padding:0px;
margin:0px;
}

div#menu ul a {
display:block;
padding-top:0px;
padding-right:8px;
padding-left:8px;
margin:0px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color:#fff;
border-right: 1px solid #777;
}

div#menu ul a:hover {
color:#fff;
background-color:#328bbe;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
background-color:#000;
border:1px solid #736D6F;
}

div#menu ul li:hover ul {
left:auto;
}
