/*  
* CSS
* 
* @author Vaska 
* @author Gregory Cadar
* @author Phil Samhaber f3f1e7
*/

* {
	margin: 0;
	padding: 0;
	-moz-outline:none;
	}

body {
	background:#FEFEFE;
	color:white;
	overflow: auto;
	min-width: 980px;
	overflow: hidden;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

p { }

a {padding: 2px; text-decoration: underline; color: white; border-bottom: none;-moz-border-radius: 2px;-webkit-border-radius: 2px; }
a:hover { text-decoration: none;color:white; background: red;padding: 2px;-moz-border-radius: 2px; -webkit-border-radius: 2px;}
a:visited { text-decoration: underline; color:white;}
a:visited:hover {  text-decoration: none; color:white; background: red;padding: 2px;-moz-border-radius: 2px; -webkit-border-radius: 2px;}
a img { border: none; text-decoration: none;}
a:hover img { text-decoration:none; background: none;}
img a:focus {border: none;}


/* - - - - - - - - - -   MENU   - - - - - - - - - - */


/* - link states  - */

#menu a  { color:black; background:white; text-decoration: none; padding: 2px 2px 2px 2px;-moz-border-radius: 2px; -webkit-border-radius: 2px;}
#menu a:visited  { color: black; background: white; text-decoration: none; border-bottom: none; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#menu a:hover { text-decoration: none;  background: red; color: white; border-bottom: none;-moz-border-radius: 2px; -webkit-border-radius: 2px;}
#menu a:active, #menu li.active a, #menu li.active a:visited { text-decoration: none; background: red; color: white; border-bottom: none;-moz-border-radius: 2px; -webkit-border-radius: 2px;}

a#home { color: white;border: 0;background: none;font:  bold 16px/30px "Helvetica", Arial, sans-serif;text-decoration: none;}
a#home:visited { color: white; background: none; text-decoration: none; border-bottom: none; }
a#home:hover { text-decoration: none;  background: red; color: white; border-bottom: none;-moz-border-radius: 2px;-webkit-border-radius: 2px; }

	
.title { 
	margin-left: 0px;
	font: lighter 16px/30px georgia, times, serif;
	color: white;
	border: 0;
	background: none;
	}
	
/* - structure  - */	
#menu {
	font: normal 12px/22px "courier new",monaco, monospace;
	text-decoration: none;
	width: 1100px;
	min-width: 900px;
	height:auto;
	float:left;
	position: fixed;
	top: 30px;
	left: 40px;
	padding: 10px;
	margin:0;
	z-index: 999;
	opacity: 1;
	background: none;
	}
	
#menucontainer {
	margin: 0px 0 0 0;
	width:1000px;
	position: inherit;
	height:50px;
	background: none;
	}
			
#menu ul {
	list-style: none;
	clear: both;
	}

#menu ul li{
	list-style:none;
	float:left;
	white-space:nowrap;
	margin:0px 10px 5px 0px;
	}

span.section-title {
	color: white;
	font: normal 12px/22px "courier new",monaco, Times, monospace;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	background: black;
	border-bottom: none;-moz-border-radius: 2px;-webkit-border-radius: 2px;
	}

ul#linknav {
	border-bottom: 1px  dashed white;
	margin-bottom: 15px;
	padding-bottom: 35px;
	width: 880px;
	font: normal 12px/20px "courier new", monaco, monospace;
	}
	
ul#linknav a, ul#linknav a:visited  {
	color: black;
	background: none;
	}
	
	
/* - - - - - - - - - -   CONTENT   - - - - - - - - - - */

#content {
	float:center;
	font:  36px/44px Georgia, times, Georgia, serif;
	position: relative;
	left:40px;
	top:150px;
	color: white;
	padding: 0;
	margin: 10px 0 0 0;
	background: none;
	opacity:1;
	width:1100px;
	}

.container {
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
	height: auto;
	z-index: 100;
	}

#content ul {
	list-style: none;
	float:left;
	padding-bottom: 10px;
	}

#content .container ul li{
	list-style:none;
	float:left;
	white-space:nowrap;
	margin:0px 10px 0px 0px;
	}
	
#content .container ul li.list-title {
	font-style: italic;
	color:#333;
	}
	
#content p {padding: 0; margin:0;}

/* - - - - - - - - - -   HEADLINES   - - - - - - - */

h1 { 			font: bold 24px/30px "Helvetica", Arial, sans-serif;}
h1 a:link { 	color: black; text-decoration: underline; }
h1 a:active { 	background-color: #cccccc; color: #000000; text-decoration: none; }
h1 a:visited { 	text-decoration: underline; }
h1 a:hover { 	text-decoration: none;  background-color: black; color: white; }
h1:hover { 		text-decoration: none;  background-color: white; color: yellow; }

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* - - - - - - - - - -     IMGS      - - - - - - - */
.js #pics {display: none;}
.image a, .image a:hover{border: 0; text-decoration: 0; cursor:pointer;}

.image-space { 
	position:absolute;
	width:900px; 
	height:100%; 
	z-index:200; 
	background: red url(space.gif) repeat;
	}
	
#once { clear: left; }

.date{
	color: black;
	font: 11px/18px "Courier New",Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

 
 /* - - - - - - - - - -     blog      - - - - - - - */

#blog {
	width: 900px;
	}
ul.blogpost {
	margin: 20px 0 0 0;
	list-style: none;
	display: block;
	width: 900px;
	font: normal 13px/22px "courier new", monaco, monospace;
	background: white;
	color: #222;	
}
li.blogpost-title {
	}
li.blogpost-title h2 {
	}
li.blogpost-date {
	}
li.blogpost-content {
	width: 900px;
	white-space: normal;
	}
li.blogpost-content p {
	white-space: normal;
	}
	
	
 /* - - - - - - - - - -    GALLERY    - - - - - - - */

#bg {width:100%; height:100%; position:fixed; top:0; left:0;}	

img.backgr {width: 100%; min-width:920px; position:fixed; display:block; top:0; left:0;}

span#prev { 
	background:transparent url(/files/larr_5.png) no-repeat scroll 10% 50%;
	display:block; 
	cursor:w-resize;
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	left:0;
	z-index:50;
	opacity:0;
	} 
span#next { 
	cursor:e-resize;
	background:transparent url(/files/rarr_5.png) no-repeat scroll 90% 50%;
	display:block; 
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	left:50%;
	z-index:50;
	opacity:0;
	}
span#raster {background:transparent url(/files/raster_3.png) repeat scroll 0 0; display:block; height:100%; width: 100%; position:fixed; top:0; left:0; z-index:49;} 

 /* - - - - - - - - - -    INDEX    - - - - - - - */

#white {opacity:0.3; z-index:48; width: 100%; height: 100%; background-color:white; position: fixed; top:0; left:0;} 
#bg{width: 100%; height: 100%; position: fixed; top:0; left:0;}
img.backgr {width: 100%; min-width:1180px; position: fixed; display: block; top: 0; left: 0; margin:0 auto;} 
span#raster { background:transparent url(/files/raster_2.png) repeat scroll 0 0; display:block; height:100%; width: 100%; position:fixed; top:0; left:0;  z-index:49;} 
	
