/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#fcfcfc;
	background-image:url(images/elements/background.jpg);
	background-repeat:repeat-x;
	font:14px "Trebuchet MS", Arial, Verdana;
	color:#666;
	text-align:left;
}
a {
	color:#66cccc;
	text-decoration:none;
	}
a:hover {
	color:#E9BF1B;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}


#list ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
	
#list li {
	list-style-type:disc;
	margin: 10px 0px 22px 14px;
	}



/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}
#header {
	height:200px;
	background-image:url(images/elements/header.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
#sidebar {
	float:left;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	width:150px;
	padding:10px;
	background-image:url(images/elements/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#666666;
	}
#content {
	background-color:#fff;
	margin-left:190px;
	min-height:450px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}
	
/*  the cats */	
/*  Pic on Left */	
	
	#mainleftpic{
	width:165px;
	float:left;
	line-height:1.7em;
	padding:10px;
	}

#mainright{
	width: 360px;
	float:right;
	line-height:1.7em;
	padding:10px 0px 10px 10px;
	}
	
/*  Pic on Right */	
	#mainleft{
	width:360px;
	float:left;
	line-height:1.7em;
	padding:10px 10px 10px 0px;
	}

#mainrightpic{
	width: 165px;
	float:right;
	line-height:1.7em;
	padding:10px;
	}
/*  Headings */

h1 {
	font-weight:normal;
	color:#66cccc;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:10px;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1.6em;
	color:#479093;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#479093;
	/*line-height:200px;*/
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.item ul .details{
	list-style:none;
	}

.nogaps {
	line-height: 0.1em; padding-bottom:0px;
	}
	
.meta {
	margin-bottom:10px;
	color:#999999;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
	
#grey {color:#666;}	



#title {
	font-size: 1.1em;
	color:#66cccc;
	}
	
.title {
	line-height:1.6em;
	padding-bottom: 10px;
	color:#66cccc;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#479093;
	}	
	
.title2 {
	line-height:1.6em;
	padding-bottom: 10px;
	color:#66cccc;
	font-weight:bold;
	font-size:1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#479093;
	}		
	
.title3 {
	line-height:1.7em;
	padding-bottom: 10px;
	color:#66cccc;
	font-weight:bold;
	font-size:1.3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#479093;
	}		
	
.grey {color:#666;}	

.red {color:#F03;}

.blue {color:#09C}	

/*----------------LIGHTBOX IMAGE GALLERY------------------*/

#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: #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-image: url(data: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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-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: #66CCCC; }/*#C3E4D9*/

/*---------------- LIGHTBOX IMAGE GALLERY------------------*/	