/*
Theme Name: Cascadiat Green
Theme URI: http://wildx.org/
Description: Specially designed for Tina by Rilla of <a href="http://wildx.org/">Appassionato</a> =]
Version: 1.0
Author: Rilla
Author URI: http://wildx.org/
Tags: green, purple, single-column
*/

html {font-size:100%}
body {
	background:url(img/bg.jpg) top center;
	color:#8B5DA6;
	font:87%/1.5em "Lucida Grande", Verdana, sans-serif;
	margin:0;
	padding:0;
}
#wrap {
	background:url(img/topbg.gif) repeat-x;
	padding-top:9px;
	width:100%;
	
}
#top {
	background:url(img/header.jpg) no-repeat;
	margin:0 auto;
	width:850px;
	height:225px;
}
#top h1 span {display:none;}
#top h1 a {
	display:block;
	height:225px;
	width:850px;
}
#top h1 {
	margin:0;
	padding:0;
}


/* NAVIGATION */
#nav {
	margin:25px auto 0;
	width:850px;
	height:250px;
}
#nav ul {
	margin:0;
	padding:10px 0 0 15px;
}
#nav li a {
	color:#624773;
	font-weight:normal;
	text-decoration:none;
}
#nav li a:hover {color:#8B5DA6;}
#nav div {height:250px;float:left;}
#navleft {
	background:url(img/navleft.gif) no-repeat;
	width:25px;
}
#navbody {
	background:#FFF;
	width:800px;
}
#navright {
	background:url(img/navright.gif) no-repeat;
	width:25px;
}
#nav span {display:none;}
#nav h2 {
	display:block;
	height:33px;
	margin-top:25px;
}
div.navbox {
	background:url(img/divider.gif) right center no-repeat;
	margin-right:25px;
	padding-right:25px;
	width:235px;
}
#about {
	background:url(img/about.gif) no-repeat;
	width:109px;
}
#archives {
	background:url(img/archives.gif) no-repeat;
	width:181px;
}
#links {
	background:url(img/dailyreads.gif) no-repeat;
	width:225px;
}
div.navigation {margin-top:1em;}


/* HEADINGS */

h2 {
	color:#FFF;
	font:4em Georgia, "Times New Roman", serif;
	margin:0.3em 0 0.1em;
}
h2 a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}
h3 {
	color:#274F00;
	font-size:1.7em;
}
h4 {
	color:#3D7508;
	font-size:1.3em;
}


/* CONTENT */

#content {
	color:#44751C;
	margin:0 auto;
	width:850px;
}

em {color:#5E8F35;}
a {
	color:#3B3B3B;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#242424;
	text-decoration:none;
}

p.postmetadata {
	background-color:#C5E383;
	border:solid 1px #D4E9A4;
	font-family: Georgia, serif;
	font-size:0.9em;
	font-style: italic;
	padding:2px 5px;
}

code {
	font-family:"Courier New", monospace;
	font-size:1em;
}

.hidden {display:none;}
.clear {
	clear:both;
	height:0;
}

/* COMMENTS: li.comment, div.comment-body, div.comment-author, div.comment-meta */
ol.commentlist {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
li.comment {margin-bottom:1em;}
div.comment-body {
	background-color:#D4E9A4;
	padding:8px;
}
div.comment-author,div.comment-meta {background-color:#C5E383;}
div.comment-author img.avatar {
	border:solid 3px #E2EFC2;
	float:right;
}
div.comment-author {
	padding:5px 5px 0;
}
div.comment-meta {
	font-size:0.8em;
	padding:0 5px 5px;
}
div.comment-meta a {color:#4B4B4B;}

/* FORM */
textarea {width:90%;}
input,textarea {
	background-color:#DAD1DF;
	border:solid 1px #C0A8CF;
	color:#532E58;
	font:inherit;
	padding:5px;
}
input:focus,textarea:focus {
	background-color:#C0A8CF;
	border:solid 1px #8B5DA6;
}
label {color:#422556;}
#submit {
	background-color:#3B3B3B;
	border:solid 1px #2B2B2B;
	color:#AAA;
	padding:10px 20px;
}
#submit:hover,#submit:focus {
	background-color:#242424;
	border:solid 1px #242424;
	color:#FFF;
}

/* FOOTER */
#footer {
	background-color:#242424;
	border-top:solid 12px #3B3B3B;
	color:#BBB;
	font-size:0.9em;
	margin-top:2em;
	padding:10px 0;
	text-align:center;
}
#footer p {
	margin:0;
}
#footer a {
	color:#8B5DA6;
	font-weight:normal;
}
#footer a:hover {color:#532E6A;}


/* WORDPRESS DEFAULT */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

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