/*
Theme Name: LOV
Theme URI: http://burning-house.com/

*/

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, tt, var,
dl, dt, dd, ol, ul, li, input, textarea,
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 {
	color: black;
	background: white;
}
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: "" "";
}

/* End CSS reset */


/* FONTS & typography */

@font-face {
	font-family: 'JunctionRegular';
	src: url('fonts/Junction/Junction_02.eot');
	src: local('Junction'), local('Junction'), url('fonts/Junction/Junction_02.woff') format('woff'), url('fonts/Junction/Junction_02.ttf') format('truetype');
}
@font-face {
   font-family: 'ChaparralProRegular';
   src: url('fonts/chaparralpro-regular-webfont.eot');
   src: url('fonts/chaparralpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chaparralpro-regular-webfont.woff') format('woff'),
        url('fonts/chaparralpro-regular-webfont.ttf') format('truetype'),
        url('fonts/chaparralpro-regular-webfont.svg#ChaparralProRegular') format('svg');
   font-weight: normal;
   font-style: normal;

}

@font-face {
   font-family: 'ChaparralProBold';
   src: url('fonts/chaparralpro-bold-webfont.eot');
   src: url('fonts/chaparralpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chaparralpro-bold-webfont.woff') format('woff'),
        url('fonts/chaparralpro-bold-webfont.ttf') format('truetype'),
        url('fonts/chaparralpro-bold-webfont.svg#ChaparralProBold') format('svg');
   font-weight: normal;
   font-style: normal;

}

@font-face {
   font-family: 'ChaparralProItalic';
   src: url('fonts/chaparralpro-italic-webfont.eot');
   src: url('fonts/chaparralpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chaparralpro-italic-webfont.woff') format('woff'),
        url('fonts/chaparralpro-italic-webfont.ttf') format('truetype'),
        url('fonts/chaparralpro-italic-webfont.svg#ChaparralProItalic') format('svg');
   font-weight: normal;
   font-style: normal;

}

@font-face {
   font-family: 'ChaparralProSemibold';
   src: url('fonts/chaparralpro-semibold-webfont.eot');
   src: url('fonts/chaparralpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chaparralpro-semibold-webfont.woff') format('woff'),
        url('fonts/chaparralpro-semibold-webfont.ttf') format('truetype'),
        url('fonts/chaparralpro-semibold-webfont.svg#ChaparralProSemibold') format('svg');
   font-weight: normal;
   font-style: normal;

}
@font-face {
   font-family: 'ChaparralProLight';
   src: url('fonts/chaparralpro-light-webfont.eot');
   src: url('fonts/chaparralpro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chaparralpro-light-webfont.woff') format('woff'),
        url('fonts/chaparralpro-light-webfont.ttf') format('truetype'),
        url('fonts/chaparralpro-light-webfont.svg#ChaparralProLight') format('svg');
   font-weight: normal;
   font-style: normal;

}
/* End */

html, body {
	width: 100%;
	height: 100%;
}
body {
	/* background: #CCC url(images/grid.gif) top left repeat-y; */
	color: #1F2D13;
	font-family: 'ChaparralProRegular', Georgia, Times, serif;
	font-size: 12px;
	line-height: 24px;
}

/* Page structure -- Edit dimensions */

div#page {
	width: 1020px;
	margin: 15px 0px 15px 20px;
}
div#header {
	width: 1020px;
	overflow: auto;
}
div#content {
	width: 900px;
	margin: 27px 0px 0px 140px;
}
div#main {
	width: 900px;
	padding: 0px;
	overflow: auto;
}
div#sidebar {
	width: 300px;
	float: right;
	padding: 0px 10px;
}
div#footer p {
	width: 880px;
	clear: both;
}

/* Header */

div#header h1 {
	float: left;
	width: 86px;
	height: 53px;
}
div#header div#intro {
	float: left;
	margin-left: 63px;
	margin-top: 26px;
	font-size: 14px;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	line-height: normal;
	width: 860px;
}


/* home structure */

div.post {
	
}
div.titleArea {
	position: relative;
}
div.titleArea div.postThumb {
	position: relative;
	z-index: 1;
}
div.titleArea h2 {
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 2;
	background: #455782;
	color: #FFF;
	font-family: 'ChaparralProRegular', Georgia, Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .025em;
	line-height: 24px;
	text-align: right;
	padding: 12px 12px 10px 20px;
	min-width: 150px;
	max-width: 580px;
	-moz-box-shadow: 2px 3px 9px #777;
	-webkit-box-shadow: 3px 2px 9px #777;
	box-shadow: 2px 3px 9px #777;
	
}
div#post-468 h2 {
max-width: 510px;
top: 130px;
}
div.titleArea h2 a {
	color: #FFF;
	text-decoration: none;
}
div.titleArea h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}
div.titleArea img {
	padding: 9px;
	background: #FFF;
	border: 1px solid #AFC39D;
}
div.subPosts div.postThumbSm {
	float: left;
	margin-right: 20px;
	margin-top: 24px;
	width: 160px;
	text-align: center;
	min-height: 188px;
}
div.subPosts div.postThumbSm img {
	padding: 9px;
	background: #FFF;
	border: 1px solid #AFC39D;
}
div.subPosts div.postThumbSm h3 {
	font-family: 'ChaparralProRegular', Georgia, Times, serif;
	font-size: 12px;
	line-height: normal !important;
	margin-top: 12px;
}
div.subPosts div.postThumbSm h3 a {
	color: #1F2D13;
	text-decoration: none; 
}
div.subPosts div.postThumbSm h3 a:hover {
	color: #52689D;
	text-decoration: underline;
}
div.bizmiss {
	width: 340px;
	height: 170px;
	padding: 0px;
	margin-top: 24px;
	float: left;
	overflow: hidden;
}
div.bizmiss h2 {
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	color: #455781;
	padding-left: 4px;
}
div.bizmiss h2 a {
	color: #455781;
	text-decoration: none;
}
div.bizmiss h2 a:hover {
	color: #5B8339;
	text-decoration: none;
}
div.bizmiss h3 a {
	color: #1F2D13;
	text-decoration: none;
}
div.bizmiss h3 a:hover {
	color: #5B8339;
	text-decoration: none;
}

div.bizmiss ul.postList li {
	border-top: 1px solid #AFC390;
	font-family: 'ChaparralProRegular', Georgia, Times, serif;
	line-height: 14px;
	overflow: auto;
	padding: 6px 4px 5px 4px;
}
div.bizmiss ul.postList li div.postmetadata .date, div.bizmiss ul.postList li div.postmetadata .comments {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 9px;
	color: #455781;
	text-transform: uppercase;
}
ul.postList li div.postmetadata .date {
	float: left;
}

ul.postList li div.postmetadata .comments {
	float: right;
}
ul.postList li div.postmetadata .comments a {
	text-decoration: none;
}

/* Portfolio single page */

div.noThumb {
	padding-top: 24px;
}

div.noThumb h2 {
	color: #455782;
	font-family: 'ChaparralProRegular', Georgia, Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .025em;
	line-height: 24px;
	padding: 0px 9px;
	border-left: 1px solid #AFC390
}
div.noThumb h2 a {
	text-decoration: none;
}

div.postMeta {
	margin: 24px 0px 0px 0px;
	overflow: auto;
	width: 880px;
}
div.postMeta div {
	margin-right: 20px;
	padding: 4px 0px 0px 9px;
	border-left: 1px solid #AFC390;
	float: left;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 15px;
	color: #526289;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 11px;
}
span.metaH3 {
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	color: #1F2D13;
	display: block;
	margin-bottom: 2px;
}
div.postMeta div.client, div.postMeta div.postCat {
	width: 150px;
}
div.postMeta div.tags {
	width: 210px;
}
div.postMeta div.date {
	width: 90px;
}
div.blogMeta div.date {
	width: 90px;
	float: right !important;
	margin-right: 10px !important;
}
div.blogMeta div.tags {
	width: 510px !important;
}
div.postNav {
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	color: #526289;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 0px;
	font-weight: 400;
	overflow: auto;
	padding-top: 5px;
}
div.postNav a, div.postMeta a {
	text-decoration: none;
}
div.postNav .alignright {
	margin-right: 20px;
}
div.indexMeta {
	margin-bottom: 72px;
}

/* Post structure */

div.post h2 {

}
div.blogMeta {
	border-top: 1px solid #AFC390;
}
div.blogMeta div {
	padding-top: 6px;
}
div.entry {
	clear: both;
	padding: 0px 10px;
	width: 861px;
	font-size: 16px;
	margin-top: 24px;
	letter-spacing: 0.01em; 
	color: #444444;
}
div.entry p img, div.entry p img.alignleft {
	padding: 9px;
	background: #FFF;
	border: 1px solid #AFC39D;
	margin-left: -10px;
}
div.entry p img.alignleft {
	margin-right: 10px;
}
div.entry p img.alignright {
	margin-right: -10px;
	margin-left: 10px;
}
div.entry p {
	width: 580px;
}
div.entry li {
	width: 560px;
}

/* footer styles */

div#footer {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	margin-top: 86px;
	width: 900px; 
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

/* typography and colors */

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.entry ul {
	list-style: disc outside;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 24px;
}
.entry ol {
	list-style: decimal outside;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 24px;
}

/* links */

a {
	color: #52689D;
	text-decoration: underline;
}
a:hover {
	color: #5B8339;
	text-decoration: underline;
}
a img {
	border: none;
}
.entry p {
	margin-bottom: 24px;
}
/* Special classes */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
.center {
	margin: 0px auto;
}

/* Comments */

div.commentsArea, div#respond {
	margin-top: 72px;
	overflow: auto;
}
h3#comments, #respond h3 {
	color: #455782;
	font-family: 'ChaparralProRegular', Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .025em;
	line-height: 24px;
	padding: 0px 10px;
}
ol.commentlist li {
	margin: 24px 0px 0px 0px;
	overflow: auto;
	width: 880px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #AFC390;
	margin-bottom: 11px;
}
ol.commentlist li div.commentmetadata {
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	color: #1F2D13;
	border-left: 1px solid #AFC390;
	padding: 6px 20px 0px 9px;
	float: left;
	width: 150px;
	line-height: normal;
}
div.commentmetadata span.authorname {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 15px;
	color: #526289;
	text-transform: none !important;
	display: block;
}
div.commentary {
	padding: 2px 10px 0px 10px;
	float: left;
	width: 550px;
	margin-right: 20px;
	font-size: 14px;
}
div.avatar {
	float: right;
	margin-right: 10px;
	padding: 8px 0px 0px 0px;
}
div.commentdate {
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	letter-spacing: normal;
	margin-top: 4px;
}
div.commentdate a {
	color: #999;
	text-decoration: none;
}
div.commentdate a:hover {
	color: #526289;;
	text-decoration: underline;
}

div.commentmetadata h4 a {
	text-decoration: none;
}
div.commentmetadata h4 a:hover {
	text-decoration: underline;
}
div#respond div.comment-field label, div.commenttextarea label {
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	color: #1F2D13;
	line-height: 12px;
	padding: 0px 0px 4px 10px;
	display: block;
}
div#respond div.logged-in {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #1F2D13;
	line-height: normal;
	padding: 0px 0px 4px 10px;
	display: block;
	width: 141px;
	letter-spacing: .05em;
}
div#respond div.logged-in span.authorname {
	text-transform: uppercase;
}
div#respond div.fields {
	margin-top: 21px;
}
div#respond div.comment-field {
	margin-bottom: 12px;
	clear: left;
	display: block;
	overflow: auto;
}
div#respond div.comment-field input.commentinput {
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #1F2D13;
	line-height: 12px;
	height: 14px; 
	border: 1px solid #CCC;
	padding: 4px;
	width: 141px;
	display: block;
	margin-left: 9px;
}
div#respond span.required {
	text-transform: none;
	color: #999;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: normal;
}
div.commenttextarea {
	margin-right: 170px;
	margin-top: 22px;
	width: 550px;
}
div.commenttextarea textarea {
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #1F2D13;
	line-height: 12px;
	border: 1px solid #CCC;
	padding: 4px;
	width: 550px;
	display: block;
	margin-left: 10px;
	height: 119px;
}
div.submit input#submit {
	margin-right: 150px;
	margin-top: 24px;
	height: 24px;
	background: #5B8339;
	width: 100px;
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	color: #FFF;
}
div.submit input#submit:hover {
	background: #455782;
}

/* Contact form */

div.entry .ddfmwrap {
	margin:0px 0px !important;
	width:380px !important;
}
div.entry form.ddfm {
	padding:0px;
	text-align:left;
	width:380px;
}
div.entry form.ddfm label {
	clear:left;
	display:block;
	float:none;
	margin:0;
	text-align:left;
	width:100%;
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .12em;
	color: #1F2D13;
	line-height: 12px;
	padding: 0px 0px 4px 0px;
}
div.entry .ddfmwrap p.fieldwrap {
	margin:0px;
	padding:0px;
}
div.entry form.ddfm input.fmfile, div.entry form.ddfm input.fmtext, form#searchform input#s {
	display:block;
	float:none;
	margin-bottom:12px;
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #1F2D13;
	line-height: 12px;
	border: 1px solid #CCC;
	padding: 4px;
	width: 370px;
}
div.entry form.ddfm textarea {
	float:none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #1F2D13;
	line-height: 12px;
	border: 1px solid #CCC;
	margin-bottom:12px;
	padding: 4px;
	width:370px;
}
div.entry form.ddfm input.fmverify {
	display:block;
	float:none;
	border: 1px solid #CCC;
	margin-bottom:12px;
	margin-right: 10px;
	padding: 4px;
	width:70px;
	float: left;
}
div.entry form.ddfm img {
	float:none;
	padding: 1px !important;
	margin: 1px 0px 0px 0px !important;
	border: 1px solid #455782 !important;
	float: left;
	background: #455782;
}
div.entry form.ddfm .submit {
	clear:both;
	text-align:left;
	width:100%;
}
div.entry form.ddfm .submit input {
	float: right;
	background-color: #5B8339 !important;
	color: #FFF;
	padding: 5px 2px 4px 2px !important;
	margin: 1px 0px 0px 0px !important;
	border: 1px solid #5B8339 !important;
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	line-height: 12px;
}
div.entry form.ddfm .submit input:hover, form#searchform input#searchsubmit:hover {
	background-color: #455782 !important;
	border: 1px solid #455782 !important;
}

/* Search form */

form#searchform input#s {
	display:block;
	float:left;
	margin-bottom:12px;
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #1F2D13;
	line-height: 12px;
	border: 1px solid #CCC;
	padding: 4px;
	width: 370px;
}
form#searchform input#searchsubmit {
	float: left;
	background-color: #5B8339 !important;
	color: #FFF;
	padding: 5px 2px 4px 2px !important;
	margin: 0px 0px 0px 20px !important;
	border: 1px solid #5B8339 !important;
	text-transform: uppercase;
	font-family: 'JunctionRegular', 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	line-height: 12px;
}
