/*
Theme Name: LDS
Theme URI: http://joedasilva.com/
Description: Custom theme deveeloped for LDS.
Version: 1.0
Author: Joe DaSilva
Author URI: http://joedasilva.com/

*/

/*  ====   Eric Meyer  ====  */


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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*  =====  Custom LDS  ====  */

html { height: 101%; /* setting height to 101% forces scroll bar to display */ }

body {
	background: #A56A1B url(images/bg.jpg) no-repeat top center;
	font-size: 100%;
}

body#homepage {
	background: #A56A1B url(images/bg-home.jpg) no-repeat top center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#masthead {
	width: 960px;
	height: 91px;
}

#logo {
	float: left;
	margin: 20px 0 0 0;
}

ul#navigation {
	display: block;
	float: left;
	width: 405px;
	margin: 20px 0 0 41px;
}

ul#navigation li {
	float: left;
	padding: 0 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	border-right: solid 1px #575757;
}

	ul#navigation li.last { padding: 0 15px 0 15px;}

ul#navigation a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 14px 0;
}

	ul#navigation a:hover { text-decoration: underline; }

#search {
	width: 282px;
	height: 32px;
	background: url(images/search-bg.gif) no-repeat 0 0;
	float: right;
	margin: 28px 15px 0;
}

#s {
	width: 182px;
	background: transparent;
	border: none;
	height: 24px;
}

#searchform {
	background: transparent;
	border: none;
	height: 24px;
	margin: 4px 0 0 9px;
	width: 230px;
	padding: 0;
}

#searchsubmit {
	background: transparent;
	border: none;
	height: 32px;
	margin: 0 0 0 5px;
	width: 39px;
	padding: 0;
	cursor: pointer;
	font-size: 0;
}

#content {
	width: 960px;
	background: url(images/bg-page.gif) repeat-y 0 0;
	margin-top: 34px;
}

#contentHome {
	width: 960px;
	line-height: 1.3em;
}

#contentHome p {
	margin: 0 0 1.8em 0;
}



#contentPrimary {
	width: 514px;
	float: left;
	line-height: 1.5em;
	font-size: 0.88em;
	padding: 35px 75px 40px 45px;
}

#contentPrimary .entry p, #contentHero .entry p {
	margin: 0 0 1.5em;
}

#contentHero {
	width: 400px;
	height: 291px;
	padding: 20px 560px 0 0;
}

#contentHero h1 {
	line-height: 1em;
	margin: 0 0 0.4em 0;
}

#thumbsWrap {
	width: 400px;
	margin: 28px 0 0;
}

#thumbsWrap #one, #thumbsWrap #two, #thumbsWrap #three {
	width: 106px;
	float: left;
	text-align: center;
	margin-right: 15px;
}

#thumbsWrap #three { margin-right: 0; }

#thumbsWrap h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 6px;
}


#backToInventory {
	display: block;
	width: 150px;
	height: 30px;
	background: url(images/button-back-to-inventory.png) no-repeat 0 0;
	text-indent: -9999em;
	margin: 0 0 45px 0;
}

#backToInventory:hover {
	background-position: 0 -30px;
}

#viewOurServices {
	display: block;
	width: 150px;
	height: 30px;
	background: url(images/button-view-our-services.png) no-repeat 0 0;
	text-indent: -9999em;
	margin: 0;
}

#viewOurServices:hover {
	background-position: 0 -30px;
}


#contentHero .learnMore {
	float: right;
	margin: -15px 20px 0 0;
}


#columnWrap {
	width: 960px;
	margin: 26px 0 0 0;
	background: url(images/bg-homepage-page.gif) repeat-y 0 0;
}

#columnLeft {
	width: 301px;
	float: left;
	padding: 0 25px 0 0;
}

#columnCenter {
	width: 250px;
	float: left;
	padding: 0 25px 0 25px;
}

#columnCenter li {
	padding: 0 0 0.8em 1.7em;
	background: url(images/bullet.png) no-repeat 0 0;
}

#columnCenter li a, #sidebar li a {
	font-weight: bold;
	color: #fff;
}

#columnRight {
	width: 307px;
	float: left;
	padding: 104px 0 0 25px;
	position: relative;
	margin: -20px 0 0 0;
}

#columnRight p{
	font-size: 0.81em;
	line-height: 1.3em;
}


#columnRight img {
	position: absolute;
	top: -140px;
}

.more {
	display: block;
	width: 67px;
	height: 30px;
	background: url(images/button-more.png) no-repeat 0 0;
	text-indent: -9999em;
}

.more:hover {
	background-position: 0 -30px;
}

#sidebar .more {
	
}


#sidebarStopin {
	width: 100%;
	padding: 15px 0;
	margin-top: 20px;
	border-top: 1px solid #966F3C;
	font-size: 0.8em;
	color: #CAB69C;
}

#sidebar #sidebarStopin h2 {
	margin: 0.2em 0 0.1em 0;
}


.clear {
	clear: both;
}


/* Begin Typography & Colors */
body {

	}


#footer {
	margin: 18px auto 20px auto;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #C49D69;
	border-top: solid 1px #C49D69;
	padding-top: 20px;
	width: 960px;
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}

h1 {
	font-size: 2.1em;
	line-height: 1.1em;
	}

#contentHome h2 {
	color: #fff;
	}
	
h2 {
	font-size: 1.63em;
	line-height: 1.1em;
	color: #C61A1A;
	}

#contentPrimary h2 {
	color: #fff;
}

#sidebar p {
	margin-bottom: 20px;
}

#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff !important;
	}

#sidebar h3 {
	margin: 3px 0 8px 0;
}

#sidebar h3 a {
	color: #B7CD72;
	margin: 3px 0 8px 0;
}

#columnRight h3 {
	padding-bottom: 15px;
	border-bottom: solid 1px #C19C68;
}


h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #fff;
	text-decoration: underline;
	}

h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #B7CC72;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #B7CC72;
	text-decoration: underline;
	}
	
#sidebar a{
	color: #fff;
	text-decoration: underline;
	}

a:hover, #sidebar a:hover {
	color: #B7CC72;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/*	Begin Headers */
h1 {
	margin: 0 0 0.8em;
	}

h2 {
	margin: 0 0 0.6em;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 1.7em 0 1.5em 1.3em;
	padding: 0;
	list-style: none;
	}
.entry ul ul {
	margin: 0.4em 0 0.4em 1.2em;
	}
	
.entry ul ul li {
	background: none;
	list-style-type: disc;
	padding: 0 0 0.5em 1em;
	margin: 0 0 0 1.6em;
	}

.entry ul ul ul li {
	background: none;
	list-style-type: circle;
		padding: 0 0 0.5em 1em;
	margin: 0 0 0 2.6em;
	font-weight: normal;
	font-size: 1em;
	}

.entry li {
	list-style-type: none;
	padding: 0 0 0.5em 1.9em;
	font-size: 1.1em;
	font-weight: bold;
	background: url(images/bullet.png) no-repeat 0 0;
	}


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

#sidebar ul, #sidebar ul ol {
	margin: 15px 0 12px 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	padding: 0 0 0.3em 1.7em;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: bold;
	background: url(images/bullet.png) no-repeat 0 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 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 0 0.6em 30px;
	background: url(images/bullet.png) no-repeat 0 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: right;
	width: 242px;
	background: url(images/sidebar-bg.png) no-repeat 0 0;
	margin: -73px 0 0 0;
	padding: 80px 40px 30px 44px;
	min-height: 700px;
    height: auto !important;
    height: 700px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#inventoryExcerpt {
	width: 70px;
	height: 70px;
	float: left;
	margin: 10px 20px 20px 0;
}

#inventoryContent {
	width: 150px;
	float: left;
	margin: 10px 30px 20px 0;
}

#inventoryMeta {
	width: 330px;
	float: left;
	margin: 10px 0 20px 0;
}

#inventoryMeta h3 {
	margin: 0.1em 0 0.4em 0;
	font-size: 2em;
	line-height: 1.1em;
}

a.negmarg {
	margin-top: -15px;
}

div#contactForm {
	width: 300px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background: #AB762E;
	padding: 15px;
	margin: 30px 0;
}
div#contactForm h3 {
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.7em;
}

