
body{
text-align: justify;
color: #000000;
background: #FFFFFF;
font: 11px verdana;
letter-spacing: 1px;
padding: 0;
margin: 0;
}

a:link, a:visited {
color: #89C244;
text-decoration: none;
}
a:active {
color: #0099CC;
text-decoration: underline;
}
a:hover {
color: #E2E5E3; 
margin-top:3px;
margin-left:2px;
}
a:active {
outline: 0;
}

#container {
width: 440px;
margin: 0;
line-height: 150%;
background: #FFF;
}

h1 {
font: bold 14px century gothic;
color: #89C244;
text-transform: uppercase;
border-bottom: 4px solid #89C244;
}

#naver {
padding: 0;
width: 500px;
height: 30px;
background: #FFF;
}

#content {
background: #FFF;
margin-left: 5px;
margin-top: 10px;
}

#footer {
clear: both;
margin: 0;
height: 40px;
background: #FFF;
}

#nav {
margin: 0;
padding: 0;
background:#FFF;
float:left;
width:100%;
 }

#nav li {
display:inline;
padding: 0;
margin: 0;
}

#blog #nav-blog a,
#portfolio #nav-portfolio a,
#resources #nav-resources a,
#about #nav-about a,
#contact#nav-contact a,{
background: #FFF;
color: #89C244;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#resources #nav-resources a:hover,
#tutorials #nav-tutorials a:hover,
#site #nav-site a:hover,
#contact #nav-contact a:hover {
background: #9E9E9E;
color: #E2E5E3;
}

#nav a:active {
background:FFF;
color:#89C244;
}

#nav a:link,
#nav a:visited {
color: #9E9E9E;
background: #FFF;
padding: 10px 10px 4px 10px;
float: left;
width: auto;
border-right: 0px solid #FFF;
text-decoration: none;
font: bold 1em/1em Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

#nav a:hover {
color: #89C244;
background: #FFF;
border-bottom: 5px solid #89C244;
}

#nav li:first-child a {
border-left: 0px solid #42432d;
}

#top {
padding: 0;
width: 570px;
height:529px;
background: #FFF url(images/schweini.gif) left no-repeat;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox2/css/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox2/css/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2/css/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

