/********** The Shiznit **********/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	color: #222;
	background-color: #fff;	
	}

/********** Links **********/

a:link {
	color:  #227EE9;
	text-decoration: none;
	border-bottom: none;
	}
		
a:visited {
	color:  #227EE9;
	text-decoration: none;
	border-bottom: none;
	}
		
a:hover {
	color: #227EE9;
	text-decoration: none;
	border-bottom: 1px dotted #227EE9;
	}


	#sidebar a:link {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
		}
	
	#sidebar a:visited {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
		}
	
	#sidebar a:hover {
		color: #a8cfff;
		text-decoration: none;
		border-bottom: 1px dotted #a8cfff;
		}

	
a img {
	border: none;
	}
	
a:hover img {
	border: none;
	}


/********** Headings **********/

h1, h2, h3, h4, h6 {
	font-family: "trebuchet MS", Verdana;
	font-weight: normal;
	padding: 0;
	}
		
h1 {
	color: #227EE9;
	font-size: 21px;
	margin: 0;
	}
		
h2 {
	font-size: 19px;
	margin: 10px 0 0;
	color: #227EE9;
	}


	#sidebar h2 {
		color: #888;
		}
		
		
h3 {
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
	}
	
h4 {
	color: #888;
	font-size: 17px;
	margin: 25px 0 0 0;
	padding-bottom: 0;
	}
		
h5 {
	font-weight: 500;
	font-size: 13px;
	margin: 25px 0 0 0;
	padding-bottom: 0;
	}
		
h6 {
	color: #888;
	font-size: 16px;
	margin: 5px 0 5px 0;
	padding-bottom: 0;
	}	


/********** Lists **********/
		
ul {
	padding: 0 0 15px 20px;
	margin: 0;
	}
		
li {
	list-style: circle;
	padding-top: 3px;
	}


#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar li {
	list-style: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #444;
	}

#sidebar img {
	margin-right: 12px;
	padding-top: 5px;
	}
	
.del li {
	list-style: none;
	padding: 5px 0 5px 15px;
	background: url(../images/bullet-del.gif) no-repeat 0 11px;
	}
		
.none ul {
	background: none;
	padding: 10px 0 15px 0;
	margin: 0;
	}
	
.none li {
	background: none;
	padding-left: 0;
	}


/********** Breaks **********/

.breaker {
	border-bottom: dashed 1px #ccc;
	margin: 10px 0 15px 0;
	padding: 0;
	}
	
	#sidebar .breaker {
		border-bottom: dashed 1px #444;
		}
		
.breaker-b {
	border-bottom: dotted 1px #ff6600;
	margin: 10px 0 15px 0;
	padding: 0;
	}

.line-breaker {
	border-bottom: 1px solid #ccc;
	margin: 10px 0 15px 0;
	padding: 0;
	}


/**************************
 Layout Divs
***************************/

#wrapper {
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg.gif);
	}
		
#header {
	margin: 0 auto 15px auto;
	padding: 0 10px 0 10px;
	color: #fff;
	width: 646px;
	height: 140px;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
		
#menu {
	color: #fff;
	font-size: 12px;
	padding-top: 115px;
	}

/*--------- content ---------*/
		
#container {
	width: 666px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../images/bg-c.gif);
	background-position: center;
	background-repeat: repeat-y;
	}

#sidebar {
	float: right;
	margin: 0;
	padding: 10px 20px 10px 20px;
	color: #fff;
	width: 165px;
	}

#content {
	padding: 15px;
	width: 415px;
	}

.content-section {
	padding: 0px 0 10px;
	border-bottom: dashed 1px #ccc;
	}

.content-section img {
	float: left;
	padding-right: 10px;
	margin: 0 5px 5px 0;
	}
		
.content-section-bottom {
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
		
.content-section-bottom img {
	float: left;
	padding-right: 10px;
	margin: 0 5px 5px 0;
	}
	
	
#page-title {
	padding: 0px 0 0;
	border-bottom: 1px solid #ccc;
	}	
		
/*--------- Footer ---------*/

#divide {
	clear: both;
	width: 666px;
	height: 15px;
	margin: 0 auto;
	background-color: #fff;
	}

#footer {
	margin: 0 auto;
	font-size: 9px;
	width: 636px;
	padding: 10px 15px;
	background-color: #f0f0f0;
	}

#footer-left {
	width: 420px;
	}

#footer-right {
	float: right;
	text-align: right;
	color: #9c9d9f;
	width: 200px;
	}

#footer-right a {
	color: #222;
	text-decoration: none;
	}

#footer-right a:visited {
	color: #222;
	text-decoration: none;
	}

#footer-right a:hover {
	color: #227EE9;
	text-decoration: none;
	border-bottom: 1px dotted #227EE9;
	}

.rss {
	float: right;
	margin: 0 0 0 5px;
	}

#footer-shadow {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	background-image: url(../images/footer-s.gif);
	}

		
.banner {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	}
		
#error {
	margin: 10px auto;
	text-align: center;
	}
		

/********** Content Shiznit **********/

.text-r {
	width: 140px;
	height: 140px;
	padding-top: 10px;
	line-height: 3em;
	margin-left: 270px;
	}
		
.text-r img {
	margin: 5px 10px 0 0;
	padding: 0;
	}
		
.text-rf {
	width: 150px;
	height: 135px;
	padding-top: 8px;
	margin-left: 265px;
	}

.dl-fp {
	padding-right: 5px;
	margin: 0 5px 5px 0;
	}

.text-rf img {
	margin: 5px 5px 0 0;
	padding: 0;
	}


/********** Form Divs **********/
		
form {
	padding: 10px 0 0 0;
		}

label {
	float: left;
	width: 120px;
	padding: 5px 0 0 15px;
	font-weight: bold;	
	}
	
.label-2 {
	padding-left: 130px;
	}

input, select, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	}
	
input {
	margin-bottom: 4px;
	}
	
.nr {
	background-color: #f7f7f7;
	}
		
.blue {
	color:  #227EE9;
	font-weight: bold;
	}

#sidebar input, select {
	border: none;
	}

/********** Menu Components **********/

#header ul {
	padding: 0;
	}
		
#header li, #header li a {
	display: inline;
	background: none;
	margin-right: 3px;
	}

#header li a {
	color: #99ccff;
	text-decoration: none;
	border-bottom: 2px;
	}

#header li a:hover {
	color: #99ccff;
	border-bottom: 2px solid #fff;
	margin-bottom: auto;
	}

#ihome #home a,
#ipage1 #page1 a,
#page2 #page2 a,
#ipage3 #page3 a,
#icontact #contact a {
	color: #fff;
	border-bottom: 2px solid #fff;
	}


/************* Footer Menu Components **************/


#footer-menu {
	margin: 0 auto 20px 0;
	text-align:center;
	padding: 0;
	}
		
#footer-menu ul {
	padding: 0;
	}

#footer-menu li, #footer-menu li a {
	display: inline;
	background: none;
	color: #a6a8aa;
	margin-right: 5px;
	}

#footer-menu li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px;
	}

#footer-menu li a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
		
#ihome #home-f a,
#ipage1 #page1-f a,
#ipage2 #page2-f a,
#ipage3 #page3-f a,
#icontact #contact-f a {
	color: #666;
	border-bottom: 1px dotted #666;
	}


/********** Lightbox **********/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#lightbox a:link {
	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(images/lb/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	left: 0; 
	loat: left;
	}

#nextLink {
	right: 0;
	float: right;
	}

#prevLink:hover, #prevLink:visited:hover {
	background: url(images/lb/prevlabel.gif) left 15% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/lb/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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
