/*
ThemeName: Heidi Pratt - Dream
Author: Christine
AuthorURI: http://pinkchaos.org
*/

body{
margin:0px;
background-color: #f3f3f3;
background-repeat: repeat-x;
background-image: url(images/heidibg.png);
font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size: 9pt;
color: #9c9c9c;
}

#maincontainer{
width: 1000px; 
position:center;
background: url('images/mainbg.png') repeat-y;
}

TD,TR{
color: #9c9c9c;
}

b{color: #d4d2d2;
}

i{color: #d4d2d2;
}

u{color: #d4d2d2;
}


blockquote {
padding: 3px;
background: #ffffff;
border-left: 3px solid #e8e7e7;
margin: 5px;
}

A:link{
color: #d9d9dc;
text-decoration:none;
}

A:visited{
color:#d9d9dc;
text-decoration:none;
}

A:active{
color:#d9d9dc;
text-decoration:none;
}

A:hover{
color:#d9d9dc;
text-decoration:none;
}


input, option, select, textarea {
background-color:#ffffff;
color: #e3eaed;
text-shadow: #ffffff 1px 1px 1px;
padding:4px;
border-radius: 5px;
border-bottom: 1px solid #dddddd;
border-right: 0px solid #d5e6ea;
border-top: 0px solid #d5e6ea;
border-left: 0px solid #d5e6ea;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
}


input:focus, textarea:focus {
background-color:#ffffff;
color: #e3eaed;
text-shadow: #cfcfcf 1px 1px 1px;
padding:4px;
border-radius: 5px;
border-bottom: 1px solid #e8e5d9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px;  
}

.side-top{
background : url('images/sidetop.png');
background-repeat: no-repeat;
height:58px;
font-family: georgia;
width:320px;
font-size:18pt;
text-transform:lowercase; 
color: #d9d8d8; 
letter-spacing: -1px; 
line-height:18pt; 
text-align: center;
text-shadow: #ffffff 1px 1px 1px;
}

.side-middle{
background: url('images/sidemiddle.png') repeat-y;
color: #a8a8a8;
text-align: left;
width:320px;
}

.side-middle img{
background:#ffffff;
border:1px solid #eaeaea;
padding:7px;
opacity: .9;
-moz-opacity: .9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
filter: alpha(opacity=90); 
}

.side-middle:hover img{
background:#ffffff;
border:1px solid #eaeaea;
padding:7px;
opacity: .9;
-moz-opacity: .9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
filter: alpha(opacity=90); 
}

.content {
text-align: left;
}


.content img{
background:#ffffff;
border:1px solid #eaeaea;
padding:7px;
opacity: .9;
-moz-opacity: .9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
filter: alpha(opacity=90); 
}

.content:hover img{
background:#ffffff;
border:1px solid #eaeaea;
padding:7px;
opacity: .9;
-moz-opacity: .9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
filter: alpha(opacity=90); 
}

.footer{
}

a img{
background:#ffffff;
border:1px solid #eaeaea;
padding:7px;
opacity: .9;
-moz-opacity: .9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
filter: alpha(opacity=90); 
}

a:hover img{
background:#ffffff;
border:1px solid #eaeaea;
padding:7px;
opacity: .9;
-moz-opacity: .9;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
filter: alpha(opacity=90); 
}

.commenters {
color: #9c9c9c;
list-style: none;
border-bottom: 1px double #ececec;
background-color: #fafafa;
margin: 5px;
padding:10px;
text-align: left;
}