/* @override 
	http://arvidtp.net/zenphoto/themes/default/styles/sterile-dark.css
	http://arvidtp.net/zenphoto/themes/default/styles/sterile-dark.css
	http://arvidtp.net/zenphoto/themes/arvid/styles/arvid-dark.css
*/

/*

	Arvid Dark 0.2
	
*/

/* Main Layout
------------------------------ */
/*body {
	background: #1a1a1a;
	margin: 0 !important;
	margin: 0 0 10px 0; 
	padding: 0;
	text-align: center;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}*/
#main {
	text-align: left;
	padding: 0;
	background: #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*border: 1px solid #2a2a2a;*/
	margin: 10px 21px 5px 164px;
	background: white url(portfolio/grad2.png) repeat-x 0 -180px;
	border: 1px solid #e7e7e7;
	min-width: 420px;
}
* html #main{width: 720px;}
#credit {
	font-size: 9px;
	color: #AAA;
	text-align: right;
	clear: both;
	margin: 2px 24px 7px;
}

#gallerytitle {
	padding: 10px 10px 10px 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	background: #ff8300 url(http://arvidtp.net/portfolio/grad-4.png) repeat-x 0 -111px;
	/*border-bottom: 1px solid #2a2a2a;*/
	/*-webkit-box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.8);
	-moz-box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.8);*/
	border: 1px solid #fa7c00;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	border-bottom-color: #ff8e1d;
}
#padbox {
 	padding: 20px !important;
}

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

#imagemetadata {
  display: none;
}


/* Text Styles
------------------------------ */
body {
	/*font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #888;*/
}
/*h1, h2, h3, h4{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}*/
h1 {
	font: normal 16px;
	color: #666;
	margin: 0;
	padding: 0;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #1a1a1a;
	text-decoration: none;
}
h1 span {
	color: #1a1a1a;
}
h1 a:hover, h1 a:focus {
	color: #4f4f4f;
}
h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #4f4f4f;
	padding:0;
	margin:0;
	/*width:510px;*/
	border-style: none;
}

div#gallerytitle h2 {
	background-image: none;
	font-size: 119%;
	font-weight: bold;
	text-align: left;
}

h2 a:link, h2 a:active, h2 a:visited { text-decoration: none; color: #575757;}
h2 a:hover, h2 a:focus { text-decoration: none;}
h2 a:hover {
	color: white;
}
h3 {
	color: #666;
	margin: 5px 0 5px 0 !important;
	margin: 0;	
	padding: 0;
}

#comments h3 {
	background-image: none;
}

h4 {
	color: #666;
	margin: 0;
	padding: 0;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { 
	text-decoration: none; 
	/*color: #da7c00;*/ 
}
a:hover, a:focus { 
	text-decoration: none; 
	/*color: #914d00;*/
}

/*.menu div {
	background-color: #552a12;
	opacity: 1;
}*/

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 1px solid #cecece;
}
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;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	text-align: center;
}
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, #imageTags {
	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
------------------------------ */

#images {
	float: left;
	clear: both;
	margin-bottom: 20px;
}


/* Centers images vertically and horizontally in their blocks*/
.imagethumb a, .thumb a {
	display: table-cell;
	width: 134px;
	height: 132px;
	vertical-align: middle;
	text-align: center;
}

/* Tells them to float - cannot be same container as is used for vertical centering */	
.imagethumb, .thumb {
	float: left;
	padding: 9px;
}

/*.imagethumb img {
	line-height: 132px;
	vertical-align: middle;
}*/
.albumdesc2 {
	line-height: 18px;
}

.thisAlbumDesc {
	text-align: center;
	clear: both;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	clear: both;
}
.album {
	margin: 0 15px 15px 0;
	float: left;
	min-width: 315px;
	height: 150px;
	border: 1px solid #cecece;
	background: #eaeaea url(http://arvidtp.net/portfolio/grad4.png) repeat-x 0 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/*-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);*/
	padding-right: 4px;
}
.album .imagethumb a, .album .thumb a {
	margin: 0;
}
.album h3 {
}
.album h3 a {
	display: block;
}
.album p {
	margin: 3px 0 4px;
	font-size: 10px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}


/* Individual Image
------------------------------ */

p.thisImageDesc {
	margin-bottom: 16px;
	margin-top: 16px;
	text-align: center;
}	

.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image {
	text-align: center;
	line-height: 0;
	margin: 17px 0 10px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-top: 5px;
	color: #0c2601;
	padding: 0;
	margin: 0;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: inline;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #4f4f4f;
	font-style: normal;
	font-size: 16px;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: white;
}
.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;
}

/* Forms
------------------------------ */
form {padding-bottom:10px;}
.inputbox {
	width: 250px;
	padding: 4px;
	margin-bottom: 5px !important;
	margin-bottom: 0px;
	color: #888;
	border: 1px solid #ccc;
	font-style: normal;
	font-size: 10px;
}

input {
	margin: 3px;
}
textarea {
	padding: 4px;
	margin-bottom: 5px !important;
	margin-bottom: 0px;
	width: 100%;
	color: #888;
	border: 1px solid #ccc;
	font-style: normal;
	font-size: 10px;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #EEE;
	border: 1px solid #DDD;
	font-style: normal;
	font-size: 10px;
}
label {
	cursor: pointer;
}

.required {
	color: #9C3;
  cursor: help;
}

.gravatar {
	width: 20px;
	border: 1px grey solid;
	padding: 1px;
	vertical-align: middle;
}

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

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
  _position: absolute;
	left:0;
	top:0;
	border-left: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	background: #1a1a1a;
	width:120px;
}
#admin_data{
	top:20px;
}
#admin h3 {
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
	font-size: 100%;
}

/* Search Box
------------------------------ */


#searchextrashow {
	background-color: white;
	padding: 6px;
	display: block;
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
	opacity: 0.89;
}

#searchfields_icon {
	border-style: none;
	vertical-align: bottom;
}

#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%;
	background-color: #fff;
}
#search ul {
  position:absolute;
  text-align: left;
  color: #000
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .top {
  font-size: 14px;
  color: #000;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
  background-color:#1a1a1a;
  color: #fff
}
#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 #666;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
