/*
Theme Name: Candyland
Theme URI: http://petal-tea.net
Description: A sweet theme for all ages.
Version: 1.5
Author: Ally
*/

div#head {
background-image:url('http://www.petal-tea.net/wordpress/wp-content/themes/candyland/bg.jpg');
background-repeat:repeat-x;
height: 600px;
width:100%;
position:absolute;
left:0px;
top:0px;
}
div#content{
position:absolute;
left:15px;
top:600px;
width:550px;
}
div#footer{
position:absolute;
left:575px;
top:600px;
width:200px;
}
img {
border:0;
}
blockquote { 
color:#583C1C;
background-color:#FFFFFF;
font-size:10px;
text-align: justify; 
border: #78D72C 1px dotted; 
padding:4px;
}
ol.commentlist
{
list-style-type:none;
font-family:trebuchet ms;
font-size:12px;
border:0px dotted #FF6E6E;
margin:5px 5px 5px 5px;
padding:3px 3px 3px 3px;
width:90%;
}

ol.commentlist li
{
background:#FFFFFF;
list-style-type:none;
font-family:verdana;
font-size:12px;
color	: #583C1C;
border:1px dashed #FF6E6E;
margin:5px 5px 5px 5px;
padding:3px 3px 3px 3px;
width:90%;
}

ol.commentlist li.alt
{
background:#FFFFFF;
list-style-type:none;
font-family:verdana;
font-size:12px;
color	: #583C1C;
border:1px dashed #FFDE00;
margin:5px 5px 5px 5px;
padding:3px 3px 3px 3px;
width:90%;
}

.post {
margin:5px 5px 5px 5px;
}

.date {
color: #FFFFFF;
background-color:#78D72C;
border-left: 10px solid #78D72C;
font-size: 30px;
line-height:14px;
font-family: trebuchet ms;
margin:0px 5px 0px 5px;
}

.meta {
color: #00B0FF;
border-bottom: 1px dotted #674D2C;
margin:5px 5px 5px 5px;
}

body, p, li {
color:#583C1C;
font-family:trebuchet ms;
font-size:8pt;
text-align:justify;
margin:5px 5px 5px 5px;
line-height:14px;
}


a:link , a:visited {
color : #FEBFC4;
font-weight : bold;
}


a:hover , a:active {
color : #FE76AA;
}

.header {
color: #FFFFFF;
background-color:#FFDE00;
border-left: 10px solid #FFDE00;
font-size: 30px;
line-height:14px;
font-family: trebuchet ms;
margin:0px 5px 0px 5px;
}

input, select, textarea, .textfield, .button { 
background-color: #ffffff;
border: 1px dotted #00B0FF;
color:#583C1C;
font-family:trebuchet ms;
font-size:10px;
margin:3px 5px 3px 5px;
padding:3px 3px 3px 3px;
}

h3 {
margin:5px 5px 5px 5px;
}
textarea
{
width:80%;
height:20%;
}