/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
}

h3,h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #F16C00;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

ul.sidelinks
{
list-style: none;
}

ul.sidelinks li
{
line-height: 2em;
}

#side a
{
text-decoration: underline;
color: #F16C00;
}

#side a:hover
{
text-decoration: none;
}



p
{
line-height: 1.8em;
}

table {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	font-size:9px;
	border-collapse: collapse;
	background-color: white;
}

td, th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;

}

table.acrotable {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	font-size:12px;
	/* border-collapse: collapse; */
	background-color: white;
}

td.acrotable, th.acrotable {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 2px 2px 2px 2px;

}

.acrotable {
	position: relative;
	width: 100%;
	text-align: center;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
background: #FF790B url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* Main */

#main
{
background: #fff url('images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #FF790B url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}



#gwrapper {
	margin: 0 auto 0;
	width: 740px;
	position: relative;
}
#gheader {
	text-align: left;
}
#gheader p {
	clear: both;
	margin: 6px 25px;
	text-align: center;
	font-size: 1.2em;
	/* allows you to add a few words below the breadcrumbs */
}
#agallery-name {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	color: #01B4E2;
	font-size: 2em;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif; /* Resets 1em to 10px */
}
#search-container {
	float: right;
	white-space: nowrap;
	margin: 18px 0 0 0;
	height: 30px;
	visibility: hidden;
}
#search-container input {
	border: 2px solid #4dc4e6;
	float: left;
	padding: 4px;
	vertical-align: top;
}
#search-container input.submit {
	width: 82px;
	height: 30px;
	cursor: pointer;
	background: #fff url(/gallery/themes/air/images/search-btn.png);
	margin: 0 0 0 4px;
	padding: 0 0 4px 0;
	border: none;
}
#breadcrumbs {
	clear: both;
	margin: 0;
	font-size: 1.3em;
	min-height: 24px;
	/* border: 1px solid #039acb; */
	/* background: #01B4E2 url(/gallery/themes/air/images/blue-gradient.gif) repeat-x; */
	/* color: #fff;
	color: #F16C00; */
}
#breadcrumb_links {
	float: left;
	display: inline;
	padding: 4px 0 0 25px;
}
#breadcrumb_links a {
	/* color: #fff;
	color: #F16C00; */
	text-decoration: underline;
}
#breadcrumb_links a:hover, #slideshow a:hover {
	/* color: #fff; */
	text-decoration: none;
}
#slideshow a {
	float: right;
	display: inline;
	padding: 4px 25px 0 0;
	/* color: #fff;
	color: #F16C00; */
	text-decoration: underline;
}
#thumbnail-container {
	margin: 10px 0 0;
	padding: 0;
}
#collections {
}
.collection {
	margin: 0 0 10px 0;
	padding: 10px 25px;
	float: left;
	display: inline;
	text-align: left;
	border: 1px solid #bed2d2;
	/*width: 748px; */
	width: 688px;
}
.collection img {
	border: 1px solid #01B4E2;
	float: left;
	margin-right: 15px;
	padding: 3px;
	display: inline;
	background: #fff;
}
.collection img:hover {
	background: #eaeae0;
	border: 1px solid #ff6600;
}
.collection p {
	margin: 4px 0 0 0;
	line-height: 1.5em;
}
.collection h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 1.4em;
}
.collection h2 a {
	color: #01B4E2;
}
.collection h2 a:hover {
	color: #ff6600;
}
/* Begin Large Picture Page Section */
#big-picture-container {
	border: 1px solid #bed2d2;
	margin: 10px 0 10px 0;
	padding: 10px 0 20px 0;
}
#picture-caption {
	/* ideally, no padding and width is equal THUMB_LARGE image	
	padding: 0 80px;
 */
 	width: 70%;
	margin: 0 auto 6px;
	font-size: 1.3em;
	text-align: center;
	color: #4b4c57;
}
.date {
 	width: 70%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #8689a2;
}
#prev-link-container {
	width: 15%;
	text-align: left;
}
#next-link-container {
	width: 15%;
	text-align: right;
}
#nav-link-img-prev, #nav-link-img-next {
	margin: 5px 0 0;
	padding: 6px 15px;
	font-size: 1.1em;
}
#nav-link-img-prev {
	float: left;
	display: inline;
}
#nav-link-img-next {
	float: right;
	display: inline;
}
#nav-link-img-prev a {
	border: 1px solid #fff;
	padding: 5px 15px;
	color: #01B4E2;
}
#nav-link-img-next a {
	border: 1px solid #fff;
	padding: 5px 15px;
	color: #01B4E2;
}
#nav-link-img-prev a:hover, #nav-link-img-next a:hover {
	border: 1px solid #039acb;
	background: #01B4E2 url(/gallery/themes/air/images/blue-gradient.gif) repeat-x;
	color: #fff;
}
#picture-holder {
	clear: both;
	/* margin: 10px 0 0 0; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#picture-holder a img {
	margin: 4px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dfded6;
}
#picture-holder a:hover {
	white-space: normal;
}
#picture-description {
	margin: 6px auto 6px;
	padding: 0 80px;
	/* ideally, no padding, but width equal to THUMB_LARGE image */
	text-align: center;
	font-size: 1.1em;
}
#exif_toggle {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#exif-toggle-container {
}
#exif_table {
}
#exif_data {
	margin: 0 auto 0;
	text-align: left;
}
#exif_data td {
	padding: 0 20px;
}
#comment-section {
	margin: 10px 25px 10px 25px;
	clear: both;
	text-align: left;
}
.comment-heading {
	margin: 12px 0 0 0;
	font-size: 1.4em;
}
#thumb-nav {
	list-style-type: none;
	margin: 25px;
}
#thumb-nav li {
	float: left;
	margin: 0 10px 0 0;
}
#thumb-nav li img {
	border: 1px solid #01B4E2;
	padding: 3px;
	display: inline;
	background: #fff;
}
#thumb-nav li img:hover {
	background: #eaeae0;
	border: 1px solid #ff6600;
}
/* test the following stuff */
#comment-section form p {
	margin: 6px 0;
}
.comment, .comment_alt {
	border-top: 1px solid #dfded6;
	margin: 0;
	padding: 15px;
	list-style: none inside;
}
.comment_alt {
	background: #effbfb;
}
.comments p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 0 15px;
}
.comments cite {
	margin-top: 8px;
	padding: 5px 5px 5px 23px;
	color: #000;
	background: url(/gallery/themes/air/images/com-bubble.gif) no-repeat 0 5px ;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 28px;
}
.comments-closed {
	color: #996;
	text-align: center;
}
/* End Large Picture Page Section */

#no-pictures-msg {
	margin: 0 0 200px;
	padding: 80px 0;
	font-size: 1.4em;
	text-align: center;
}

#rss-image {
	margin: 0;
	padding: 0;
	display: inline;
}

.errors {
	margin: 0 0 15px 0;
	padding: 8px 8px 8px 30px;
	border: 1px solid #e3071f;
	font-size: 1.1em;
	color: #000;
	background: #f5a7ab url(/gallery/themes/air/images/null.gif) no-repeat 5px 5px;
}
.meta-header {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 90%;
}
.page_link {
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
}
.print {
}
div.large-thumb-toolbar {
	padding: 15px 0;
	text-align: center;
}
div.large-thumb-toolbar a {
	padding: 0 4px;
}
.photos-large {
	margin: 0 0 20px 0;
}

ul.slides {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #bed2d2;
}
ul.slides li {
	/* width is calculated by PHP in the HTML, style is applied inline */
	float: left;
	margin: 0 0 0 13px;
	padding: 10px;
	display: inline;
	text-align: center;
}
ul.slides li img {
	border: 1px solid #01B4E2;
	background: #fff;
	padding: 3px;
}
ul.slides li a {
	display: block; /* display:block required to make anchor tag's border surround img in Firefox */
}
ul.slides li img:hover {
	background: #eaeae0;
	border: 1px solid #ff6600;
}
.checkbox {
	clear: both;
	margin: 4px auto 0;
	padding: 0;
}
.thumbnail p {
	padding: 0 6px;
	margin: 4px 0 0 0;
	line-height: 1.2em;
	font-weight: bold;
	height: 2.5em;
	overflow: hidden;
	/* width is equal to the width of the thumbnail image, set inline in album.php */
}




/* Begin Footer Section */

#gfooter {
	clear: both;
	padding: 10px 25px;
	margin: 0 auto 0;
	border: 1px solid #bed2d2;
	/* background: #fff url(/gallery/themes/air/images/bg-field.png) repeat-x bottom left; */
	/* width: 748px; */
	width: 688px;
}
#pagination {
	float: left;
	width: 40%;
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	height: 23px;
	clear: left;
}
.page_link {
}
#pagination a {
	text-decoration: none;
	color: #4dc4e6;
}
#pagination a:hover {
	text-decoration: none;
	color: #ff6600;
}
option {
	padding: 0 4px;
}
#download-selected {
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
	display: inline;
	width: 168px;
	text-align: right;
	clear: right;
}
#download-selected input.submit {
	margin: 0;
	padding: 0 0 0 26px;
	float: right;
	display: inline;
	cursor: pointer;
	background: #fff url(/gallery/themes/air/images/carrot_sel3.png) no-repeat 0 50%;
	border: none;
	font-weight: bold;
	color: #4dc4e6;
	width: 168px;
	height: 23px;
}
#navigation-container {
	float: left;
	width: 40%;
	text-align: left;
	margin: 0 0 10px 0;
	white-space: nowrap;
	clear: left;
}
#sort-control {
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
	display: inline;
	clear: right;
	width: 46%;
	/* width: 34%;*/ 
}
#sort-control span {
	float: left;
	margin: 0 0 0 8px;
	display: inline;
	font-size: 1.2em;
}
#change_sortby {
	margin-left: 5px;
}
#rss-tag-container {
	float: right;
	width: 40%;
	text-align: right;
	clear: right;
}
#link-back {
	clear: both;
	font-size: 90%;
	text-align: center;
}
#link-back a {
	color: #01B4E2;
}
.credit {
	font-size: 90%;
	text-align: center;
}
.credit a {
	color: #01B4E2;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* .clearfix {
	display: inline;
} */

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

