/*  
Theme Name: Carol Doak
Theme URI: http://www.gloderworks.com/
Description: The Carol Doak WordPress Theme.
Version: 1.0
Author: GloDerWorks
Author URI: http://www.gloderworks.com/
*/

/* General Site Styles */

#main      { background-image: url("/images/contbg.jpg"); background-repeat: repeat-y; margin-right: auto; z-index: 5; top: 0px; left: 0px; width: 800px; height: auto; visibility: visible; auto: position: relative; display: block }
#banner  { background-image: url("/images/header.jpg"); background-repeat: no-repeat; text-align: right; height: 150px }
#nav     { color: #808080; text-align: right; position: absolute; z-index: 10; top: 74px; left: 0px; width: 800px; height: 75px }
#right    { float: right; padding-right: 40px; position: relative; z-index: 12; width: auto }
#footer    {
	color: white;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("/images/footer.jpg") repeat-y left center;
	text-align: left;
	clear: both;
	margin-top: 0;
	padding: 10px 10px 0 40px;
	position: relative;
	z-index: 12;
	height: 50px;
	background-repeat: no-repeat;
}
.rightmar { margin-right: 10px; padding-left: 10px }
.rightmarg  { padding-right: 10px; padding-left: 10px }
#content { background-repeat: no-repeat; text-align: left; margin-right: 40px; margin-left: 50px; padding: 0 5px; position: relative; z-index: 12; height: auto; min-height: 600px; overflow: visible; _height: 600px; }

/* Blog Styles */

div.post, .postmetadata { clear: left;}
div.navigation {margin-top: 10px; overflow: auto;}
img.centered, img.aligncenter {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}

#sidebar {float: right; width: 165px;}
#sidebar ul {margin: 0; padding: 0;}
#sidebar li {margin: 0; padding: 0; list-style-type: none;}
#sidebar a {text-decoration: none; padding: 4px 4px 3px 4px; font-size: 11px; display: block;}
* html #sidebar ul {height: 1%;}
* html #sidebar li {height: 1%;}
* html #sidebar a {
	text-decoration: none;
	color: #000;
	padding: 4px 4px 3px 4px;
	font-size: 11px;
	display: block;
}
#sidebar li a:hover {
	background-color: #a8dd53;
	color: #000;
}
#sidebar li.widget_tag_cloud a {display: inline; padding: 1px;}
#sidebar h2 {font-size: 16px; color: #29b5d1; font-weight: normal;}


input#s {color: #c0c0c0; margin-bottom: 2px;}
#searchsubmit {margin: 2px 3px 0 3px; border: 1px solid #000000; background-color: #c0c0c0;}

textarea#comment {width: 100%;}

#blogcontent { margin-right: 175px;}
#blogcontent h2 {font-size: 16px; border-bottom: 1px solid black; color: #29b5d1;}
#blogcontent h2 a {font-size: 16px; text-decoration: none; color: #29b5d1;}
p { color: #4E636E;}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

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