/*  
Theme Name: Middleton-House & Co.
Theme URI: http://www.middleton-house.com/
Description: A custom Wordpress theme built for Middleton-House & Company.
Version: 1.0
Author: Vincent Maglione
Author URI: http://bigsweaterdesign.com/

	This theme and all associated files are 
	copyright 2007 Middleton-House & Company, 
	all rights reserved. Distribution is not 
	allowed without written consent 
	from the copyright owner.
*/

/*****LAYOUT*****/

/***normalization***/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/***basic settings***/

html,body {position:absolute;top:0;left:0;width:100%;}

#mainBar,#sideBar {
	position:absolute;
	top:0;
	min-height:100%;
}

#mainBar {
	width:62%;
	left:0;
	min-width:468px;
}

#sideBar {
	width:38%;
	left:62%;
	min-width:282px;
}

#footer {
	width:100%;
	height:142px;
	position:absolute;
	bottom:0;
}

#footer p, #footer h5 {
	width:124px;
	position:relative;
	left:100%;
	margin-left:-124px;
}

#content {
	margin:10px 10px 152px 0;
	overflow:hidden;
}

#content ul li, #content ol li {
	margin: 0 0 10px 20px;
}

#contentWrap {
	width:468px;
	position:relative;
	left:100%;
	margin-left:-468px;
}

table {margin:10px;}

li.entry {
	width:219px;
	position:relative;
	left:239px;
	overflow:visible;
}

li.entry h2, li.entry h3 {
	width:105px;
	float:left;position:absolute; margin-top:5px;
	left:-229px;
	overflow:hidden;
}

li.entry h3 {left:-114px;}

li.entry img {margin:10px;}

li.entry blockquote {margin:10px 0;padding:10px;}

#header {
	height:175px;
	text-indent:-9999px;
}

#header,#content {
	width:468px;
}

/***sidebar***/
ul#nav {
	position:relative;
	top:10px;left:10px;
	width:131px;
}

ul#nav li a {
	display:block;
}

ul#nav li, ul#nav li a {
	width:141px;
}

ul#recentEntries {
	position:relative;
	left:10px;top:20px;
	width:262px;
}


ul#recentEntries li {
	padding:3px 0;
}

ul#recentEntries li.entriesHead {
	padding:0;
}

ul#recentEntires li a {
	width:262px;
	display:block;
}

ul#recentEntries li a span {
	position:absolute;
	right:10px;
}

/***hcard settings***/
ul.vcard {padding:10px;margin:10px 0;}
ul.vcard li {margin-bottom:10px;}

/***entry and post navigation***/
li.entryNav {position:relative;margin:10px; margin-top:30px;}
p.alignLeft {position:absolute;bottom:0;left:0;}
p.alignRight {position:absolute;bottom:0;right:0;}

/*****TYPOGRAPHY*****/

/* Normalizes font size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

/* Removes list-style from lists */
ol, ul, li {
	list-style:none;
	}

/* Normalizes font-style & font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

/* Removes table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Removes border from fieldset and img */
fieldset, img {
	border:0;
	}

/* Left-aligns text in caption and th */
caption, th {
	text-align:left;
	}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
	}

/***basics***/
body {
	font-family:Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

li.entry h2, li.entry h3 {
	letter-spacing:-.05em;
}

li.entry h2 {
	text-align:right;
	text-transform: uppercase;
	font-size: 1.2em;
}

li.entry h3 {
	font-style: italic;
	font-size:1.1em;
	line-height:1.5em;
	
}

li.entry blockquote {font-style:italic; font-size:.9em;}

#content p, #content ul li, #content ol li {
	margin-bottom:10px;
	font-size:.9em;
	line-height:1.6em;
}

#content p.date {
	font-size:.75em;
	font-style:italic;
	text-align:right;
}

p.date span {text-align:left;}

#content h5 {
	font-size:1.1em;
	font-style:italic;
	margin:10px 0 5px 0;
}

#footer p, #footer h5 {
	margin-top:10px;
	text-align:right;
}

#footer h5 {
	font-size:1em;
	text-transform:uppercase;
}

#footer p {
	font-size:.8em;
	font-style:italic;
}

/***sidebar***/
ul#nav {
	text-align:right;
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1.4em;
}

ul#nav li a {
	text-decoration:none;
	width:141px;
	font-weight:bold;
}

ul#recentEntries li h3 {
	font-size:1.1em;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:right;
}

ul#recentEntries li a {
	text-decoration:none;
	margin:0 10px;
	font-size:.8em
}

ul#recentEntries li a span {
	text-align:right;
	font-style:italic;
}

/***hcard settings***/

span.fn, span.title {font-weight:bold;}
span.fn {font-size:1.1em;}
span.title {font-size:1em; font-style:italic;}

li.entryNav, p.alignLeft, p.alignRight {
	font-style:italic;
	font-size:.75em;
}

/*****END TYPOGRAPHY*****/

/*****COLORS*****/
#footer {
	background:#003aa7;
}

body {
	background:#003aa7 url(img/rbarBG.png) no-repeat fixed right bottom;
}


#mainBar {
	background:#fff url(img/lbarBG.png) repeat-x top left;
}

li.entry h2 {
	color:#003aa7;
}

li.entry h3, p.date, a {
	color:#0067b5;
}

li.entry a:hover {color:#e1eafa;}

li.entry a:visited, li.entry a:active {color:#003aa7;}

li.entry blockquote {border:1px dotted #003aa7; border-left:none; border-right:none; background:#e1eafa;}

#sideBar {
	background:transparent;
}

#header {
	background:transparent url(img/headerBG.png) no-repeat top right;
}

#content ul li {
	list-style-image:url(img/liarrow.gif);
}



#content ol li {list-style-type:decimal;}

li.entry {border-bottom:1px dotted #0067b5;}

#footer {
	border-top:10px solid #0067b5;
}

#footer p, #footer h5 {
	color:#809dd3;
}

/***sidebar***/
ul#nav li a {
	color:#fff;
}

ul#nav li a:hover {
	color:#809dd3;
	background:transparent url(img/liarrow.gif) no-repeat left 50%;
}


ul#recentEntries li h3 {
	color:#809dd3;
	border-bottom:1px dotted #809dd3;
}

ul#recentEntries li.alt {
	background:#002b7d;
}

ul#recentEntries li a {
	color:#fff;
}

ul#recentEntries li a span {
	color:#809dd3;
}

/***hcard settings***/
ul.vcard {border:1px solid #000;background:#fff5b6;}
ul.vcard li {border-bottom:1px solid #fff;}

/*****end colors*****/