/* CSS Document */

html {
	overflow-y: scroll;
	}

* {
	margin: 0;
	padding: 0;
	}

body {	
	background: url(images/bg.gif) repeat-x top #000;
	font-size: 62.5%;
	font-family: Arial, Georgia, Serif;
	height: auto;
	}
	
div#page-wrap {
	width: 100%;
	height:auto;
	margin: 0 auto;
	}

.clear{ 
	clear: both;
	}

/*--Start of Header and Header Navigation--*/
	
div#header {
	margin: 0 auto;
	height: 150px;
	width: 700px;
	}	
	
div#title {
	background: url(images/header.gif) no-repeat ;
	height: 121px;
	width: 322px;
	float: left;
	margin: 10px 0 0 0;
	}	
	
	ul#header_nav {
		width: 570px;
		font-size: 15px;
		height: 20px;
		font-weight: bold;
		margin: 115px 0 0 160px;
		}		
	
		ul#header_nav li {
			display: block;
			display: inline;
			text-decoration: none;
			color: #FFFFFF;
			padding: 0 10px 0 10px;
			}
		
			ul#header_nav li a:link, ul#header_nav li a:visited {
				text-decoration: none;
				color: #FFFFFF;
				}
			
			ul#header_nav li a:hover, ul#header_nav li a:active, body#home ul#header_nav li a.home, body#news ul#header_nav li a.news, body#bits_pieces ul#header_nav li a.bits_pieces, body#links ul#header_nav li a.links, body#indoor ul#header_nav li a.indoor, body#outdoor ul#header_nav li a.outdoor, body#stensual ul#header_nav li a.stensual {
				color: #6F6F6F;
				text-decoration: none;
				}	
				
/*--End of Header and Header Navigation--*/		

/*--Main Content, News and About--*/

div#main_content {
	height: 510px;
	width:auto;
	background: url(images/centrebg.jpg) no-repeat 155px 0 #0E1629;
	}
	
	div#main_content.blogbg {
		height: auto;
		width: auto;
		background: url(images/centrebgnp.jpg) no-repeat 155px 0 #0E1629;
		}
	
	div#main_content.bitspiecesbg {
		height: 680px;
		width: auto;
		background: url(images/centrebgnp.jpg) no-repeat 155px 0 #0E1629;
		}
		
	div#main_content.stensualcentrebg {
		height: 880px;
		width: auto;
		background: url(images/stensualcentrebg.jpg) no-repeat 155px bottom #0E1629;
		}	
	
.main_wrap{
	width: 700px;
	margin: 0 auto;
	}	
	
.main2 {
	width: auto;
	height: 100%;
	background: url(images/bitspiecesbg.png) no-repeat 160px bottom;
	}	
	
.leftcol {
	float: left;
	}
	
.leftcol_news {
	float:left;
	width: 500px;
	}	

.leftcol_indoor {
	width: auto;
	}
	
.rightcol_news {
	float: right;
	width: 180px;
	}	

.rightcol {
	float: right;
	}

.newsholder {
	height: 390px;	
	width: 330px;
	background: url(images/newsbg.png);
	padding: 0 0 10px 0;		
	}	
	
.newsholder_news {
	height: auto;
	width: auto;
	background: url(images/newsbg.png);
	padding: 0 0 10px 0;
	margin-bottom: 40px;
	}	
	
	.newsholder_news p{ 
		padding-bottom: 20px;
		}

.indoor_holder {
	height: 380px;
	background: url(images/newsbg.png);
	padding: 15px 10px 5px 50px;	
	}
	
.stensual_holder {
	height: 510px;
	background: url(images/newsbg.png);
	padding: 15px 10px 5px 50px;	
	}
	
.stensual_holder2 {
	height: 220px;
	background: url(images/newsbg.png);
	padding: 15px 10px 5px 50px;
	margin: 30px 0 0 0;	
	}		
	
.links_holder {
	height: 380px;
	background: url(images/newsbg.png);
	padding: 20px 10px 25px 50px;	
	}
	.links_holder p{
		color: #A8A9A9;
		font-size: 12px;
		padding: 0 0 4px 0;
		font-weight: normal;
		}	
		
		.links_holder a:link, .links_holder a:visited {
			color: #A8A9A9;
			text-decoration: none;
			}
	
		.links_holder a:hover, .links_holder a:active {
			color: D8D9D9;
			text-decoration: underline;
			}

.bitspieces_holder1 {
	height: 120px;
	background: url(images/newsbg.png);
	padding: 15px 10px 5px 50px;	
	}
	
.bitspieces_holder2 {
	height: 410px;
	background: url(images/newsbg.png);
	padding: 15px 10px 5px 50px;	
	}	
			
.about {
	width: 330px;
	height: 260px;
	background: url(images/newsbg.png);
	padding: 10px 0;
	}
	
.news_nav {
	width: auto;
	background: url(images/newsbg.png);
	height: 380px;
	padding: 10px;
	margin-top: 60px;
	}	
	
.current {
	width: 310px;
	height: 60px;
	background: url(images/newsbg.png);
	padding: 10px;
	}	
	
	.current p{
	font-size: 12px;
	color: #9EB5C7;
	}
	
.current_read_more {
	padding: 0 0 10px 0 ;
	text-align: right;
	color: #7A96AA;
	}
	
	.current_read_more a:link, .current_read_more a:visited {
		color: #7A96AA;
		}
	
	.current_read_more a:hover, .current_read_more a:active {
		color: #A5B8C5;
		}
	
p.about_text{
	padding: 0 10px 5px 10px;
	font-size: 12px;
	color: #9EB5C7;
	}
	
	.about_text a:link, .about_text a:visited {
		color: #9EB5C7;
		}
	
	.about_text a:hover, .about_text a:active {
		color: #A5B8C5;
		}

p.news{
	padding: 0 10px 5px 0;
	font-size: 12px;
	color: #9EB5C7;
	}
	
	.news a:link, .news a:visited {
		color: #9EB5C7;
		}
	
	.news a:hover, .news a:active {
		color: #A5B8C5;
		}
		
img.about_picture{
	background-color: #FFF;
	padding: 5px;
	margin:0 10px 10px 10px;
	float: left;
	}
				
.news_post {
	padding: 10px 10px 0 10px;
	height: auto;
	}
	.news_post p{
		font-size: 12px;
		color: #9EB5C7;
		}
	
.post_title {
	color: #7A96AA;
	font-size: 13px;
	padding: 0 0 3px 0;
	}
	
	.post_title a:link, .post_title a:visited {
		color: #7A96AA;
		text-decoration: none;
		}
	
	.post_title a:hover, .post_title a:active {
		color: #A5B8C5;
		}
		
.archives_title {
	color: #CBCBCB;
	font-size: 13px;
	padding: 0 0 10px 0;
	}		

.post_date {
	color: #9EB5C7;
	font-size: 12px;
	padding: 0 0 6px 0;
	font-weight: normal;
	}
	
.archives_link {
	color: #A8A9A9;
	font-size: 12px;
	padding: 0 0 4px 0;
	font-weight: normal;	
	}	
	
	.archives_link a:link, .archives_link a:visited {
		color: #A8A9A9;
		text-decoration: none;
		}
	
	.archives_link a:hover, .archives_link a:active {
		color: D8D9D9;
		text-decoration: underline;
		}
	
.archives_nolink {
	color: #A8A9A9;
	font-size: 12px;
	padding: 0 0 4px 0;
	font-weight: normal;	
	}	
	
.read_more {
	padding: 5px 0 0 0 ;
	text-align: right;
	color: #7A96AA;
	}
	
	.read_more a:link, .read_more a:visited {
		color: #7A96AA;
		}
	
	.read_more a:hover, .read_more a:active {
		color: #A5B8C5;
		}	
	
.toptitles {
	color: #788C9B;
	width: 200px;
	padding: 30px 10px 10px 10px;
	font-size: 15px;
	line-height: 20px;
	}

.current_title {
	color: #788C9B;
	width: 100px;
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	}

img.blog_picture{
	background-color: #FFF;
	padding: 5px;
	margin:0 10px 10px 0;
	}	
	
	a img.blog_picture {
		border:none;
		}
		
	img.blog_picture a:link, img.blog_picture a:visited {
		background-color: #FFF;
		border: none;
		}

img.blog_picturenews{
	background-color: #FFF;
	padding: 5px;
	margin:0 10px 10px 50px;
	}

img.postsmall{
	background-color: #FFF;
	padding: 5px;
	margin:20px 10px 105px 50px;
	}
	
.gallery_thumb {
	float: left;
	margin: 6px 10px 6px 10px;	
	}	
	
	.gallery_thumb img{
		background-color: #FFF;
		display: block;
		padding: 5px;
		}
		
		.gallery_thumb img:hover, .gallery_thumb img:active {
			background-color: #6F6F6F; 
			}
			
.left_links {
	float: left;
	width: 210px;
	height: 360px;
	}
	
.leftlinkssample {
	height: auto;
	margin-top: 20px;
	}
	
	.leftlinkssample img{
		background-color: #FFF;
		padding:5px;
		margin-bottom: 8px;
		}			
		
.mid_links {
	float: left;
	width: 210px;
	height: 360px;
	}		

.midlinkssample {
	height: auto;
	margin-top: 57px;
	}
	
	.midlinkssample img{
		background-color: #FFF;
		padding:5px;
		margin-bottom: 8px;
		}

		
.right_links {
	float: left;
	width: 220px;
	height: 360px;
	}	
	
.rightlinkssample {
	height: auto;
	margin-top: 33px;
	}
	
	.rightlinkssample img{
		background-color: #FFF;
		padding:5px;
		margin-bottom: 8px;
		}		
		
/*--Footer--*/

div#footer {
	padding: 10px 0 0 0;
	height: 100px;
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	}	

.footer_holder {
	margin: 0 auto;
	width: 700px;
	padding-bottom: 40px;
	}

.left_footer {
	float: left;
	width: 200px;
	margin: 20px 0 0 50px;
	border-right: 2px solid #6F6F6F;
	}
	
	ul#footer_nav1 {
		float: left;
		padding-right: 10px;
		}
		
		ul#footer_nav1 li a:link, ul#footer_nav1 li a:visited {
			color: #6F6F6F;
			}
	
		ul#footer_nav1 li a:hover, ul#footer_nav1 li a:active {
			color: #8A8A8A;
			}
		
	ul#footer_nav2 {
		float: left;
		padding-right: 10px;
		}
		
		ul#footer_nav2 li a:link, ul#footer_nav2 li a:visited {
			color: #6F6F6F;
			}
	
		ul#footer_nav2 li a:hover, ul#footer_nav2 li a:active {
			color: #8A8A8A;
			}
		
	ul#footer_nav3 {
		float:left;
		}	
		
		ul#footer_nav3 li a:link, ul#footer_nav3 li a:visited {
			color: #6F6F6F;
			}
	
		ul#footer_nav3 li a:hover, ul#footer_nav3 li a:active {
			color: #8A8A8A;
			}
		
.mid_footer {
	float: left;
	width: 160px;
	margin: 20px 0 0 0;
	padding: 8px 0 7px 40px;
	border-right: 2px solid #6F6F6F;
	}	
	
	.mid_footer p {
		color: #6F6F6F;
		}
	
.right_footer {
	float: left;
	width: 200px;
	margin: 27px 0 0 40px;
	}	
	
	.right_footer p {
		color: #6F6F6F;
		}
		
		.right_footer p a:link, .right_footer p a:visited {
			color: #6F6F6F;
			}
	
		.right_footer p a:hover, .right_footer p a:active {
			color: #8A8A8A;
			}
	
/*--Lightbox css--*/	

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #FFFFFF; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 50%; left: 50%; height: 25%; width: auto; 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-image: url(image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 11px Arial, Georgia, Serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	
	
	
	
	
	
	
	
	
	
				