/*-----------------------------------------
Basic Style Sheet
version: 1.1
author: Blue-Iceberg
email: production@blue-iceberg.com
website: http://www.blue-iceberg.com
------------------------------------------*/


/* General Styles
=================================*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #eeeded url(../images/bg.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto;
}

.bodybold {
	font-weight: bold;
}

.bodyitalic {
	font-style: italic; 
}

.underline {
	text-decoration: underline;
}

a:link {
	color: #d62525;
	text-decoration: none;
}

a:visited {
	color: #d62525;
	text-decoration:none;
}

a:hover {
	color: #b32504;
	text-decoration: none;
}

.indent {
	padding-left: 25px;
}

.center {
	text-align: center;
}

.shortline {
	line-height: 7px;
}

.clear {
	clear:both;
}

/* Layout
=================================*/

#mainbox {
	width: 1024px;
	border: none;
}

#logo {
	background: url(../images/logo-hi-res.gif) no-repeat left;
	width: 193px;
	height: 100px;
	float: left;
	margin: 10px 0px 5px 10px;
}

html>body #logo {
	margin: 15px 0px 5px 18px
}

#dragon {
	background: url(../images/dragonNEW.gif) no-repeat top;
	width: 81px;
	height: 150px;
	padding: 0px;
	margin: 27px 90px 0px 59px;
	float: left;
	display: inline;
}

#dragon_sm {
	background: url(../images/dragon-sm.gif) no-repeat top;
	width: 40px;
	height: 75px;
	padding: 0px;
	margin: 27px 90px 0px 59px;
	float: left;
	display: inline;
}



/* Navigation
=============================*/
#homemainnav {
	width: 230px;
	border: none;
	background: #fff;
	float: left;
}

#homemainnav ul {
	list-style: none;
	padding: 18px 0px 0px 30px;
}

#homemainnav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6f77;
	font-size: 14px;
	line-height: 32px;
}

#homemainnav ul li.active {
	color: #d62525;
}

#homemainnav ul li a {
	color: #6d6f77;
}

#homemainnav ul li .active a{
	color: #d62525;
}

#homemainnav ul li a:hover {
	color: #b32504;
	text-decoration: none;
}

#homemainnav a:visited {
	color: #6d6f77;
	text-decoration: none;
}


/* Home Page
=============================*/

#leftheader {
	width: 230px;
	float: left;
	background: #fff;
	margin-left: 40px;
	display: inline;
}

#leftheader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 15px;
	line-height: 22px;
	padding-left: 30px;
}

#leftheader p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	padding-left: 30px;
	padding-top: 0px;
}

#homeartwork {
	background: #eeeded;
	width: 754px;
	height: 450px;
	float: right;

}

#homeartwork img {
	padding: 35px 34px 35px 35px;
}

html>body #homeartwork img {
	padding: 40px 34px 40px 35px;
}

#lowersection {
	width: 1024px;
}

#lowersection h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	margin-left: 340px;
	padding-top: 15px;
}


html>body #lowersection h1 {
	padding-top: 13px;
}

#leftbox {
	width: 230px;
	height: auto;
	float: left;
	background: #fff;
	margin-left: 40px;
	display: inline;
}

#leftbox p {
	font-size: 11px;
	color: #4a4a4a;
	padding: 20px 20px 10px 30px;
}

#leftbox a {
	color: #4a4a4a;
	font-size: 9px;
}

#leftbox a:hover {
	color: #b32504;
	text-decoration: none;
}

#exhibitheader {
	background: #d3d3d3;
	width: 1024px;
	height: 45px;
	position: relative;
	line-height: 22px;
}

#exhibitheader a {
	color: #4a4a4a;
}

#exhibitheader a:hover {
	color: #b32504;
}

#exhibitdetail {
	background: #eeeded;
	width: 754px;
	height: 150px;
	float: right;
}

#exhibitdetail h2 {
	font-size: 15px;
	font-weight: normal;
	color: #4a4a4a;
	margin: 21px 0px 8px 70px;
	padding: 0px 20px 0px 0px;
}

#exhibitdetail p {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 18px;
	margin: 0px 0px 10px 70px;
	padding: 0px 20px 0px 0px;
}

/* Inside Pages
=============================*/

#insideleftheader {
	width: 230px;
	height: 768px;
	float: left;
	background: #fff;
	margin-left: 40px;	
	display: inline;
}

#insideleftheader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 15px;
	line-height: 22px;
	padding: 0px 0px 0px 30px;
}

#insideleftheader p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	padding-left: 30px;
}

#bannerabout{
	background: url(../images/aboutus.jpg) no-repeat left;
	width: 754px;
	height: 172px;
	float: right;
	position: relative;
}

#bannerexhibitions{
	background: url(../images/exhibitions.jpg) no-repeat left;
	width: 754px;
	height: 172px;
	float: right;
	position: relative;
}

#bannercatalog{
	background: url(../images/catalog.jpg) no-repeat left;
	width: 754px;
	height: 172px;
	float: right;
	position: relative;
}

#bannercontact {
	background: url(../images/contactus.jpg) no-repeat left;
	width: 754px;
	height: 172px;
	float: right;
	position: relative;
}

#pageheader {
	background: #d3d3d3;
	width: 754px;
	height: 45px;
	float: right;
	position: relative;
}

#pageheader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	margin-left: 35px;
	padding-top: 15px;
	line-height: 22px;
}

html>body #pageheader h1 {
	padding-top: 13px;
}

#insidecontent {
	width: 754px;
	float: right;
	margin-bottom: 30px;
}

#maincontent {
	width: 400px;
	float: left;
	padding: 15px;
	margin: 10px 10px 0px 20px;
	display: inline;
}


#maincontent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	width: 350px;
	padding: 0px 0px 0px 0px;
}

#maincontent h3 {
	font-size: 12px;
	font-weight: normal;
	color: #323232;
	width: 350px;
	padding: 0px 0px 15px 0px;
}

#maincontent p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #323232;
	padding-bottom: 10px;
}

#maincontent table {
	width: 485px;
	margin-top: 23px;
	margin-bottom: 0px;
}

#maincontent td {
	color: #323232;
	font-size: 11px;
	padding: 20px;
}

#maincontent th {
	font-size: 12px;
	background: #e4e4e4;
}

#maincontent p.next {
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding: 0px;
	margin-right: -30px;
}

html>body #maincontent p.next {
	margin-right: -30px;
}

#secondarycontent {
	width: 250px;
	height: 551px;
	float: right;
	margin: 0px;
	display:inline;
}

#secondarycontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	padding: 10px 15px 10px 15px;
}

#secondarycontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	padding: 0px 15px 5px 15px;
}

#secondarycontent ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	padding: 0px 15px 10px 15px;
}

#secondarycontent ul li {
	margin-left: 30px;
}

#secondarycontent img {
	float: left;
	padding: 20px 0px 0px 35px;
}

#secondarycontent .aboutus {
	background: #fff;
	border: 1px #e4e4e4 solid;
	margin-top: 25px;
	padding-bottom: 10px;
}

/* Exhibitions Page
=============================*/

#exhibitionsmainbox {
	width: 674px;
	float: left;
	padding: 15px;
	margin:  10px 10px 0px 20px;
	display:inline;
}

#exhibitionsmainbox h2 {
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	width: 250px;
	float: left;
}

#exhibitionsmainbox a.exhibitions {
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding: 0px;
	margin: 0px;
}


#exhibitionsmainbox table {
	border-collapse: collapse;
	width: 680px;
	margin-top: 19px;
	border-top: 1px #fff solid;
	clear: both;
}

#exhibitionsmainbox th, td {
	color: #323232;
	font-size: 11px;
	border-bottom: 1px #fff solid;
	padding: 10px 15px 10px 20px;
	font-weight: none;
}

#exhibitionsmainbox th {
	font-size: 11px;
	border-top: 1px #fff solid;
}

#exhibitionsmainbox th a {
	color: #323232;
}

#exhibitionsmainbox th a:hover {
	color: #b32504;
}

#exhibitionsmainbox th.not_bold {
	font-size: 10px;
	font-weight: normal;
}

#exhibitionsmainbox td {
	border-bottom: 1px #fff solid;
}

#maincontent ul li {
	list-style:none;
	margin-left: 30px;
}

#secondarycontent p .exhibitions {
	font-weight: normal;
	font-size: 12px;
	padding: 20px 0px 15px 0px;
	line-height: 18px;
	float: left;
}

th.header {
	text-align:left;
	border-right: 1px solid #fff;
	font-weight: none;
	background: #e4e4e4;
}

th.header_current {
	text-align:left;
	border-right: 1px solid #fff;
	background: #cfcdcd;
}

th img {
	margin-left: 7px;
	margin-top: -2px;
}

th.emptyheader {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e4e4e4;
}

td.year {
	font-weight: bold;
	text-align: center;
}

/* Catalog Page
=============================*/
.group:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}

#catalog {
	padding: 0px;
	margin: 0px;
	border: none;
	margin: 25px 10px 0px 35px;
}

#catalog h2 {
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	width: 350px;
	padding: 0px;
}

#catalog p.artists {
	width: 310px;
	font-weight: normal;
	font-size: 12px;
	float: right;
	text-align: right;
	padding: 0px;
	margin-right: 14px;
}

#catalog th, td {
	border: 0px;
}

#catalog table {
	width: 450px;
	padding: 0px;
	margin-top: 18px;
}

#catalog td {
	border: none;
	padding: 10px;
	margin: 0px;
}

#catalog img {
	padding-top: 14px;
}

#catalog .group {
	width: 500px;
}
#catalog .dfn {
	width: 100px;
	font-weight: bold;
	float: left;
	display: block;	
}
#catalog .dfn_copy {
	float: right;
	display: block;
	width: 400px;
}

/* Contact Us Page
=============================*/

#contactsidebar img {
	background-position: center; 
}

/* Exhibition Microsite
=============================*/

#insidecontent h4 {
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	width: 350px;
	padding: 3px 0px 0px 0px;
	margin: 20px 0px 0px 35px;
}
#divider {
	width: 698px;
	height: 5px;
	margin-left: 35px;
	border-bottom: 1px #d3d3d3 solid;
}

#secondarycontent .microsite {
	background: #fff;
	border: 1px #e4e4e4 solid;
	margin: 15px 0px 0px 5px;
	padding: 15px 5px 10px 5px;
}

#secondarycontent .microsite strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	padding: 0px 15px 5px 0px;
}

#maincontent h2.microsite_title {
	font-size: 12pt;
	color: #323232;
}

#toplinks {
	text-align: right;
	margin: -15px 25px 0px 0px;
	padding: 0;
}
#resources {
	list-style-type: none;
	margin-left: -32px;
	margin-top: -4px;
}

#resources li {
	background: url(/images/arrow.gif) no-repeat;
	padding: 3px 0px 0px 14px;
	margin-left: -30px;
	background-position: 2px 6px;
}

#pdfs {
	list-style-type: none;
	margin-left: -32px;
	margin-top: 0px;
}

#pdfs li {
	background: url(/images/pdf.gif) no-repeat;
	padding: 3px 0px 0px 25px;
	margin-left: -30px;
	background-position: 2px 3px;
}

#links {
	list-style-type: none;
	margin-left: -30px;
	margin-top: 0px;
}

#links li {
	margin-left: -30px;
	padding-top: 2px;
}

#paginate-top {
	clear: both;
	margin-bottom: 20px;
	
}

#featuredwork {
	clear: both;
	margin-top: 10px;
	position: relative;
	font-size: 10px;
}

#gallery_content {
	margin: -15px 0px 0px 0px;
}

#gallery_content table {
	width: 430px;
}

#gallery_content td {
	border: none;
	padding: 10px;
	margin: 0px;
}


.pagination{
	padding: 2px;
	margin:  0px 15px 0px 0px;
	clear: both;
	border: none;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
	font-size: 100%;
}

.pagination li{
	list-style-type: none;
	display: inline;
	margin-right: -10px;
	padding: 0;
}


.pagination a, .pagination a:visited{
	padding: 0;
	margin-right: -7px;
	text-decoration: none; 
	color: #d62525;
}

.pagination a:hover, .pagination a:active{
	color: #d62525;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
	color: #323232 !important;
	font-weight: bold;
	cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" 	previous or next link*/
	cursor: default;
	color: #929292;
}

.pagination a.prevnext{ /*Style for previous and next link*/
	font-weight: none;
}
