/*
Theme name: Lavender Dream
Theme URI: http://blog.annas-playground.info/wordpress-themes/lavender-dream/
Description: A pale lavender theme, with three columns and four dynamic sidebars. It is my first theme.
Tags: light, purple, fixed-width, three-columns, sticky-post, threaded-comments
Author: LadyAnna
Author URI: http://www.annas-playground.info/
Version: 1.0.1
Feel free to use and edit as you wish, but please leave the link back to my site in the footer. You may hide it with css, but not delete it.*/

/* Set the size and colors of main (and reused) elements */



body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:;
	color: #544762;
	margin: 0;
	padding: 0;	
	text-align:center;
}

.right {
	text-align:right;
}

#left{
	float:left;	
	margin:-10px 2px 0px 10px;	
	width:150px;	
	padding:2px 7px 2px 2px;
}

/* Holly Hack for IE \*/
* html #left { float: left;margin-left:5px;height: 1%;width:150px; }

/* End */

.alignleft{
	float:left;
	margin-right:5px;
}
.alignright{
	float:right;
	margin-left:5px;
}
.center, .aligncenter{
	margin:auto;
	text-align:center;
}
.clear {
	clear:both;
}
/* Main style of links */
a:link,a:visited{
	color:#5C6FA3;
	text-decoration:none;
}	
a:hover, a:active{
	color:#5CA3A0;
	text-decoration:underline;
}
/* Top and bottom areas */

/* The width and style of the actual blog area */
#page {
	background: ;
	width: 970px;	
	margin:0 auto;	
	padding:0 0px 0 0px;
        background:url(http://davidjrogers.com/wp-content/themes/whiteplus/images/midbg970.jpg) left repeat-y;
}
/* Headers used within the blogposts (h1-h3 are used elsewhere on the pages and should not be used in posts)*/
h4,h5,h6{
	font-variant: small-caps;
	font-family: Georgia, Serif;
}
h4 {font-size: 11px;}
/* Deal with the header */
#header{
	width: 970px;
	height: 186px;
	margin: 0;
	padding: 0;
	background: url(http://davidjrogers.com/wp-content/uploads/2009/12/real-estateheader.jpg);
}
#header h1{
	margin: 33px 0 0 0;	
	font-size:32px;	
	font-variant: small-caps;	
	font-family: Georgia, Serif;
}
#header h1 a:link, #header h1 a:visited {
	color: #756882;	
	text-decoration:none;
}
#header h1 a:hover, #header h1 a:active {
	color: #5CA3A0;	
	text-decoration:underline;
}
#header .description{
	color: #756882;	
	font-weight:bold;	
	font-style: italic;	
	font-family: Georgia, Serif;
}
#header_left{
	background: url();	
	float:left;	
	width:500px;	
	height:130px;	
	border:0px;	
	text-align:center;	
	padding-left:10px;	
}
html>body #header_left{
	background: url()no-repeat center;
}




/* Deal with left, right and bottom sidebars */
#sidebar-right{
	float:right;		
	margin:2px 12px 0px 0px;	
	width:270px;	
	padding:2px 2px 2px 2px;
        background:none;
}
#sidebar-left{
	float:left;	
	margin:1px 1px 1px 1px;	
	width:159px;	
	padding:2px 2px 5px 2px;
}
#sidebar-bottom {
        align:center;
	border-top: 1px solid #8F839B;	
	padding-top: 3px;	
	margin:5px auto;
}
#sidebar-bottom .widget_bottom  {
	float:left;	
	list-style-type:none;	
	text-align:center;	
	margin:0 10px;	
	display:inline;	
	width:410px; /* Change this for other numbers of widgets: 191px = 4 widgets, 262px = 3 widgets, 403px = 2 widgets (default), 930px = 1 widget */
}

#sidebar-right a:link,
#sidebar-left a:link,
#sidebar-bottom a:link,
#sidebar-right a:visited,
#sidebar-left a:visited,
#sidebar-bottom a:visited{
	color:#756882;
}
#sidebar-right a:hover,
#sidebar-left a:hover,
#sidebar-bottom a:hover,
#sidebar-right a:active,
#sidebar-left a:active,
#sidebar-bottom a:active{
	color:#5CA3A0;	
	text-decoration:none;
}
#sidebar-right ul,
#sidebar-left ul,
#sidebar-bottom ul{
	list-style-type: none;	
	margin:0;	
	padding:0;	
	text-align:left;
}
#sidebar-right li li,
#sidebar-left li li,
#sidebar-bottom li li {
	border-bottom:thin solid #756882;		
	border-left:2px solid blue;	
	margin:1px 0;	
	padding:4px 1px 3px 5px;
}
#sidebar-right li li:hover,
#sidebar-left li li:hover,
#sidebar-bottom li li:hover {
	border-bottom:thin solid #756882;	
	border-left:2px solid #5CA3A0;		
	background:#D8D2DF;		
}
#sidebar-right .current_page_item,
#sidebar-left .current_page_item,
#sidebar-bottom .current_page_item,
#sidebar-right .current-cat,
#sidebar-left .current-cat,
#sidebar-bottom .current-cat{
	border-left:2px solid #A35CA0;		
	background:#DFD3DF;
}
#sidebar-right h2,
#sidebar-left h2,
#sidebar-bottom h2{
	text-align:center;	
	background: url() repeat-x bottom;	
	padding-bottom:5px;	
	color:#756882;	
	font-size:13px;	
	font-variant: small-caps;	
	font-family: Georgia, Serif;
}
#sidebar-right p,#sidebar-left p{
	font-size:11px;	text-align:center;	
	font-weight:bold;
}
/* Show calendar in bottom sidebar */
#calendar-bottom table{
	margin:auto;
	width:90%;
}
#calendar-bottom a:link,
#calendar-bottom a:visited {
	font-weight:bold;
	color:#5C6FA3;
}
#calendar-bottom a:hover,
#calendar-bottom a:active{
	color:#5CA3A0;	
	text-decoration:none;
}
#calendar-bottom #today {
	background:#F3F0F6;
}

.divider{
	height:2px;	
	padding:0;		
	margin:0;
}
.border_hr_thin{
	background: url('./images/h2-sidebar-bg.png') repeat-x bottom;	
	height:13px;	
	width:948px;		
	margin:auto;
}
/* Deal with content (all styles used in index.php) */
#content {
	text-align:left;	
	width:500px;	
	padding:1px 1px;		
	float:left;		
	margin-top:5px;	
	min-height:520px;	
	border-right:1px solid #8F839B;	
	border-left:0px solid #8F839B;
        
}

html>body #content{width:500px;}

#content h1{
	margin: 10px 0 10px 0;	
	font-family: Georgia, Serif;	
	font-variant: small-caps;	
	font-size:20px;
}
#content h2{
	font-family: Georgia, Serif;	
	font-variant: small-caps;	
	font-size:15px;
}
#content h2.postheader{	margin: 10px 0 1px 0;}
#content h4.postheader{	margin: 14px 0 1px 0;	}
#content h2 a:link, #content h2 a:visited {
	color: #756882;	
	text-decoration:none;
}
#content h2 a:hover, #content h2 a:active {
	color: #5CA3A0;	
	text-decoration:underline;
}
#content .post-info{
	font-size:10px;	
	font-variant: normal;
}
#content .widgettitle{
	font-size:10px;	
	font-weight:bold;	
	margin: 5px 0 2px 0;
}
#content blockquote{
	background: url() repeat-y left;	
	padding-left:10px;	
	margin:10px 20px;	
	color: #6C5B7E;
}
#content q {
	quotes: '"' '"' "'" "'";	
	color: #6C5B7E;
}
#content cite { color: #6C5B7E;}
#content .css{ color:#3A80FF;}
#content .php{ color:#3E6E3E;}
#content .entry {
	text-align:justify;	
	margin: 5px 7px;
}
#content .entry ul, #content .entry ol{
	margin: 3px;	
	padding:0 0 0 15px;
}
#content .postmetadata{font-size: 10px;}
#content .post{
	margin: 0 0 20px 0;	
	background: url() no-repeat top center;	
	padding: 1px 10px 0 10px;
}
#content .sticky {background: url() no-repeat top center;} 
#content .wp-caption, .caption{
	border:thin solid #756882;	
	background-color: #F3F0F6;	
	padding: 5px 2px;	
	-moz-border-radius: 3px;	
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;	
	border-radius: 3px;
}
#content .wp-caption{ text-align:center;}
#content img {border:thin solid #756882;}
#content a img {border:0;}
#content .wp-caption a img {border:thin solid #756882;}
#content .wp-smiley{border:0 !important;}
#content .wp-caption-text{
	margin:0px;	
	padding:5px 3px 0px 3px;
}
#content .not-found{color:#756882;}
#content .search{margin-top:15px;}
#content .search fieldset{border:0;}
dl,dt,dd{margin:0 10px;}
dt{
	font-weight:bold;	
	padding:6px 0 0 0;
}
.navigation .alignleft,
.navigation .alignright{
	width:222px;
	min-height:21px;
}
.navigation .alignright{
	text-align:right;
}
/* Special styles used by image.php to show an image attachment */
.attachment{
	text-align:center;	
	margin:0 auto;
}
.caption{
	width:310px;	
	margin:15px auto;	
}
.attachment p {
	padding:0;	
	margin:7px auto 2px auto;
}
/* Special styles used by archives.php (archives page) */
.archive{
	width:200px;	
	padding: 2px 20px;
}
/* Special styles used by links.php (links page) */
.archive{padding: 2px 20px;}
/* Special styles used by children.php */
#list-subpages{
	margin:0 10px;
}
#list-subpages ul{
	list-style-type:none;
	margin:3px 15px;
	padding:0px;
}
#list-subpages ul li {
	margin:15px 0;
}
.page-link{
	font-variant:small-caps;
	font-size:14px;
	font-family: Georgia, Serif;
}
#list-subpages p {
	margin:4px 10px;
	padding:0;
}
/* Styles needed to handle comments */
.xoxo,.children{
	list-style-type:none;	
	margin:4px;	
	padding:0 0 0 10px;
}
.children{margin:1px 4px;}
#respond h3,#content h3 {
	font-variant: small-caps;	
	font-family: Georgia, Serif;	
	font-size:13px;	
	margin: 10px 0 2px 0;
}
#commentform textarea{
	width:99%;	
	background:#EAE7ED;	
	border: 1px;	
	background:#EAE7ED;	
	padding: 2px;	
	border-color:#756882;	
	border-style:solid;
}
#comments ul {
	list-style-type:none;	
	list-style-position:inside;	
	margin:0;	
	padding:5px;
}
#comments li {border:1px solid #8F839B;}
#comments .children{padding:0 0 0 25px;}
#comments blockquote{
	background: url() repeat-y left;	
	padding-left:10px;	
	margin:10px 60px;
}
#comments blockquote blockquote{margin:10px 20px;}
#comments blockquote p {
	padding:0;
	margin:0;
}
#comments #author-info img {
	float:left;	
	margin-right:7px;
}
#comments #author-info {font-size:11px;}
#comments p,#comments .reply {
	font-size:12px;	
	margin-left:22px;
}
#comments .reply {margin-bottom:10px;}
#comments .comment,
#comments .trackback,
#comments .pingback {
	padding:5px;	
	margin:5px 0;
}
.thread-odd, .depth-1, .depth-4{background:#EAE7ED;}
.depth-2, .depth-5 {background:#E0DAE6;}
.thread-even, .depth-3, .depth-6{background:#CFC6D8;}
.children .alt, .children .odd {background:#E0DAE6;}
.children .even {background:#C6BDCE;}
/* Shows info about comment status */
#comments-status {
	margin: 10px auto;	
	text-align:center;	
	font-size:11px;
}
#comments-status a:link,#comments-status a:visited{font-weight:bold;}
#commentform #submit{
	margin: 5px 0px;	
	border-width:1px;	
	background: #BBB3C3;	
	padding: 1px 4px;	
	border-color:#D2CCD7 #756882 #756882 #D2CCD7;	
	border-style:solid;
}

/* Deal with the footer area */
#footer{
	float: left;
	width: 970px;
        height:139px;
	padding: 10px 0 10px 0;

	text-align: left;
	line-height: 24px;
        background:url(http://davidjrogers.com/wp-content/themes/whiteplus/images/footer970.jpg) no-repeat;
}

#theme-author{
	padding:0;	
	margin:5px 0 0 0;
}


/*  side bar css*/
.sidebarmenu ul{
float:left;
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
width: 160px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{

display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #cc0000; /*background of tabs (default state)*/

}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
background:black;

}

.sidebarmenu a.subfolderstyle{
background: url(../images/arrow.gif) right no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left;height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
* html .sidebarmenu ul { width:160px; }
/* End */
/* end side bar css*/

.sidebarmenu .headerbar{
width:160px;
font: bold 14px Arial;
color: white;
background: black url(http://davidjrogers.com/wp-content/themes/customdjrtheme/images/titlebar.png) repeat-x center left;
margin: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0 8px 0px; /*header text is indented 10px*/
}




#maintopnav {
margin-left:11px;
width:948px;
}


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://davidjrogers.com/wp-content/themes/whiteplus/images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(http://davidjrogers.com/wp-content/themes/whiteplus/images/blockdefault.gif) center center repeat-x;
}




.djr a{
        font-size:14px;
	color:white;
	text-decoration:none;
}	
.djr a:hover, .djr a:active{
        font-size:14px;
	color:white;
	text-decoration:underline;
}


form {
    margin: 0px;
    }

	
.postform {
	background: #000000;
	}


#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 125px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #2B4D71;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#homepage {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#hpmain p {
	color: #072C53;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#hpmain {
	background: #516B86;
	width: 960px;
	height: 280px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.hpmainleft {
	float: left;
	width: 655px;
	margin: 0px;
	padding: 0px;
	}
	
.hpmainright {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	}
	
.hpmainrightsearch {
	background: #FFFFFF;
	width: 270px;
	height: 235px;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.homeblock {
	float: left;
	width: 290px;
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
.homeblock-bottom {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 0px 9px;
	border: 1px solid #DDDDDD;
	}

.homeblock p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.homeblock-bottom p {
	margin: 0px;
	padding: 0px;
	}
	
.homeblock embed, .homeblock object {
	width: 277px; 
	height: 225px;
	margin: 0px; 
	padding: 0px;
	}
