@charset "UTF-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
strong {
	font-weight: bold;
}
p {
	line-height: 1.5em;
	color: #374559;
	padding-bottom: 0.8em;
}
a {
	color: #374559;
	text-decoration: none;
}
a:hover {
	color: #f07522;
}
h3 {
	color: #f07522;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0.5em;
}
em {
	font-style: italic;
}
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.5em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 0.7em;

}
#container {
	width: 892px;
	height: 576px;
	margin: 0 auto;
}
#header {
	margin-top: 35px;
}
#header h2 {
	color: #f07522;
	font-size: 24px;
	padding-bottom: 8px;
	float: left;
	margin-right: 34px;
}
#header h2 a {
	color: #f07522;
	text-decoration: none;
}
#header ul#subnav {
	float: left;	
}
#header ul#subnav li {
	float: left;
	margin-right: 34px;
}
#header ul#subnav li a {
	display: block;
	color: #374559;
	text-decoration: none;
	font: 12px/24px Helvetica, Arial, sans-serif;
}
#header ul#subnav li a:hover {
	color: #f07522;
}
#header ul#subnav li a.currentpage {
	color: #f07522;
	font-weight: bold;
}
#content {
	border-top: 1px solid #9ba2ac;
	border-bottom: 1px solid #9ba2ac;
	padding: 17px 0;
	height: 417px;
}
#footer ul#nav {
	float: right;
	padding-top: 17px;
}
#footer ul#nav li {
	float: left;
	margin: 0 17px;
	color: #374559;
}
#footer ul#nav li a {
	color: #374559;
	text-decoration: none;
}
#footer ul#nav li a:hover {
	color: #f07522;
}
#footer ul#nav li a.currentsection {
	color: #f07522;
}
#footer ul#nav li.last {
	margin-right: 0;
}
#footer ul#nav li.first {
	margin-left: 0;
}
#content #leftColumn {
	width: 568px;
	height: 417px;
	float: left;
	position: relative;
}
#content #rightColumn {
	float: right;
	width: 272px;
	height: 417px;
}
/* Artwork Category Interface 
------------------------------------------------*/
#content #rightColumn p {
	line-height: 1.5em;
}
#content #leftColumn a#btnNextThumb {
	position: absolute;
	top: 200px;
	right: 0;
	width: 14px;
	height: 26px;
	background: url(/images/btn_arrow_next.gif) 0 0 no-repeat;
	text-indent: -9999em;
	display: block;
}
#content #leftColumn a#btnPrevThumb {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 14px;
	height: 26px;
	background: url(/images/btn_arrow_previous.gif) 0 0 no-repeat;
	text-indent: -9999em;
	display: block;
}
#content #leftColumn a#btnNextThumb:hover {
	background-position: 0 -26px;
}
#content #leftColumn a#btnPrevThumb:hover {
	background-position: 0 -26px;
}
#content #leftColumn #center {
	width: 490px;
	margin: 0 auto;
	height: 417px;
	overflow: hidden;
	position: relative;
}
#content #leftColumn #center #inner {
	width: 508px;
	height: 417px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#content #leftColumn #center #inner .sectionBlock .thumbBlock {
	float: left;
	height: 143px;
	width: 108px;
	margin-right: 17px;
}
#content #leftColumn #center #inner .sectionBlock .thumbBlock a {
	border: 1px solid #fff;
	display: block;
	height: 108px;
	width: 108px;
}
#content #leftColumn #center #inner .sectionBlock .thumbBlock a:hover {
	border: 1px solid #f07522;
}
#content #leftColumn #center #inner .sectionBlock .thumbBlock p {
	font-size: 10px;
	padding-top: 3px;
	line-height: 1em;
}
#content #leftColumn #center #inner .sectionBlock {
	width: 508px;
	height: 417px;
	float: left;
	overflow: hidden;
}
#content .preloader {
	background: url(/images/preloader.gif) center center no-repeat;
}

.overflow {
	
}
/* Individual Artwork Interface
----------------------------------------------------------------*/
#fullsize {
	width: 566px;
	height: 415px;
	text-align: center;
}
#infoarea {
	width: 272px;
	height: 417px;
}
#infoarea #artworktext {
	width: 272px;
	height: 281px;
	margin-bottom: 20px;
	padding-top: 17px;
}
#infoarea #artworktext h4 {
	font-weight: bold;
	color: #f07522;
	font-size: 14px;
	margin-bottom: 13px;
}
#infoarea #artworktext p {
	margin: 0;
	padding: 0;
}
#infoarea #artworkthumbs {
	width: 272px;
	height: 117px;
}
#infoarea #artworkthumbs ul#smallthumbs li {
	float: left;
	padding-right: 8px;
}
#infoarea #artworkthumbs ul#smallthumbs li a {
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	width: 54px;
	height: 54px;
}
#infoarea #artworkthumbs ul#smallthumbs li a.currthumb {
	border: 1px solid #333;
}
#infoarea #artworkthumbs ul#smallthumbs li a.currthumb:hover {
	border: 1px solid #333;
}
#infoarea #artworkthumbs ul#smallthumbs li a:hover {
	border: 1px solid #f07522;
}

#backLink {
	float: right;
	font: 12px/24px Helvetica, Arial, sans-serif;
	display: block;
	padding-left: 12px;
	background: url(/images/bg_back_btn.gif) 0 0 no-repeat;
	height: 24px;
}
#backLink:hover {
	background-position: 0 -24px;
}

/* Writing
----------------------------------------------------------------*/
.writingBlock {
	width: 144px;
	height: 188px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.writingBlock a {
	border: 1px solid #9BA2AC;
	height: 188px;
	width: 144px;
	display: block;
}
.writingBlock a:hover {
	border: 1px solid #f07522;
}
#writingContent {
	overflow: scroll;
	height: 378px;
}
.overflow {
	overflow: scroll;
	height: 378px; 
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffffff url(/images/scroller_track.gif) 6px top repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(/images/scroller_arrow_dragger.gif) 1px 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
	width: 13px;
	height: 10px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/scroller_arrow_up.gif) 0 0 no-repeat;
	height: 7px;
	width: 13px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/scroller_arrow_down.gif) 0 0 no-repeat;
	height: 7px;
	width: 13px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
#writingContent h4 {
	color: #f07522;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
}
#writingContent h4 a {
	color: #f07522;
}
#writingContent h4 a:hover {
	color: #374559;
}
#writingContent h4 span {
	font-weight: normal;
}
#writingContent h3 {
	font-size: 15px;
	padding-bottom: 20px;
}
#writingContent ul li {
	margin-bottom: 7px;
}
/* About
----------------------------------------------------------------*/
#twoColumns {
	height: 180px;
}
#twoColumns p {
	font-size: 13px;
}
#twoColumns .first {
	
}
#twoColumns .last {
	
}
#twoColumns .column {
	border: 1px solid #000;
	clear: none;
	display: block;
}
/* Press 
----------------------------------------------------------------*/
.articleBlock {
	width: 144px;
	height: 188px;
	padding-right: 24px;
	padding-bottom: 10px;
	float: left;
}
.articleBlock a {
	height: 188px;
	width: 144px;
	display: block;
	overflow: hidden;
}
.articleBlock a:hover {
	
}
#pressContent {
	overflow: scroll;
	height: 378px;
}
#pressContent h4 {
	color: #f07522;
	font-weight: bold;
	font-size: 13px;
}
#pressContent h4 span {
	font-weight: normal;
}
#pressContent h3 {
	font-size: 15px;
	margin-bottom: 7px;
}
#pressContent ul li {
	margin-bottom: 7px;
}

/* News 
----------------------------------------------------------------*/
.title {
	font-weight: bold;
	font-size: 12px;
	color: #f07522;
	padding-bottom: 11px;
}
.text {
	margin-bottom: .75em;
	padding: 16px 0 0 0;
	line-height: 1.2em;
}
.text a {
	color: #f07522;
}
.text a:hover {
	color: #374559;
}
.articlewrap {
	margin-bottom: 1.3em;
	margin: 0 auto 28px auto;
}

.date {
	font-weight: bold;
	color: #374559;
}

/* Admin
----------------------------------------------------------------*/
.admin h2 {
	font-size: 24px;
	margin-bottom: 24px;
}
.admin h3 {
	padding-bottom: 24px;	
}
#addnews, #editnews, #deletenews {
	width: 100%;
	margin: auto;
}
#addnews input#title, #addnews textarea#text, #editnews input#title, #editnews textarea#text, #deletenews input#title, #deletenews textarea#text  {
	width: 500px;
	border: 1px solid #ccc;
	padding: 7px;
}
#addnews textarea, #editnews textarea, #deletenews textarea {
	height: 100px;
}
#addnews label, #editnews label, #deletenews label {
	display: block;	
}
#addnews div, #editnews div, #deletenews div {
	margin-bottom: 20px;	
}
.error {
	padding: 20px;
	font-weight: bold;
	color: #ff0000;
}
/* Browser Fixes
----------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
