/*

	Two Labs 1.0
	
*/

/* RESET */
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
/* structure */
body {
	background:#ccc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#root {
	width:800px;
	margin:50px auto 10px;
	background:#fff;
}
#container {
	width:765px;
	margin:0 auto;
	padding:10px 0 30px;
}
#pageBody {
	padding:0;
	width:100%;
	overflow:hidden;
}
/* header */
#header {
	width:100%;
	overflow:hidden;
	padding:5px 0;
}
#header .logo {
	float:left;
}
/* top nav */
#header .topNav {
	float:right;
	margin:15px 0 0;
	clear:right;
}
/* nav */
.nav ul {
	width:auto;
	overflow:hidden;
}
.nav ul li {
	float:left;
	text-transform:uppercase;
	font-size:10px;
}
.nav ul li a, active, visited {
	color:#8cafc2;
	margin:0 0 0 8px;
}
.nav ul li a:hover {
	color:#000;
}
.nav ul li.selected a, active, visited {
	color:#966928;
}
/* intro */

/* newsletter */
#newsletter {
	background:#8cafc2;
	color:#fff;
	width:100%;
	overflow:hidden;
	margin:10px 0 0;
}
#newsletter .wrap {
	width:82.5%;
	float:right;
	overflow:hidden;
	margin:0 5px 0 0;
	position:relative;
	padding:0 0 10px;
}
#newsletter h3 {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	float:left;
	margin:0;
	padding:3px 0 0;
	line-height:52px;
	position:relative;
	left:45px;
}
.brown, .brown a, active, visited {
	color:#966928;
}
#newsletter form {
	float:right;
	width:250px;
	padding:15px 0;
}
#newsletter form input.text {
	border:0;
	width:150px;
	padding:5px;
}
#newsletter small {
	font-size:10px;
	font-style:italic;
	color:#D1E5EF;
	padding:0;
	line-height:1.2;
	margin:0 0 0 35px;
	display:block;
	clear:both;
	text-align:right;
}
#newsletter #zoosbmt {
	margin:5px 0 0;
}
/* bottom nav */

.bottomNav {
	width:100%;
	overflow:hidden;
	margin:10px 0 0;
}
.bottomNav ul {
	float:right;
}
/* copyright */
.copyright {
	background:#ccc;
	padding:10px 0 0;
	text-align:right;
	font-size:9px;
	color:#8cafc2;
	padding-right:20px;
}
/* gallery css */
#main {
	text-align: left;
	margin: 20px auto;
	width: 685px;
	background: #fff;
	padding: 20px 30px 70px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
/* Link Styles
------------------------------ */
a, active, visited {
	text-decoration: none;
	color: #8CAFC2;
}
a:hover, a:focus {
	color: #966947;
}
/* Text Styles
------------------------------ */

h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
	text-decoration: none;
}
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;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}
#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}
#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0px;
	background-color: #fafafa;
}
#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}
/* Page Navigation
------------------------------ */
div.pagelist {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	padding:5px 0;
	border-top:1px solid #C2E0EF;
	border-bottom:1px solid #C2E0EF;
}
ul.pagelist {
	width:100%;
	overflow:hidden;
	clear: both;
	list-style-type: none;
	padding:5px 0;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li a {
	padding:4px 6px;
}
ul.pagelist li a:hover {
	background:#8CAFC2;
	color:#fff;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 5px;
}
ul.pagelist li.next {
	margin-left: 5px;
}
.disabledlink {
	color: #ddd;
	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: 4px;
}
#exif_link {
	float: right;
}
/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}
.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
}
.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}
/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	margin: 0 8px 10px 0;
	padding:0;
	float: left;
	width: 240px;
	height:200px;
	max-height:320px;
	line-height: 100%;
	border:3px solid #fff;
	overflow:hidden;
}
.imagethumb a img {
	width:250px;
	height:auto;
}
.imagethumb a:visited {
}
.imagethumb a:hover {
	border:3px solid #8CAFC2;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}
/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	padding:10px 0 0;
}
.album {
	margin: 0 15px 10px 0;
	padding:0;
	float: left;
	width: 240px;
	line-height: 100%;
}
.album a, .album a img {
	width:250px;
	height:180px;
	overflow:hidden !important;
}
.album a {
	width:200px;
}
.album .thumb {
	width:auto;
	overflow:hidden;
	border:3px solid #fff;
}
.album .thumb:hover {
	border:3px solid #8CAFC2;
}
.album h3 {
	padding: 5px 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;
	line-height: 0;
}
#image a img {
	border:5px solid #D1E5EF;
	padding:5px;
}
.imgnav {
	margin:10px 0;
	text-align: center;
	overflow:hidden;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	padding: 10px;
	font-size: 120%;
	text-decoration: none;
	color: #8CAFC2;
	width:47%;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #966947;
	background:#F5F8F9;
}
.imgnav .imgprevious a {
	float:left;
	text-align:left;
}
.imgnav .imgnext a {
	float:right;
	text-align:right;
}
.imageDesc {
	margin:20px 0;
	text-align:center;
	line-height:1.5;
}
#narrow {
	margin: 0 auto;
}
/* Comments
------------------------------ */
#comments {
	clear: both;
	border:5px solid #F5F8F9;
	padding:15px;
	margin:15px 0;
}
#comments h3 {
	font-size:16px;
	color:#A76947;
	border-bottom:1px solid #EFDCD1;
	padding:0 0 3px;
	font-weight:normal;
}
#comments h3 strong {
	font-weight:bold;
}
.error {
	color: #C33;
	font-weight: bold;
}
.comment {
	margin:10px 0;
	padding: 10px;
	background: #FBFCFD;
	line-height:1.5;
}
.commentmeta {
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	color: #8DB8CF;
	font-size: 85%;
}
.imgcommentform {
	border:2px solid #F5F8F9;
	margin:0;
	padding:15px;
}
.imgcommentform form {
	margin:15px 0 0;
}
.imgcommentform form td {
	padding:5px 0;
}
.imgcommentform form textarea {
	display:block;
	margin:10px 0;
}
/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	width: 100%;
	color: #5A5A4B;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
	text-align:right;
	padding:0 10px 0 0;
}
label:hover {
	color: #000;
}
#map {
	margin-left: -77px;
}
/* Admin Toolbox
------------------------------ */
#admin, #admin_data {
	position: fixed;
	_position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 2;
}
#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;
}
#admin h3:hover {
	color: #036;
}
/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
	padding:8px 0;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search ul {
	position:absolute;
	text-align: left;
	width:20px;
	margin:0px;
	padding:2px;
	list-style:none;
}
#search ul .item {
	display:none;
}
#search ul:hover .item {
	display:block;
	padding:1px;
	margin:0px;
	background:#fff
}
#search li {
	width:150px;
}
.clear {
	clear:both;
	height:10px;
}
/* Archive View
---------------------------- */
#archive {
	width: 300px;
	margin: 0 auto;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive #year {
	margin-top:30px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive #month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding: 10px 0 0 15px;
	margin:5px 0 0;
}
ul.archive #month li {
	margin:0 0 5px;
}
/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
	margin:60px 0 30px;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 2px solid #E6E6DF;
	border-bottom: 2px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* other */

h1.pageTitle {
	padding:8px 0;
	border:2px solid #8CAFC2;
	border-right:0;
	border-left:0;
	font-size:18px;
	color:#966947;
}
.albumDesc {
	margin:20px 0;
	line-height:1.5;
}
.albumMeta {
	margin:0;
	background:#F5F8F9;
	padding:10px 10px 10px;
}
#tagContainer {
	margin:5px 0;
	color:#8CAFC2;
	padding:0 10px;
}
#tagContainer strong {
	font-weight:bold;
	color:#966947;
}
#rating {
	padding:0 5px 5px;
}
#vote {
	color:#999;
	padding: 0 6px;
}
.resultInfo {
	background:#FFFFDF;
	padding:5px 10px;
	margin:5px 0;
}
.resultInfoNone {
	background:#FFEFEF;
	margin:20px 0 0;
}
.resultInfoNone p {
	padding:20px 20px 20px 42px;
	background:url(../images/error.png) no-repeat left center;
	font-size:14px;
}
.searchedAlbums {
	width:auto;
	overflow:hidden;
}
/* ImgBuy */

#imgBuy {
	text-align:center;
	width:auto;
	overflow:hidden;
}
#imgBuy h3 {
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 5px;
	color:#966947;
}
#imgBuy .field {
	overflow:hidden;
	margin:0 10px 10px;
	width:auto;
	float:left;
}
#imgBuy .buy_button {
	display:block;
	margin:0 auto;
}
#imgBuy .action {
	clear:both;
	border-top:1px dotted #966947;
	padding:10px 0 0;
}
#imgBuy label {
	padding:3px 0;
	margin:0;
	position:relative;
	font-size:12px;
	display:block;
	text-align:left;
	color:#47778F;
}
#imgBuy select.sizes {
	font-size:12px;
	padding:5px;
	display:inline;
}
#imgBuy select.sizes option {
	padding:4px 0;
	text-indent:5px;
}
#imgBuy form {
	padding:10px;
	background:#F5F8F9;
	border:1px solid #B5D5DF;
	width:auto;
	overflow:hidden;
	display:inline-block;
}
.hidden {
	display:none;
}
/* cart summmary */
.cartSummary {
	margin:0 auto 10px;
	text-align:right;
	color:#ddd;
	font-size:14px;
	float:right;
}
.cartSummary a,active,visited {
	color:#8CAFC2;
	padding:0 2px;
	font-size:12px;
}
.cartSummary a:hover {
color:#966947;
	text-decoration:underline;
}
/* lightbox */
.lightboxInfo {
	text-align:center;
	padding:10px 0;
	color:#999;
}
/* print size */

.printSize {
	margin:15px auto 20px;
	text-align:left;
}
/* cart form*/

form#cart {
	margin:0 auto;
	width:270px;
	border:1px solid #8CAFC2;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;	
	padding:15px;
	text-align:center;
}
