/* CSS Document */

html, body {
	background-color: #DEE3DE;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
  	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: center;
}

p, div, table, tbody, tr, td, span {
	font-size: 12px;
}

p {
	font-size: 1em;
	margin: 0 0 10px 0;
}

a {
	color: #cc0000;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 span, h2 span, h3 span, h4 span {
	text-indent: -100em;
	position: absolute;
}

/* PAGE STRACTURE
-------------------------------------------------*/

div#outer {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	overflow: hidden;
}

div#container {
	/*border: 1px solid #000;*/
	background-color: #fff;
	width: 870px;
	margin: 0 auto;
}

div#header {
	background: #375D5E url(../media/share/img_logo_header.gif) top left no-repeat;
	height: 87px;
}

div#content {
	margin: 20px 20px 40px 20px;
}

div#navigation {
	float: left;
	width: 184px;
	margin-top: 10px;
	margin-left: -752px;
}

div#footer {
    border-top: 5px solid #DCDAD4;
	background: #A29591;
	color: #FFF;
	height: 100px;
	font-size: 1em;
}

/* PAGE STRACTURE - Just for looks
-------------------------------------------------*/

div#header h1 {
	visibility: false;
}

div#container {
	text-align: left;
}


div#content hr {
	margin-right:15px;
}

div#homepage {
	padding-right: 10px;
	margin-bottom: 20px;
	margin: 0 0 0 200px;
	width: 550px;
}

div#footer {
	clear: both;
}


/* GLOBAL NAV
-------------------------------------------------*/

div#global-nav {
	padding: 10px;
	margin: 0 20px 0 10px;
	width: 810px;
	height: 10px;
	background: #fff;
}

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

ul#globalnav li {
	display: inline;
	margin: 0 -3px -3px 0;
	padding: 0;
}

ul#globalnav img {
	border: 0px;
}

ul#globalnav a {
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
	color: #796f6c;
	padding: 0 15px 0 15px;
	margin: 0 10px 0 0;
	background: #e1dddc;
	border: 1px solid #a29591;
}

ul#globalnav li a:hover, ul#globalnav li .current {
	background: #fff !important;
	text-decoration: none;
}

/* EXHIBITION
-------------------------------------------------*/

div#exhibition .image-list {
    margin: 0 0 20px 0;
}

div#exhibition .main-image {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #c3c3c3;
}

div#exhibition .thumb-image {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #c3c3c3;
}

div#exhibition .image-list a {
    color: #8e8685;
    font-weight: bold;
    text-decoration: none;
}

div#exhibition .image-list a:hover {
    color: #cc0000;
}

div#exhibition .content {
    margin-left: 195px;
}

/* GALLERY
-------------------------------------------------*/

div#gallery .main-image img {
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

div#gallery .thumb-image {
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid #c3c3c3;
}

div#gallery .image-list {
	clear: none;
    float: left;
    margin-bottom: 40px;
}

div#gallery .image-list a {
    color: #8e8685;
    font-weight: bold;
    text-decoration: none;
}

div#gallery .image-list a:hover {
    color: #cc0000;
}

div#gallery .content {
    margin-left: 195px;
}

div#left-col {
    float:left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
}

div#gallery-list .thumb-image {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #c3c3c3;
}

div#gallery-list .content {
    Xmargin-left: 60px;
}



/* ARTICLE CONTENT
-------------------------------------------------*/

div#article .main-image {
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid #c3c3c3;
}

div#article .article-content {
    margin-left: 195px;
}


/* ARTICLE LIST
-------------------------------------------------*/

div#article-list .main-image .img {
    border: 1px solid #c3c3c3;
}

div#article-list .thumb-image {
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid #c3c3c3;
}

div#article-list .image-list a {
    color: #8e8685;
    font-weight: bold;
    text-decoration: none;
}

div#article-list .image-list a:hover {
    color: #cc0000;
}

div#article-list .content {
    margin: 0 0 30px 195px;
}


/* SIDEBAR
-------------------------------------------------*/

div#sidebar {
	width: 165px;
	float: left;
	text-align: center;
}

div#sidebar h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #fff;
	background-color: #A29591;
	text-align: center;
}

div#sidebar .title {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
}

div#sidebar a:hover {
    color: #CC0000;
}

div#sidebar img {
    margin: 0 0 10px 0;
}


/* PAGINATION
-------------------------------------------------*/

.pagination {
    margin: 15px 0 15px 0;
    padding: 5px;
    font-weight: bold;
    background-color: #eee;
}

.pagination span {
    margin: 0 15px 0 0;
}

.pagination a {
    border: 1px solid #666;
    margin: 2px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    background-color: #fff;
    font-weight: normal;
    font-size: .9em;
}

.pagination .active {
    font-weight: bold;
}

/* HEADINGS
-------------------------------------------------*/
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #cc0000;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	color: #a29591;
}

h4 {
	font-size: 1.3em;
	margin: 0;
}

/* FOOTER
-------------------------------------------------*/

div#footer p {
	font-size: 0.8em;
	text-align: center;
	padding-top: 6px;
}

div#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

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

ul#footer-nav {
    text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#footer-nav li {
	display: inline;
	smargin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.8em;
}

/* TABLES
-------------------------------------------------*/
.formatted-table {
	border-left: 1px solid #988675;
	border-top: 1px solid #988675;
}

.formatted-table td {
	background-color: #fff;
	color: #000;
	padding: 3px;
	border-right: 1px solid #988675;
	border-bottom: 1px solid #988675;
}

.formatted-table .centered, .fieldval{
	text-align: center;
}

.formatted-table .header {
	font-weight: normal;
	background-color: #bcb38a;
	color: #fff;
	padding: 3px;
	border-right: 1px solid #988675;
	border-bottom: 1px solid #988675;
}

/* BREADCRUMBS
--------------------------------------------------*/
ul#breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#breadcrumbs li {
	display: inline;
	smargin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
}



/* HELPERS
-------------------------------------------------*/

.bullet {
	background:url(../media/share/bullet.gif) top left no-repeat;
	float: right;
	margin: 0 0 12px 0;
	padding: 2px 0 0 25px;
}

.border-bottom {
	border-bottom: 1px dashed #BDB795;
	padding: 0 0 15px 0;
}

.no-border{
	border: 0 !important;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.img-float-left {
	float: left;
	margin: 0 10px 10px 0;
}

.intro {
	margin: 20px 0;
	font-weight: bold;
}

div.feedflare {
	display: none !important;
}

div.feedflare img {
	display: none !important;
}

.float-left {
	float: left;
}

.checkbox {
	width: 15px !important;
}

hr {
	margin: 15px 0px 15px 0px;
	border: 0px;
	border-bottom: 1px dashed #BDB795;
	border-top: 1px dotted #fff;
}

input, select {
	font-size: 1em;
}

textarea {
	font-size: 1.2em;
	width: 300px !important;
	height: 100px !important;
}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.mailto-link {
    font-weight: bold;
}

.more-link{
    font-weight: bold;
    color: #cc0000 !important;
}

.more-link:hover{
    text-decoration: underline !important;
}

.jump-link {
    font-size: 0.9em;
    float: right;
    margin-top: -35px;
}

.info-text {
    color: #375D5E;
    font-weight: bold;
}

.sold-image {
    font-weight: bold;
    font-size: 1.2em;
    color: #cc9900 !important;
    padding: 0 0 5px 20px;
    background: url(../media/share/asterisk_orange.png) no-repeat;
}


/* CONTACT FORM (ARTIST GALLERY)
-------------------------------------------------*/
div#gallery #artist_gallery {
	position: relative;
}

div#contact-artist_container {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 464px;
	height: 246px;
}

	div#contact-artist_container div#contact-artist {
		width: 464px;
		height: 246px;
		background: url('../media/share/contact_background.png') center no-repeat;
	}
	
		div#contact-artist div#contact-artist-header {
			padding: 12px 10px;
			vertical-align: middle;
		}
		
			div#contact-artist-header  img {float: right;vertical-align: middle;}
			div#contact-artist-header  h3 {float: left; font-size:15px; width: auto;vertical-align: middle;}
			
		div#contact-artist div#theform {
			padding: 0px 10px;
		}

                        div#theform p {
                            margin: 4px;
                        }
		
			div#theform input, div#theform textarea, div#theform select {
				border: 1px solid #cfdad6;
				font-family: "Tahoma", Helvetica, Arial, Trebuchet MS, Verdana;
				font-size: 12px;
				color: #999999;
				padding: 4px;
			}


                        div#theform input#name, div#theform input#email {
                                width: 40%;
                        }

                        div#theform select#subject {
                            width: 71%;
                        }
						
			div#captcha_submit {
				text-align: right; 
				width: 120px;
				float: right;
			}
			
				div#captcha_submit input {
					margin-top: 5px;
				}
				
				.code_form {
					width: 112px;
				}
				
	#form_success {
		padding: 12px;
		width: 97%;
		background-color: #AFDEA9;
		color: #336633;
		font-weight: normal;
		font-style: italic;
		font-size: 15px;
		border: 1px solid black;
		margin: 10px 0px;
	}
	
	#form_error {
		padding: 12px;
		width: 97%;
		background-color:#FF9D9D;
		color: #A60000;
		font-weight: normal;
		font-style: italic;
		font-size: 15px;
		border: 1px solid black;
		margin: 10px 0px;
	}