/*  
Theme: Theme 2
Description: Simple and clean layout.
Created By: Vicky @ http://dearagony.org
*/

body, html { 
margin: 0;
padding: 0;
}


body { 
background: #eeeeee url("http://i38.tinypic.com/11vtxxj.gif") fixed;
text-align: center;
font : 85%/190% "Trebuchet MS", sans-serif;
color : #404040; 
} 

/* container section */

#header  { 
font: 400 46px/120px "georgia";
color:#fff;
height: 120px;
background: #d13b62 url("http://i34.tinypic.com/315etdy.gif");
text-align : center; 
width: 800px;
letter-spacing: 2px;
text-transform:uppercase;
text-shadow: 2px 2px 2px #000;
} 
#header a:link, #header a:active, #header a:visited  {
color :#fff;
font-family: "georgia";
text-decoration : none;
} 
#header a:hover  {
color :#ccc;
text-decoration : none;
}

#container { 
background: #fff;
text-align : justify; 
width: 800px;
margin: 60px auto 20px;
} 

#sidebar { 
width: 220px;
float: right;
padding: 6px;
font-size: 12px;
margin-bottom: 20px;
} 

#content {
width: 540px;
float: left;
margin-bottom: 30px;
padding: 10px;
}

/* footer */

#footer { 
clear : both;
font-size: 12px;
color: #202020;
padding:10px;
background: #d13b62 url("http://i34.tinypic.com/1z2in1e.gif");
text-align: center;
height : 50px;
}
#footer a:link, #footer a:active, #footer a:visited  {
color :#A62646;
text-decoration : none;
}
#footer a:hover  {
color :#404040;
text-decoration : none;
}

/* main navigation */

#navigation3 {
width:auto;
text-align:center;
background:#f0f0f0;
margin:0 0 10px;
padding:15px;
}

#navigation3 ul, #navigation3 li{ 
list-style-type: none;
display : inline;
} 

#navigation3 a:link, #navigation3 a:visited { 
float : inherit;
font : 400 18px "georgia";
color : #333;
width: auto;
text-decoration: none;
padding : 10px 20px;
}

#navigation3 a:hover  {
color :#333;
background: #eaa2b6;
text-decoration: none;
} 

/* normal links */

a:link,a:visited {
color: #ce2f58;
text-decoration: none;
} 
a:hover { 
color: #202020;
text-decoration: underline;
}

/* Affiliate links */

a.affiliates:link, a.affiliates:visited, a.affiliates:active { 
display : block;
color: #202020; 
background: #e3e3e3;
padding: 4px;	
text-align:center;
margin: 3px;
font: 12px/24px georgia;
text-decoration : none; 
} 
a.affiliates:hover { 
color: #202020; 
background: #eaa2b6;
text-decoration : none; 
}

/* headers */

h1 {
font:400 230%/70% "georgia";
color :#ce2f58;
letter-spacing: -2px;
margin: 4px;
padding: 6px;
}
h1 a:link, h1 a:active, h1 a:visited  {
color : #ce2f58;
font-weight: 400;
text-decoration: none;
} 
h1 a:hover  {
color : #202020;
text-decoration : none;
}

h2  {
font: 400 15px "georgia";
text-transform: uppercase;
color : #d8597b;
margin: 3px;
padding: 2px;
}

h2:first-letter {
font-size: 20px;
color: #cf305a;
}

h3 {
font:400 190%/100% "georgia";
color :#808080;
letter-spacing: -2px;
margin: 4px;
} 

/* date style */

.blog-date {
color: #808080;
}


/* comments section */

.commenters {
text-align:center;
margin: 5px;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
padding: 10px;
background: #f0f0f0;
}

.comments { 
background: #f0f0f0;
border-bottom: 3px solid #d95979;
padding: 10px;
min-height: 150px;
}

.avatar {
float: left;
border: 8px solid #fff;
margin-left: -95px;
width: auto;
} 

/* bullets */

ul  {
list-style-image : url('http://i37.tinypic.com/28ldpnd.gif');
margin:0 0 15px 15px;
}

/* misc */

table {
color : #404040;
} 

img {
border: none;
}

em { 
color : #d95979;
}

.box {
padding : 5px;
margin:0;
}

blockquote  {
display : block;
text-align: left;
font-size: 12px;
color : #404040;
padding : 10px;
background : #f0f0f0;
border-left: 2px solid #d95979;
margin: 20px;
} 

textarea, input, select, submit {  
padding: 10px;
background: #fff; 
font: 12px/24px "Trebuchet MS";
color: #404040;
border: 1px solid #d95979;
} 