

/************************************************************
BASICS
************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	line-height: 1.4em;
	color: #444;	
	background: #fff url(../images/bg-top.gif) repeat-x;
	}
	

a img {
	border: none;
	}

h1 a {
	border: none;
	}
	
h2 {
  font:160%/1.1 helvetica, arial, verdana, sans-serif;
  padding: 2px 0 2px 0;
	margin: 1.3em 0 0.4em 0;
	color: #d20317;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -1px;			
	}

	
h3 {
	color: #999;
	font-size: 1.4em;
	margin: 0 0 0.6em 0;	
	}

h4 {
  padding: 2px 0 0 0;
	margin: 1.3em 0 0 0;
	color: #d20317;
	font-size: 1.1em;	
  font-weight: bold;
	}

#wrapper {
    width: 710px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 2em;
	}
	
#sidebar {
	float: left;
	width: 180px;
	font-size: 1.2em;
	text-align: left;
	padding: 0 0 30px 10px;
	}
	
#maincol {
	float: right;
	width: 470px;
	font-size: 1.3em;
	padding: 20px 0 30px 0;
	text-align: center;
	}
	
/* SIDEBAR */
#sidebar p {
	margin-bottom: 10px;
		}

#sidebar h1 {
	float: left;
	}
#sidebar h1 a {
	display: block;
	width: 150px;
	height: 197px;
  background: url(../images/globe.jpg) no-repeat;
	}
#sidebar h1 a span {
	display: none;
	}
	
#insidebar {
	margin-top: 204px;
	}		
	
#sidebar h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	color: #d20317;
	margin: 20px 0 0 5px;
	padding: 0;			
	}

#sidebar ul {
	list-style: none;
	margin: 6px 0 6px 8px;
	padding: 0;		
	}

#sidebar ul li {
	padding: 0 0 2px 18px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 4px;
	background: url(../images/arrow-red.gif) no-repeat 0 5px;
	}
#sidebar ul li a{
	color: #555;
	background: #efefef;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
	font-weight: bold;
	}
#sidebar ul li a:hover, a:active {
	color: #000;
	background: #fff;
	}	
/* MAINCOL */
#tabs, #contents {
	clear: both;
	}

	
/* navigation */

#nav {
	float: left;
	width: 520px;
	margin: 13px 0 28px 0;
	padding: 0;
	list-style: none;
	text-shadow: #fff 2px 2px 1px;	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav a {
	font-family: Arial, Sans-Serif;	
	margin: 0;
  float: left;
	padding: 6px 8px 7px 8px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	background: no-repeat 10px 55%;
	border-bottom: none;		
	}

#nav a:hover {
	margin: 0;	
	color: #000;
	background: #eee url(../images/bg-nav-over.gif) repeat-x;
	}
	
#nav a.active {
	margin: 0;	
	font-weight: bold;
	color: #333333;
	background: #eee url(../images/bg-nav-over.gif) repeat-x;
	}


/* Content */
#contents {
	margin: 0 auto;
	width: 400px;
	padding: 0 5px 0 5px;
	text-align: left;
  font-size: 0.9em;
	line-height: 1.7em;
	}

#contents	a {
	color: #555;
	background: #efefef;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
	font-weight: bold;
	}

#contents a:hover, a:active {
	color: #000;
	background: #fff;
	}
	
img#photo {
	margin: 20px 0 34px 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;	
	background-color: #fff;
	padding: 3px;
	}

img#photo a:hover {
	background-color: #f1f1f1;
  border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	}


#contents img.thumb {
	margin: 8px 3px 8px 3px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
	}

#contents img.thumb:hover {
  padding: 3px;
  background-color: #ddd;
  border-color: #bbb;
	border-width: 1px;
	border-style: solid;
	}
	
#contents img.thumbl {	
	float: left;
	margin-right: 14px;
	padding: 3px;
	}
	
#contents img.thumbr {	
	float: right;
	margin-left: 14px;
	padding: 3px;
	}


/* Lightbox */

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


#imageDataContainer{
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, 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 */
	}	
	

/* lists */

#contents ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;		
	}

#contents ul li {
	padding: 0 0 5px 24px;
	line-height: 1.5em;
	margin-bottom: 6px;
	background: url(../images/bullet-arrow.gif) no-repeat 0 2px;
	}

#contents ul li a:hover {
	background:	#fff;
	color: #d20317;
	}

#contents p {
	margin-bottom: 1em;
	}



/* Footer */
#footer {
	clear: both;
	padding-bottom: 30px;
	color: #888;
	margin-top: 60px;
	padding-top: 15px;	
	background: #f5f5f5 url(../images/bg-bottom.gif) repeat-x;
	color: #999;	
	}

#footer	a {
	color: #555;
	background: #efefef;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover, a:active {
	color: #000;
	background: #fff;
	}
