* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #D6D5BB;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 90%;
	margin: 0;
}
a {
	background-color: inherit;
	color: #8E6F3A;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	color: #3D575D;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #3796D4;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #3796D4;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 200%;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h3 {
	/*color: #993;*/
	color: #4d4d4d;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width: 1000px;
	margin: auto;
	padding-top: 20px;
	position: relative;
}

#header{
	color: #3796D4;
	width: 265px;
	position: absolute;
	left: 17px;
	z-index: 1;
}
#header h1 {
	background: url('../img/bs-logo2.jpg') no-repeat left;
	padding: 0px;
	text-indent: -9999px;
	height: 89px;
	width: 260px;
}
#header h1 a {
	display: block;
	height: 89px;
	width: 260px;
}
#content{
	background-color: #fff;
	clear: both;
	color: #666;
	padding: 5px 20px 20px 20px;
	overflow: hidden;
	width: 900px;
	margin: auto;
	margin-top: 13px;
	border: 1px solid #CBC8C1;
	z-index: -1;
}
.fuck-ie {
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
}

#top-form, #top-menu {
	background-color: #fff;
	height: 2.5em;
	width: 900px;
}

#top-form {
	font-size: .95em;
	color: #3796D4;
	background-image: url(../img/dot-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 260px;
	display: table-cell;
    vertical-align: middle;
}

#top-form form {
	display: inline;
	margin-right: 20px;
}

#top-form form div {
	padding: 0;
}

#top-form input {
	font-size: .9em;
	padding: 1px;
	color: #999;
	background-color: #FFF;
	width: 120px;
	display: inline;
	margin: 0px 0px 0px 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#top-form .hidden {
	display: none;
}
input[type=hidden], #top-form input[type=hidden] {
	display: none;
}
#top-form .submit {
	color: #FFF;
	background-color: #ACB8BB;
	border: 1px solid #ACB8BB;
	padding: 0px;
	width: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
}

#top-form .social {
	display: inline;
	position: relative;
	top: 4px;
}

#top-form .social a {
	margin-left: 20px;
	background-color: transparent;
}

#top-form a:link, #content #top-form a:visited {
	color: #3D575D;
	text-decoration: none;
	font-weight: normal;
}

#top-form a:hover, #content #top-form a:active {
	text-decoration: underline;
}

#top-form p.links {
	float: right;
	color: #999;
}

#top-form p.title {
	float: left;
}

#top-menu {
	font-size: .9em;
	color: #999;
	padding: .75em 0px 0px 260px;
	text-transform: uppercase;
	width: 650px;
}

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

#top-menu li {
	display: inline;
	margin: 0px 15px 0px 0px;
	position: relative;
}

#top-menu ul li ul {
	position: absolute;
	display: block;
	top: 1.7em;
	left: 0px;
	width: 500px;
	padding-left: 35px;
	background-image: url(../img/submenu-arrow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#top-menu ul li ul li {
	text-transform: none;
	float: left;
}


.breadcrumb {
	background-image: url(../img/arrow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 25px 0px 0px;
}

#top-menu a:link, #info-menu a:link, #top-menu a:visited, #info-menu a:visited {
	color: #8E6F3A;
	font-weight: normal;
	text-decoration: none;
}

#top-menu a:hover, #info-menu a:hover, #top-menu a:active, #info-menu a:active {
	text-decoration: underline;
	color: #3D575D;
}

#top-menu ul.links {
	width: 250px;
}

#top-menu ul.education {
	width: 350px;
}

#content-wrap {
	overflow: auto;
	padding-top: 2em;
	zoom: 1;
}

#info-menu {
	font-size: .9em;
	float: left;
	width: 220px;
	padding-top: 3px;
}

#smart-logo {
	width: 220px;
	margin-top: 30px;
	text-align: center;
}

#smart-logo img {
	border: 1px solid #ccc;
	padding: 8px;
}

#info-menu .promo {
	padding: .5em 5px;
	border-right: 1px solid #DFE7EA;
	border-left: 1px solid #B7C2C4;
	text-align: center;
}

#info-menu h2 {
	margin: 1.5em 0px 0px 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #3796D4;
	border-right: 1px solid #DFE7EA;
	border-left: 1px solid #B7C2C4;
	border-top: 1px solid #B7C2C4;
	border-bottom: 1px dotted #ccc;
	background-color: #EDEDE4;
	padding: 3px 10px;
}

#info-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 5px 10px;
	border-right: 1px solid #DFE7EA;
	border-bottom: 1px solid #DFE7EA;
	border-left: 1px solid #B7C2C4;
	border-top: none;
}

#info-menu ul li {
	padding-top: 1em;
	margin: 0px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: .9em;
	color: #858585;
}

#info-menu .news li {
	font-weight: normal;
}

#info-menu ul li ul {
	border: none;
}

#info-menu ul li ul li {
	padding-top: .3em;
	padding-left: .5em;
	font-weight: normal;
	text-transform: none;
	font-size: 1.1em;
}

#info-menu .rsn {
	color: #900;
}

#col-wrap {
	margin: 1.5em .9em 2em;
	padding-left: 30px;
	overflow: auto;
	zoom: 1;
}

.col {
	width: 306px;
	background-image: url(../img/col-body.jpg);
	background-position: top left;
}

.col h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
}

#cur-exhibits {
	color: #666;
}

#cur-exhibits h2 {
	background-image: url(../img/cur-exhibits.jpg);
}

#cur-exhibits h3 {
	font-size: 150%;
	color: #3D575D;
	padding-top: 12px;
}

#cur-exhibits .subtitle {
	font-size: 1em;
	margin: .5em 0;
}

#cur-exhibits .when {
	font-size: .9em;
	color: #900;
}

#cur-exhibits .where {
	font-size: .9em;
}

#cur-exhibits img {
	margin-top: 8px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.col .exhibit {
	margin: 0px 25px 20px 28px;
}

.col .exhibit-last {
	padding: 0px 25px 25px 28px;
	background-image: url(../img/col-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bs-news {
	float:right;
	color: #666;
}

#bs-news h2 {
	background-image: url(../img/bs-news.jpg);
}

#bs-news ul {
	list-style: none;
	margin: 0px 15px;
}

#bs-news li {
	font-size: .95em;
	margin-top: 15px;
}

#bs-news .p-last {
	font-size: .95em;
	padding: 15px 25px 25px 28px;
	background-image: url(../img/col-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #CCC;
}

.page-count {
	float: right;
	font-size: .85em;
}

#bs-support {
	font-size: .75em;
	color: #999;
	margin-top: 20px;
	padding-top: 15px;
	background-image: url(../img/dot-line.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	font-size: .8em;
}

.view_info, .artist-list p, p.note {
	line-height: 1.7em;
	margin-top: 1em;
	color: #666;
}

.view_info h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #4d4d4d;
}

.view_info.artist div.section {
    margin-bottom: 20px;
    margin-left: 10px;
    overflow: hidden;
}

.view_info p, .view_info ul, p.note {
	margin-bottom: 2em;
}

.view_info img {
	padding: 2px;
	border: 1px solid #CCC;
}

img.no-border {
    border: none;
}

.view_info input {
	width: auto;
}

.info_box, .img_box {
	float: right;
	background-color: #eee;
	padding: 0px 10px 3px 10px;
	margin: 0px 15px 10px 10px;
	border: 1px solid #ccc;
	font-size: 90%;
}

.dirimage_box {
	float: left;
	margin-right: 15px;
}

.logo_box img {
	border: none;
	margin-bottom: 15px;
}

.info_box {
	max-width: 275px;
}

.img_box {
	margin-right: 38px;
	width: 590px;
}

.info_box h1, .img_box h1 {
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	
}

.info_box form {
	margin: 10px 0;
	width: auto;
}

.img_box img {
	margin: 6px;
	border: 1px solid #eee;
}

.img_box img:hover {
	border: 1px solid #900;
}

.press_img {
	width: 100%;
	background-color: #d4d4d4;
	overflow: auto;
	margin: 10px 0;
}

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

.press_img img {
	float: left;
}

.subhead {
	font-size: 115%;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.4em;
}

.list-item {
	margin: 3px 0px 3px;
	padding: 0px 10px 10px 0px;
	background-image: url(../img/dot-line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: auto;
	zoom: 1;
}

.list-item img {
	float: left;
	margin-right: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.list-item h3 {
	margin: 10px 0;
	padding-top: 0px;
}

.list-item .subhead {
	margin-bottom: 0px;
}

.list-item .when {
	float: right;
	width: 83px;
	height: 83px;
	background-image: url(../img/hap-badge.jpg);
}

.list-item .when .days {
	color: #FFF;
	font-size: 175%;
	text-align: center;
	padding-top: 25px;
	
}

.list-item .today {
	float: right;
	width: 83px;
	height: 83px;
	background-image: url(../img/today-badge.jpg);
}

.list-item .dates {
	margin: 8px 0;
	padding-left: 10px;
	border-left: 2px solid #ccc;
	text-transform: uppercase;
	font-size: 90%;
	color: #666;
}

.list-item .price {
	color: #900;
}

.artist-list .contact {
	margin-top: .5em;
}

.artist-list ul {
	list-style: none;
	margin: 0;
}

.artist-list .board {
    color: #3796D4;
}

.blue-h3 {
	color: #3796D4;
	font-size: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 0px;
}

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

.links ul li {
	margin-bottom: 8px;
}


/* Admin columns */

.col-left {
	width: 425px;
	float: left;
}

.col-right {
	width: 425px;
	float: right;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #003d4c;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #3796D4;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #3796D4;
	font-size: 130%;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
fieldset.dashboard ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 130%;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin: 10px 0px 0px 20px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background-color: #3796D4;
	border: 1px solid #3796D4;
	color: #FFF;
}
.del-link {
	float: right;
}
.form-col-left {
	width: 300px;
	margin: 0;
}

.form-col-right {
	width: 300px;
	float: right;
	margin: 0 20px 0 0;
}

.separator {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #CCC;
}

.index select {
	border: 1px solid #CCC;
	padding: 2px;
	font-size: .8em;
}

.index form {
	margin: 0;
}
.index .active input, .related .active input {
	margin-left: .7em;
}
.index .active, .related .active {
	width: 3.3em;
}

.bluebutton {
	border: 1px solid #3796D4;
	background-color: #3796D4;
	display: inline;
	color: #FFF;
	font-size: .8em;
	width: auto;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 5px;
	border: 1px dotted #600;
	background-color: #EFEFEF;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #666;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions li.new:before {
	content: '+ ';
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}