/*  

Theme: Free Layout 6

Description: A simple CSS layout aligned to the left.

Created By: Vicky @ http://audiorush.org do not remove ANY credits, thank you. 

*/





body, html { 

padding : 0; 

margin : 0; 

}



body { 

background: #404040 url(http://i32.tinypic.com/mijnll.gif) repeat-y;

padding : 0; 

font : 75%/200% "georgia", sans-serif;

color : #D6D6D6; 

} 



/* site name style */



#sitename {

font: 700 55px georgia;

padding-top: 30px;

font-style: italic;

color: #FFB300; 

text-align: center;

margin-left: 270px;

letter-spacing:1px;

text-transform: none;

}



#slogan {

font: 700 14px georgia;

font-style: italic;

color: #D6D6D6; 

text-align: center;

margin-left: 270px;

text-transform: none;

}



/* container */



#container { 

text-align : justify; 

width: 850px;

} 



#content {

width: 540px;

float: right;

padding: 10px;

margin-top: 40px;

}



#sidebar {

width: 250px;

padding: 10px;

margin-top: -100px;

margin-bottom: 30px;

float:left;

}



#header { 

background: url('');

width: 799px; 

height: 180px;

margin : 0 auto; 

}



/* footer */



#footer { 

clear : both; 

padding:15px;

text-align: right;

height : 20px;

}



/* main navigation */



#navigation2 {

margin: 0;

padding: 0;

list-style-type: none; 

list-style-image: none; 

list-style: none;

}

#navigation2 li {

margin-bottom: 3px;

}

#navigation2 a {

font: 700 13px tahoma;

background: #FFB300;

color: #000;

letter-spacing: 1px;

display: block;

text-transform: uppercase;

width: auto;

padding: 6px;

} 



#navigation2 a:hover {

background: #808080;

color: #FFFFFF;

text-decoration: none;

} 





/* normal links */



a:link,a:visited {

text-decoration: none;

color: #56d0e2;

font-weight:400;

text-align:justify;

padding:0;

text-decoration: none;

} 

a:hover { 

color: #A6A6A6;

text-decoration: underline;

}



/* affiliate links */



a.affies2:link, a.affies2:visited, a.affies2:active  {

color :#f0f0f0;

background: #333333;

border-bottom: 2px solid #24c1d9;

text-align : center;

display: block;

font-size: 11px;

padding: 1px;

text-transform : none; 

margin: 4px;

text-decoration: none;

}

a.affies2:hover {

color : #f0f0f0;

background: #4D4D4D;

border-bottom: 2px solid #c4dc13;

text-decoration : none;

}



/* headers */



h1 {

color: #FFB300;

font:400 240%/90% "arial";

letter-spacing : -2px;

text-align:left;

text-transform:none;

margin:0;

padding:0;

}

h1 a:link, h1 a:active, h1 a:visited  {

color : #FFB300;

font-weight: 400;

font-family : "arial";

text-decoration: none;

text-transform:none;

} 

h1 a:hover  {

color : #A6A6A6;

background: none;

text-decoration : none;

}

h2 {

color: #A6A6A6; 

font: 700 18px "arial";

text-align:right;

text-transform:none;

margin: 3px;

font-style: italic;

}

h3 {

color : #24c1d9;

font: 400 180%/120% "arial";

letter-spacing:-2px;

text-align:left;

text-transform: lowercase;

margin:0;

padding:0;

} 





/* bullets */

ul  {

list-style-image : url('http://i292.photobucket.com/albums/mm28/ohpanic/cross2.gif');

margin-left : 5px; 

}



/* sidebar boxes */



.box {

padding: 7px;

}



/* misc */



table {

color : #D6D6D6;

} 



img {

border: none;

}



em { 

color : #a6a6a6;

}



blockquote { 

text-align: justify;

border-right: 2px solid #1A1A1A;

border-left: 4px solid #1A1A1A;

border-top: 2px solid #1A1A1A;

border-bottom: 4px solid #1A1A1A;	

background-color: #333333;

padding : 5px; 

margin:0;

}



textarea, input, select, submit {  

padding: 10px;

background: #404040;  

text-decoration : none; 

font: 12px/22px georgia;

color: #D6D6D6;

text-align : left; 

border: 1px solid #1A1A1A;

} 