/*
Theme Name: Petal Rainbow - 3 col Widget
Theme URI: http://www.cosmichandmade.com
Version: 1.1
Description: 3 column widget ready - originally built on blank template from http://www.tomorrows-laundry.com
however it's been re-built from the ground up.
Author: Caroline Hofstede
Author URI: http://www.cosmichandmade.com
*/


/*----------------------
  Basics
  ---------------------*/

*{
margin:0;
padding:0;
}

Body {
margin:0 auto;
padding:0;
font-family: "verdana", arial, geneva, trebuchet ms, sans-serif;
font-weight: normal;
font-size: 11px;
color:#000000;
background:#fff url(images/bg6-red.gif) repeat fixed;
text-align:center;
}

p{
margin:15px 0;
padding:0;
line-height: 1.3em;
}


blockquote{
margin:15px 15px 15px 0;
padding:10px 15px;
line-height: 1.5em;
border:1px solid #3a3a3a;
}

blockquote blockquote{
border:1px dashed #3a3a3a;
}


/*----------------------
  Headings
  ---------------------*/
h1, h2, h3, h4, h5, h6{
margin:0;
padding:2px 0;
font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
color: #3a3a3a;
text-align:left;
}

h1{
padding:3px 0;
font-size: 1.3em;
}

h2{font-size: 1.2em;}
h3{font-size: 1.1em;}


/*----------------------
  Links
  ---------------------*/

a, a:link{
font-weight:bold;
color:#595959;
text-decoration:none;
outline:none;
}

a:hover {
font-weight:bold;
color:#663c32;
text-decoration:none;
}

/*----------------------
  Images
  ---------------------*/

a img{
border:0px none;
margin:0;
padding:0;
}
.ileft{ 
float: left; 
padding:2px 6px 2px 0;
}

.iright{
float: right; 
padding:4px;
}

.icenter{
display: block;
text-align: center;
margin: 5px auto;
padding: 5px 0;
}

.avatar{
float: left;
display:inline;
margin: 0;
padding:0 6px 0 0;
width:60px; 
height:60px; 
background: url(images/avatar.gif) no-repeat; 
}

/*----------------------
  Lists
  ---------------------*/

ul{
margin:0;
padding:0;
text-decoration:none;
}

ol{
margin:0 0 15px 0;
padding:5px 0;
text-decoration:none;
}

li{
margin:0;
padding:0;
text-decoration:none;
}

.dot{
list-style-image: url('images/xx.gif');
list-style-type: square;
}


/*----------------------
  Main holders
  ---------------------*/

#page {
width:800px;
margin: 0 auto;
padding:0;
text-align:center;
vertical-align:top;
background: transparent;
border:0px solid #59A7A6;
}

#wrapper {
width:100%;
margin: 0 auto;
padding:0;
background:#EDF6F6 url('images/bg2-blue.gif') repeat;
border-top:1px solid #7D9E4E;
border-bottom:0px solid #7D9E4E;
border-right:1px solid #7D9E4E;
border-left:1px solid #7D9E4E;
}

/*----------------------
  Header
  ---------------------*/

#header{
width:100%;
margin:0 auto;
padding:0;
background:#EDF6F6 url('images/headerfarmfence.gif') repeat-x bottom left;
}

#headerimg{
width:100%;
height:175px;
margin: 10 auto 0 0px;
padding:0;
background: url('images/xx.gif') no-repeat bottom right;
}

#header h1{
margin:0 0 0 30px;
padding:30px 120 0 40px;
font-weight:bold;
font-size:2em;
text-align:center;
}

.description{
margin:0 0 0 30px;
padding:0 0 0 40px;
font-size:1em;
font-style:italic;
font-weight:normal;
text-align:center;
}

/*----------------------
  Navigation - top
  ---------------------*/

#topmenu {
overflow: hidden;
width:100%;
margin: 0 auto;
padding:5px 0 0 0;
text-align: left;
letter-spacing:1px;
background:transparent;
}

#topmenu ul {
margin: 0px;
list-style: none;
}

#topmenu ul li {
float: right;
margin: 0px 0px 0px 5px; 
padding:0px;
list-style: none;
letter-spacing:0px;
}

#topmenu ul li a {
display: block;
padding: 0px 8px 2px 8px;
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
font-weight:bold;
color:#fff;
text-decoration: none;
background:#595959;
border-top:1px solid #3a3a3a;
border-right:1px solid #3a3a3a;
border-bottom:0px solid #3a3a3a;
border-left:1px solid #3a3a3a;
}

#topmenu ul li a:hover, #topmenu ul li a:active, #topmenu ul li.current_page_item a {
color:#fff;
background:#663c32;
border-top:1px solid #663c32;
border-right:1px solid #663c32;
border-bottom:0px solid #663c32;
border-left:1px solid #663c32;
}


/*----------------------
  Sidebar - left
  ---------------------*/

#sidebar{
clear:left;
float:left;
margin:0 1px;
padding:0 0 10px 10px;
width:20%;
background:transparent;
color:inherit;
display:inline;
}

/*----------------------
  Sidebar - 2
  ---------------------*/

#sidebar2{
float:right;
margin:0 1px;
padding:0 10px 10px 0;
width:20%;
background:transparent;
color:inherit;
display:inline;
}

/*----------------------
  Navigation - menu 
  sidebar left and right
  ---------------------*/

.menu{
padding:0 20px 0 0;
margin:0;
text-align:left;
}

.menu p{
margin:0;
padding: 5px 0;
text-align:left;
}

.menu a {
text-decoration:none;
font-weight: normal;
}

.menu a:hover{
margin:0;
padding:2px 0;
text-align:left;
font-weight: normal;
}

.menu ul{
margin:25px 0;
padding:0;
list-style: none;
text-align:left;
}

.menu h2{
height:20px;
padding:0 0 0 20px;
text-align:left;
background:url(images/bullet.gif) no-repeat left;
border-bottom:1px solid #3a3a3a;
}

.menu ul li{
margin:15px 0;
padding: 3px 0;
list-style:none;
}

.menu ul ul{
margin:0 0 10px 0;
padding:0;
text-align:left;
}

.menu ul ul li{
margin:0;
padding:3px 0 0 3px;
list-style:none;
}

.menu ul ul ul{
margin:0;
padding:0;
}

.menu ul ul ul li{
margin:0 2px 0 17px;
padding:3px 0 0 0;
list-style-image: url('images/xx.gif');
list-style-type: square;
}

/*----------------------
  Content
  ---------------------*/

#content{
float:left;
width:50%;
margin:0 10px 0 30px;
padding:20px 0 10px 0;
text-align:left;
}

#content a, #content a:link, #content a:hover{
font-weight: normal;
text-decoration:none;
border-bottom:#ddd 1px solid;
}


#content ul{
margin: 0 0 0 17px;
list-style-type: circle;
}

#content ul li{
line-height:1.3em;
margin: 5px 0;
}

#content ol{
margin: 5px 0 5px 20px;
}

#content li{
margin: 4px 15px;
}

/*----------------------
  Footer
  ---------------------*/

#footer {
clear:both;
width:100%;
margin:0;
padding:5px 0px 0px 0px;
font-size: 0.9em;
border-top: 1px solid #ccc;
}

#footer p {
padding:5px;
margin:0;
text-align:center;
}


/*----------------------
  Other
  ---------------------*/

.fillertop{
width:100%;
height:66px;
margin:0 auto;
padding:40px 0 0 0;
display:block;
color:inherit;
background:url(images/misc-sampler.gif) no-repeat bottom center;
}

.fillerfooter{
width:100%;
height:55px;
margin:0 auto;
padding:0;
display:block;
color:inherit;
background:url(images/textgrow.gif) no-repeat center;
}

.divider{
width:100%;
height:15px;
margin:0 auto 15px auto;
padding:0;
text-align:center;
display:block;
background:url(images/lineheart.gif) no-repeat center;
}

hr {display: none;}


/*----------------------
  The Posts
  ---------------------*/
.post p {margin-bottom: 20px;}

.post h2{
display:block;
height:20px;
font-size:1.4em;
background:url(images/xxx.gif) repeat-x bottom;
}

.postmetadata{
clear: both;
padding:6px 0;
margin-top: 16px;
text-align: center;
line-height: 15pt;
font-size:10px;
background::#F7F7F7 url(images/xxx.gif) no-repeat bottom center;
border-top: 1px dotted #C2C1B9;
border-bottom: 1px dotted #C2C1B9;
}

.postmetadata a {color:#808080;}
.postmetadata a:hover{color:#ccc;}
.postmetadata alt{}

.postmetadata img{
display: inline; 
margin: 0; 
padding: 4px 2px 0 2px;
}

.navigation {
display: block;
font-size:10px;
margin: 10px 0;
color: #DAC59C;
}

/*----------------------
  Comments
  ---------------------*/
#commentblock {
width: 400px;
float: left;
padding: 10px;
margin: 10px 0px;
background: transparent;
border: 0px solid #ddd;
}

#commentblock .alt{
padding:15px 0 0 0;
border-top: 0px solid #ddd;
}
	
ol#commentlist{
padding: 5px 0px;
margin: 0px;
list-style-type: none;
}

.commentmeta{
padding:5px;
font-size:0.8em;
background:transparent;
border:0px solid #ccc;
}

.commenttext-admin{
clear: both;
width: 99%;
margin: 0 0 20px 0;
padding: 0;
}

.commenttext{
clear: both;
width: 99%;
margin: 0 0 20px 0;
padding: 0;
background:url(images/xx.gif) no-repeat bottom;
border-bottom:2px solid #ddd;
}


#commentlist li p{
margin: 8px 0;
padding: 10px;
line-height: 18px;
font-size:0.9em;
}

#commentsform p{
margin: 0px;
padding:2px 0;
}

#commentsform form textarea{
width: 98%;
margin:10px 0;
}

/*----------------------
  Search Form Green
  ---------------------*/

#searchform{
color:#595959;
}

/*-- submit button--*/
#searchform input{
margin:5px 0 0 0;
background:#9EBC76;
border: 1px solid #84A060;
}

/*-- search area--*/
#searchform #s{
width: 90%;
padding:2px;
background-color: #CEDAC0;
border:1px solid #B5C7A0;
}

#searchsubmit{
margin-top:2px;
color:#fff;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

/*----------------------
  Calendar
  ---------------------*/

table#wp-calendar{
width: 100%;
background:url(images/xxx.gif) repeat;
border:0px solid #ddd;
}

#wp-calendar{
empty-cells: show;
margin: 8px auto;
padding:2px;
font-size:11px;
text-align:center;
border:0px dotted #B5AC93;
}

#wp-calendar caption{
margin:0;
padding:5px 0;
letter-spacing:0.2em;
color:#B95B9F;
font-weight:bold;
text-align: center;
background:url(images/xxx.gif) no-repeat left;
border-bottom:0px solid #A09575;
}

#wp-calendar th {
color: #333;
font-weight:bold;
text-transform: uppercase;
border:0px solid #A09575;
}

#wp-calendar td {
padding: 2px;
}

#wp-calendar a, #wp-calendar a:hover{
font-weight:normal;
font-size: 0.9em;
text-decoration: none;
}

#wp-calendar #next a {
padding-right: 0px;
text-align:right;
}

#wp-calendar #prev a {
padding-left: 0px;
text-align:left;
}

#wp-calendar #today {
text-align:center;
border: 1px solid #ddd;
background: transparent;
}
