/*
Theme Name: A House By The Park
Theme URI: http://ahousebythepark.com/
Description: Custom theme for this blog
Version: 1.0
Author: Mike Davidson
Author URI: http://mikeindustries.com/
Tags: awesome
*/


/* CSS Reset v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	color: #9a6230;
}
del {
	text-decoration: line-through;
	color: #666;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BEGIN CSS */

body {
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 11px;
}

p {
	margin-bottom: 1em;
	line-height: 2em;
}

a:link {
	color: #748354;
	text-decoration: none;
	border-bottom: 1px dotted #748354;
}

a:visited {
	color: #535b42;
	text-decoration: none;
	border-bottom: 1px dotted #535b42;
}

a:hover {
	border-bottom: 1px solid #748354;
}

a:visited:hover {
	border-bottom: 1px solid #535b42;
}

a:visited:after {
	 content: "\00A0\2713";
}

a.imagelink:visited:after {
	content: "";
}

a.imagelink:visited {
	border-bottom: none;
}

a.imagelink:hover {
	border-bottom: none;
}

select {
	font-size: 10px;
	background-color: #000;
	color: #aaa;
}

#master {
	text-align: left;
	margin: 28px auto 28px auto;
	width: 935px;
}

#header {
	background-image: url(/journal/wp-content/themes/House/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 230px;
	position: relative;
}

#header h1, #header .description {
	position: absolute;
	margin-left: -999em;
}

#header #logo {
	width: 186px;
	height: 186px;
	position: absolute;
	top: 22px;
	left: 22px;
}

#header a:link, #header a:visited {
	border-bottom: none;
}

#header a:visited:after {
	content: "";
}

#sidebar {
	float: left;
	width: 186px;
	font-size: 11px;
	margin-top: 22px;
	padding: 0 22px 0 22px;
}

#sidebar ul {
	margin-bottom: 2.5em;
}

#sidebar li {
	margin-bottom: .5em;
}

#sidebar li a:link, #sidebar li a:visited {
	border-bottom: none;
}

#sidebar p a:link {
	border-bottom: 1px dotted #748354;
}

#sidebar p a:visited {
	border-bottom: 1px dotted #535b42;
}

#sidebar p a:visited:hover {
	border-bottom: 1px solid #535b42;
}

#sidebar li a:hover {
	border-bottom: 1px solid #748354;
}

#sidebar li a:visited:hover {
	border-bottom: 1px solid #535b42;
}

#sidebar h2 {
	font-size: 12px;
	margin-bottom: .25em;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.5em;
}

#sidebar p {
	line-height: 1.6em;
}

#sidebar li#livecam img {
	margin-right: 8px;
	position: relative;
	top: 2px;
}

#sidebar li#photogallery {
	margin-bottom: 30px;
}

#sidebar li#photogallery img {
	margin-right: 8px;
	position: relative;
	top: 2px;
}

#sidebar #searchform #searchsubmit, #sidebar #emailsub .emailsubsubmit {
	background-color: #535b42;
	color: #fff;
	display: block;
	border: none;
	padding: .5em;
	font-family: Verdana, sans-serif;
	cursor: pointer;
}

#sidebar #searchform #s, #sidebar #emailsub .emailsubfield {
	background-color: #1d1d1d;
	border: 1px solid #444;
	padding: .5em;
	color: #333;
	margin-bottom: 1em;
	display: block;
	width: 173px;
}

#sidebar .daycounter {
	margin-bottom: 20px;

}

#sidebar .dayblock {
	float: left;
	margin: 0 1em 1em 0;
	width: 60px;
}

#sidebar .daylabel {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	padding: .4em;
	background-color: #535b42;
}

#sidebar .daynumeral {
	background-color: #748354;
	padding: .4em;
	font-size: 20px;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}

#sidebar .spendtable {
	margin-bottom: 20px;
	width: 100%;
}

#sidebar .spendtable td {
	padding: .7em;
	border-bottom: 1px solid #000;
}

#sidebar .spendtable .spendcat {
	background-color: #1d1d1d;
	border-right: 1px solid #000;
}

#sidebar .spendtable .spendamount {
	background-color: #333;
	text-align: right;
}

#sidebar .miniicon {
	position: relative;
	top: 2px;
	margin-right: 6px;
}

#sidebar #emailsub div {
	color: #748354;
	margin-top: .75em;
	margin-bottom: .75em;
}

#content {
	float: right;
	width: 643px;
	padding: 20px;
	background-color: #1d1d1d;
	color: #fff;
}

#content ul {
	margin: 2em 4em 2em 4em;
	list-style-type: square;
}

#content ol {
	margin: 2em 4em 2em 4em;
	list-style-type: decimal;
}

#content li {
	margin-bottom: 1em;
	line-height: 2em;
}

#content ol.endnotes {
	margin: 1.75em;
	font-size: 10px;
}

#content blockquote {
	border-left: 5px solid #9a6230;
	padding-left: 1.5em;
	margin-top: .5em;
	font-style: italic;
	color: #666;	
}

#content h2 {
	margin-bottom: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #9a6230;
	letter-spacing: .2em;
	line-height: 1.5em;
}

#content h2 a:link, #content h2 a:visited {
	text-decoration: none;
	color: #9a6230;
	border-bottom: none;
}

#content h2 a:hover {
	border-bottom: 1px solid #9a6230;
}

#content h2 a:visited:after {
	content: "";
}

#content h3 {
	font-size: 12px;
	margin: 1.5em 0 1em 0;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #9a6230;
	line-height: 1.5em;
}

#content h4 {
	font-size: 10px;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content ol.alpha {
	list-style-type: lower-alpha;
}

#content .subtle {
	font-size: 10px;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content img.framed, #content div.framed {
	padding: 10px;
	border: 1px solid #666;
	background-color: #000;
}

#content a.download:link img.framed, #content a.download:visited img.framed {
	padding: 0;
	border: none;
	background-color: none;
}

#content a.download:link, #content a.download:visited {
	padding: 10px;
	border: 1px solid #666;
	background-color: #000;
	display: block;
}

#content a.download:hover {
	padding: 10px;
	border: 1px solid #666;
	background-color: #748354;
}

#content a.download:visited:after {
	content: "";
}

#content p.caption {
	font-size: 10px;
	text-align: center;
	color: #666;
	margin-bottom: 2em;
}

#content .pagetitle {
	font-size: 12px;
	margin-bottom: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#content .dateline {
	font-size: 10px;
	text-align: right;
	color: #666;
}

#content .entry {
	margin: 1em 0 1em 0;
}

#content .post {
	clear: both;
	margin-bottom: 20px;
}

#content .postmetadata {
	font-size: 10px;
	text-align: right;
	margin: 0;
	color: #666;
}

#content .navigation div {
	float: left;
	margin-right: 20px;
}

#content .numcomments {
	float: left;
}

#content .more {

}

#content .leftinline {
	float : left;
        margin : 3px 15px 10px 0;
}

#content .leftinlineborder {
	float : left;
        margin : 3px 15px 10px 0;
        border : 1px solid #AAA;
}

#content .rightinline {
	float : right;
        margin : 10px 0 10px 10px;
}

#content .rightinlineborder {
	float : right;
        margin : 10px 0 10px 10px;
        border : 1px solid #AAA;
}

#content #commentform p.subscribe-to-comments input {
	margin: 0 2px 0 0;
	position: relative;
	top: 3px;
	padding: 0;
}

#content #commentform p.subscribe-to-comments label {
	margin: 0;
	padding: 0;
}

#content #commentform input {
	background-color: #333;
	border: 1px solid #666;
	padding: .5em;
	font-size: 11px;
	color: #fff;
}

#content #commentform textarea {
	background-color: #333;
	border: 1px solid #666;
	padding: .5em;
	width: 500px;
	height: 150px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}

#content #commentform #submit {
	border: none;
	background-color: #535b42;
	font-family: Verdana, sans-serif;
	padding: .5em;
	cursor: pointer;
}

#content #commentform label {
	margin-left: 8px;
}

#content .commentlist {
	list-style: none;
	margin: 0;
}

#content .commentlist li.mike {
	border-left: 5px solid #9a6230;
}

#content .commentlist li {
	background-color: #000;
	padding: 1.5em;
}

#content .commentlist .avatarholder {
	border: 1px solid #666;
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 8px 5px 0;
}

#content .commentauthor {
	margin: 0 0 1em 0;
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #9a6230;
}

#content .commentmetadata {
	font-size: 10px;
	color: #666;
	text-align: right;
}

#content .spendtable {
	margin-bottom: 20px;
	width: 100%;
}

#content .spendtable td {
	padding: .7em;
	border-bottom: 1px solid #1d1d1d;
}

#content .spendtable .spendcat {
	background-color: #000;
	border-right: 1px solid #1d1d1d;
	width: 80%;
}

#content .spendtable .spendamount {
	background-color: #333;
	text-align: right;
}

#content .update {
	border-left: 5px solid #748354;
	padding-left: 1.5em;
}

#content .titlebox {
	background-color: #000;
	padding: 1em;
	margin-bottom: 1em;
	color: #666;
	font-size: 10px;
	line-height: 1.5em;
}

#content .commenticon {
	position: relative;
	top: 2px;
}

#footer {
	text-align: center;
	background-image: url(/journal/wp-content/themes/House/images/bg_concrete.jpg);
	height: 326px;
	text-align: center;
}

#innerfooter {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 40px 0 40px 0;
}

#innerfooter img {
	border: 20px solid #fff;
	float: left;
	margin: 0 20px 20px 0;
}

#innerfooter h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Tw Cen MT", Candara, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	color: #000;
	letter-spacing: .2em;
	margin-bottom: .5em;
}

#innerfooter p {
	color: #000;
	font-size: 12px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
