/*******************************************************************************

Author:	( coded by hand ), Lindha Boberg
Created:	2007-02-02
Copyright:	(c) Copyright 2007, All Rights Reserved.

*******************************************************************************/

/* left column */
#news, #about {
	float: left;
	margin: 0;
	padding-right: 20px;
	border-right: 1px solid #D4DEB5;
}

#content.index {
	background: #FFF url(/img/bits/pixel_green.gif) repeat-y 350px 0;
}

/* left column */
#news {
	width: 330px;
	min-height: 720px;
	height: auto !important;
	height: 720px;
}

/* left wide column */
#about  {
	width: 480px;
}

#content.about {
	background: #FFF url(/img/bits/pixel_green.gif) repeat-y 500px 0;
}

/* right column */
#feature, #subscribe {
	width: 330px;
	float: right;
	vertical-align: top;
}


/* right narrow column */
#profiles {
	margin-left: 520px;
}

/* news */
.news_item { 
	padding: 0 0 20px 0;
}

#news h3 {
	border-bottom: 1px dashed #D4DEB5;
}

.news_foot {
	font: normal normal 10px  Tahoma, Verdana, Geneva, "Lucida Grande", Arial, sans-serif; 
	color: #666;
}


/* subscribe */
#subscribe form {
	width: 300px;
}

#subscribe fieldset {
 	margin-bottom: 10px;
	padding: 0 0 25px 0;
	border: 0px solid #D4DEB5;
}

#subscribe label {
	display: none;
}

#subscribe input.text {
	width: 275px;
	display: block;
	margin: 2px 0 7px 0;
	padding: 1px 3px;
}

#subscribe input.submit  {
 	width: 100px;
}


/* feature, exhibitions, artists, about */
#feature img, #exhibition img, #artist img, #mail img, #printshop img, #store img {
	background: transparent url(/img/bits/img_border.gif) no-repeat center center;
	padding: 15px;
	margin: 0 auto 0;
}

#exhibitions img, #artists img, #galleries img {
	background: transparent url(/img/bits/img_thm.gif) no-repeat center center;
	padding: 7px;
}

.exhibition_item, .artist_item, .gallery_item {
	float: left;
	display: inline;
	margin: 0;
}

.exhibition_item {
	height: 350px;
	padding: 0 12px;
}

.artist_item, .gallery_item  {
	height: 200px;
	padding: 0 12px;
}

.artist_item, #about .gallery_item  {
	height: 200px;
	padding: 0 8px;
}

#exhibition, #artist, #mail, #printshop, #store_hours {
	width: 700px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	padding-bottom: 20px;
}

#exhibition img, #artist img, #mail img, #content.printshop img, #store img {
	float: left;
	margin: 0 25px 10px 0;
}

#exhibition dl, #artist dl, #mail dl, #store dl {
	margin: 10px 0 0 350px;
	padding-bottom: 20px;
}

#galleries {
	border-top: 1px dashed #D4DEB5;
	padding: 20px 0 20px 0;
}

.gallery_item ul {
	padding: 0;
}

.gallery_item li {
	list-style-type: none;
}

#about, #contact, #printshop_text {
	padding-bottom: 20px;
}

#store ul {
	width: 320px;
	padding: 0;
	margin: 0;
}


.alert {
	margin: 20px auto;
	padding: 20px;
	background-color: #D4DEB5;
	text-align: center;
}