/*
	AhWee.com v1.0	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}
* {margin: 0px; padding: 0px;}

/* Main Layout
------------------------------ */
body {
	background: #f1f2f4;
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Lucida Grande, Verdana, Sans-Serif;
}

#main {
	text-align: center;
	margin: 0px
	padding: 0px;
	width: 933px;
}

#gallerytitle {
	margin: 0px;
	padding: 0px;
	background: url('../images/gallery-nav.gif') no-repeat 0px 0px;
	width: 200px;
	height: 330px;
	float: left;

}

#tablealbum {
	width: 100%;
	height: 70px;
	line-height: 1.1em;
	padding: 0px;	
	margin: 0px;
	color: #fff;
	background: #336;
}

#padbox{
	margin: 0 0 0 205px;
	background: #fff;
	text-align: left;
	margin-bottom: 10px;
	background: #f1f2f4;
}

#rightpanel{

	background: #ddd right;
	height: 600px;
	margin-left: 568px;
}

#navbar{
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 70px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
}

#content{
	width: 548px;
	background: #fff;
	float: left;
	padding: 5px;
	padding-top: 10px;
}

#navbar li{list-style-type: none; width: 100px; padding: 5px;}

#navbar li a:hover{background: #f60; text-decoration: none; color: #fff;}

#logo{
	padding: 0px;
	width: 185px;
	text-align: center;
}

#gallerydetails{
	vertical-align: top;
	padding: 0px;
	padding-top: 1px;
	width: 140px;
}

#tags, #nav{
	vertical-align: center;
	padding-bottom: 0px;
	padding-right: 10px;
}

#nav{text-align: right;}

#thumbnails{
	padding: 0px;
	margin: 0px;
	line-height: 0px;	
}

#albumname{
	font-weight: bold;
	font-size: 0.9em;
	color: #f90;
}

#albumdetails{
	font-size: 0.8em;
	color: #fff;
}

#imagedetails-container{
	background: #f1f2f4;
}

#imagedetails{
	background: #f1f2f4;
	margin-bottom: 5px;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	text-align: left;
	height: 20px;

}

#imagedetails td{
	background: #555;
	padding: 5px;
}

#imagedetails .imgnav{
	background: #333;
	text-align: center;
	border-left: 1px solid #f1f2f4;
}
#imagedetails .imgnav:hover{
	background: #666;

}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #f90; }
a:hover, a:focus { text-decoration: underline; color: #fc0; }


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
}
h2 {
	font: 150% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	margin-bottom: 15px;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
	text-decoration: underline;
	margin-bottom: 5px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }

p {line-height: 1.1em; text-align: justify;}


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 6px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
	line-height: 1em;
	background-color: #f1f2f4;
	color: #fff;
	font-size: 0.9em;

}

#imagemetadata table th, #albums th{
	background-color: #333;
	padding: 2px 5px;
}

#imagemetadata td, #albums td{
	background-color: #888;
	padding: 2px 5px;
	font-size: 1em;
}

#imagemetadata .label, #albums .label{
	background: #555;
}

#imagemetadata table #header{
	font-size: 1.1em;
	padding-top: 3px;
	padding-bottom: 5px;
}

#imagemetadata table #copyright{
	padding-top: 8px;
	font-size: 0.9em;
	font-weight: normal;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;

}
ul.pagelist li {
	display: inline;
	font-size: 0.8em;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding-left: 4px;
	padding-right: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #fff;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #fff;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */

#albumDescEditable, #albumTagsEditable {
	margin-bottom: 5px;
}

#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

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

.taglist ul li {
	list-style-type: none;
	float:left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
	font-size: 0.8em;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
	color: #fff;
	font-size: 0.8em;
}

/* Image Thumbnails
------------------------------ */

#pagedthumbsnav img{
	margin-right: 3px;
	border: 2px solid #000;
}

#pagedthumbsnav img:hover {
	border: 2px solid #fb0;
}

#pagedthumbsnav #pagedthumbsnav-active img{
	border: 2px solid #f60;
}

.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	font-size: 0.9em;
	color: #fff;
	background: #fff;
	line-height: 1.2em;
	margin-top: 20px;
}

#albums a{color: #fff; font-weight: bold;}
#albums a:hover{color: #fff;}

.album {
	margin: 0 12px 8px 0;
	padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
	line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 4px 0px 0px;
	margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
}

#image img{
	padding: 4px;
	background: #fff;
	border: 12px solid #000;
}

.narrow {
	margin: 0 auto;
	width: 470px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
	text-align: left;
	background: #fff;
	padding: 5px;
}
.error { 
	color: #C33; 
	font-weight: bold; 
}

.comment {
	margin-top: 8px;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	line-height: 1.1em;
}

.commentdate {
	color: #06c;
	font-size: 0.7em;
	margin-bottom: 5px;
}

.commentauthor {
	font-weight: bold;
}

#imgcommentform{
	margin-top: 10px;
	width: 100%;
	clear: both;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Forms
------------------------------ */
.inputbox {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
textarea {
	width: 98%;
	padding: 2px;

	margin: 5px 0px; 
}
.checkbox {
	cursor: pointer;
}
#pushbutton {
	margin: 0;
	float: right;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}
#rating { margin-top: 0px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2; 	text-align: left;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;

}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: left;
	margin:0;
	padding:0;
	background: #fff;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search a {
text-decoration: none;
}
#search ul {
border: 1px solid #ccc; position:absolute; text-align:left; list-style: none; 
height: 8em; width: 20em; overflow: auto; 
background-color: white;
}

#searchfields_icon {
position: relative;
top: 4px;
}
.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 ul li {
	display: inline;
	list-style-type: none;
}

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

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: 100;
}

#photo-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

/* FOOTER
------------------------------ */
#footer {
	background: url('../images/footer_bg.gif') repeat-x;
	border-top: solid 1px #000;
	height:44px;
	font-size: 75%;
	line-height: 1.4em;
	font-weight: normal;
}

#footer{
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	vertical-align: middle;
}

#footer_links{
	color: #e7e7e7;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	text-align: center;
}

#footer_links a{
	color: #f90;
}

#footer_etc, #footer_etc a {
	color: #e7e7e7;
	font-weight: bold;
	text-align: center;
}

#ad-leaderboard
{
	text-align: center;
	margin: 5px;
}