/*
Theme Name: The Five Secrets From Oz (WordPress Theme)
Theme URI: http://www.thefivesecretsfromoz.com/
Author: Jonathan Myers
Author URI: http://www.argusinvent.com
Version: 1.0 (02042010)
*/

* {margin:0; padding:0; border:none; }

html {
	background-image:url(images/htmlbkgd.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#656663;
	margin:0;
	padding:0;
	}
	
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333333;
	margin:0;
	padding:0;
	height:100%;
	}

h1, h2, h3, h4, h5, h6 {
	color:#333333;
	}

h2 {font-size:18px; }
h3 {font-size:16px; }
h4 {font-size:14px; }
h5 {font-size:12px; }
h6 {font-size:10px; }

a:link, a:visited {
	color:#006699;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

#header {
	height:110px;
	background-image:url(images/headerbkgd.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#headerwrap {
	width:980px;
	margin:0 auto;
	}
	
.logo {
	float:left;
	padding-top:25px;
	}
	
.nav {
	float:right;
	padding-top:48px;
	margin:0;
	font-size:14px;
	}
	
.nav ul {
	list-style:none;
	}
	
.nav ul li {
	display:inline;
	}
	
.nav ul li a:link, .nav ul li a:visited {
	background-image:url(images/navdiv.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:14px 14px 14px 5px;
	height:34px;
	color:#0088AD;
	text-decoration:none;
	}

.nav ul li a:hover {
	text-decoration:underline;
	}
	
.nav ul li.current a {
	color:#333333;
	}

#bodywrapper {
	clear:both;
	width:980px;
	margin:20px auto;
	}

#bodywrapper h1 {
	background-color:#E6E6E6;
	font-weight:normal;
	border:1px solid #fff;
	font-size:14px;
	padding:7px 10px 1px 10px;
	display:inline;
	}
	
#leftcontent {
	width:285px;
	float:left;
	}
		
.leftbox, .leftbox-followus {
	width:285px;
	margin:2px 0 20px 0;
	background-image:url(images/divbkgd.png);
	background-repeat:repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	}
	
.leftboxentry, .leftboxentry-followus, .leftboxentry-intro {
	width:265px;
	background-image:url(images/cborder.png);
	background-repeat:repeat;
	margin:10px 10px;
	}
	

.leftboxentry {
	padding:10px 0;
	}
	
.leftbox-followus {
	height:290px;
	}
	
.leftboxentry-followus {
	height:270px;
	}
	
.leftboxentry-intro {
	width:245px;
	height:201px;
	padding:10px 10px 10px 10px;
	}

.leftbox .bookdiv {
	width:260px;
	padding:0 0 0 10px;
	}
	
.leftbox .bookdiv p {
	margin-top:8px;
	width:245px;
	text-align:justify;
	font-size:11px;
	}

.categorylisting {
	background-color:#f2f2f2;
	padding:10px;
	margin:0 10px;
	}
	
.categorylisting ul {
	list-style:none;
	padding-bottom:10px;
	}

.categorylisting ul.lastcatlisting {
	padding-bottom:0;
	}
	
.categorylisting ul li {
	display:block;
	line-height:1.4em;
	}
	
.categorylisting li.catlisth a {
	color:#333333;
	font-size:14px;
	}
	
.fbfanbox {
	padding:10px;
	}
	
#rightcontent {
	width:660px;
	float:right;
	margin-bottom:20px;	
	}

.theader {
	width:660px;
	text-align:left;
	margin:-8px 0 0 0;
	}
	
#ctop, #cbot {
	clear:both;
	width:660px;
	margin:-1px 0 0 0;
	background-image:url(images/divbkgd.png);
	background-repeat:repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	height:195px;
}

.midcol, .rcol {
	background-image:url(images/cborder.png);
	background-repeat:repeat;
	height:175px;
	margin:10px;
	}

.midcol {
	width:310px;
	float:left;
	}
	
.rcol {
	width:310px;
	float:right;
	}

.blogrollentry {
	background-color:#f2f2f2;
	margin:10px;
	width:290px;
	height:155px;	
	}

.blogrollentry ul {
	padding:10px;
	list-style:none;
	}
	
.blogrollentry ul li {
	height:10px;
	padding:7px 0 10px 0;
	border-bottom:1px solid #ccc;
	}
	
.blogrollentry ul li:first-child {
	padding:0 0 10px 0;
	}
	
.home-post-name {
	width:185px;
	float:left;
	}

.home-post-date {
	width:70px;
	float:right;
	text-align:right;
	}
	
#entrywrapper {
	width:660px;
	margin:2px 0 25px 0;
	background-image:url(images/divbkgd.png);
	background-repeat:repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	}

.entry {
	background-image:url(images/cborder.png);
	background-repeat:repeat;
	margin:10px;
	padding:10px;
	line-height:1.4em;
	text-align:justify;
	}
	
.entry p {
	padding-bottom:10px;
	}
	
.entry input {
	margin-bottom:10px;
	padding:3px;
	}

.entry small {
	margin-bottom:10px;
	}	

hr.mainblogentry {
	border-bottom:thin solid #fff;
	height:1px;
	margin:10px 0;
	}
	
#footer {
	clear:both;
	background-color:#000;
	padding:20px 0 10em 0;
	font-size:12px;
	}
	
#footerwrap {
	width:960px;
	margin:0 auto;
	background-color:#666666;
	border:10px solid #999;
	min-height:175px;
	}
	
#footernav {
	margin:10px 10px 10px 0;
	width:580px;
	float:left;
	}

#footernav a:link, #footernav a:visited {
	color:#333;
	text-decoration:none;
	font-size:10px;
	} 

#footernav ul li.footlinkh a:link, #footernav ul li.footlinkh a:visited {
	color:#b3b3b3;
	font-size:12px;
	}
	
#footernav a:hover {
	text-decoration:underline;
	}

#footernav ul {
	list-style:none;
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	border-left:1px solid #4d4d4d;
	line-height:15px;
	}
	
#footernav ul.fnavnoborder {
	border:none;
	}

.footercopy {
	clear:both;
	margin:10px 10px 10px 10px;
	padding:39px 10px 10px;
	text-align:left;
	line-height:21px;
	}
	
.footercopy img {
	padding:0 2px 0 2px;
	vertical-align:text-bottom;
	}
	
#testimonial {	
	width:340px;
	min-height:4em;
	margin:12px 12px 10px;
	float:right;
	font-size:10px;
	}
	
.testimonialheader {
	clear:both;	
	width:25px;
	height:151px;
	float:left;
	background-image:url(images/testimonial.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#e6e6e6;
	}
	
.testimonialentry {
	width:294px;
	min-height:129px;
	float:right;
	padding:10px;
	margin-top:1px;
	margin-bottom:20px;
	background-color:#f2f2f2;
	text-align:justify;
	}
	
.testimonialperson {
	font-weight:bold;
	text-align:right;
	padding-top:2px;
	}
	
.blogentrynavigation {
	height:20px;
	}
.alignleft { float:left; }
.alignright {float:right; }

/* Comment Styles */

ol.comment-display {
	width:470px;
	list-style:none;
	border-top:1px solid #999;
	margin:10px 0 30px 0;
	padding:0;
	font-size:.9em;
	color:#666666;
	}

ol.comment-display a {
	color: #0088AD;
	}

ol.comment-display li {
	border-bottom:1px solid #999;
	padding:10px 0;
	}

ol.comment-display li.alt {
	background-color: #ededed;
	}
	
.comment-body {
	width:310px;
	padding:0 15px;
	float:left;
	}
	
.comment-author {
	color:#666666;
	}
	
.comment-author {
	width:125px;
	float:right;
	margin-top:0;
	padding:0;
	}
