/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.candacecrowe.com/assets/images/standard_elements/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 12px;
	line-height: 1.3em;
	color: #666666;
}
#page {
	margin: 0px auto;
	width: 853px;
	padding: 12px 0px 20px 0px;
	text-align: left;
}

#content {
	font-size: 1.2em
	}

.entry p {
	font-size: 0.9em;
	}

.entry {
	line-height: 1.2em;
	}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a img, img { border: none; text-decoration: none; }

a, a:link, a:visited, a:active {
	color: #5D8BB8;
	text-decoration: underline;	
}

a:hover {
	color: #522C1B;
	text-decoration: none;
}

hr { 
	border: none;
	border-top: 1px solid #5D8BB8;
	margin: 10px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post hr {
	display: block;
	}

.post {
	margin: 0px 0px 0px 0px;
	}

.postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* 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, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	margin-left: 0px;
	padding: 0px; 
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin: 0px;
	padding: 0px;
	width: 230px;
	}
#sidebar h2 {	
	line-height: 35px;
	background-image: url(http://www.candacecrowe.com/assets/images/standard_elements/page_header_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	text-align: left;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform:none;
	font-size: 1.5em;
}
#sidebar form {
	margin: 0px;
	padding: 12px 0px 12px 12px;
	}
#sidebar ul {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
}
 #sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	background-color: #E9E8E6; 
}
#sidebar ul li p {
 	padding: 12px;
	margin: 0px;
}
#sidebar ul li ul { 
	list-style-image: url(http://www.candacecrowe.com/assets/images/standard_elements/bullet_sq.gif);
	padding: 10px 0px 20px 20px; 
}
#sidebar ul li ul li {
	margin: 8px 0px 4px 0px;
	padding: 0px;
	text-align: left;
}

#call_to_action {
	background-image:url(/assets/images/standard_elements/brand-identity-button-top.gif);
	background-repeat:no-repeat;
	background-color: #B4D1F5;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#call_to_action h2 {
	text-align: center;
	background: none;
	color: #69747C;
	font-size: 1.25em;
	margin:0px auto;
}
#call_to_action p {
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 4px 0px;
}
#call_to_action h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing:0.1em;
	margin: 4px;
	margin-bottom: 12px;
}
#sidebar .tag-cloud p {
	padding: 20px 6px 20px 10px;
	line-height: 2em;
	text-align: left;
}
#sidebar .tag-cloud p a {
	margin-right: 7px;
}

#sidebar .tag-cloud p span {
	text-align:right;
	display: block;
	margin-top: 12px;
	}
#content .tag-cloud p {
	padding: 20px 10px 20px 10px;
	text-align: left;
}
#content p.tag-cloud  a {
	margin: 12px;
	line-height: 1.5em;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.right {
	text-align: right;
	}
	
/*******************************************************************/
/*******************************************************************/
/**********                                               **********/
/**********                Header styles                  **********/
/**********                                               **********/
/*******************************************************************/
/*******************************************************************/

#header {
	position: relative;
	width: 853px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
#phone {
	position: absolute;
	top: 98px;
	right: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 281px;
	text-align: right;
	font-size: 18px;
}
#phone p {
	font-size: 16px;
	margin:10px 0px 0px 0px;
}
#top_nav {
	display: inline;
	position: absolute;
	right: 0px;
	top: 140px;
	margin: 12px;
	color: #FFFFFF;
	width: 310px;
	text-align:right;
}

#top_nav li {
	display: inline;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	list-style: none;
}

#top_nav li a, #top_nav li a:link, #top_nav li a:visited, #top_nav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#top_nav li a:hover {
 	text-decoration: underline;
}

#header_image {
	position: relative;
	height: 308px;
}

.head_bg {
	position: relative;
	z-index: 0;
}
/**********         Primary Navigation List        **********/

#mainNavDiv{
	position: absolute;
	left:30px;
	top:30px;
	z-index:100;
	margin:0px;
	padding:0px;;
	display:inline;	
	float:none;
}

#main_navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	z-index: 100;
	color: #5D8BB8;
	font-size: 1.1em;
	letter-spacing: 0em;
	display:inline-block;
}


#main_navigation li {
	list-style: none;
	line-height: 1.5em;
}

#main_navigation li ul {
	margin: 0px 0px 12px 11px;
	padding:0px 0px 0px 0px;
}

#main_navigation li ul li {
	line-height: 1.1em;
	font-size: 0.95em;
	margin: 0px 0px 2px 0px;
	padding:0px;
	list-style: none;
}

#main_navigation li a, #main_navigation li a:link, #main_navigation li a:visited, #main_navigation li a:active {
	color: #5D8BB8;
	text-decoration: none;
	background-image: url(../images/standard_elements/nav_over.png);
	background-position: -300px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#main_navigation li ul li a, #main_navigation li ul li a:link, #main_navigation li ul li a:visited, #main_navigation li ul li a:active {
	color: #5D8BB8;
	text-decoration: none;
	background-image: url(../images/standard_elements/nav_over.png);
	background-position: -300px;
	background-repeat: no-repeat;
	margin-left: -11px;
	padding-left: 50px;
}

#main_navigation li a:hover, #main_navigation li ul li a:hover {
	background-position: left;	
	/* color: #938B82;
	border-left: 2px solid #5D8BB8; */
}

/**********      End Primary Navigation List       **********/


#content {
	position: relative;
	width: 590px;
	margin: 0px auto;
	float: right;
	/* border-left: 1px solid #BEB9B4; */
	padding: 0px 0px 0px 16px;
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#content h1 img { margin: 3px 0px 2px 0px; }
#content h2.pagetitle {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 35px;
	height: 35px;
	width:573px;
}
#content h1, .post h2, .post h3  {
	line-height: 35px;
	height: 35px;
	background-image: url(http://www.candacecrowe.com/assets/images/standard_elements/page_header_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	text-align: left;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 1.5em;
	text-transform:none;
	width:573px;
}
#content h4 { 
	font-weight: lighter;
	color: #522C1B;
	font-style: italic;
	font-size: 1.2em;
	padding-left: 8px;
}

#content h5 { 
	font-weight: lighter;
	color: #5D8BB8;
	font-size: 1.2em;
	padding-left: 8px;
	margin: 0px;
}

.post h2 a, .post h2 a:link, .post h2 a:visited, .post h2 a:active, .post h3 a, .post h3 a:link, .post h3 a:visited, .post h3 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.post h2 a:hover, .post h3 a:hover {
	color: #E9E8E6;
}
.altrow h2, .altrow h3 {
	line-height: 35px;
	background-image: url(http://www.candacecrowe.com/assets/images/standard_elements/featured_header_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	text-align: left;
	color: #5D8BB8;
	font-size: 1.5em;
	font-weight: lighter;
	text-transform:none;
}
.altrow h2 a, .altrow h2 a:link, .altrow h2 a:visited, .altrow h2 a:active, .altrow h3 a, .altrow h3 a:link, .altrow h3 a:visited, .altrow h3 a:active {
	color: #5D8BB8;
	text-decoration: none;
}
.altrow h2 a:hover, .altrow h3 a:hover {
	color: #938B82;
}
.pagetitle { 
	color: #5D8BB8;
}
.pagetitle small { color: #522C1B; }
#content h2 span { font-weight: normal; }

#content p { 
	padding-left: 8px;
}

#content ul li {
	list-style-image: url((http://www.candacecrowe.com/assets/images/standard_elements/bullet.gif);
	line-height: 1.8em;
}

strong .bluetext { font-size: 1.2em; font-weight: normal; }
#content small { font-size: 0.8em; padding-left: 8px; }


#footer {
	position: relative;
	border-top: 1px solid #522C1B;
	width: 853px;
	margin: 50px 0px 0px 20px;
	margin: auto;
	padding: 30px 0px 20px 0px;
	text-align: center;
}
#footer ul {

}

#footer ul li {
	display: inline;
	list-style-type: none;
	color: #A3C1DF;
	margin: 4px;
}
.clearfix { clear: both; }

img#wpstats{display:none}

#main_navigation  li  embed {
	margin-bottom: 15px;
}
#main_navigation li object {
	margin-bottom: 15px;
}
img, div, input { behavior: url("/assets/scripts/iepngfix.htc") }

#newsletterform, #suggestionform {
	background-color: #938B82;
	margin: 12px 0px 12px 0px;
	padding: 10px 0px 10px 0px;
	text-align: right;
}

#newsletterform p, #suggestionform p {
	color: #FFFFFF;
	font-weight:bold;
	margin: 0px 10px 8px 0px;
	text-align: left;
}

#newsletterform label, #suggestionform label {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#newsletterform label input, #suggestionform label input {
	width: 180px;
	color: #938B82;
	margin: 3px 10px 3px 5px;
	padding-left: 3px;
}
#wr_suggestion { background-color: #ffffff; font-size: 0.9em; padding-bottom: 0px;  }
#wr_suggestion h2 { font-size: 1.7em; }
#wr_suggestion p.mod_error { color: #0057a0; font-weight: bold; } 
.submitter {
	 margin: 3px 10px 3px 5px;
	 padding: 2px 4px 2px 4px;
	 color: #FFFFFF;
	 background-color: #1db1ff;
	 background-image: url(/assets/images/standard_elements/submit_button.png);
	 background-position: center;
	 background-repeat: no-repeat;
}