/*
Theme Name: LSS Window Coverings
Theme URI: 
Description: 
Version: 1.0
Author: Colin OBrien
Author URI: 
Tags: 
*/


/* - 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;
}

ul, ol {
	list-style: none;
}


/* - BASIC STUFF - */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #2c1303;
}
body {
	background: #4d3a25 url(images/body-bkgd.jpg) repeat-x;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

.entry a, .entry a:visited {
	color: #933;
}

#wrap {
	width: 800px;
	margin: 35px auto;
}

#header {
	width: 800px;
	height: 148px;
	float: left;
}

.headh {
	display: none;
}

.head-img-1 {
	position: relative;
	top: 0;
	left: 100px;
}

.head-img-2 {
	position: relative;
	top: 0;
	left: 110px;
}

.head-img-3 {
	position: relative;
	top: 0;
	left: 120px;
}

#navbar {
	width: 800px;
	height: 27px;
	background:url(images/nav-bkgd.png) repeat-x;
	float: left;
}

#navbar ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: .9em;
}

#navbar ul li {
	display: inline;
}


#navbar ul li a  {
	background: url(images/nav-bkgd.png) repeat-x;
	color: #fff5e5;
	text-decoration: none;
	float: left;
	border-right: 1px solid #4b5132;
	padding: 5px 10px;
	display: block;
	height: 17px;
}

html>body #navbar ul li a  {
	background: url(images/nav-bkgd.png) repeat-x;
	color: #fff5e5;
	text-decoration: none;
	float: left;
	border-right: 1px solid #4b5132;
	padding: 5px 10px;
	display: block;
	height: 27px;
}

#navbar ul li a:hover {
	background: url(images/nav-bkgd.png) 0 -27px;
}

#navbar ul li.current_page_item a, #navbar ul li.current_page_parent a {
	background: url(images/nav-bkgd.png) repeat-x 0 -27px;

}
	

#subnav {
	width: 800px;
	height: 27px;
	background: url(images/sub-nav-bkgd.png) repeat-x;
	float: left;
}

#subnav ul {
	padding: 6px 0 0 0;
}

#subnav ul li {
	display: inline;
	padding: 0px 10px;
}

#subnav ul li a, #subnav ul li a:visited {
	color: #2c1303;
}

#subnav ul li a:hover, #subnav ul li.current_page_item a {
	color: #4b5132;
	text-decoration: none;
}

#subnav ul ul {
	display: inline;
	list-style-type: none;
}

#content {
	width: 800px;
	background: url(images/san-juan-bkgd.jpg) no-repeat bottom #fff5e5;
	min-height: 437px;
	float: left;
}

.post {
	width: 470px;
	padding: 20px;
	float:left;
}

h1.page-title {
	font-size: 1.7em;
	color: #46300f;
}

.entry p {
	line-height: 140%;
	margin-bottom: 15px;
}

#footer {
	float:left;
	width: 800px;
}

#footer p {
	color: #dfd6bd;
	text-align: center;
	padding: 15px;
	font-size: .9em;
}

.nexgallery {
	float: right;
	width: 260px;
	padding: 20px 20px 20px 0;
}

.gallery-caption {
	font-size: .8em;
	font-weight: bold;
}

.gallery {
	padding: 5px 0 20px;
}
.linklove {
	display: none;
}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}

/* 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 {margin:0 0 15px 0;padding:0;}
h2.entry-title {font-size:180%;}
h2.entry-title-home {display: none;}
h2#comments{margin:20px auto 10px;font-size:140%;}


/* headings inside posts */
.entry h3 {font-size:1.3em; color:#752c1a;}
.entry h4 {font-size:1.1em; color: #46300f; text-transform:uppercase;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}



/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

/* -- 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 auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
.alignright {float:right;clear:none;margin:0 0 1em 1em}
.alignleft {float:left;clear:none;margin:0 1em 1em 0}
.aligncenter {display: block; margin:1em auto; text-align:center}
.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;}

