/*
Theme Name: Candy Wall
Theme designed for: http://www.colomalotusrealestate.com/
Description: simple, clean, top nav, 1-col pages; right sidebar for blog pagess
Version: 0.1
Author: Donna McMaster
Author URI: http://www.colomacommunications.com/
Tags: 

Theme colors
	default text: #000
	headlines: #606 (purple)
	body background: #ffcb36
	main content background: #fff
	feature image borders: none

Anchors	
	a: #117755 (green), underline
	visited: #309 (blue)
	hover, active: #606 (purple)
	
Theme fonts (see http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/)
	titles/headings: Arial, “Helvetica Neue”, Helvetica, sans-serif
	body text: same
*/

/*	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;
	}
caption {
	text-align: left;
	font-weight: normal;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* General Styles
----------------*/
*, div { 
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	}

/*	Anchors */
a {
	color: #339;
	}
a:hover, a:active {
	color: #606;
	}
a:visited {
	color: #117755;
	}

/*	Headlines */
h1,h2,h3,h4 {
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	color: #606;
	font-size: 24px; 
	margin: 10px 0 20px 0;
	}
h2,h3,h4,h5 {
	margin-top: 14px;
	color: #606;
	}
h2 {
	font-size: 17px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-style: italic;
	font-size: 14px;
	}

/* 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;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
dt { 
	color: #036; 
	font-weight: bold;
	}
hr {  /* For Internet Explorer */
	text-align: right; 
	width: 100%; 
	height: 1px; 
	color: #333; 
	border: none; 
	}
html>body hr { /* For Opera and Gecko-based browsers */
	margin-right: 0; 
	width: 100%; 
	height: 1px; 
	background-color: #333; 
	border: 0px solid #333; 
	}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


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

body {
	background-color: #ffcb36;
	}
@media print {
	body {
		background-color: #fff;
		}
	}
#wrapper {
	margin: 0 auto 0 auto;
	width: 980px;
	border: 4px solid #c75101;
	}

/* header: section title & tagline
--------------------------- */
#header {
	width: 100%;
	padding-top: 10px;
	background: url(/wp-content/themes/candywall/images/header-bg.jpg) bottom right;
	color: #333;
	font-size: 20px;
	font-style: italic;
	}
	#header p#tagline {
		float: left;
		text-align: left;
		margin: 0 0 0 22px;
		padding-top: 30px;
		}
	img#toplogo {
		margin: 26px 0px 0 60px;
		padding-bottom: 4px;
		border: 0;
		}
	#header p#call_today {
		float: right;
		margin: 55px 32px 0 0;
		}
	#header p a {
		text-decoration: none;
		border: none;
		color: inherit;
		}

/* main navigation
----------------*/
div#navbar {
	width: 100%;
	background: url(/wp-content/themes/candywall/images/nav-bg.jpg) top right;
	padding: 8px 0 8px 0;
	text-align: center;
	}
#navbar ul {
	margin: 0 auto 0 auto;
	list-style-type: none;
	}
#navbar ul li {
	display: inline;
	margin: 0 14px 0 14px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: #ffcb36;
	}
	#navbar ul li a {
		text-decoration: none;
		color: #fff;
		}
	#navbar ul li a:hover {
		color: #ffcb36;
		}

/* content div
----------------*/
#content {
	background-color: #fff;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 22px 22px 16px 22px;
	line-height: 145%;
	}
	#content p {
		margin: 12px 0 0 0;
		}

/* Sidebar div
----------------*/
#sidebar {
	width: 180px;
	float: right;
	margin: 0 0 8px 16px;
	border-top: 8px solid orange;
	border-bottom: 8px solid orange;
	padding: 8px 8px 8px 16px;
	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;
		}

/*	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;
	}



/* footer row
----------------*/
#footer {
	clear: both;
	padding: 22px 22px 8px 22px;
	background-color: #c75101;
	}
	#footer h2 {
		margin: 0 0 0 0;
		font-size: 16px;
		color: #ffcb36;
		font-style: italic;
		font-weight: normal;
		line-height: 140%;
		}
	#footer h2 a {
		text-decoration: none;
		color: #ffcb36;
		}
	#footer h2 a:hover {
		color: #fff;
		text-decoration: underline;
		}
	#footer p#copyright {
		color: #999;
		margin: 0 0 0 0;
		padding: 22px 0 0 0;
		font-size: 11px;
		font-style: italic;
		}
	#footer p#copyright a {
		text-decoration: none;
		color: #999;
		}
	#footer p#copyright a:hover {
		color: #ffcb36;
		}

/* resource lists */
ul.blogroll {
	list-style: none;
	margin-top: 4px;
	}
ul.blogroll li {
	margin-top: 8px;
	}

/* for embedded MLS IDX codes */
iframe {
	border: 0;
	frameborder: 0;
	margin: 0px 0 0 -20px; 
	width: 970px;
	height: 900px;
	border: 0;
    clear: both;
	}

div.ngg-galleryoverview {
	width: 700px;
	clear: none;
	clear: left;
	}

/* 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 */
