/*
Theme Name: dream
Theme URI: http://beautifulmistakes.org
Description: Inspired by the song 'I Dreamed a Dream'
Version: 8
Author: Tiffany
Author URI: http://beautifulmistakes.org
*/
body, html { 
margin: 0;
padding: 0;
}


body { 
background: #E5D7CC;
text-align: center;
color : #000000; font-style:normal; font-variant:normal; font-weight:normal; line-height:190%; font-size:85%; font-family:tahoma, arial 
} 

/* container section */

#header { 
background: url('http://i154.photobucket.com/albums/s245/tifferings/layouts/layoutcopy-1.jpg') repeat scroll center top; 
background-color: transparent;
border-bottom: 0px solid #E58B82;
width: 800px; 
height: 374px;
margin:0 auto;
} 
#container { 
background: #fff;
text-align : justify; 
width: 800px;
margin: 0px auto 0px;
} 
#sidebar { 
width: 200px;
float: left;
text-align: left;
padding: 6px;
font-size: 12px;
margin-bottom: 20px;
}  
#content {
width: 550px;
float: right;
margin-bottom: 30px;
padding: 10px;
}

/* footer */
#footer { 
clear : both;
font-size: 12px;
color: #000000;
padding:10px;
background: #ffffff;
border-top: 7px solid #C077A5;
text-align: center;
height : auto;
}
#footer a:link, #footer a:active, #footer a:visited  {
color :#C077A5;
text-decoration : none;
}
#footer a:hover  {
color :#B49DAF;
text-decoration : bold;
}

/* main navigation */

#navigation
{
background-color: #fff;
margin-top: 0px;
padding: 0 0 0px 0px;
line-height:25px;
text-align:center;
}

#navigation ul, #navigation li
{
padding: 0;
display: inline;
list-style-type: none;
}

#navigation a:link, #navigation a:visited
{
line-height: 30px;
font: bold 140% tahoma;
margin: 0 10px 0px 10px;
text-decoration: none;
color: #C077A5;
}

#navigation a:link#current, #navigation a:visited#current, #navigation a:hover
{
border-bottom: 1px dotted #ECE674;
padding-bottom: 2px;
text-decoration: italic italic;
color: #ECE674;
}
/* normal links */

a:link, a:visited {
color: #B49DAF;
text-decoration: none;
} 
a:hover { 
color: #C077A5;
text-decoration: underline;
}

/* text headers */

h1 {
font:200 230%/70% "georgia";
color :#ECE674;
letter-spacing: 5px;
margin: 4px;
padding: 6px;
}
h1 a:link, h1 a:active, h1 a:visited  {
color : #C077A5;
font-weight: 400;
text-decoration: none;
} 
h1 a:hover  {
color : #ECE674;
text-decoration : underline;
border-bottom: 1px dotted #E1D3A5;
}

h2  {
font: 200 20px "tahoma";
text-transform: none;
color : #ECE674;
margin: 3px;
padding: 2px;
}

h2:first-letter {
font-size: 30px;
color: #ECE674;
}

h3 {
font:400 190%/100% "tahoma";
color :#C077A5;
letter-spacing: -2px;
margin: 4px;
} 

/* date style */

.blog-date {
color: #000000;
}


/* comments section */

.commenters {
text-align:left;
margin: 5px;
border-top: 0px dotted #000;
border-bottom: 0px dotted #000;
padding: 10px;
background: #FFFFFF;
}

.comments { 
background: #FFFFFF;
border-bottom: 3px solid #C077A5;
padding: 10px;
min-height: 100px;
}

.avatar {
float: left;
border: 8px solid #fff;
margin-left: -95px;
width: auto;
} 

/* bullets */

ul  {
list-style-image : url('http://i154.photobucket.com/albums/s245/tifferings/layouts/bullet.png');
margin:0 0 15px 15px;
}

/* misc */

table {
color : #000000;
} 

img {
border: none;
}

em { 
color : #000000;
}

.box {
padding : 5px;
margin:0;
}

blockquote  {
display : block;
text-align: left;
font-size: 12px;
color : #404040;
padding : 10px;
background : #FFFFFF;
border-left: 5px solid #C077A5;
border-right: 5pm solid #C077A5;
margin: 20px;
} 

textarea, input, select, submit {  
padding: 10px;
background: #fff; 
font: 12px/24px "Tahoma";
color: #000000;
border: 1px dotted #C077A5;
} 
img {
padding:0px;
margin:5px;
border:0px solid #ffffff;
}