@import url("datepicker.css");
@import url("lightbox.css");

/* BASE CSS */

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

html, body {
	background-color: #323760;
}

body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-height: 727px;
	color: #33337B;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

ul {
	padding-left: 15px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #5353D9;
}

a:hover {
	color: #000000;
}

hr {
	clear: both;
	height: 4px;
	margin: 20px 0px;
	background-color: #E1E4FF;
	border: 0px;
}

.white {
	color: #FFFFFF;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	border: 1px solid #8884D9;
	margin-left: 20px;
}

iframe {
	border: 1px solid #8884D9;
}

.backlink {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #C9CEF3;
	margin-left: 8px;
}

.backlink a {
	color: #5353D9;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 955px;
	padding-right: 17px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url('../images/container_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	height: 106px;
}

#logo {
	float: right;
	margin: 30px 55px 0px 0px;
}

#headerphoto {
	height: 196px;
	padding-top: 5px;
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
}

#content_box {
	background-image: url('../images/content_box_bg.gif');
	background-repeat: repeat-y;
}

#content {
	float: right;
	width: 610px;
	margin: 27px 57px 0px 0px;
	padding-bottom: 20px;
}

#thumbnails {
	float: right;
	clear: left;
	width: 282px;
	margin: 0px 0px 15px 25px;
}

#thumbnails img {
	border: 1px solid #7E82D8;
	margin: 0px auto;
}

.column_image {
	width: 282px;
	margin: 0px 25px 15px 0px;
	text-align: center;
}

.calendar-event .column_image {
	width: 122px;
}

.column_image img {
	border: 1px solid #7E82D8;
	margin: 0px auto;
}

.column_content {
	float: right;
	width: 300px;
}

.calendar-event .column_content {
	width: 462px;
}

.column_content_full {
	width: 100%;
}

#pagination {
	min-height: 20px;
	padding: 5px 0px;
	border-top: 2px solid #E1E4FF;
	border-bottom: 4px solid #E1E4FF;
	clear: both;
}

#pagination a {
	width: 290px;
}

#pagination a {
	margin: 0px 3px;
}

#pagination .active {
	margin: 0px 3px;
	text-decoration: underline;
}

#leftcol {
	width: 244px;
	float: left;
	margin-top: 25px;
	padding-bottom: 20px;
}

#leftcol .box {
	clear: both;
	margin: 0px 0px 0px 34px;
	padding: 10px 0px;
	width: 181px;
}

#leftcol input {
	float: left;
}

#leftcol .inputbox {
	border-top: 1px solid #AEB3EA;
	border-left: 1px solid #AEB3EA;
	border-bottom: 1px solid #AEB3EA;
	border-right: 0px;
	height: 16px;
	width: 148px;
	padding: 4px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}

#leftcol h4 {
	text-transform: uppercase;
	text-align:right;
}

#leftcol ul {
	list-style: none;
	text-align:right;
	margin-bottom: 15px;
}

#footer {
	width: 871px;
	height: 74px;
	margin: 0px auto;
	padding: 0px 75px 0px 26px;
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
	color: #C9CEF3;
	font-size: 13px;
	line-height: 34px;
	letter-spacing: .025em;
}

#footer span {
	margin: 0px 2px 0px 8px;
}

#footer a {
	color: #C9CEF3;
}

#footer #copyright {
	font-size: 11px;
}

#footer #credits {
	float: right;
	font-size: 11px;
	white-space: nowrap;
}

#footer #credits img {
	vertical-align: middle;
}

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

/* NAVIGATION CSS */

#topnav {
	padding: 10px 0px 0px 4px;
	margin: 0px;
}

#topnav li {
	list-style: none;
	float: left;
	margin-left: 30px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}

#topnav li a {
	color: #626B8C;
}

#topnav li a:hover, #topnav li.active a {
	color: #454AAD;
}

#nav {
	clear: left;
	padding: 0px;
	margin: 65px 0px 0px 1px;
}

#nav li {
	list-style: none;
	padding-left: 30px;
	float: left;
	background-image: url('../images/nav_bullet.gif');
	background-repeat: no-repeat;
}

#nav a {
	height: 16px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav a:hover, #nav li.active a {
	background-position: 0px -16px !important;
}

#nav a.visit {
	width: 41px;
	background-image: url('../images/nav_visit.gif');
}

#nav a.about {
	width: 51px;
	background-image: url('../images/nav_about.gif');
}

#nav a.news-events {
	width: 112px;
	background-image: url('../images/nav_news_events.gif');
}

#nav a.artists {
	width: 56px;
	background-image: url('../images/nav_artists.gif');
}

#nav a.education {
	width: 82px;
	background-image: url('../images/nav_education.gif');
}

#nav a.galleries-exhibitions {
	width: 173px;
	background-image: url('../images/nav_galleries_exhibitions.gif');
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	text-align: right;
	padding: 5px 29px 5px 0px;
	font-size: 12px;
	letter-spacing: .05em;
}


#subnav li.active {
	background-image: url('../images/subnav_bullet.gif');
	background-repeat: no-repeat;
	background-position: right 12px;
}

#subnav li a {
	color: #33337B;
	margin-left: 10px;
}

#subnav li ul li {
	font-size: 11px;
	line-height: 15px;
	padding: 5px 13px 5px 0px;
}

#subnav li ul li.active {
	background-image: url('../images/subnav_bullet2.gif');
	background-repeat: no-repeat;
	background-position: right 12px;
}

#bottomnav {
	font-size: 11px;
	float: left;
	margin-right: 120px;
}

#bottomnav a {
	margin: 0px 8px;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 6px 3px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

.admin_table td {
	padding: 0px 4px 4px 0px;
}

/* News, Exhibitions and Calendar*/

.news, .exhibitions, .calendar-event {
	margin-bottom: 15px;
}

.news h2, .exhibitions h2, .calendar-event h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #5353D9;
}

#news_item h2, #exhibition_item h2 {
	font-size: 16px;
}

/* GALLERY CSS */
table.gallery {
	width: 100%;
}

table.gallery td {
	width: 139px;
	text-align: center;
	padding: 9px 9px 0px 0px;
}

table.gallery-image {
	border: 1px solid #888;
	background-color: #eee;
	width: 147px;
}

table.gallery-image td {
	padding: 0px;
	height: 147px;
	vertical-align: middle;
}

/* Event Calendar CSS */
#calendar-widget {
	height: 150px;
	width: 169px;
	margin-left: 34px;
	border: 1px solid #88f;
	background-color: #eef;
	padding: 5px 5px 0px 5px;
}

#calendar-widget .calendar {
	width:100%;
}

/*
.calendar {
	width: 100%;
}
*/
.calendar td {
	text-align: center;
}

.calendar td.prevCell {
	text-align:left;
	padding-left: 2px;
}

.calendar td.nextCell {
	text-align:right;
	padding-right: 2px;
}

.calendar a {
	color: #333;
}


/* Artist Director CSS */

#mediums {
	color: #C9CEF3;
	margin-bottom: 10px;
}

#mediums a {
	margin: 0px 8px;
}

#artist_directory td {
	vertical-align: bottom;
}

#artist_directory img {
	border: 1px solid #7E82D8;
	margin: 15px 25px 0px 0px;
}

#artist_directory .info {
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
}

#artist img {
	border: 1px solid #7E82D8;
	margin-bottom: 10px;
}

.featured-artist {
	width: 120px;
	padding: 0px 50px;
}

.home-news {
	width: 250px;
	padding-right: 25px;
}


.happening-now {
	margin-top: 10px;
}

.happening-now td {
	width: 295px;
}

.happening-now img {
	margin: 0px 10px 20px 0px;
	float: left;
	display: inline;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-grid li {
	width: 143px;
	height: 168px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}
