/* {{{ General Layout */

html {
	height: 100%;
	background: none;
}

body {
	color: #aaa;
	background: #000;
	text-align: center;
	font-family: Lucida Grande, Segoe UI, Tahoma, Arial, sans-serif;
	height: 100%;
	font-size: 13px;
}

#doc { min-height: 100%; }

a:link,
a:visited {
	color: #7cadd6;
	text-decoration: none;
}

a:hover,
a:active {
	color: #afdbff;
	text-decoration: underline;
}

/* }}} */
/* {{{ Reset-Base */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
h1{font-size:18px;}h2{font-size:17px;}h3{font-size:14px;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.25em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

input[type="text"],
input[type="password"],
textarea {
	width: auto;
}

em { font-weight: inherit; }
strong { font-style: inherit; }

th,td { border: 0; }

/* }}} */
/* {{{ Basic Layout */

abbr,
acronym {
	border-color: #555;
}

#hd,
#content,
#ft {
	width: 800px;
	margin: 0 auto;
	padding: 10px 25px;
	text-align: left;
}

#hd {
	padding: 10px 25px 21px;
}

#content {
	min-height: 300px;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}

#bd {
	background: #111;
	zoom: 1;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* }}} */
/* {{{ Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* }}} */
/* {{{ Header */

#hd .right-border {
	border-right: 1px solid #222;
	padding: 0 10px;
}

#hd h1 { margin: 0; }

#hd h1 a,
#hd h1 img {
	display: block;
	height: 52px;
	width: 209px;
}

#hd ul#top_list {
	font-size: 11px;
	float: right;
	margin: 8px 0 0 0;
	list-style-type: none;
}

#hd ul#top_list .compact-button { font-size: 12px; }

#hd ul#top_list .swat-form-field-contents {	float: none; }

#hd ul#top_list li.top-list-item { display: inline; }

#hd #top_list .swat-form,
#hd #top_list .swat-form-field,
#hd #top_list .swat-form-field .swat-form-field-contents,
#hd #top_list .swat-form .swat-input-hidden {
	display: inline;
}

#hd #top_list #top_list_cart a { margin-left: 10px; }

#hd #top_list #top_list_cart a { color: #777; }

#hd #top_list #top_list_cart a:hover,
#hd #top_list #top_list_cart a:active {
	text-decoration: none;
}

#hd #top_list #top_list_cart a span { color: #7cadd6; }

#hd #top_list #top_list_cart a:hover span,
#hd #top_list #top_list_cart a:active span {
	color: #afdbff;
	text-decoration: underline;
}

#hd #logo_print {
	display: none;
	width: 0px;
	height: 0px;
}

.account-edit { color: #ccc; }

a.account-edit:link,
a.account-edit:visited {
	color: #ccc;
}

a.account-edit:hover,
a.account-edit:active {
	color: #444;
}

/* }}} */
/* {{{ Footer */

#ft {
	font-size: 11px;
	color: #777;
	padding-bottom: 2em;
}

#ft a:link,
#ft a:visited {
	color: #777;
	text-decoration: underline;
}

#ft a:hover,
#ft a:active { color: #999; }

#ft ul {
	margin: 0;
	float: left;
}

#ft ul li {
	display: inline;
	margin-right: 1em;
}

#ft #credit_note {
	float: right;
}

#ft #flickr_note {
	clear: both;
	padding-top: 0.5em;
}

/* }}} */
/* {{{ Menu */

#menu {
	position: absolute;
	top: 1em;
	right: 25px;
	margin: 0;
}

#menu li {
	list-style-type: none;
}

/* }}} */
/* {{{ NavBar */

.swat-nav-bar {
	color: #bbb;
	margin: 0 0 5px 0;
}

.swat-nav-bar span { color: #999; }

.swat-nav-bar a:link,
.swat-nav-bar a:visited { color: #7cadd6; }

.swat-nav-bar a:hover,
.swat-nav-bar a:active {
	color: #ccc;
	text-decoration: underline;
}

/* }}} */
/* {{{ Content */

#page_title {
	color: #777;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

#unpublished_photos_frame,
#published_photos_frame,
#frame,
#confirmation_frame,
#details_frame {
	margin-top: 0;
}

#article_bodytext {
	padding: 16px 0 0 0;
}

#article_bodytext h1 { margin-top: 0; }

dl { margin: 1em 0; }

dl dt {	font-weight: bold; }

dl dd {	margin: 0 0 0.5em 0; }

.swat-tile-view .swat-tile a.pro-badge:link,
.swat-tile-view .swat-tile a.pro-badge:active,
.swat-tile-view .swat-tile a.pro-badge:visited,
a.pro-badge:link,
a.pro-badge:active,
a.pro-badge:visited {
	color: #87b870;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 4px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #444;
	border-color: rgba(255, 255, 255, 0.2);
}

.brightness-light .swat-tile-view .swat-tile a.pro-badge:link,
.brightness-light .swat-tile-view .swat-tile a.pro-badge:active,
.brightness-light .swat-tile-view .swat-tile a.pro-badge:visited,
.brightness-light a.pro-badge:link,
.brightness-light a.pro-badge:active,
.brightness-light a.pro-badge:visited {
	border-color: #444;
	border-color: rgba(255, 255, 255, 0.2);
}

.swat-tile-view .swat-tile a.pro-badge:hover,
a.pro-badge:hover {
	color: #97c880;
	text-decoration: underline;
}

#doc a.compact-button,
#doc a.compact-button:link,
#doc a.compact-button:visited,
#doc span.compact-button,
#doc input.compact-button,
#doc button.compact-button,
#pro_store_layout_tools input.compact-button {
	background: url(../images/elements/background-white-0.2.png);
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	padding: 2px 6px;
	font-size: 11px;
	color: #ccc;
	outline: none;
	border: none;
	margin-left: 4px;
	cursor: pointer;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.brightness-light #doc #bd a.compact-button,
.brightness-light #doc #bd span.compact-button,
.brightness-light #doc #bd input.compact-button,
.brightness-light #doc #bd button.compact-button {
	background: url(../images/elements/background-black-0.2.png);
	background: rgba(0,0,0,0.2);
	color: #555;
}

#doc #bd a.compact-button:hover,
#doc #bd span.compact-button:hover,
#doc #bd input.compact-button:hover,
#doc #bd button.compact-button:hover,
#pro_store_layout_tools a.compact-button:hover {
	background: url(../images/elements/background-white-0.3.png);
	background: rgba(255,255,255,0.3);
}

.brightness-light #doc #bd a.compact-button:hover,
.brightness-light #doc #bd span.compact-button:hover,
.brightness-light #doc #bd input.compact-button:hover,
.brightness-light #doc #bd button.compact-button:hover {
	background: url(../images/elements/background-black-0.3.png);
	background: rgba(0,0,0,0.3);
}

#doc a.general-button,
#doc a.general-button:link,
#doc a.general-button:visited,
#doc input.general-button {
	background: url(../images/elements/background-white-0.2.png);
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 11px;
	padding: 4px 10px;
	border: none;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.brightness-light #doc a.general-button,
.brightness-light #doc a.general-button:link,
.brightness-light #doc a.general-button:visited,
.brightness-light #doc input.general-button {
	background: url(../images/elements/background-black-0.2.png);
	background: rgba(0,0,0,0.2);
	color: #555;
}

#doc input.general-button:hover,
#doc a.general-button:hover {
	background: url(../images/elements/background-white-0.3.png);
	background: rgba(255,255,255,0.3);
	text-decoration: none;
}

.brightness-light #doc input.general-button:hover,
.brightness-light #doc a.general-button:hover {
	background: url(../images/elements/background-black-0.3.png);
	background: rgba(0,0,0,0.3);
}


input.general-button {
	padding: 2px 8px;
	color: #ddd;
	cursor: pointer;
}

#cname_container .domain-notice {
	padding: 10px 12px;
	background: url(../images/elements/background-white-0.08.png);
	background: rgba(255,255,255,0.08);

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#cname_container .link {
	text-decoration: underline;
	white-space: nowrap;
}

.model-release-exists,
.model-release-required {
	margin-top: 2px;
}

/* }}} */
/* {{{ IE6 Warning Message */

#ie6_warning_message {
	background: #444;
	color: #ccc;
	padding: 10px 15px;
	margin-bottom: 1em;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#ie6_warning_message h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 5px 0;
}

#ie6_warning_message h1,
#ie6_warning_message p {
	margin: 0;
}

#ie6_warning_message ul {
	margin: 10px 0 0 0;
	clear: both;
}

#ie6_warning_message li {
	list-style: none;
	display: block;
	text-align: center;
    padding: 0 8px;
	float: left;
}

#ie6_warning_message li.first { padding-left: 0; }

#ie6_warning_message li.last{ padding-right: 0; }

#ie6_warning_message .dismiss-link {
	float: right;
	font-size: 11px;
}

/* }}} */
/* {{{ Clearing Container fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */
/* {{{ Search Panel */

.search-disclosure { margin-top: 5px; }

.search-disclosure .search-disclosure-header {
	float: right;
	height: auto;
	position: absolute;
	right: 0;
	margin-right: 0;
	top: -24px;
}

.search-disclosure .search-disclosure-search-controls {
	width: 19em;
	right: 20px;
}

#search_disclosure_container #search_form .swat-displayable-container { float: left; }

#search_disclosure_form #search_disclosure_entry {
	background: #fff;
	height: 16px;
	padding: 3px 4px 1px 8px;
	border: 1px solid #888;
	margin-right: 8px;
}

#search_disclosure_container #search_form select {
	margin-right: 10px;
	font-size: 12px;
}

#search_disclosure_container #search_form #keywords {
	margin-right: 8px;
	width: 164px;
}

#search_disclosure_container #search_form input,
#search_disclosure_container #search_form select {
	font-size: 12px;
}

#search_disclosure_container #search_form #orientation,
#search_disclosure_container #search_form #price       { width: 140px; }
#search_disclosure_container #search_form #resolution  { width: 180px; }

#search_disclosure_container #search_form .swat-button {
	width: 98px;
}

#search_disclosure_container #search_form #tag li,
#search_disclosure_container #user_field #user li {
	display: inline;
	margin-right: 1em;
}

#search_disclosure_container #search_form #tag input,
#search_disclosure_container #user_field #user input {
	margin-right: 5px;
}

.swat-disclosure-control-opened .swat-disclosure-container {
	background: url(../images/elements/background-white-0.2.png);
	background: rgba(255,255,255,0.2);
	border: none;

	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;

	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.brightness-light .swat-disclosure-control-opened .swat-disclosure-container {
	background: url(../images/elements/background-black-0.2.png);
	background: rgba(0,0,0,0.2);
}

.swat-disclosure-control-opened .swat-disclosure-container form { padding: 15px 15px 8px 15px; }

#search_disclosure_form .swat-button-submit {
	background: url(../images/elements/background-white-0.2.png);
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	padding: 0 8px;
	height: 24px;
	font-size: 11px;
	color: #ccc;
	outline: none;
	border: none;
	position: relative;
	left: 1px;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.brightness-light #search_disclosure_form .swat-button-submit {
	background: url(../images/elements/background-black-0.2.png);
	background: rgba(0,0,0,0.2);
	color: #555;
}

#search_disclosure a.swat-disclosure-anchor-closed {
	background: url(../images/elements/background-white-0.2.png);
	background: rgba(255,255,255,0.2);

	width: 20px;
	height: 24px;
	display: block;
	line-height: 200px;
	overflow: hidden;
	outline: none;

	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.brightness-light #search_disclosure a.swat-disclosure-anchor-closed {
	background: url(../images/elements/background-black-0.2.png);
	background: rgba(0,0,0,0.2);
}

#search_disclosure_form .swat-button-submit:hover,
#search_disclosure a.swat-disclosure-anchor-closed:hover {
	background-image: url(../images/elements/background-white-0.3.png);
	background: rgba(255,255,255,0.3);
}

.brightness-light #search_disclosure_form .swat-button-submit:hover,
.brightness-light #search_disclosure a.swat-disclosure-anchor-closed:hover {
	background-image: url(../images/elements/background-black-0.3.png);
	background: rgba(0,0,0,0.3);
}

#doc .search-disclosure .search-disclosure-header a.swat-disclosure-anchor-opened {
	background: transparent url(../images/elements/background-white-0.2.png) repeat scroll 0;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	font-size: 11px;
	color: #ccc;
	outline: none;
	min-width: 48px;
	white-space: nowrap;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.brightness-light #doc .search-disclosure .search-disclosure-header a.swat-disclosure-anchor-opened {
	background: transparent url(../images/elements/background-black-0.2.png) repeat scroll 0;
	background: rgba(0,0,0,0.2);
	color: #555;
}

.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-opened img,
.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-closed img {
	display: inline;
	border: none;
	padding: 0;
	vertical-align: bottom;
	background: none;
}

.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-closed img {
	display: block;
	margin: 6px 0 0 2px;
}

.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-opened:hover {
	color: #fff;
}

#search_disclosure_container #search_form #user_field,
#search_disclosure_container #search_form #tag_field {
	float: none;
	font-size: 11px;
}

.search-disclosure-loading { text-align: center; }

#adult_form {
	background: rgba(255, 255, 255, 0.2);
	color: #aaa;
	margin-bottom: 1.5em;
	padding: 8px 16px;
	text-align: center;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#adult_form input { margin-left: 0.5em; }

/* }}} */
/* {{{ Pro Promo */

.pro-promo {
	background: url(../images/elements/background-white-0.08.png);
	background: rgba(255,255,255,0.08);
	margin-top: 1em;
	color: #999;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.pro-promo h3 {
	font-weight: normal;
	font-size: 17px;
	margin: 5px 0;
}

.pro-promo p { font-size: 12px; }

.pro-promo p.pro-promo-upgrade-only {
	text-align: center;
	padding-bottom: 5px;
}
.pro-promo p.pro-promo-upgrade-only a {
	background: #25963b;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 13px;
	color: #fff;
	outline: none;
	margin-left: 4px;
	cursor: pointer;

	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.pro-promo p.pro-promo-upgrade-only a:hover {
	background: #31a647;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.25) inset;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.25) inset;
}

.pro-promo span {
	display: block;
	margin-left: 40px;
	margin-bottom: 8px;
}

.pro-promo span.price {
	display: inline;
	margin: 0;
	color: #ccc;
	font-weight: bold;
}

.pro-promo div {
	padding: 5px 16px 5px;
	background-image: url('../images/front-page/pro-promo-background.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.pro-promo h3 a {
	color: #fff;
    text-decoration: none;
}

.pro-promo .new {
	font-weight: bold;
	text-transform: uppercase;
	color: #e6d960;
	font-size: 80%;
	display: inline;
	margin: 0;
}

/* }}} */
/* {{{ Layout Message Display */

.layout-messages {
	margin: -1em 0 1em;
}

/* }}} */
