/*  
Theme: Theme 1
Description: Simple and clean layout.
Created By: Vicky @ http://audiorush.org
*/

body, html { 
margin: 0;
padding: 0;}


body { 
background: #222;
text-align: center;
font : 80%/190% "verdana", sans-serif;
color : #eee; } 

/* container section */

#header  { 
font: 400 46px/50px "georgia";
background-color: #222;
margin: 80px auto 8px;
color: #93DE4E;
text-align : center; 
width: 800px;
text-transform:uppercase;
text-shadow: 2px 2px 2px #000;} 

#header a:link, #header a:active, #header a:visited  {
color :#93DE4E;
font-family: "georgia";
text-decoration : none;} 

#header a:hover  {
color :#F2BE0D;
text-decoration : none;}

#container { 
background: #333;
text-align : justify; 
width: 799px;
margin: 0 auto 20px;} 

#sidebar { 
width: 220px;
float: right;
padding: 6px;
font-size: 11px;
margin-bottom: 20px;
} 

#content {
width: 540px;
float: left;
margin-bottom: 30px;
padding: 10px;
}

/* footer */

#footer { 
clear : both;
font-size: 11px;
padding:10px;
background:#333;
text-align: center;
height : 50px;
}

/* main navigation */

#navigation3 {
width:auto;
text-align:center;
background:#333;
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 : #F2BE0D;
width: auto;
text-decoration: none;
padding : 10px 20px;
}

#navigation3 a:hover  {
color :#93DE4E;
background-color: #222;
text-decoration: none;
} 

/* normal links */

a:link,a:visited {
color: #93DE4E;
font-weight: bold;
text-decoration: none;} 

a:hover { 
color: #F2BE0D;
text-decoration: none;
font-weight: bold;}

/* normal links */

a.affiliates:link, a.affiliates:visited, a.affiliates:active { 
display : block;
color: #DD5998; 
background: #444;
padding: 4px;	
text-align:center;
margin: 3px;
font: 12px/24px georgia;
text-decoration : none; 
} 
a.affiliates:hover { 
color: #F2BE0D; 
background: #444;
text-decoration : none; 
}

/* headers */

h1 {
background: #222;
border-right: 18px solid #93DE4E;
font:700 210%/70% "arial";
color :#DD5998;
letter-spacing: -2px;
margin: 4px;
padding: 16px;}

h1 a:link, h1 a:active, h1 a:visited  {
color : #DD5998;
font-weight: 700;
text-decoration: none;
} 
h1 a:hover  {
color : #93DE4E;
text-decoration : none;
}

h2  {
border-bottom: 1px solid #F2BE0D;
font: 700 13px "tahoma";
text-align : right;
text-transform: uppercase;
color : #aaa;
margin: 5px;
padding: 4px;
}

h3 {
font:700 180%/100% "arial";
color :#F2BE0D;
letter-spacing: -2px;
margin: 4px;
} 

/* date style */

.date {
width:65px;
height:60px;
float:left; 
margin-left: -78px;
padding:5px 3px 0 0;
text-align:center;
font-size: 14px;
color:#333;
background:#F2BE0D;
text-shadow: 0 1px 1px #000;
}
.day {
display: block;
font: 700 24px/34px arial;
color:#333;
text-align: center;
margin:-4px 0 0;
text-transform:uppercase;
}
.month {
display:block;
text-align:center;
font: 11px/16px arial;
color:#333;
text-transform:uppercase;
margin: -4px;
}


/* comments section */

.commenters {
text-align:center;
margin: 5px;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
padding: 10px;
background: #222;
}

.comments { 
background: #222;
border-bottom: 1px dotted #000;
border-top: 1px dotted #000;
padding: 10px;
color: #eee;
min-height: 150px;
}

.avatar {
float: left;
border: 8px solid #fff;
margin-left: -95px;
width: auto;
} 

/* bullets */

ul  {
list-style-image : url('http://i653.photobucket.com/albums/uu252/audiorush7/Image16.gif');
margin:0 0 15px 15px;
}

/* misc */

table {
color : #333;
} 

img {
border: none;
}

em { 
color : #93DE4E;
}

.box {
padding : 5px;
margin:0;
}

blockquote  {
display : block;
text-align: left;
font-size: 11px;
color : #202020;
padding : 10px;
background : #333;
border-right: 2px solid #93DE4E;
border-left: 2px solid #93DE4E;
margin: 20px;
} 

textarea, input, select, submit {  
padding: 10px;
background: #333; 
font: 12pt lucida sans unicode;
color: #eee;
border: 1px solid #111;
} 