@import url("reset.css");

/* red: #cd563a */

/* @group global */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

.clearAll {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
}

p {
	color: #333;
	margin-bottom: 10px;
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p a {
	color: #cd563a;
}

#supersize {
	position: fixed;
	top: 0;
	left: 0;
}

#supersize img {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0
}

div#pageContainer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/tint-fff-90.png);
	padding: 0 20px 10px;
}

div.colMain {
	float: left;
	width: 600px;
}

div.colSide {
	width: 300px;
	float: right;
}

div.colSide p {
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group header */

div#pageHeader {
	position: relative;
	height: 100px;
}

h1#logo {
	position: absolute;
	top: 20px;
	left: 0;
}

h1#logo a {
	background: url(../img/re-logo.png) no-repeat;
	width: 180px;
	height: 0;
	padding-top: 78px;
	overflow: hidden;
	display: block;
}

div#headerContact {
	position: absolute;
	right: 0;
	top: 30px;
}

#headerContact p a {
	color: #cd563a;
}

#headerContact p span {
	color: #999;
}

#headerContact p a:hover {
	color: #000;
}

/* @end */

/* @group navigation */

div#globalNav {
	position: absolute;
	top: 45px;
	right: 0;
}

div#globalNav ul {
	list-style-type: none;
}

div#globalNav ul li {
	float: left;
	height: 60px;
	margin-left: 30px;
}

div#globalNav ul li a {
	float: left;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#globalNav ul li a:hover {
	background-position: 0 -20px;
}

div#globalNav ul li a.active {
	background-position: 0 -40px;
}

a#navArtist {
	background-image: url(../img/nav-artist.png);
}

a#navStudio {
	background-image: url(../img/nav-studio.png);
	width: 158px;
}

a#navCommissions {
	background-image: url(../img/nav-commission.png);
	width: 107px;
}

a#navEvents {
	background-image: url(../img/nav-events.png);
	width: 54px;
}

a#navGallery {
	background-image: url(../img/nav-gallery.png);
	width: 59px;
}

/* @end */

/* @group homepage */

div#homeBanner {
	padding-bottom: 30px;
	width: 940px;
	height: 235px;
}

div#homeIntro {
	
}

div#homeIntro h2 {
	color: #000;
	margin-bottom: 10px;
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
}

div#homeIntro h2 b {
	font-style: italic;
	font-weight: normal;
}

div#homeIntro p {
	font: normal normal 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#homeIntro p b {
	font-style: normal;
	font-weight: normal;
}

div#homeContact {
	
}

div#homeContact iframe {
	padding-left: 60px;
}

div#homeContact p {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

div#homeContact p a {
	
}

div#homeContact p a span {
	display: block;
	font: italic bold 21px Georgia, "Times New Roman", Times, serif;
}

a#facebook {
	display: block;
	width: 220px;
	height: 44px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	padding-left: 60px;
	background: url(../img/icon_facebook_48x48.png) no-repeat;
	padding-top: 4px;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a#twitter {
	display: block;
	width: 220px;
	height: 44px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	padding-left: 60px;
	padding-top: 4px;
	background: url(../img/icon_twitter_48x48.png) no-repeat;
	margin-bottom: 10px;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#homeEvent {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div#homeEvent h4 {
	font-weight: bold;
	font-style: italic;
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div#homeEvent img {
	float: left;
	width: 44px;
	margin-right: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

div#homeEvent p {
	color: #333;
	font: 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
	clear: left;
}

div#homeEvent p span {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group footer */

div#pageFooter {
	padding-top: 20px;
	padding-bottom: 10px;
}

div#pageFooter p {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #666;
}

div#pageFooter p a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #cd563a;
	font-weight: bold;
	text-decoration: none;
}

div#pageFooter p a:hover {
	text-decoration: underline;
}

/* @end */

/* @group events */

div#eventsMain {
	width: 600px;
	float: left;
}

div#eventsSide {
	width: 300px;
	float: right;
}

div.eventItem p {
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.eventItem p.eventDate {
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

img.eventPic {
	float: right;
	border: 1px solid #ccc;
	margin-left: 15px;
	margin-bottom: 15px;
}

.colMain div.eventItem + div {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	clear: both;
	margin-top: 20px;
}

/* @end */

/* @group commissions */

form {
	
}

form p {
	width: 610px;
	position: relative;
}

form p.short {
	width: 280px;
	float: left;
}

form p.short + p.short {
	margin-right: 0;
	margin-left: 40px;
}

form p label {
	display: block;
}

form p input, form p textarea {
	width: 600px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	border: 1px solid #ccc;
}

form p.short input {
	width: 280px;
}

form p.submit {
	text-align: right;
}

form p.submit input {
	width: auto;
	background-color: #fff;
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
}

form p.submit input:hover {
	background-color: #eee;
	color: #cd563a;
	cursor: pointer;
	border-color: #000;
}

/* @end */

/* @group studio */

div#studioIntro {
	
}

#studioIntro h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width: 750px;	
	min-height:200px;
	border: 1px solid #333;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #333;
	-webkit-box-shadow: 0 0 90px #333;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

span.overlayCaption {
	display: block;
	color: #fff;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
	position: absolute;
	left: 0;
	width: 730px;
	bottom: 0;
	background-color: #000;
}

#triggers {
	text-align: center;
}

#triggers img {
	cursor: pointer;
	margin: 0 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	


/* @end */

/* @group galleriffic */

/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
div.content {
	display: none;
	float: right;
	width: 755px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.controls {
	margin-top: 5px;
	height: 23px;
	display: none;
}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 500px;
}
/* This should be set to be at least the height of the largest image in the slideshow */

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 500px;
}
/* This should be set to be at least the height of the largest image in the slideshow */

div.slideshow {
	
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 760px;
	height: 500px;
	line-height: 500px;
	text-align: center;
}
	/*height should be set to be at least the height of the largest image in the slideshow */
	/*line-height should be set to be at least the height of the largest image in the slideshow */

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.download {
	float: right;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 40px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 750px;
	top: 0;
	left: 0;
}

div.caption {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	top: -20px;
	left: 15px;
}

div.caption span {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.navigation {
	
}

ul.thumbs {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 3px 3px 0;
	list-style: none;
}

a.thumb {
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
	width: 55px;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display: none;
}

div.navigation div.bottom {
	margin-top: 12px;
	display: none;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

span.note {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

span.price {
	color: #cd563a;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group nivo zoom */

/*
 * jQuery Nivo Zoom v1.0
 * http://nivozoom.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * April 2010
 */

.nivoZoomHover {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.nivoCaption {
	display: none;
	position: absolute;
	z-index: 110;
	text-align: center;
	background: #010101;
	color: #fff;
	padding: 4px 0;
	overflow: hidden;
}

/* @end */

/* @group live validation */

.LV_validation_message {
	margin: 0 0 0 5px;
	position: absolute;
	top: 4px;
	right: 0;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

.LV_valid {
	color: #666;
}

.LV_invalid {
	color: #900;
}

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	background-color: #fcc;
}

/* @end */
