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

/*----------Table of Contents -------
	
	1. basic styles
	2. wrapper
	3. header
	4. index
	5. sidebar
	6. footer
	7. Image styles
	8. font styles
	9. comments box
	
	
-----------------------------------*/

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebar left of content
*/

/*------------------------------- basic styles -------------------------------------*/	

body {
	background-color: #763652;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

a:link, a:visited {
	color: #8c1176;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color:	#8c1176;
	text-decoration: underline;
	border: 0;
	}
	
a:active {
	color: #8c1176;
	text-decoration: none;
	border: 0;
	}

	
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 {
	font-size: 14px;
	font-weight: bold;
	font-color: #812121;
	}
.header1 {
	margin: 0 0 15px -3px;
}



/*------------------------------- wrapper -------------------------------------*/	

#wrapper {
	background-color: #ffeded;
	top: 10px;
	width: 860px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #330023;
	}
/* following allows container to wrap around floats */
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	   #wrapper { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #wrapper { display: block; }
      /* End hide from IE-mac */


/*------------------------------- header.php styles -------------------------------------*/

#masthead {
	background: url(http://www.mayarodale.com/images/global/masthead_bckgd.jpg) top left no-repeat;
	height: 162px;
	position: relative;
	margin: 0;
	padding: 0;
	}
#masthead h1 {
	display: none;
	}
#masthead img { display: inline; border:0;}


#topnav, #topnav-home {
	top: 10px;
	position: relative;
	margin: 0 0 0 42px;
	padding: 0;
	display: inline;
	}
#topnav img, #topnav-home img {
	display: inline;
	}

	
#headshot {
	position: relative;
	margin: 5px;
	padding: 5px 15px 5px 20px;
	border: 0;
	float: right;
	}
#headshot-2nd {
	position: relative;
	margin: 5px 0px 5px 5px;
	padding: 5px 15px 5px 20px;
	border: 0;
	float: right;
	}
#headshot-single {
	position: relative;
	margin: -63px -45px 5px 0px;
	padding: 0px 0px 5px 15px;
	border: 0;
	float: right;
	}



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

#description-wrapper p {
	margin: 3px 0;
	padding: 5px 250px 5px 0;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	}

#description-wrapper h1 {
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #d31f7b;
	margin: 0 60px 0 20px;
	padding: 7px 0;
	}


/*------------------------------- index.php styles -------------------------------------*/

#content {
	float: right;
	position: relative;
	display: inline;
	width: 650px;
	background: url(http://www.mayarodale.com/images/global/romance-author.jpg) 70px 0 no-repeat;
	margin: 0 0 80px 0px;
	padding: 0px;
	}
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	
#wide-col {
	top: 100px;
	position: relative;
	float: left;
	width: 590px;
	background: #fffcfc;
	margin: 0 0px 80px 10px;
	padding: 0;
	}
	#wide-col p{
		margin: 0 60px 0 20px;
		padding: 7px 0;
		}
#wide-col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}		
		
		

#mid-col-basic {
	top: 100px;
	position: relative;
	float: left;
	width: 433px;
	background: #fffcfc;
	margin: 0 10px 0 10px;
	padding: 0;
	}
	#mid-col-basic p{
		margin: 0 15px 0 15px;
		padding: 7px 0;
		}
#btb-column {
	clear: both;
	position: relative;
	float: left;
	width: 619px;
	top: 130px;
	background: #fffcfc;
	margin: 0px 0 80px 10px;
	padding: 0;
	}
	#btb-column p {
		margin: 0 60px 0 20px;
		padding: 7px 0;
		}



#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;
	}





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

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

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

h3#comments {
	clear: left;
	padding: 20px 0 0 30px;
	color: #000;
	}
.reply {
	margin: 0px 0 28px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #e1e1cf;
	font-style: italic;
	font-size: 11px;
	
	}
	
ol.commentlist {
	width: 340px;
	color: #000;
	font-style: normal;
	margin: 7px 0 0 15px;
	}
	ol.commentlist p {
		color: #000000;
		}

.fn {
	font-style: normal;
	
	}

#respond h3 {
	clear: left;
	margin: 0 0 0 38px;
	padding: 10px 0 0 0;
	}
#respond p {
	margin: 5px 0 3px 38px;
	padding: 5px 0 8px 0;
	}

form#commentform {
	margin: 0 0 0 5px;
	padding: 2px;
	}
form#commentform p {
	margin: 3px 0 3px 32px;
	padding: 2px 0;
	}

form#commentform .form-label{ margin:1em 0 0 0;}
form#commentform span.required{background:#fff;color:red;}

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%;}


#acp-preview {
	margin: 3px 0 3px 36px;}

#ajax-comment-preview {
	margin: 3px 0 3px 36px;}










/*------------------------------- sidebar.php styles -------------------------------------*/

/*---scroll down to see sidebar styles----*/

/*-------SIDE NAV ----------------*/
#left-col {
	position: relative;
	float: left;
	display: inline;
	width: 179px;
	background: #ffeded;
	margin: 0 0 0 10px;
	padding: 0;
	}


#sidenav {
	background: #fffcfc;
	width: 158px;
	margin: -7px 0 0 0;
	padding: 0;
	}
	#sidenav p {
		margin: 0;
		padding: 0 0 4px 9px;
		}
#sidenav ul{
	list-style: none;
	text-align: left;
	line-height: 22px;
	border: 0;
	vertical-align: top;
	display: block;
	margin: 3px 0 5px 9px;
	padding: 0;
	}
#sidenav ul li a{
	font-size: 13px;
	background: #fffcfc;
	color: #5b7214;
	margin: 3px 0;
	padding: 0;
	text-decoration: none;
	}
#sidenav ul li a:hover{
	font-style: italic;
	color: #d31f7b;
	text-decoration: none;
	}

/*-------end SIDE NAV ----------------*/



div#primary-sidebar {
	position: relative;
	float: left;
	width: 158px;
	top: 5px;
	background: #fffcfc;
	margin: 0px 0px 0 0px;
	padding: 0px;
}
	
	
	
	
/*------------------- CHANGE PER CLIENT - fonts, margins, etc within sidebar ------------------*/

/*--- PRIMARY--*/
div#primary-sidebar h3, div#primary-sidebar ul, div#primary-sidebar li{
	margin:0 0 0 0px;
	padding:0;
	}
div#primary-sidebar h3{
	color: #5b7214;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	line-height: 17px;
	margin: 0;
	padding: 9px 2px 0 0;
	}

div#primary-sidebar h4{
	color: #5b7214;
	font-size: 12px;
	line-height: 17px;
	margin: 7px 0 0 0;
	padding: 0;
	}

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

/*--archives section of list--*/
div#primary-sidebar ul ul li{
	list-style: disc;
	list-style-position: inside;
	margin:0 0 0 0px;
	padding: 3px 5px 6px 0px;
	line-height: 15px;
	}
/*--end archives--*/


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

/*--end--*/


/*------------------------------- footer.php styles -------------------------------------*/

#footer-wrapper {
	clear: both;
	position: relative;
	float: left;
	height: 120px;
	margin: 15px auto 5px auto;
	}
#footer {
	clear: both;
	background: url(http://www.mayarodale.com/images/global/footer/footer.gif) 290px 15px no-repeat;
	width: 860px;
	height: 120px;
	top: 15px;
	vertical-align: top;
	margin: 5px auto;
	padding: 0;
	}
*+html #footer {
	margin: 35px auto 0 auto; }
	

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




/*-------------------------------------- font-styles ---------------------------------------------*/

.page-title {
	font-size: 15px;
	font-weight: bold;
	color: #330023;
	margin: 0 60px 0 20px;
	padding: 7px 0;
}

.entry-title {
	clear: both;
	font-size: 14px;
	color: #330023;
	margin: 30px 60px 0 20px;
	padding: 7px 0;
	}
.entry-date {
	font-size: 11px;
	color: #d31f7b;
	margin: 0 60px 0 20px;
	padding: 7px 0;
	}

.entry-content {
	}

.entry-meta {
	font-size: 11px;
	font-style: italic;
	color: #d31f7b;
	margin: 0 60px 20px 20px;
	padding: 7px 0 20px 0;
	}
.meta-sep {
	font-style: normal;
	font-weight: bold;
	color: #46617E;
	letter-spacing: -.3px;
	padding-left: 1px;
	padding-right: 2px;
	}

#nav-below{ 
	margin: 0 60px 0 20px;
	padding: 7px 0 25px 0;
	}
.nav-previous, .alignleft {
	float: left;
	}
.nav-next, .alignright {
	float: right;
	}


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

.bodytext {
	font-size: 12px;
	color: #000;
	}

.booktitle {
	font-weight: bold;
	font-style: italic;
	}

.bigPurple {
	color: #763652;
	line-height: 1.3;
	font-size: 18px;
	font-style: italic;
	}

.captions {
	color: #5c1e39;
	font-style: italic;
	font-size: 11px;
	}

.small {
	font-size: 10px;
	}

.left-30 {
	margin: 25px 0 25px 30px;
	}
	
.dots {
	clear: both;
	margin: 10px 0 3px 5px;
	}

.clear-spacer {
	clear: both;
	}
.clear {	
	clear: both;
	}

/*-------------------------------------- comments-box ---------------------------------------------*/

#comments {
	margin: 25px 0 0 0;
	padding: 5px 5px 5px 10px;
	}
	

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%;}

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