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

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


body { 
background: #eeeeee url("http://i38.tinypic.com/11vtxxj.gif") fixed;
text-align: center;
font : 80%/190% "verdana", sans-serif;
color : #404040; 
border-top: 10px solid #6895a1;
} 

/* container section */

#header  { 
font: 400 46px/50px "georgia";
color:#6895a1;
margin: 80px auto 8px;
text-align : center; 
width: 800px;
text-transform:uppercase;
text-shadow: 2px 2px 2px #000;
} 
#header a:link, #header a:active, #header a:visited  {
color :#6895a1;
font-family: "georgia";
text-decoration : none;
} 
#header a:hover  {
color :#B9D1DA;
text-decoration : none;
}

#container { 
background: #fff url("http://i653.photobucket.com/albums/uu252/audiorush7/Image6.gif") repeat-y;
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:#CADCE3;
text-align: center;
height : 50px;
}

/* main navigation */

#navigation3 {
width:auto;
text-align:center;
background:#CADCE3;
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 :#272016;
background: #fff;
text-decoration: none;
} 

/* normal links */

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

/* normal 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: #bad2da;
text-decoration : none; 
}

/* headers */

h1 {
background: #f0f0f0;
border-right: 18px solid #6895a1;
font:700 210%/70% "arial";
color :#527984;
letter-spacing: -2px;
margin: 4px;
padding: 16px;
}
h1 a:link, h1 a:active, h1 a:visited  {
color : #527984;
font-weight: 700;
text-decoration: none;
} 
h1 a:hover  {
color : #97B6BE;
text-decoration : none;
}

h2  {
border-bottom: 1px solid #6895a1;
font: 700 13px "tahoma";
text-align : right;
text-transform: uppercase;
color : #202020;
margin: 5px;
padding: 4px;
}

h3 {
font:700 180%/100% "arial";
color :#78A0AB;
letter-spacing: -2px;
margin: 4px;
} 


/* bullets */

ul  {
list-style-image : url('http://i653.photobucket.com/albums/uu252/audiorush7/Image16.gif');
margin:0 0 15px 15px;
}

/* misc */

table {
color : #404040;
} 

img {
border: none;
}

em { 
color : #6895A1;
}

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

blockquote  {
display : block;
text-align: left;
font-size: 11px;
color : #202020;
padding : 10px;
background : #f0f0f0;
border-right: 2px solid #88abb4;
border-left: 2px solid #88abb4;
margin: 20px;
} 

textarea, input, select, submit {  
padding: 10px;
background: #fff; 
font: 12px/24px verdana;
color: #404040;
border: 1px solid #6895a1;
} 