/*
Theme Name: Deb Peter
Theme designed for: http://www.auburncoolrealestate.com/
Description: graphic backgrounds, floating graphic elements
   gave up making CSS work in IE and switched to tables :(
Version: 0.1
Author: Donna McMaster
Author URI: http://www.colomacommunications.com/
Tags: 

Theme colors
	default text: #94836f
	body & main content backgrounds: #fff with images
	footer background, layout table borders: #b6ab9e
	left (nav) column background: #e9e7e1
	footer text: nav #fff, copyright #d4d4d4
	feature image borders: 2px solid #b6ab9e

Anchors	
	a: #930 (red), underline
	visited: #94836f (default text color)
	left nav: same as main anchors, no underline
	footer: same as footer text, no underline
	all hover, active: #339 (blue)
	
Theme fonts
	nav & footer font: verdana, arial, helvetica, sans-serif
	headings and default text font: georgia, "Times New Roman", times, serif;
*/

/*	Reset Rules
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------*/

html, body, div, span, object,
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,table,tr,td,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

caption {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* General Styles
----------------*/
* { 
	color: #94836f;
	}
#header, #footer, #left-col {
	font-family: arial, helvetica, sans-serif;
	}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	}

/*	Anchors */
a {
	color: #930;
	text-decoration: underline; 
	}
a:active, a:hover { 
	color: #339;
	}
a:visited { 
	color: #94836f; 
	}
a img {
	text-decoration: none; 
	border: 0;
	}

/*	Headlines */
h1, h2, h3, h4 {
	font-weight: bold;
	}
h1 {
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
h2 {
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	}
h3 {
	font-size: 16px;
	margin-bottom:4px;
	padding-bottom:0px;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}
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;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}

/* Miscellany */
acronym, abbr {
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	letter-spacing: .07em;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
hr {
	display: none;
	}
small {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
#wp-calendar caption, cite {
	text-decoration: none;
	}


/* Standard Components
----------------*/

body {
	background: #fff url(/wp-content/themes/debpeter/images/body_bg.jpg) repeat-x;
	}
#wrapper {
	}

/* Header div
----------------*/
#header {
	position:absolute;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	}
	#header img {
		margin: 0 auto 0 auto;
		behavior: url(/iepngfix.php);
		}

/* Layout table
----------------*/
table#layout {
	position:relative;
	top: 80px;
	padding: 0;
	margin: 0px auto 0px auto;
	border-left: 8px solid #b6ab9e;
	border-right: 8px solid #b6ab9e;
	width: 800px;
	}

/* Left column navigation
----------------*/
td#left-col {
	width: 176px;
	background-color: #e9e7e1;
	padding: 60px 0px 0px 0px;
	margin: 0;
	}
	#social_links {
		width: 154px;
		margin-top: 54px;
		margin-left: 13px;
		margin-bottom: 12px;
		padding: 10px 0 8px 0;
		text-align: center;
		background: #eee;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		}
		#social_links ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}
		#social_links ul li {
			display: inline;
			margin: 0 3px 0 3px;
			padding: 0;
			}
	#left-col p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#94836f;
		text-decoration:none;
		padding:0px 10px 20px 15px;
		margin:0px;
		}
	#left-col p a {
		text-decoration:none; color:#94836f; 
		}
ul#navlist {
	padding: 0px 0px 0px 0px;
	margin: 32px 0px 20px 0px;
	text-align: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#94836f;
	}
	ul#navlist li {
		border-bottom: 2px solid #fff;
		border-spacing: 100px;
		padding: 7px 10px 7px 15px;/*50*/
		margin: 0px 0px 0px 0px;
		text-indent: -5px;
		}
	ul#navlist li a:active,
	ul#navlist li a:link,
	ul#navlist li a:visited {
		text-decoration:none;
		color:#94836f;
		}
	ul#navlist li a:hover {
		text-decoration:none;
		color:#6452B2;
		}


/* Content column
----------------*/
td#content {
	background-color: #fff;
	background-image: url(/wp-content/themes/debpeter/images/no-hands-bridge.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 66px 12px 60px 12px;
	}
	#content p {
		margin-top: 12px;
		line-height: 140%;
		}
	#content ul {
		}
		

/* Sidebar div
----------------*/
#sidebar {
	width: 160px;
	float: right;
	margin: 0 0 8px 10px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
	line-height: 120%;
	}
	#sidebar h2, #sidebox h2 {
		margin: 0;
		padding: 0 0 .2em 0;
		font-weight: bold;
		font-size: 14px;
		background: transparent;
		}
	#sidebar ul, #sidebox ul {
		margin: .5em 0 1.25em;
		padding: 0;
		}
	#sidebar ul li, #sidebox ul li {
		margin: 5px;
		padding: 0;
		}
	#sidebar a, #sidebox a {
		text-decoration: none;
		}
	#sidebar a:hover, #sidebar a:active, #sidebox a:hover, #sidebox a:active  {
		text-decoration: underline;
		}

/*	Home Page
----------------*/
div#recent_posts_box {
	width: 80%;
	margin: 12px auto 12px auto;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	padding: 18px 18px 18px 18px;
	font-size: 13px;
	line-height: 130%;
	}
	#recent_posts_box h2 {
		margin: 0px 0 12px 0;
		font-size: 16px;
		font-weight: normal;
		}
	#recent_posts_box ul {
		list-style-type: none;
		}
	#recent_posts_box ul li {
		margin-top: 6px;
		}

/* Footer row
----------------*/
td#footer {
	background-color: #b6ab9e;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#footer p.copyright {
		color:#d4d4d4;
		font-size: 10px;
		font-style: italic;
		}
	#footer p.copyright a:active,
	#footer p.copyright a:link,
	#footer p.copyright a:visited { 
		color:#d4d4d4; text-decoration: none;
		}
	#footer p.copyright a:hover {
		color:#fff; text-decoration: none;
		}


/*	Wordpress Styles
----------------*/
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


/*	Blog Display
----------------*/
.post {
	margin: 0 0 40px;
	}
div.postmetadata {
	margin: 12px 12px 8px 4px;
	padding: 0px 4px 8px 8px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	text-align: left;
	font-size: 13px;
	line-height: 150% !important;
	color: #666;
	}
div.postmetadata p {
	margin-top: 6px !important;
	}
span.item-action img {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	border: 0px;
	}



/* Begin Lists

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}


.clear {
	clear: both;
	}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*	Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

/* for embedded MLS IDX codes */
iframe {
	border: 0;
	frameborder: 0;
	margin-top: 10px; 
	width: 100%; 
	height: 900px;
	border: 0;
    clear: both;
	}

/*	Various Tags & Classes */
.navigation {
	font-size: 13px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, strike {
	color: #666;
	}


/*	Styles for Plugins */

.quotescollection cite {
	font-style: italic;
	}

div.ddsg-wrapper h2 {
	display: none;
	}
	
