/*  
Theme Name: Cloudy Daiz
Theme URI: http://www.sigsnmore.com/
Description: 2 column theme with right sidebar
Version: 1.0
Author: Joanne @ The Faery Tale
Author URI: http://www.thefaerytale.com/
*/

*
{
padding: 0;
margin: 0;
}

hr {
display: none; 
}

.commentlist li {
  margin-bottom: 5px;
  margin-top: 5px;
margin-left: 10px;
padding: 20px;
list-style: none;
color: #2f393c;border: 1px solid #4e4c50;
background-color: #dac7c2;
}

li.thread-even {
	margin-left: 10px;
list-style: none;
color: #2f393c;border: 1px solid #4e4c50;
background-color: #dac7c2;
}

li.thread-odd {  
	margin-left: 10px;
list-style: none;
color: #2f393c;border: 1px solid #4e4c50;
background-color: #dac7c2;}

li.depth-2, li.depth-3, li.depth-4, li.depth-5 {
  margin-left: 10px;
	list-style: none;
color: #2f393c;border: 1px solid #4e4c50;
background-color: #dac7c2;}

body {
font-family: Cambria, Verdana, 'Trebuchet MS', Arial, Sans-Serif;
font-size: 12px;
color: #2f393c;
background: #d78798 url(images/back.png) repeat;
background-attachment: fixed;
background-position: center top;
}

#page {
width: 900px;
margin: 15px auto 25px auto;
background: #70699e;
border: 1px solid #4e4c50;
padding: 10px;
}

#wrapper {
width: 900px;
margin: 0 auto;
}

.avatar {
background: url(images/avatar.gif) no-repeat; 
float: left;
margin: 10px 10px 0px 0px;
padding: 0;
display: inline;
}

.avi {
background: url(images/avatar.gif) no-repeat; 
float: left;
width: 80px; 
height: 80px; 
margin: 10px 5px 5px 10px;
padding: 0;
display: inline;
}

#header {
margin: 0px;
}

#header h1 {
font-size: 3em;
}

#header a {
text-decoration: none;
color: #505d72;
}

#headerimg {
margin: 0 auto;
width: 900px;
height: 250px;
color: #2f393c;
padding-top: 0px;
padding-bottom: 0px;
background: #b48a8b url(images/header.png);
border: 1px dotted #4e4c50;
}

#footer {
margin-top: 10px;
text-align: center;
width: 900px;
height: 100px;
color: #2f393c;
background-color: #b48a8b;
border: 1px solid #4e4c50;
clear: both;
}

#footer p {
margin: 20px;
}

#footer a {
color: #505d72;
text-decoration: none;
}

#content {
width: 665px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background: #e0decd;
border: 1px solid #4e4c50;
}

#content h2 {
background: #cdb5ad;
font-size: 14px;
border: 1px solid #4e4c50;
padding: 2px;
margin-bottom: 5px;
text-align: left;
}

.post {
margin-bottom: 25px;
color: #2f393c;
font-size: 1.1em;
}

.post p {
line-height: 1.4em;
margin-bottom: 1em;
}

.post a {
color: #505d72;
}

.post li {
margin-left: 20px;
}

.post ul {
list-style-image: url(images/bullet.gif);
list-style-type: bullet;
margin-bottom: 10px;
}

blockquote {
margin: 1em 1.5em;
padding: 1em 1.5em;
border: 1px dashed #4e4c50;
background: #FCF1E2 url(images/blockquote.png);
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

img {
border: none;
max-width: 650px; }

a img {
border: none;
max-width: 650px; 
}

h3 {
margin-top: 1.5em;
font-size: 1.4em;
}

h4 {
margin-top: 1.2em;
font-size: 1.2em;
border-bottom: 1px dashed #999;
}

h5 {
margin-top: 1em;
font-size: 1em;
}

h2 {
font-size: 1.6em;
border-bottom: 1px solid #e8c38b;
}

h2 a:hover, h2 a:visited, h2 a {
text-decoration: none;
color: #2f393c;
}

.entry {
margin-top: 10px;
margin-bottom: 15px;
}

.postmetadata {
padding: 2px;
font-size: 0.8em;
}

.postmetadata a {
color: #505d72;
text-decoration: none;
}

#sidebar {
width: 190px;
float: right; 
padding: 5px;
background: #e0decd;
color: #7e2838;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #4e4c50;
}

#sidebar a {
text-decoration: none;
color: #505d72;
}

#sidebar a:hover {
text-decoration: underline;
color: #792e28;
}

#sidebar ul {
list-style: none;
margin-bottom: 15px;
}

#sidebar ul h2 {
background: #cdb5ad;
border: 1px solid #4e4c50;
font-size: 1em;
font-weight: normal;
padding: 2px;
margin-bottom: 5px;
text-align: center;
}

#sidebar ul ul {
list-style-image: url(images/bullet.gif);
list-style-type: circle;
margin-left: 15px;
}

#sidebar ul ul li {
list-style-image: url(images/bullet.gif);
list-style-type: circle;
margin-left: 5px;
}

#sidebar ul ul ul {
margin-bottom: 0;
}

.navigation {
display: block;
margin-top: 10px;
margin-bottom: 40px;
color: #2f393c;
}

.navigation a {
color: #505d72;
text-decoration: none;
}

.alignleft {
float: left;
text-align: left;
width: 50%;
color: #2f393c;}

.alignright {
float: right;
text-align: right;
width: 50%;
color: #2f393c;}

.entrytext .postmetadata {
font-size: 1.1em;
background-color: #e4acb8;
width: 70%;
margin: 2em auto3.5em auto;
border: 1px dotted #4e4c50;
padding: 5px;
padding-left: 45px;
background: #e4acb8;
}

#wp-calendar {
border: 1px solid #e4acb8;
width: 80%;
margin: 0 auto;
text-align: center;
margin-bottom: 15px;
}

#wp-calendar th {
background-color: #e4acb8;
}

#wp-calendar a {
border: 1px solid #505d72;
background-color: white;
display: block;
}

#prev a, #next a {
border: 0;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#searchform {
text-align: center;
}

#searchform input {
border: 1px solid #4e4c50;
background-color: #e4acb8;
}

#searchform #s {
width: 50%;
background-color: white;
}

ol.commentlist {
width: 90%;
margin: 0 auto;
}

ol.commentlist li {
margin-bottom: 1.5em;
border: 1px solid #4e4c50;
padding: 5px;
background-color: #dac7c2;
}

ol.commentlist li.alt {
background-color: #dac7c2;
}

ol.commentlist a {
color: #505d72;}

small.commentmetadata {
font-size: 0.8em;
margin-bottom: 1em;
display: block;
}

#comments {
padding-left: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

#commentform {
width: 85%;
color: #2f393c;
padding-left: 10px;
}

#comment {
font-size: 12px;
color: #2f393c;border: 1px solid #4e4c50;
background-color: #dac7c2;
}

textarea {
width: 85%;
padding: 2px;
margin-top: 2px;
margin-bottom: 2px;
background: #70699e;
border: 1px solid #4e4c50;
color: #2f393c;font-size: 12px;
text-align: justify;
}

#author, #email, #url {
background-color: #70699e;
border: 1px solid #4e4c50;
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
color: #2f393c;font-size: 12px;
}