@charset "UTF-8";
/* CSS Document */
/* This style sheet by Chris Reid for Wurlitztraction website */

body {
    margin:0 9px 0 0;
    background:#000000;
	text-align:center;
 	padding:0;

	font-size: 13px;
}

/*text effects */
a { 
 	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
	text-decoration: none; color:#FFFFFF ; 
 }

a:link { color: #FFFFFF; text-decoration: none }
a:active { color:#FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: none; background: #333366 }

/* layout */
#container {width: 980px 
           height: 2000px;
		   }

#header { position:absolute ; left: 0px; top: 0px; width:955px; }

#breaker { position:absolute ; top: 150px; left: 0px ; height: 4px; width:980px ; background:#333366;}

#navbar { position:absolute ;top: 154px; left: 0px ; height: 16px; width:980px ; 
 			background:#000000; color:#FFFFFF ; padding: 0 ; margin: 2px 2px 0 2px; 
			font-family:sans-serif ;
			font-size: 14px; }

#breaker2 { position:absolute ;top: 172px; left: 0px ; height: 4px; width:980px ; background:#333366;}

#sidebar { position:absolute ; top: 178px; left: 0px; height : 400px; width : 240px ; background: #000000; }

#mainpage {position: absolute ; top: 177px; left: 248px; height : auto; width: 740px ; background:#000000; text-align:justify;}
#newspage {position: absolute ; top: 177px; left: 248px; height : auto; width: 740px ; background:#000000; text-align:left}



#musicpage {position: absolute ; top: 177px; left: 248px; height : auto; width: 740px ; background:#000000; text-align: left}





#copy { position: absolute; 
        right: 10px; 
		bottom: 1px; 
		color: #333366;
		font-size: 13px;
		}
		
		/* fonts */
		
p {
 	font-family: 'GillSans-Light', 'gill sans light', optima, helvetica, sans-serif;
	color:#ffffff ;
	font-size: 16px;
 	line-height: 25px;
   	letter-spacing: .03em;
   	text-indent: 10px;

 }

h1 {
	font-family: 'GillSans-Light', 'gill sans light', helvetica, sans-serif;
	color: #cc99ff;
	font-size: 30px;
   	letter-spacing: 4px;
   	font-weight: 250;

}

h2 {
  	font-family: 'GillSans-Light', 'gill sans light', helvetica, sans-serif;
 	color: #cc99ff;
 	letter-spacing: 3px;
 	font-size: 25px;
 	font-style: light;
 		font-weight: 250;
 }
 
 h3 {
  	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #cc99ff;
 	letter-spacing: 2px;
 	font-size: 20px;
 	font-style: light;
 	font-weight: normal; }
	
	 h4 {
  	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #cc99ff;
 	letter-spacing: 2px;
 	font-size: 14px;
 	font-style: light;
 	font-weight: normal; }
	
	
	 h5 {
  	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #FFFFFF;
 	letter-spacing: 2px;
 	font-size: 12px;
 	font-style: light;
 	font-weight: normal; }
	
	 h6 {
  	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #6699FF;
 	letter-spacing: 2px;
 	font-size: 12px;
 	font-style: light;
 	font-weight: normal; }
	
	/* lists */
	
	 ul
{
list-style-type:square;
padding: 0 0 0 14px;
 margin: 0 ;
}

li {
	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #FFFFFF;
 	letter-spacing: 2px;
	line-height: 24px;
 	font-size: 12px;
 	font-style: light;
 	font-weight: normal; }
	
	
		/* image alignment */
		
		
		
img.pos1 {
  float : right;
  margin : 16px 5px 5px 10px;  
}

img.nupos {
  float :leftt;
  margin : 1px 5px 0 10px;  
}

img.pos2 {
  float : left;
  margin : 16px 5px 0 5px;
}

		
		