/*  
Combination for 2 css from both gallery and blog
*/

body {
	background: url(http://www.headstatic.com/images/inkbg.jpg) repeat-x #000000;
	font-family: Verdana;
	text-align: justify;
	margin: 0;
	padding: 0;
	color: #E5E5E5;
	font-size: 9pt;
	}

hr {
	color: #737373;
	margin: 10px 0;
	width: 1024px;
	border-color: 737373;
}
	
a:link, a:visited, a:active {
	color: #d8d7d3;
	text-decoration: none;
}

a:hover {
	color: #43A9FF;
	text-decoration: none;
}

ul { list-style: none; }

h3 { color: #FF9900;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	
}

/*  -----|  Structure  |----------------------------------------------------  */

#container {
	width: 1024px;
	margin: 0 auto;
}


#content {
	color: #e5e5e5;
	font-family: Verdana;
	font-size: 9pt;
	margin-bottom: 10px;
	width: 600px;
}

#content a, a:visited {
	color: #7D7D7D;
	text-decoration: none;
}

#content a:hover {
	color: #43A9FF;
	text-decoration: underline;
}


#bottomcontent {
	color: #e5e5e5;
	font-family: Verdana;
	font-size: 9pt;
	margin-bottom: 10px;
	width: 300px;
	border-left: 1px solid #737373;
	padding: 0 25px;
}

#bottomcontent a, a:visited {
	color: #7D7D7D;
	text-decoration: none;
}

#bottomcontent a:hover {
	color: #43A9FF;
	text-decoration: underline;
}



	
#footer {
	color: #7D7D7D;
	font-family: Verdana;
	font-size: 7pt;
	margin-bottom: 10px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #43A9FF;
	text-decoration: underline;
}
	

#sidebar {
	color: #e5e5e5;
	font-family: Verdana;
	font-size: 9pt;
	margin-bottom: 10px;
	width: 300px;
	border-left: 1px solid #737373;
	padding: 0 30px;
}

#sidebar a, a:visited {
	color: #7D7D7D;
	text-decoration: none;
}

#sidebar a:hover {
	color: #43A9FF;
	text-decoration: underline;
}









/*  -----|  FORMS  |------------------------------------------------  */



.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.85em;
        border: 1px solid #999999;
        padding-right: 3px;
        padding-left: 3px;
        background-color : #22201D;
        color:#ffffff;
}

.clickable_option {
        border-bottom : 1px dotted #999999;
        cursor : default;
}

.listbox_lang {
        background-color : #000000;
        color:#ffffff;
        border: 1px solid #999999;
        font-size: 0.90em;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        background-color : #000000;
        font-size: 0.85em;
        border: 1px solid #999999;
        vertical-align : middle;
        color:#ffffff;
}

.listboxout {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        background-color : #000000;
        font-size: 0.85em;
        vertical-align : middle;
        color:#ffffff;
}

.button {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 0.85em;
        border: 1px solid #999999;
        background-color : #22201D;
        color:#ffffff;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.button a {
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.button a:hover {
        border: 1px solid #999999;
        background-color : #22201D;
        color:#FFFFFF;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.85em;
        border: 1px solid #999999;
        background-color : #22201D;
        color:#ffffff;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.90em;
        vertical-align : middle;
}

.bblink a {
        color: #8090A3;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}







#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/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; 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; }
