/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { background: #010000 url(bg.gif) repeat-x; }

body {
	font: 13px/107% Courier New;
	color: #5E5E5E;
	margin: 0; 	padding: 0; 
	background: #010000 url(bg5.jpg) no-repeat center top;
	text-align: center;
}

img {
	margin-bottom: 5px;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #eee;	
}
a:hover {
	color: #FF0000;
}

/* headers */
h1, h2, h3 {
	font-family: Arial;
	color: #FAFAFA;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;		
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { 
	list-style: none; 
	color: #FFFFFF;
}

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/*-------------------------------------------
   LIGHTBOX
------------------------------------------- */

#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(prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer { 
	font: 10px Courier New; 
	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; 
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	clear: both;
	width: 950px;	
	float: left;	
/*	padding-top: 15px;	*/
	padding-bottom: 50px;	
	background: url(gallery-bg.jpg);
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
}
#header {
	position: relative;
	width: 950px;	
	height: 100px;	
	margin: 0; padding: 0;			
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 65px Courier New;
	letter-spacing: -1.5px;
	line-height: 0.7em;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px; left: 25px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	text-align: right;
	margin: 0; padding: 0;
	font-family: Courier New;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 105px; left: 550px;		
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 50px;
	left: 10px;	top: 30px;			
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	-x-system-font:none;
	color: #EEEEEE;
	float: left;
	font-family: Courier New;
	font-size: 17px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 50px;
	margin:0pt;
	padding:0pt 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #ff0000;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #336699;	
}

/* Main Column */
#main {
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin: 20px 0px 0px 250px;
	padding: 0pt;
	width: 480px;
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em Courier New;				
	color: #45D5E6;
	border-bottom: 1px solid #121212; 
	background-image: url();	
}
#main h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}
#main ul li {
	
	list-style-image: url(bullet.gif);
}


}
#main ul.mainlst{
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #111;		
}
#main ul.mainlst li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
}
* html body #main ul.mainlst li {
	height: 1%;
}
#main ul.mainlst li a {
	text-decoration: none;	
	border: none;
	color: #ffffff;
	font-weight: bold;		
	font-family: Courier New;
	font-size: 14px;		
}
#main ul.mainlst li a span {
	color: #444;	
	font-family: Courier New;
	font-style: strong;
	font-weight: normal;	
	font-size: 13px;
}
#main ul.mainlst li a:hover,
#main ul.mainlst li a:hover span {	
	color: #FFFFFF;	
}
#main ul.mainlst ul { margin: 0 0 0 5px; padding: 0; }
#mainl ul.mainlst ul li { border: none; }







/* Sidebar */	
#sidebar {
	float: right;
	width: 300px;
	padding: 0; margin: 0px 18px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em Courier New;				
	color: #45D5E6;
	border-bottom: 1px solid #121212; 
	background-image: url();		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #111;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #ffffff;
	font-weight: bold;		
	font-family: Courier New;
	font-size: 14px;		
}
#sidebar ul.sidemenu li a span {
	color: #444;	
	font-family: Courier New;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {	
	color: #FF0000;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border: none;
	width: 290px; height: 33px;
	background: url(header-search.gif) no-repeat;		
}
#sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;	
	margin: 0;
}
#sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 240px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 24px; height: 24px;			
}
#sidebar form#quick-search label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	background: #010000;
	color: #4E4E4E;
	width: 100%;
	float: left;		
}
#footer a {	
	color: #336699;
	border: none;
}
#footer a:hover {
	color: #FF0000;
}
#footer .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 70%;
}
#footer-right {
	float: right;
	width: 25%;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111; 
	background: #070707; 
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a, .post-info a:visited { color: #AE275A; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


