html {
	height: 100%;
}

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

a:link:hover, a:visited:hover {
	color: #BB7A22;
}

p a:link, p a:visited {
	color: #d1b979;
}

p a:link:hover, p a:visited:hover {
	color: #d39d2b;
}

.extension_wrapper h1, h2, h3 {
text-shadow: none;
}

.post h2 {
	font-size: 20px;
	margin-top: 0px;
}

.sidebar h2 {
	font-size: 20px;
	margin: 10px 0;
}

#exhibition h2 {
	font-size:1.3em;
	margin-top: 35px;
}

h3 {
	margin: 5px 0;
}

h3#comments, h3#respond {
	font-family: GardensC, Lucida sans unicode, Arial !important;
	font-weight: normal;
	font-size: 30px;
	letter-spacing:1px;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color:black;
  font-family: Lucida sans unicode, Arial;
  color: #CECBBB;
  font-size: 16px;
}

#container {
  padding: 0 0 35px 0;
  margin: 0;
  background-color: #292929;
  width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
}

#container2 {
	overflow: auto;
	width: 1000px;
	margin-left: 20px;
}

p#first {
	margin-top: 0px;
}

#header {
  padding: 0;
  margin: 0;
}

.sidebar {    
  margin: 3px 0 10px 30px;
  float: right;
  width: 230px;
  background-color: #34322c;
  -khtml-border-radius: 10px;	
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #675F49;
  position: relative;
  z-index: 2;
}

#content {
	text-align: justify;
	position: relative;
	padding: 0px 30px;
	top: 20px;
}

.logo {
	width:412px;
	margin:  0 auto 30px;
	padding-top: 15px;
	height: 53px;
}

#nav {
	width: 565px;
	margin:  0 auto 10px;
	height: 30px;
}

#sub-nav, #sub-nav2 {
	width:640px;
	position: relative;
	left: 50%;
	margin-left: -320px;
	margin-bottom:  0px;
	padding-top: 10px;
	z-index: 110;
	text-align: center;
	font-size: 18px;
}

#sub-nav {
	display: none;
}

.line {
	background: #675F49;
	height: 1px;
	margin-top: 10px;
}

#content .line {
	margin: 0px 300px 15px 0;

}

#main-image1 {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}

#main-image2 {
	float: right;
	margin-left: 30px;
	margin-top: -5px;
}

.show-sub {
	margin-bottom: 10px;
}

ul {
list-style: none;
padding: 0px;
margin: 0;
}

ul.circle {
list-style: circle;
margin: 15px 0 20px 20px;
}

.sidebar ul {
	list-style: circle;
	margin-left: 13px;
	font-size: 15px;
}

ul#sidebar-main {
	list-style: none;
	margin-left: 0px;
}

#nav li, #sub-nav li, #sub-nav2 li {
	height: 30px;
	margin: 0px 25px;
	float: left;
	cursor: pointer;
}

#sub-nav li, #sub-nav2 li {
	margin: 0px 15px;
}

li.slide-up {
	background: url('images/sprite.png');
	background-position: 0px 0px;
}

li.slide-down {
	background: url('images/sprite2.png');
	background-position: 0px -30px;
}

li.current {
	background: #e8e3d3 !important;
}


.inches {
	font-size: 16px;
}


a img {
  border: none;
}

#fixedTop{
	position: relative;
	z-index: 100;
	width: 100%;
	top: 5px;
}

#topIndicator-wrapper{
	width: 100px;
	position: relative;
	padding: 0 10px 0px 35px;
	left: 60px;
}
#topIndicator-rectangle{
	width: 100px;
	height: 7px;
	background-color: #353532;
}

#topIndicator-triangle{
	border-color: #353532 transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    height:0;
    width:0;
	left: 43px;
	position: relative;
}

#leftIndicator-wrapper{
	float: left;
	height: 100px;
	width: 15px;
	top: 34px;
	display: block;
	position: relative;
}
#leftIndicator-rectangle{
	width: 7px;
	height: 100px;
	background-color: #353532;
}
#leftIndicator-triangle{
	border-color: transparent transparent transparent #353532;
    border-style: solid;
    border-width: 8px;
    height:0;
    width:0;
	left: 7px;
	top:42px;
	position: absolute;
}

#wrapper{
/*	display: none;*/
	position: relative;
	top: 0px;
	width: 1060px;
	left: 50%;
	margin-left: -520px;
}

.centered { margin: 0 auto; }

.box {
  margin: 25px;
  width: 200px;
  height: 200px;
  float: left;
  line-height: 200px;
  display: inline-block;
  text-align: center;
}

.box img,
#tumblelog img {
  vertical-align: middle;
}

/*.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}*/

#panel {
	display:none;
	text-align: center;
	margin-bottom: 10px;
}

#contact-form {
	width: 840px;
	margin: 0 auto;
 	background-color: #34322c;
	-khtml-border-radius: 0 0 10px 10px;	
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #675F49;
	border-top: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#name_error {
	text-align: left !important;
}

/*forms*/

input, textarea {
	padding: 5px;
	font-size: 16px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E6EAE5;
	border: 1px solid #8F8776;
}

input {
	margin: 7px 6px;
	width: 370px;
}

input:focus {
	margin: 3px 2px;
	
}

textarea {
	height: 200px;
	display: block;
	width: 770px;
	margin: 7px 29px 19px;
}

textarea:focus {
	margin: 3px 25px 0px;	
}

input:focus, textarea:focus {
border:2px solid #CBCC79;
padding:8px;
background-color: #F3F7F2;
}

fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}

.error {
	background-color: red;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.error-message {
	margin: 10px 0 15px;
	text-align: left;
}

#name_error {
	margin-left: 70px;
}

#email_error {
	margin-left: 380px;
}

#message_error {
	margin-left: 210px;
}


.send{
	background: url('/images/send-hover.png') no-repeat;
	border: 0px;	
	width: 135px;
	height: 35px;
	margin: 0px 0 0 330px;
	cursor: pointer;
	float: left;
}

.submit{
	border: 0px;	
	width: 135px;
	height: 35px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	-khtml-border-radius: 0px;	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.submit:focus {
	border: 0px !important;
	padding: 3px 5px !important;
	margin: 5px 0 !important;
}

.default_value {
	color:  #746F66;
}

.close {
	border: 0px;	
	width: 120px;
	height: 35px;
	float: right;
	margin-right: 25px;
	background: url('/images/close-hover.png') no-repeat;
}

#nav-bottom {
    margin: -15px 0 15px -100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
}

/*blog*/

.post-time {
	font-size: 14px;
	color: #a29f93;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation {
	text-align: center !important;
}

#commentform textarea {
	margin: 0px;
	width: 700px;
}

#commentform textarea:focus {
	width: 710px;
	margin: 0px;
}

#commentform input {
	margin: 0px;
	width: 350px;	
}

#commentform input#submit {
	width: 180px;	
}

#commentform input#submit:hover {
	width: 180px;
	background-color: #f4e728;
}

#commentform input:focus {
	margin: 0px;
	width: 355px;
}

.widgettitle {
	color: #cdc6b0;
}

.widget {
	padding:5px 15px 12px;
}

.widget_cmeta {
	border-bottom: none !important;
}

/* current exhibitions widget */


.widget_black_studio_tinymce p {
	margin-top:5px;
}

#exhibitions_sidebar h2 {
	color: #B6BF81;
	font-size:18px;
}

/*font*/

@font-face {  
  font-family: GardensC ;  
  src: url(/fonts/GardensC.otf) format("opentype");  
}

/*footer*/

#design {
	color: #a59977;
	font-family: GardensC, Lucida sans unicode, Arial;
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	letter-spacing:1px;
	width: 1200px;
	margin: 0 auto;
	background: #333333;
	background: -moz-linear-gradient(top,  #333333 0%, #242424 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#242424));
	background: -webkit-linear-gradient(top,  #333333 0%,#242424 100%);
	background: -o-linear-gradient(top,  #333333 0%,#242424 100%);
	background: -ms-linear-gradient(top,  #333333 0%,#242424 100%);
	background: linear-gradient(top,  #333333 0%,#242424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#242424',GradientType=0 );
		
}

