/*
Theme Name:200 600
Author:Nineteen Eighty Five
Author URI:http://the1985.com
*/


/* COLOURS
------------------------------
Red					#ED1C24
Dark Grey			#111111
------------------------------*/

img						{ border-style: none;}

/* PADDING & MARGIN RESET */

* 					{ padding:0; margin:0; }



/* DESIGN STRUCTURE */

#header				{ position:absolute; top:60px; left:50px; width:130px; height:130px; background:url(images/logo.png) no-repeat; }
#navigation			{ position:absolute; top:240px; left:50px; width:450px; }
#page				{ position:absolute; top:240px; left:560px; width: 400px; min-height: 400px; background:#222222; }
#page2				{ position:absolute; top:240px; left:50px; width: 600px; min-height: 400px; background:transparent; }
#title				{ padding: 0px 0px 0px 10px;}
#content			{ padding: 0 30px;}




/* EDGE FADE */

#top, #bottom		{ z-index:1000; position:fixed; left:0; right:0; height:88px; }
#top 				{ top:0px; background:url(images/top.png) top center repeat-x; }
#bottom				{ bottom:0px; background:url(images/bottom.png) bottom center repeat-x; }


	
/* STYLING */
					  				  
body 				{ font-family:Helvetica, Arial, sans-serif; color:#DDDDDD; font-size:12px; line-height:2em; padding:0; background:#333333;}

h1 					{ font-size:1em; margin-left:-9999px; text-transform:uppercase; color:white; font-weight:lighter; }
h2 					{ display:block; width:340px; font-size:1em; text-transform:uppercase; color:#DDDDDD; font-weight:lighter; letter-spacing:.2em; font-weight:bold; border-bottom: thin solid #EEEEEE; }
h3 					{ font-size:1em; text-transform:uppercase; color:#ED1C24; font-weight:lighter; padding:2em 0 0; letter-spacing:.2em;}
h4 					{ font-size:.9; line-height:1.5em; text-transform:uppercase; padding:0 0 1em 0;}
p, blockquote, pre,
td, th, label 		{ font-size:1em; display:block; padding:0 0 0 0; letter-spacing:.05em; padding:10px 0; }
p.small 			{ margin:0; font-size:0.8333333333333334em; margin-bottom:2.4em; }
table 				{ border-collapse:collapse; margin-bottom:2em; }

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active	{ font-size:.9em; text-decoration:none; color:#EEEEEE; font-weight:100; }

a:link,
a:visited,
a:active				{ padding:2px 5px 2px 2px; color:#EEEEEE; text-decoration: none; font-size:.9em; background-color: #111111; }

a:hover				{ padding:2px 5px 2px 2px; color:#EEEEEE; text-decoration: none; font-size:.9em; background-color: #111111;}

ul {
	list-style-type: none;
	width: 450px;
}

ul li {
	display: block;
	float: left;
	width: 450px;
	height: 40px;
}

#nav1 a, #nav1 a:visited	{ display:block; width:450px; height:30px; background:url(images/navigation/line1.png) top left no-repeat; }
#nav1 a:hover				{ display:block; width:450px; height:30px; background:url(images/navigation/line1_hover.png) top left no-repeat; }

#nav2 a, #nav2 a:visited	{ display:block; width:450; height:30px; background:url(images/navigation/line2.png) top left no-repeat; }
#nav2 a:hover				{ display:block; width:450; height:30px; background:url(images/navigation/line2_hover.png) top left no-repeat; }

#nav3 a, #nav3 a:visited	{ display:block; width:450; height:30px; background:url(images/navigation/line3.png) top left no-repeat; }
#nav3 a:hover				{ display:block; width:450; height:30px; background:url(images/navigation/line3_hover.png) top left no-repeat; }

#nav4 a, #nav4 a:visited	{ display:block; width:450; height:30px; background:url(images/navigation/line4.png) top left no-repeat; }
#nav4 a:hover				{ display:block; width:450; height:30px; background:url(images/navigation/line4_hover.png) top left no-repeat; }

#nav5 a, #nav5 a:visited	{ display:block; width:450; height:30px; background:url(images/navigation/line5.png) top left no-repeat; }
#nav5 a:hover				{ display:block; width:450; height:30px; background:url(images/navigation/line5_hover.png) top left no-repeat; }

#nav6 a, #nav6 a:visited	{ display:block; width:450; height:30px; background:url(images/navigation/line6.png) top left no-repeat;; }
#nav6 a:hover				{ display:block; width:450; height:30px; background:url(images/navigation/line6_hover.png) top left no-repeat; }


