/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/


Two-column with sidebar on LEFT  


Table of Contents -------
	
	1. basic styles
	2. wrapper
	3. header.php styles
	4. index.php styles
	5. comments
	5. sidebar.php styles
	6. text styles
	7. footer styles
	8. menu styles
	
	
-----------------------------------*/






/*------------------------  B A S I C  S T Y L E S   -------------------------------*/	

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #C1D2CE;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	text-align: left;
	}

a:link {
	color: #99086D;
	text-decoration: none;
	}
	
a:visited {
	color: #b03b80;
	text-decoration: none;
	}
	
a:hover {
	color: #CC6699;
	text-decoration: underline;
	}
	
a:active {
	color: #b03b80;
	text-decoration: none;	
	}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

	
img {
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}

.inline { display: inline;}


/*--- DEFAULT HEADER font style- usually at top of blog home--*/>

div h1 {
	color: #24635d; 
	font-size: 24px;
	font-weight: normal;
	font-style: none;
	line-height: 1.8em;
	}






/*-------------------------   W R A P P E R   -------------------------------*/	

/*-- adjust SITE WIDTH accordingly ---*/

#container {
	position:relative; 
	margin: 0 auto;
	width: 906px;
    height: auto;
	background:url(http://dianegaston.com/images/global/container-bg.gif) repeat-y;
	}
	
/* following allows container to wrap around floats */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}





/*-----------------------   H E A D E R . P H P   -----------------------------*/


/*-- adjust WIDTH accordingly ---*/
#masthead {
	width: 906px;
	height: 221px;
	}

*html #masthead {
	padding: 0;
	}


/* add each client's nav styles below, if needed (just copy/paste from the client's main css file) ---*/	

#nav {
	position: relative;
	float: left;
	vertical-align:top;
	margin: 10px 0 0 0;
	left: 0px;
	padding: 10px 0 0 0;
	margin: 0px;
	width: 242px;
	background:url(http://dianegaston.com/images/global/nav-bg.gif) repeat-y top left;
	}
	
#nav ul {
	list-style: none;
	text-align:left;
	margin: 0;
	padding: 0;
	border-bottom: none;
	}
	
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: none;
	}
	
#nav li {
	display: block;
	border-bottom: none;
	}

#nav li.subnav-indent {
	padding: 0px 0px 0px 65px;
	margin: 0px 10px 2px 0px;	
	}

* html #nav li.subnav-indent {
	padding: 2px 0px 0px 65px;
	margin: 0px 10px 2px 0px;
	}

#nav li.subnav-indent a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 11px;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #24635d;
	}
	
#nav li.subnav-indent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 11px;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #24635d;
	}
	
#nav li.subnav-indent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px; font-style: italic;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #b2086d;
	}
	
#nav li.subnav-indent a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 11px;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #24635d;
	}
	
#nav li .small-nav{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;		
	}
	
/* IMPORTANT IE HACK to remove extra spaces between image links*/

#nav li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-bottom: none;
	}

/*- this style for header.php -*/	
#headshot {
	position: relative;
	margin: 0px 15px 5px 0px;
	padding: 5px 15px 5px 40px;
	border: 0;
	float: right;
	}
/*- this style for archive, category -*/
#headshot-2nd {
	position: relative;
	margin: 0px 15px 5px 5px;
	padding: 0px 15px 0px 20px;
	border: 0;
	float: right;
	}
/*- this style for single.php -*/
#headshot-single {
	position: relative;
	margin: -28px 15px 5px 5px;
	padding: 0px 15px 5px 20px;
	border: 0;
	float: right;
	}


#side-nav { }


#description-wrapper {
	margin: 0px 0px 20px 0;
	padding: 0; 
	}

#description-wrapper p {
	margin: 3px 0;
	padding: 5px 50px 5px 0;
	font-size: 13px;
	line-height: 17px;
	color: #2c5c97;
	}

#description-wrapper h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #24635d; 
	font-size: 24px;
	font-weight: normal;
	font-style: none;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	}





/*---------------------------   I N D E X . P H P   --------------------------*/


/*-- adjust WIDTH accordingly ---*/
div#content {
	vertical-align: top;
	float: right;
	width: 541px;
	background: #ffffff;
	border-right: #8F825D solid 5px;
	padding: 0px 30px 5px 30px;
	margin: 20px 29px 0 0px;
	}
	
#content p {
	margin: 15px 0px 0px 0px; 
	}
	

/*--- if client has btb styles, 
column styles, etc -- add them here ---*/



/* SHARING */

#sharing {
	width: 560px;
	margin: 0;
	padding: 0;
	}

#sharing ul {
	width: 560px;
	list-style: none;
	margin: 20px 0 5px 0;
	padding: 0;
	}
#sharing li, #sharing li a {
	float: left;
	color: #333333;
	padding: 4px 6px;
	text-decoration: none;
	list-style: none;
	}
	
/* END sharing */




/*--------- C A P T I O N S ---------*/

img.alignright {
	padding: 4px;
	margin: 0 0px 2px 0px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 0px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
div.alignright {
	margin-left: 22px;
	}

.alignleft {
	float: left
	}
div.alignleft {
	margin: 10px 19px 10px 0;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 3px auto 3px auto;
	}



#content .wp-caption {
	background: #eff1e7;
	border: 1px solid #d3d8ac;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}


#content .wp-caption img {
	margin: 5px 5px;
	}
	
#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 5px;
	padding: 0;
	}

/* END captions */





/*------------------------------- C O M M E N T S . P H P -------------------------------------*/

/*---you may change colors to match client's site --*/
#comments {
	margin: 25px 0 0 0;
	padding: 0px;
	text-align: left;
	}
	
div.comments {
	margin: 0px 0 0 0;
	padding: 6px 0 3px 0;
	}

div.comments ol {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

h3#comments {
	clear: left;
	padding: 40px 0 0 0;
	color: #80734f;
	}
	
.reply {
	margin: 0px 0 28px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #3b3b3b;
	font-style: italic;
	font-size: 11px;
	}
	
ol.commentlist {
	color: #000;
	font-style: normal;
	margin: 10px 0 0 -20px;
	}
	
	ol.commentlist p {
		color: #000000;
		}

.fn {
	font-style: normal;
	
	}

#respond h3 {
	margin: 0;
	padding: 10px 0 0 5px;
	clear: both;
	text-align: left;
	}
	
#respond p {
	margin: 5px 0 3px 5px;
	padding: 5px 0 8px 0;
	}

form#commentform {
	margin: 0 0 0 -4px;
	}


form#commentform .form-label{margin:1em 0 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:2px;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding: 0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}




ul.children > .comment-author-diane {
	list-style: none;
	}

.comment-author-diane > .comment-body {
	padding: 0px 0px 0px 25px;
	background:url(http://dianegaston.com/images/blog/diane-swirl.jpg) no-repeat top left;
	}

.comment-author-diane > .comment-body > .reply {
	}

.comment-author-diane > .comment-body > p {
	padding-right: 10px !important;
	}

.comment-author-diane ul.children {
	background: #fff;
	}




/*---------------------------  S I D E B A R . P H P   ---------------------------------*/

/*--- Add nav styles here if applicable --*/


div#primary-sidebar {
	clear: left;
	position: relative;
	float: left;
	width: 172px;
	background: none;
	/*--add background image here if needed--*/
	margin: 0px 22px 0 0;
	padding: 15px 0px 0px 48px;
	}



/*--- change colors, font styles--*/

div#primary-sidebar h3, div#primary-sidebar ul, div#primary-sidebar li{
	margin:0;
	padding:0;
	}
	
div#primary-sidebar h3 {
	font-family: Georgia, Times New Roman, Times;
	font-size: 14px;
	color: #2c5c97;
	line-height: 17px;
	margin: 0;
	padding: 9px 2px 0 0;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}

div#primary-sidebar h4{
	font-family: Georgia, Times New Roman, Times;
	font-size: 14px;
	color: #158dc7;
	line-height: 17px;
	margin: 0;
	padding: 9px 2px 0 0;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}

div#primary-sidebar li{
	list-style:none;
	margin:0 0 8px 8px;
	padding: 0;
	}
	
div#primary-sidebar li form{
	margin:0 .2em 0 0;
	padding:0;
	}



div#primary-sidebar ul ul li{
	list-style: none;
	list-style-position: outside;
	/*--- or use background image --
	background:url(http://www.redgarnier.com/images/blog/sidebar-dot.gif) 0 8px no-repeat;	
	--*/
	margin:0;
	padding: 3px 0px 5px 0px;
	line-height: 15px;
	}

*+html div#primary-sidebar ul ul li.copyright{
	list-style-position: outside;
	}
*html div#primary-sidebar ul ul li.copyright{
	list-style-position: outside;
	}


div#primary-sidebar ul ul li.copyright{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	}



/*-- customize sidebar link styles ----

div#primary-sidebar a:link, div#primary-sidebar a:visited, div#primary-sidebar a:active  {
	color: #30677d;
	text-decoration: none;
	}

div#primary-sidebar a:hover {
	color:	#30677d;
	text-decoration: underline;
	}
----*/

	
li#kb-advanced-rss-3 {
	border-bottom: double #eeece7 5px;
	border-top: double #eeece7 5px;
	padding-bottom: 10px;
	}

/*-------------------------   F O O T E R . P H P   -------------------------------*/

#footer {
	clear:both;
	text-align: center;
	horizontal-align: center;
	width: 906px;
	height: 92px;
	background: url(http://dianegaston.com/images/global/footer.jpg) no-repeat;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	}


#footer p {
	font-size: 10px;
	text-align:center;
	padding: 35px 80px 0px 60px;
	color: #FFFFFF;
	}


#footer a {
	color: #FFFFFF;
	}



#footer  a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}


.float-left {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 0;
	clear: left;
	border: none;
	}




/*------------------------------- T E X T  S T Y L E S ---------------------------------*/

.page-title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #24635d;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

.entry-title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 0.05em;
	color: #4F1C52;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	}
	
.entry-date {
	font-size: 11px;
	color: #564820;
	}

.entry-content {
	font-size: 12px;
	line-height: 1.6;
	}

.entry-meta {
	font-size: 11px;
	font-style: italic;
	color: #564820;
	margin-top: 10px;
	margin-bottom: 45px;
	}
	
.meta-sep {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #158dc7;
	padding-left: 1px;
	padding-right: 1px;
	}

.blue-caps {
	font-family: Georgia, Times New Roman, Times;
	font-size: 14px;
	color: #2c5c97;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
	
#nav-below{ 
	margin: 5px 0 10px 0;
	}
.nav-previous, .alignleft {
	float: left;
	}
.nav-next, .alignright {
	float: right;
	}


div#access div.skip-link{
	position:absolute;
	top:1em;
	right:1em;
	display: none;
	}





/*----- menu? ---*/

div#menu {
	font-size:0.9em;
	height:1.5em;
	padding-top:0.3em;
	background:#eee;
	width:100%;
	}
	
div#menu ul a {
	font-weight:700;
	text-decoration:none;
	}
	
div#menu ul, div#menu ul ul, div#menu ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
	
div#menu ul li {
	float:left;
	}

div#menu ul li a {
	background:#eee;
	padding: 0.3em 0.5em;
	}
	
div#menu ul ul {
	display:none;
	}
	
div#menu ul ul li {
	float:none;
	}
	
div#menu ul ul li a{
	margin:0;
	padding:0;
	}
	
div#menu ul li:hover ul{
	display: block;
	font-size: 0.9em;
	padding-top: 0.5em;
	position: absolute;
	}
	
div#menu ul li:hover ul li a {
	background: #f5f5f5;
	border: none;
	display: block;
	padding: 0.1em;
	width: 10em;
	}


.body-big {	
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0;
	}
	
.description-text {
	font-size: 13px;
	line-height: 17px;
	color: #2c5c97;
	}
