@charset "utf-8";

/*---GENERAL STRUCTURE---*/
*, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#header .navigation {
	letter-spacing: 1px;
	padding-top: 20px;
	padding-left: 5px;
	margin-bottom: 20px;
}

#Main {
	width: 720px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#header {
	width: 720px;
}

/*---NAVIGATION--*/
.navigation li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#header .navigation ul {
	margin: 0px;
	padding: 0px;
}



.navigation a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;
	font-size: 11pt;
}

.navigation a:link, .navigation a:visited {
	color: #585858;
	background-image: url(../images/ListSquares.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
}



.navigation a:hover, .navigation a:active {
	color: #cb340d;
	background-image: url(../images/ListSquares.gif);
	background-repeat: no-repeat;
	background-position: left -60px;
}

#bioPage .navigation #bio, #workPage .navigation #work, #exibitionsPage .navigation #exibitions, #galleriesPage .navigation #galleries, #calendarPage .navigation #calendar, #contactPage .navigation #contact, #linksPage .navigation #links {
	color: #cb340d;
	background-image: url(../images/ListSquares.gif);
	background-repeat: no-repeat;
	background-position: left -60px;
}

/*---Footer---*/
#footer {
	color: #295122;
	font-size: 10px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cab843;
	height: 30px;
	margin-top: 20px;
	clear: both;
}
#footer .footerText {
	position: absolute;
	right: 5px;
	bottom: 14px;
}

#footer .footerText a {
	text-decoration: none;
}

#footer .footerText a:hover {
	text-decoration: underline;
}

/*---Homepage Layout---*/
#HomeContent {
	background-color: #d0d0d0;
	height: 500px;
}

#greenBoxLeft .greenBoxText {
	position: absolute;
	bottom: 20px;
	color: #bcc6b2;
	font-size: 11pt;
	text-align: right;
	right: 10px;
	font-weight: bold;
}
#homeFlashHolder {
	position: relative;
	height: 470px;
	width: 470px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	display: inline;
}
#greenBoxLeft {
	margin:15px;
	float:left;
	width:205px;
	background-color:#295122;
	height:470px;
	position:relative;
	display: inline;
}

/*---CONTENT PAGE LAYOUT---*/
#content {
	font-size: 10pt;
}

#bioContent {
	width: 550px;
	float: left;
}

#exibitionsContent {
	position: relative;
	width: 600px;
	float: left;
	margin-bottom: 10px;
}
#leftContentBox {
	width: 80px;
	height: 550px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cb340d;
	margin-right: 15px;
	text-align: right;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

/*lists*/
#bioContent li {
	list-style-type: square;
	list-style-position: inside;
}

#calendarContent li {
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	left: 30px;
}

#exibitionsContent li {
	padding-bottom: 10px;
	font-weight: bold;
	color: #295122;
	list-style-type: square;
}

#exibitionsContent ul {
	position: relative;
	margin-left: 20px;
}

#bioContent ul {
	margin-left: 0px;

}
/*---Fonts---*/

#bioContent h2 {
	color: #8F8F8F;
	font-size: 18px;
}
#bioContent h1 {
	color: #8F8F8F;
	font-size: 24px;
}
.smallfont {
	font-size: 9px;
}

#contactContent h3 {
	color: #295122;
}


#calendarContent .smallfont a:link, #calendarContent .smallfont a:visited {
	text-decoration: none;
	color: #CB340D;
}


#calendarContent .smallfont a:hover, #calendarContent .smallfont a:focus, #calendarContent .smallfont a:active {
	text-decoration: underline;
	color: #CB340D;
}

#leftContentBox a {
	text-decoration: none;
	color: #295122;
}

#leftContentBox a:hover, #leftContentBox a:active, #leftContentBox a:focus {
	text-decoration: underline;
	color:#999999;
}

#leftContentBox a:active {
	text-decoration: underline;
	color:#999999;
}

#leftContentBox a:selected
{text-decoration: underline;
	color:#999999;
}

/*---CONTACT CONTENT---*/
#contactContent textarea {
	overflow: auto;
}

#emailEntry td {
	vertical-align: top;
	padding: 5px;
}

.entrylabels {
	text-align: right;
}
