/*

	Sterile 1.0
	
*/

@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/images/pattern-damask.jpg) top left repeat;
	font-size: 12px;
	color: #242424;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #242424;
	font-weight: bold;
	text-decoration: underline;
}

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

h1, h2, h3, h4 {
	letter-spacing: 3px;
}

h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

img {
	border: none;
}

.inputButtonStyle {
	border: 1px solid #9971a3;
	background-color: #845e8d;
	font-size: 11px;
	padding: 4px;
	letter-spacing: 2px;
	color: #ffffff;
} 

.textfieldStyle {
	height:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #545454;
	background-image: url(/images/formbg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #7a7a7a;
	padding:4px 0 0 4px;
}

.textBoxStyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #545454;
	background-image: url(/images/formbg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	border:solid 1px #7a7a7a;
	padding:4px 0 0 4px;
}

.listMenuStyle {
	height:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#545454;
	background-image: url(/images/formbg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	border:solid 1px #7a7a7a;
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#topBanner {
	width: 100%;
	height: 173px;
	background: url(/images/topbanner.jpg) top center no-repeat;
	float: left;
	display: inline;
}

#topBanner h1 a {
	width: 100%;
	height: 137px;
	text-indent: -5555px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	float: left;
	display: inline;
}

#nav {
    width:780px;
    height:36px;
    margin: 0 auto;
}

#nav a {
    color:#FFF;
}
    	
/* level 1
--------------------------------------------------------------------------------*/
#nav ul {
    width:780px;
    height:36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float:left;
    position:relative; }

#nav ul li a {
    display:block;
    float:left; 
    height:36px;	
    background-image: url( /images/navbar.jpg);
    text-indent:-6000px; }
    
/* up */
#nav li#home a { width:93px; background-position:0px 0px; }
#nav li#bio a { width:92px; background-position:-93px 0px; }
#nav li#process a { width:158px; background-position:-185px 0px; }
#nav li#gallery a { width:124px; background-position:-343px 0px; }
#nav li#blog a { width:106px; background-position:-467px 0px; }
#nav li#references a { width:207px; background-position:-573px 0px; }
    
/* over */
#nav li#home a:hover { background-position:0px -36px; }
#nav li#bio a:hover { background-position:-93px -36px; }
#nav li#process a:hover { background-position:-185px -36px; }
#nav li#gallery a:hover { background-position:-343px -36px; }
#nav li#blog a:hover { background-position:-467px -36px; }
#nav li#references a:hover { background-position:-573px -36px; }
    
/* level 2
--------------------------------------------------------------------------------*/
#nav ul li:hover ul { display:block; } 
#nav ul li ul {
    display:none;
    position:absolute;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    left:-0px;
    top:36px;
    width:auto; }

#nav ul li ul li {
    float:none;
    width:180px;
    background: #000 repeat url( /hdnet//images/nav-level2.png ) 0px 0px !important; }
    	
#nav ul li ul li.long a {
    line-height:18px; 
    height:36px; 
    padding-top:8px;
    padding-bottom:7px; }
    	
#nav ul li ul li a { 
    float:none;
    padding: 11px 10px 2px 10px;
    width:158px !important;
    height:24px;
    border-left:#000 solid 1px; 
    border-right:#000 solid 1px;
    font-size:11px;
    text-decoration: none;
    line-height:12px;
    text-indent:0; 
    background:none !important;}

#nav ul li ul li a:hover {
    background: repeat url( /hdnet//images/nav-level2-on.png ) 0px 0px !important; }
    			
 #nav ul li ul li.sub a {
    background: transparent repeat url( /hdnet//images/nav-level2-sub-off.png) top right !important; }

 #nav ul li ul li.sub a:hover {
    background: transparent repeat url( /hdnet//images/nav-level2-sub-on.png ) top right !important; }
    

#middleSectionHolder {
	width: 100%;
	background: url(/images/bottomshadow.png) top left repeat-x;
	float: left;
	display: inline;
}

#middleSection {
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	
}

#indexLeftColumn {
	width: 430px;
	margin-left: 40px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	text-align: left;
	float: left;
	display: inline;
}

#indexRightColumn {
	width: 230px;
	margin-right: 40px;
	font-size: 14px;
	margin-top: 15px;
	color: #333;
	text-align: left;
	float: right;
	display: inline;
}

#middleInnerSection {
	width: 800px;
	line-height: 22px;
	float: left;
	display: inline;
}

	#innerSectionTop {
		width: 100%;
		background: url(/images/middlesection_top.png) top left no-repeat;
		height: 25px;
		float: left;
	display: inline;
	}
	
	#innerSectionRepeat {
		width: 770px;
		background: url(/images/middlesection_repeat.png) repeat;
		padding: 15px;
		float: left;
	display: inline;
	}
	
		#bioLeft {
			width: 280px;
			margin-left: 10px;
			float: left;
			display: inline
		}
		
		#bioRight {
			width: 415px;
		}
	
	#innerSectionBottom {
		width: 100%;
		background: url(/images/middlesection_bottom.png) top left no-repeat;
		height: 30px;
		float: left;
	display: inline;
	}

#footerSection {
	width: 800px;
	padding: 30px;
}

#footerSection a:link, a:visited {
	color: #242424;
}

#footerWhite {
	color: white;
}

#footerWhite a:link, #footerWhite a:visited {
	color: #d3d3d3;
}



/* Main Layout
------------------------------ */
#main {
	text-align: left;
	margin: 40px auto 5px auto;
	padding: 0;
	width: 700px;
}
* html #main{width: 720px;}
#credit {
	margin: 0 auto 40px auto;
	width: 680px;
	font-size: 9px;
	color: #AAA;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #9C3;
}
#credit a:hover {
	color: #7A2;
	text-decoration: none;
}
#gallerytitle {
	padding: 0px 10px 10px 20px;
	height:30px;
	border-bottom: 1px solid #CCC;	
}
#padbox {
	padding: 20px !important;
}

#exif {
	color: #9C3;
	display:none;
}

#imagemetadata {
  display: none;
}




/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}
acronym {
  	cursor: help;
  	border-bottom: 1px solid;
}

/* Page Navigation
------------------------------ */
.pagelist {
	padding: 10px 20px 5px 20px;
}
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #AAA;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 12px;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url("..//images/tag.png") no-repeat left center;
	list-style-type: none;
	line-height: 16px;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .thumb a {
	display: block;
	padding: 7px;
	margin: 5px;
	line-height: 0px;
	background: url('..//images/img-bg.gif') top left no-repeat;
}
.imagethumb, .thumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {

}
.album {
	margin: 15px;
	float: left;
	width: 315px;
}
.album .imagethumb a, .album .thumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 10px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}


/* Individual Image
------------------------------ */
.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image {
	text-align: center;
	line-height: 0;
	margin:10px 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-top: 5px;
		background-color:#e7dde8;

	_margin-top: 2px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #907693;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #907693;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #907693;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#imgoriginal {
	font-size: 8pt; 
	text-align: right;
	height:30px;
}
#imgorder {
	float: left;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 5px;
	line-height: 18px;
}
.commentmeta {
	margin-bottom: 5px;
	color: #AAA;
	font-size: 9px;
}


/* Forms
------------------------------ */
form {padding-bottom:10px;}
.inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}

#map{
	margin-left:-85px;
	padding: 10px 0;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
	right:0;
	top:0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
	width:120px;
}
#admin_data{
	top:16px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #CCC;
	margin:0;
	padding:0;
}
/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
	margin:0;
	padding:0;
	width: 155px;
}
#search_form, #search_form * {
	padding:0px;
	margin:0px;
}
#search input.pushbutton {
  padding: 1px;
  font-size: 80%;
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
  color: #666;
}
#search ul .top {
  font-size: 14px;
  color: #666;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:1px;
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive #year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive #month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
 