@charset "utf-8";

/* Modified reset from Eric Meyer: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,textarea,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline} body{line-height:1} ol,ul{list-style:none} blockquote,q{quotes:none} ins{text-decoration:none} del{text-decoration:line-through} table{border-collapse:collapse;border-spacing:0}


/* ---------------------------------
Dropdown Menu 
--------------------------------- */

.sf-menu{float:left;float:right;line-height:1.0;margin-bottom:1em;margin:36px 15px 0 0;position:absolute;right:0;top:1px} .sf-menu ul{position:absolute;top:-999em;width:10em} .sf-menu ul li{width:100%} .sf-menu li:hover{visibility:inherit} .sf-menu li{float:left;margin:0 0 0 20px;position:relative} .sf-menu a{display:block;font-size:14px;padding:16px 0 25px 0;margin:0;position:relative;text-decoration:none;text-shadow:0px 1px 1px rgba(0,0,0,.7)} .sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:48px;z-index:99} ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em} ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:10em; top:0} ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em} ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:10em; top:0} .sf-menu a,.sf-menu a:visited{} .sf-menu li li{background:#4c4c4c;margin:0} .sf-menu li li a{border-bottom:solid 1px #636363;font-size:12px;padding:11px 1em 12px 1em} .sf-menu li li li{background:#454545} .sf-menu li li li a{border-bottom:solid 1px #4c4c4c} .sf-menu a:active,.sf-menu a.current{color:#f5f5f5}.sf-menu a.current{font-weight:bold} .sf-menu li li a:focus,.sf-menu li li a:hover,.sf-menu li li a:active{background:#636363} .sf-menu li li li a:focus,.sf-menu li li li a:hover,.sf-menu li li li a:active{background:#4c4c4c} .sf-menu a.sf-with-ul{min-width:1px; padding-right:15px} .sf-sub-indicator{background:url('/images/arrows-ffffff.png') no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:0em;text-indent:-999em;top:1.3em;width:10px} li li .sf-sub-indicator{right:.75em} ul ul li a .sf-sub-indicator{top:1em} a >.sf-sub-indicator{background-position:0 -100px; top:1.2em} a:focus >.sf-sub-indicator,a:hover >.sf-sub-indicator,a:active >.sf-sub-indicator,li:hover >a >.sf-sub-indicator,li.sfHover >a >.sf-sub-indicator{background-position:-10px -100px} .sf-menu ul .sf-sub-indicator{background-position:-10px 0} .sf-menu ul a >.sf-sub-indicator{background-position:0 0} .sf-menu ul a:focus >.sf-sub-indicator,.sf-menu ul a:hover >.sf-sub-indicator,.sf-menu ul a:active >.sf-sub-indicator,.sf-menu ul li:hover >a >.sf-sub-indicator,.sf-menu ul li.sfHover >a >.sf-sub-indicator{background-position:-10px 0} .sf-shadow ul{-moz-border-radius-bottomleft:17px;-moz-border-radius-topright:17px;-webkit-border-bottom-left-radius:17px;-webkit-border-top-right-radius:17px;background:url('/images/shadow.png') no-repeat bottom right;padding:0 8px 9px 0} .sf-shadow ul.sf-shadow-off{background:transparent}


/* ---------------------------------
Tag Styles
--------------------------------- */
 
body {
	background: #333 url(/images/bg-texture.png) top center;
	color: #bab8a2;
	font: 13px/24px Arial, serif;
  font-size: .95em;
  letter-spacing: 1px;
  font-weight: 100;
}

table, h1, h2, h3, h4, h5, h6, ul, ol, dl, address, blockquote, fieldset, pre, p { margin: 0 0 24px 0; }

h1, h2, h3, h4, h5, h6, legend, span.firstLetter {
	color: #e3e0bf; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; }
 
h1 { font-size: 24px; }
 
h2 {  font-size: 18px;
	background: url(/images/pagehighlight.png) right; 
	border-top: solid 1px #4c4c4c;
	border-bottom: solid 1px #2d2d2d;
	padding: 11px 12px 11px; }
 
h3 { font-size: 18px; }

h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	letter-spacing: 1px; }

h4 { text-transform: uppercase; }
 
h6 { font-weight: normal;  }
 
hr {
	border: none;
	clear: both;
	color: #333;
	height: 1px;
	margin: 0 0 23px 0;
	padding: 0;
	width: 100%; }
 
a {
	color: #f2f0c3;
	font-weight: bold;
	outline: none;
  text-decoration: none; }
 
	a:hover, a:focus { color: #f5f5f5; }
	
	a.button { 
		background: #262626; 
		background: rgba(0,0,0,.25);
		margin: 0;
		text-decoration: none; }
		
			a.button:hover, a.button:focus { text-decoration: underline; }

/* Form Elements */

form p { position:relative }

input, textarea, select { 
	background: #262626;
	background: rgba(0,0,0,.25);
	border: solid 1px #4c4c4c;
	color: #f5f5f5;
	font: 13px/24px Arial, Helvetica, sans-serif; 
	padding: 3px 5px; }

select { padding: 2px 5px;}

textarea { padding: 2px 5px 3px; width: 450px; }


label{
  cursor:pointer;
}
fieldset {
	border: solid 1px #4c4c4c;
	padding: 1px 24px 0; }
 
	fieldset p { font-size: 1em; }
 
legend {
	border: solid 1px #4c4c4c;
	font-size: 1.1em;
	padding: 10px 12px; }

/* Table elements */

table { border: solid 1px #4c4c4c; }

th { background: #262626; background: rgba(0,0,0,.25);  }

th, td { padding: 12px; }

th { color: #e3e0bf; padding: 11px 12px 12px 12px; }
	
tr:hover { color: #f5f5f5; }

tr.even td { background: #3b3b3b; background: rgba(255,255,255,.04); }

/* Lists */ 

ol {
	list-style-type: decimal;
	padding: 0 0 0 2em; }
 
	ol ol {
		list-style-type: lower-alpha;
		margin: 0;
		padding: 0 0 0 3em; }
 
dl { padding: 0 0 0 1em; }
 
dt {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold; }
 
dd { padding: 0 0 0 2em; }

/* Misc text formatting */
 
blockquote {
	border-left: solid 2px #bab8a2;
	color: #f5f5f5;
	font-style: italic; 
	padding-left: 1em; }
 
pre {
	overflow: auto;
	width: 100%; }
 
abbr, acronym { border-bottom: dotted 1px #B7B7B7; }
 
/* ---------------------------------
Common Positioning and Style Classes
--------------------------------- */

.picBorder { 
	border: solid 5px #f5f5f5;
	-moz-box-shadow: 0px 1px 2px #1c1c1c;
	-webkit-box-shadow: 0px 1px 2px #1c1c1c; }

.aligncenter {     
  display: block;
  margin-left: auto;
  margin-right: auto; 
  text-align:center; 
}
.alignleft { float: left; }
.alignright { float: right; }
 
.marginbottom { margin-bottom: 24px; }
.marginright { margin-right: 30px; }
.marginleft { margin-left: 30px; }

.shiftRight { margin-right: -30px; }
.shiftLeft { margin-left: -30px; }
 
br.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 0;
	margin: -1px 0 0 0;
	padding: 0;
	width: 100%; }
 
/* ---------------------------------
General Styles (Used in All Pages)
--------------------------------- */

.topButton a:focus { outline: dotted 1px; }
 
.col1 { float: left; width: 310px; }
 
.col2 {
	float: right;
	overflow: hidden;
	width: 560px; }
 
.threeColumn {
	float: left;
	margin: 0 30px 24px 0;
	width: 280px; }
 
.threeColumnLast { margin: 0; }
 
.fourColumn {
	float: left;
	margin: 0 30px 24px 0;
	width: 200px; }
 
.fourColumnLast { margin: 0; }
 
.subColumn580 { float: left; width: 580px; }
.subColumn500 { float: left; width: 500px; }
.subColumn540 { float: left; width: 540px; }
.subColumn340 { float: left; width: 340px; }
.subColumn450 { float: left; width: 450px; }
.subColumn340 { float: left; width: 340px; }
.colLeft130 { float: left; width: 130px; }
.subColLeft140 { float: left; width: 140px; }
.subColLeft170 { float: left; width: 170px; }
.subColRight380 { float: right; width: 380px; }
.subColumn330 { float: right; width: 330px; }
.subColumn300 { float: right; width: 300px; }
.subColumn230 { float: right; width: 230px; }

#pageWrapper { background: url(/images/bg-highlight.png) no-repeat 10% 0%; }

#header, #wrapper, #footer { margin: 0 auto; width: 960px; }
 
#wrapper {
	background: url(/images/divider.png) no-repeat center top;
	overflow: hidden;
	padding: 24px 30px;
	position: relative;
	width: 900px; 
	z-index: 1; }
	
	#wrapper ul { list-style-type: square; color: #C9C7AD; margin-left: 2em; }
	#wrapper ul ul { margin: 0 0 0 3em; }
 
#header {
	background: url(/images/pageshadow.png) repeat-y center;
	height: 96px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	width: 900px;
	z-index: 2;}
 
#logo {
	display: block;
	float: left;
	margin: 36px 0 0 -5px; }
 
#footerWrapper { 
	background: url(/images/divider.png) no-repeat center top; 
	clear: both;
	padding-top: 2px; }

#footer {
	background: url(/images/pageshadow.png) repeat-y center;
	overflow: hidden;
	padding-top: 22px;
	width: 900px; }
 
	#footer a {
		color: #bab8a2;
		padding: 5px;
		text-decoration: none; }
 
		#footer a:hover, #footer a:focus { color: #f2f0c3; }
 
	#footer span { display: block; float: left; }
 
ul#footerNavigation { float: right; font-size: 14px;}
 
	ul#footerNavigation li { float: left; margin: 0 0 25px 12px; }

		ul#footerNavigation li.topButton { margin: -4px 0 0 8px; }
 
/* ---------------------------------
	Home Page Styles
--------------------------------- */
#slideshowWrapper {
	background: url(/images/picture-frame.png) no-repeat;
	margin: -4px 0 19px -34px;
	overflow: hidden;
	padding: 37px 21px 68px 37px;
	position: relative;
	width: 906px; }
 
#slideshowWrapper a { padding: 0; }
		
#slideshowWrapper #slideshow { position: relative; height: 480px; overflow: hidden; }

#slideshowWrapper	#slideshow img { float: left; }
	
#slideshowWrapper	#slideshow span { 
		background: #000;
		background: rgba(0,0,0,.6); /* Modern browsers get transparency */
		color: #f5f5f5; 
		display: none; 
		
		font-size: 1.1em;
		overflow: hidden;
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		letter-spacing: 30px; 
		text-align: center; }
 
#pager {
	bottom: 22px;
	position: absolute;
	left: 34px; }
 
	#pager li { float: left; list-style-type: none;
    padding: 10px;
    font-size: 14px;
  }
	#pager a {
		margin: 0;
		overflow: hidden;
    	color: #E4E495;
	
  
		 }
 
		#pager a.activeSlide { 
      color: #333;
}
 
.controls {
	bottom: 29px;
	display: block;
	position: absolute;
	right: 30px; }
 
	.controls a {
		display: block;
		float: left;
		height: 24px;
		margin: 0;
		text-indent: -9999px;
		width: 28px; }

.slideDescription {
	background: #bab8a2;
	color: #333;
	float: right;
	height: 408px;
	overflow: hidden;
	padding: 36px 30px;
	width: 190px; }
 
/* ---------------------------------
Gallery Page/s
--------------------------------- */
.carouse { width: 900px; margin:35px 0 5px 0;}
	.pad40 {
		padding-left: 40px;
	}
 	.thumbs a { 
		display: block;
		border: solid 2px #B7B7B7;
		float: left;
		margin: -3px 9px 20px 0;
		padding: 0;
		-moz-box-shadow: 0px 1px 2px #1c1c1c;
		-webkit-box-shadow: 0px 1px 2px #1c1c1c; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in /* Fade transition for webkit browsers */ }
		
		.thumbs a:hover,
		.thumbs a:focus { border: solid 2px #f5f5f5; -webkit-transition-property: border, color; -webkit-transition-timing-function: ease-out  }
 
a.last { margin-right: 0; }
 
/* ---------------------------------
About Me Page 
--------------------------------- */

span.firstLetter { 
	display: block;
	font-size: 48px;
	float: left;
	padding: 12px 4px 0 0; }

#wrapper ul.socialIcons { list-style-type: none; margin: 0 0 30px 0; overflow: hidden; }

#wrapper .socialIcons li {
	border: none;
	float: left;
	font-size: 14px;
	margin: 0 30px 0 0;
	padding: 0 0 0 23px; }
 
	#wrapper .socialIcons li.last { margin: 0; }
	#wrapper .socialIcons li.blog { background: url(/images/socialIcons/blog.png) no-repeat left center; }
	#wrapper .socialIcons li.facebook { background: url(/images/socialIcons/facebook.png) no-repeat left center; }
	#wrapper .socialIcons li.flickr { background: url(/images/socialIcons/flickr.png) no-repeat left center; }
	#wrapper .socialIcons li.smugmug { background: url(/images/socialIcons/smugmug.png) no-repeat left center; }
	#wrapper .socialIcons li.linkedin { background: url(/images/socialIcons/linkedin.png) no-repeat left center; }
	#wrapper .socialIcons li.twitter { background: url(/images/socialIcons/twitter.png) no-repeat left center; }

/* ---------------------------------
Contact Page
--------------------------------- */

#contactform { position: relative; }

#contactform label { font-weight: bold; position:absolute; top:0px; left:7px; }

/* Pagination
-------------------------------------------------------------- */
.pager { 
clear: both;
padding-top: 40px;
font-weight:bold;
}

.pager li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
margin-bottom: 5px;
float:left;
}
.pager a {
border:1px solid #BAB8A2; /*FFAE00*/
margin:0.4em;
padding:0.5em 0.8em;
text-decoration:none;
}
.pager .current, .pager span {
border:1px solid #636363;
color:#636363;
margin:0.4em;
padding:0.5em 0.8em;
}
.pager span{ display:none;}
.pager a:hover{
color: #000;
background: #fff;
}


/* Checkout Form
-------------------------------------------------------------- */
div.row, div.row_long {float: left; margin:3px 0; }
div.row_long {width:100%}
div.cvalue{float: left; width: 60%; margin: 0 0 0 10px; padding: 0;}
.clabel{float: left; width: 35%; margin: 0 3px 0 0; padding: 0;text-align:right;}
div.price{float: left;text-align: right; width:130px;}
div.total {font-weight: bold;}
/*
.order_form label { margin: 0 13px 0 0; text-align:right;}
*/
.order_form label {
font-weight:bold;
left:7px;
position:absolute;
top:0;
}

.col {display:inline; float:left;}
.col.span-1 {width:44px;}
.col.span-2 {width:74px;}
.col.span-3 {width:124px;}
.col.span-4 {width:174px;}
.col.span-5 {width:224px;}
.col.span-6 {width:274px;}
.col.span-7 {width:324px;}
.col.span-8 {width:374px;}
.col.span-9 {width:424px;}
.col.span-10 {width:474px;}
.col.span-11 {width:524px;}
.col.span-12 {width:574px;}
.col.span-13 {width:624px;}
.col.span-14 {width:674px;}
.col.span-15 {width:724px;}
.col.span-16 {width:774px;}
.col.span-17 {width:824px;}
.col.span-18 {width:874px;}
.col.span-19 {width:924px;}
.col.span-20 {width:974px;}


.clear { clear: both;}
.clear.row-0 { height: 0em; }
.clear.row-2 { height: 2em; }
.clear.row-4 { height: 4em; }

/* Image Detail page
-------------------------------------------------------------- */
#art_meta {font-size: .9em; clear:both;padding-bottom:15px;}
#art_meta .details .row {margin:1px 0;width:300px;clear:both;}
#art_meta .cols2{width: 53%; margin: 0 0 0 3px;float:left; }
#art_meta .clabel{width: 40%;float:left;}
#art_meta h4{margin:10px 0 0 0;font-size: .92em;}

/* Warning, Messages */

.info, .error {
  padding:0.5em 0.5em 0.5em 45px;
  margin-bottom: 13px;
  color: #000;
}
.info {
  background:#EEFFFF url(/images/icons/info.png) no-repeat scroll 0.4em 0.6em;
  border:2px solid #CDEB8B;
}
.error {
  background:transparent url(/images/icons/attention.png) no-repeat scroll 0.4em 0.6em;
  border:2px solid #FF1A00;
  color: #fff;
}

.info a, .error a{
  color: #000;
}

.subjects span{ 
  margin: 0 58px 0 0;
}
.subjects a{	
  font-weight: normal;
  color: #EEE
}
