/* app design css goes here */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background: url(/images/header_bg.gif) repeat-x;
}



#page {
	width: 1020px;
	margin: 0px auto auto auto;
}

#header {
	background-color: #000;
	position: relative;
	height: 99px;
	color: #fff;
}
#header-content {
	float: left;
	width: 300px;
	height: 99px;
	overflow: hidden;
}
#header-content div {
}

#header-menu {
	float: left;
	clear: right;
	height: 99px;
}

#main {
	padding: 0px;
	background-color: white;
}

#main a {
	color: #373737;
	text-decoration: none;
}
#main a:visited {
	color: #000;
}
#main a:hover {
	text-decoration: underline;
}

#content {
	width: 1020px;
	float: left;
}

.contentPadding { 
	padding-left: 45px;
}

#right-pane {
	width: 0px;
	float: right;
}

#footer {
	text-align: right;
	font-size: 10px;
	color: #000;
	padding-top: 10px;
}

#footer a {
	color: #000;
}

h1 {
	font-weight: normal;
	margin: 4px 0px;
	color: #373737;
}

h2 {
    font-size: 24px;
}

h2, h3, h4, h5 {
    padding-top: 0;
    font-weight: bold;
    color: #373737;
}

div.main_menu {
height: 99px;
}

div.main_menu ul {
	padding: 20px 0px;
	list-style-type: none;
	margin: 0px;
	height: 99px;
}

div.main_menu ul li {
	color: #fff;
	display: block;
	margin: 0px;
	padding: 0px 0px;
	padding-right: 20px;
	height: 69px;
	width: 50px;
	border-left: 1px solid #53555e;
	float: left;
	zoom: 1;
}

div.main_menu ul li a {
	text-decoration: none;
	color: #53555e;
	padding: 0px 8px;
	vertical-align: bottom;
	font-size: 8pt;
	position:absolute;
	bottom: 0;
}

div.main_menu ul li a:hover {
	color: white;
}

div.main_menu ul li.hover a {
}

div.main_menu ul li a.current {
	color: white;
}

div.main_menu ul.menu-children {
	background-color: #000;
	border: none;
	border-bottom: none;
	border-left: 1px solid #53555e;
	top: 79px;
	width: 74px;
	padding: 30px 1em 0 4px;
	zoom:1;
}
div.main_menu ul.menu-children li {
	display: block;
	margin-bottom: 0px;
	height: auto;
}

div.main_menu ul.menu-children li a {
	height: auto;
}

div.contact-content {
	padding-top: 20px;
}

div.contact-details {
	float: left;
	width: 200px;
	font-size: 10px;
}

div.contact-form {
	float: left;
	padding-left: 100px;
}

div.contact-form {
	font-size: 10px;
	color: #53555e;
}

div.contact-form input textarea {
	font-size: 12px;
	color: #000;
}

div.contact-content h1 {
	color: #000;
	padding-bottom: 15px;
}

div.news_summary {
	border: none;
	border-top: 1px solid #000;
	margin-top: 10px;
}

div.exhibition {
}

div.exhibition .showing {
	font-size: 8t;
	top: -15px;
	position: relative;
}

div.exhibition .painting h2 {
	font-size: 13pt;
}

div.painting ul {
	list-style: none;
	padding-left: 3px;
}

div.painting ul li {
	padding-bottom: 8px;
}

div.painting {
	clear: both;
	overflow: hidden;
}

div.painting .info {
	width: 200px;
	padding-left: 10px;
	padding-right: 10px; 
	float: left;
}

div.painting img {
	float: left;
	clear: right;
	padding: 10px;
}

div.painting_links {
	clear: both;
}

div.painting_links span a {
	border: 1px solid black;
	display: block;
	float: left;
	height: 15px;
	margin-right: 3px;
	margin-top: 3px;
	padding: 5px;
	width: 15px;
}

#main div.painting_links span.current a {
	background: black;
	color: #fff;
	font-weight: bold;
}

#main div.painting_links span.sold a {
	background: red;
	border: 1px solid red;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

div.painting div.info .sold {
	color: red;
	font-size: 16pt;
	font-weight: bold;
}

div.artist_description {
	float: left;
	width: 290px;
}

div.artist_paintings {
	float: left;
	padding-left: 10px;
	width: 690px; 
}

div.painting_list {
	float: left;
	width: 300px;
	padding: 3px 0px;
}

div.painting_list .sold {
	color: red;
	font-weight: bold;
}

.page_list_current {
	font-weight: bold;
}
