/* CSS Document */

* {margin: 0;}
html {overflow-y: scroll;}

body, html	{
	color:#938472;
	margin:0;
	padding:0;
    font-family: 'Droid Sans', sans-serif;
	font-size:1em;
	line-height:1.3em;
	background:url(canvas_bkgd.jpg) repeat;
	min-width:390px;
	height:100%;
	}
.wrapper {
	width:80%;
	margin:0 auto -80px;
	background-color:#FFF;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	border-left:#E2DBD0 solid 15px;
	border-right:#E2DBD0 solid 15px;
	-moz-box-shadow: 0 0 30px #321E16;
    -webkit-box-shadow: 0 0 30px #321E16;
    box-shadow: 0 0 30px #321E16;
	}
#header {
	height:170px;
	margin:0;
	padding:0;
	background:#FFFFFF url(header.png) top left no-repeat;
	display: block;
	text-indent:-9999px;
	}
#mainwrap {
	width:100%;
	margin:0px;
	display:block;
	padding-top:0px;
	padding-bottom:50px;
	}
#content img {
	float:right;
	padding:30px;
	background-color:#E2DBD0;
	border:#938472 1px dashed;
	margin:5px 32px 10px 25px;
	}
#gallery {
	width:92%;
	height:auto;
	margin:5px 4%;
	}
	
/* NAVIGATION */
#nav {
    display: block;
    margin: 0px;
	padding:0px;
    position: absolute;
  	right:20px;
    top: 18px;
	}

#nav a {
    font-size: 0.9em;
  	font-weight:normal;
    padding: 0.1em 0.9em 0em 1em;
    line-height: 1.8em;
	display: block;
	text-decoration: none;
	}
  
#nav li {
    font-family: 'Gentium Basic', serif;
	letter-spacing:2px;
	float: left;
	position: relative;
  	color: #755B49;
    background: #E2DBD0;
    margin: 0px 10px;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	}

#nav li:hover > a, #nav ul ul :hover > a, #nav a:focus {
	color: #FFFFFF;
	background: #A89A86;
	}


/* TEXT STYLING */
h1 {
    font-family: 'Gentium Basic', serif;
	margin:15px 10px 10px 40px;
	line-height:normal;
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-2px;
	color:#BFB29D;
	}
h2 {
    font-family: 'Gentium Basic', serif;
	margin:5px 10px 10px 40px;
	padding:0px;
	font-size:2em;
	font-weight:normal;
	letter-spacing:-2px;
	color:#A0917D;
	}
h3 {
    font-family: 'Gentium Basic', serif;
	margin:5px 8px 6px 40px;
	line-height:1.4em;
	padding:0px;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#7C6E5E;
	}	
h4 {
    font-family: 'Gentium Basic', serif;
	text-transform:uppercase;
	margin:10px 10px 5px 40px;
	line-height:normal;
	font-size:1.1em;
	font-weight:normal;
	letter-spacing:3px;
	color:#7C6E5E;
	}
p {
	margin:5px 30px 18px 42px;
	padding:0px;
	}
ul {
	line-height:150%;
	list-style:square;
	font-weight:normal;
	margin-left:55px;
	padding:10px 0px;
	}
a {font-weight:bold; text-decoration:none;}
a:link {color:#7C6E5E;}
a:hover {color:#635649; text-decoration:underline;}
a:visited {color:#84796E;}

	
/* STYLING FOR ARTWORK PIECES*/
#artcontainer {
	position:relative;
	width: 48%;
	float:left;
	padding:0;
	margin:0;
	}
#artwork {
	float:left;
	width:166px;
	}
#artwork img {
	padding:22px;
	background-color:#E2DBD0;
	border:#938472 1px dashed;
	margin:10px 10px 40px 8px;
	}
#artworkinfo {
	margin:10px 10px 20px 175px;
	}
.clear {clear:both}
.title {
	font-weight:bold;
	font-size:0.85em;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:1em;
	padding:5px 0 0 0;
	margin:5px 0 0 0;
	}
.specs {
	font-size:0.7em;
	font-weight:bold;
	line-height:1.1em;
	padding:3px 0;
	margin:3px 0;
	}
.description {
    font-family: 'Gentium Basic', serif;
	font-size:0.85em;
	line-height:1.1em;
	font-style:italic;
	margin:0;
	padding:0;
	}


/* FOOTER */
.push {	height:80px; clear:both;}	
.footer {
	height:80px;
	width:80%;
	margin:0 auto;
	position:relative;
	clear:both;
	background:#FFFFFF url(footer.png) bottom right no-repeat;
	border-left:#E2DBD0 solid 15px;
	border-right:#E2DBD0 solid 15px;
	-moz-box-shadow: 0 30px #321E16;
    -webkit-box-shadow: 0 30px #321E16;
    box-shadow: 0 30px #321E16;
	}	
.footer p {
	font-size:0.7em; 
	color:#7A5049;
	padding:10px 10px 10px 30px; 
	margin:0; 
	text-align:left;
	}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	}
.lbLoading {background: #fff url(loading.gif) no-repeat center;}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {background: transparent url(prevlabel.gif) no-repeat 0 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}
#lbCaption, #lbNumber {	margin-right: 71px;}
#lbCaption {font-weight: bold;}


/* CONTACT FORM */
#contact {
	clear:both; 
	width:60%;	
	margin-left:15%; 
	padding:20px;
	background-color:#E2DBD0;
	border:#938472 1px dashed;
	}
form {
	width:100%;
	}
fieldset {
	margin:0px 10px 15px 10px; 
	padding:10px;
	border:#BFB29D 1px dashed;
	}
legend {
	color:#755B49;
	background-color:#E2DBD0;
	font-family: 'Gentium Basic', serif;
	padding:3px;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:5px;
	}
label {	
	color:#755B49;
	font-family: 'Gentium Basic', serif;
	padding:3px;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:3px;
	margin:5px;
	}
input {
	width:50%;
	display:block;
	height:25px;
	border:1px solid #BFB29D; 
	background:#FFFFFF url(required_field.png) top right no-repeat;
	margin-left:7px;
	}
textarea#MESSAGE {
	width:75%;
	height:200px;
	border:1px solid #BFB29D; 
	background:#FFFFFF url(messagebkgd.png) bottom right no-repeat;
	margin-left:7px;
	padding:8px;
	}
textarea.MESSAGE {
	display:block;
	color:#938472;
}
input, select, textarea { 
	font-size: 1em; 
	padding:2px 8px;
	color:#938472;
	font-family:'Droid Sans', sans-serif;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {background-color:#E2DBD0 !important;}
#recaptcha_table {
    margin: 25px 10px !important;
	border:1px dashed #BFB29D !important;
	}
#recaptcha_response_field {
    border:none !important;
    background-color: #FFFFFF !important;
	}
.button {
	width:80px;
	float:left;
	font-family: 'Gentium Basic', serif;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#755B49;
    border: #938472 1px dashed;
    background: #C9BFB3;
    padding: 4px 8px;
	margin:5px 10px 20px 10px;
	}
.button:hover {
    border: #938472 1px solid;
    background: #A89A86;
	color:#FFFFFF;
    padding: 4px 8px;
	}
#formtext {margin:20px 0px 8px 0px; font-family: 'Gentium Basic', serif; font-style: italic; font-size:0.9em;}
.alternatecontact {margin: 10px 5px; font-family: 'Gentium Basic', serif; font-style: italic; font-size:1.1em; unicode-bidi:bidi-override; direction: rtl; float:right;} 
	
/* MOBILE STYLING */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
html {overflow-y: auto;}
body, html	{min-width:320px;}
.wrapper {
	width:100%;
	margin:0 auto -140px;
	}
#header {
	background:#FFFFFF url(header_mobile.png) top center no-repeat;
	width:100%;
	height:150px;
	}
#gallery {width:100%; margin:0px; padding:0px;}
#nav {	
	width:100%;
	height:auto;
	position: absolute;
	right:-8px;
    top: 5px;
	}
#nav a {
    font-size: 0.7em;
  	font-weight:bold;
    padding: 0.1em 0.6em 0em 0.6em;
	}
#nav li {
	margin: 0px 2px;	
	letter-spacing:normal;    
	}
#contact {width:75%; padding:12px 12px 30px 12px; margin:auto;}
#content img {
	width:90%;
	height:auto;
	border:none;
	float:none;
	padding:0px;
	margin:5px 5px 15px 5px;
	}
#artcontainer {
	width: 100%;
	float:none;
	}
#artwork {
	width:114px;
	}
#artwork img {
	padding:4px;
	border:none;
	background-color:#ffffff;
	margin:2px 4px 2px 7px;
	}
#artworkinfo {
	margin:10px 12px 15px 120px;
	}

.push {	height:140px; clear:both;}	
.footer {
	width:100%;
	height:140px;
	background:#FFFFFF url(footer_mobile.png) bottom center no-repeat;
	}
.footer p {
	padding:20px; 
	color:#563430;
	text-align:center;
	}
textarea#MESSAGE {
	background:#FFFFFF !important;
	margin-left:7px;
	padding:8px;
	}
input {width:75%;}
#formtext {display:hidden;}
#recaptcha_widget_div { width: 216px; overflow:hidden; } 
#recaptcha_image img  { width: 200px; } 
#recaptcha_table {border:none !important;}

h1 {margin:12px 5px 7px 20px;}
h2 {margin:5px 10px 10px 20px;}
h3 {margin:5px 8px 6px 20px;}	
h4 {margin:10px 10px 5px 20px;}
p {margin:5px 30px 18px 22px;}
ul {margin-left:30px; padding:10px;}
}