

body {

	margin: 40px 0;

	padding: 0;

	background: #333333;

	font: normal small Tahoma, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}



form, h1, h2, h3 {

	margin: 0;

	padding: 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: normal;

}



blockquote {

	font-style: italic;

}



a {

	text-decoration: none;

	color: #FFFFFF;

}



a:hover {

	text-decoration: underline;

}



/* Header */



#header {

	width: 540px;

	height: 275px;

	margin: 0 auto;

	background: url(images/img1.jpg);

}



#header h1 {

	float: left;

	padding: 70px 0 0 25px;

	letter-spacing: -4px;

	font-size: 3em;

}



#header h2 {

	float: right;

	padding: 92px 25px 0 0;

	font-size: 1.2em;

}



#header a {

	text-decoration: none;

	color: #FFFFFF;

}



/* Menu */



#menu {

	width: 528px;

	margin: 0 auto;

}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#menu li {

	display: inline;

}



#menu a {

	display: block;

	float: left;

	width: 125px;

	height: 40px;

	padding: 10px 0 0 0;

	background: url(images/img5.gif) no-repeat;

	text-align: center;

	text-transform: lowercase;

	text-decoration: none;

	letter-spacing: -1px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 1.8em;

	color: #FFFFFF;

}



#menu .first a {

	background: none;

}



#menu a:hover {

	color: #7C6DA6;

}



/* Content */



#content {

	width: 528px;

	margin: 0 auto;

	padding: 0;

	background: #CC9900 url() no-repeat;

	border: 6px solid #FFFFFF;

	border-top: none;

}



/* Column One */



#colOne {

	float: left;

	width: 500px;

	padding: 20px 0 0 23px;

}



#colOne a {

	border-bottom: 1px dotted #FFFFFF;

}



#colOne a:hover {

	border: none;

}



#colOne .post {

	margin-bottom: 30px;

}



#colOne .title {

	letter-spacing: -2px;

	font-size: 1.6em;

}



#colOne .posted {

	font-size: x-small;

}



#colOne .meta {

	height: 25px;

	padding: 10px 0 0 0;

	background: url(images/img7.gif) no-repeat right bottom;

}



#colOne .meta p {

	margin: 0;

	padding: 0;

	font-size: x-small;

}



/* Column Two */



#colTwo {

	float: right;

	width: 150px;

	padding: 20px 23px 0 0;

}



#textfield1 {

	width: 145px;

}



#submit1 {

	display: none;

}



#colTwo ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#colTwo li ul, #colTwo li form {

	margin: 0 0 10px 0;

	padding: 10px 10px 15px 10px;

}



#colTwo h2 {

	height: 28px;

	padding: 4px 0 0 10px;

	letter-spacing: -1px;

	font-size: 1.2em;

	color: #FFFFFF;

}



/* Footer */



#footer {

	clear: both;

	width: 540px;

	margin: 0 auto;

	padding: 10px 0;

	border-top: 1px solid #FFFFFF;

}



#footer p {

	text-align: center;

	font-size: x-small;

}





#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(../trishd/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(../trishd/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../trishd/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;

	}

#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 */

	}	

	

	#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: 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 */

	}	

	