/*

aaron.springer.com stylesheet

Class naming convention explained:

.lay* - for styling the layout of large areas. Usually applied to <table>.
.table* - for styling the layout smaller areas. Usually applied to <td>.
.text* - for styling text. Usually applied to <p>, <a> or <span>.

Colour Palette:
Bright Orange (Warm Red) - #fc3d32
Light Blue (PMS 297) - #72cbf1 #7FBCFF
Brown (PMS 462) - #59461b
Orange - #BE6B11
*/

/*
HTML tags redefined
*/
A:link, A:visited, A:active
{
	color: #666666;
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
}
A:hover
{
	color: #000000;
	text-decoration: none;
	font-family: inherit;	
	font-size: inherit;
	background: #FFFF99;
}
BODY, P, TABLE, TD, FONT, .textforminput, .textformbutton, INPUT, TEXTAREA
{
	color: #59461b;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: 0.58;
	background-image: none;
}
BODY
{
	background-image: url(../../src/img/sitetitle.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
}
TD P
{
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 4px 0px;
}
FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
LI
{
 margin-bottom: 10px;
}

H1
{
	color: #BC3F08;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 0px 0px;
	clear: both;
}
H1 A:link, H1 A:visited, H1 A:active
{
	color: #BC3F08;
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
}
H1 A:hover
{
	color: #000000;
	text-decoration: none;
	font-family: inherit;	
	font-size: inherit;
	background: #FFFF99;
}

H2
{
	color: #59461b;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

H3
{
	color: #59461b;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

/*
IDs
*/
#site 
{
	width: 800px;
}
#sitetitle
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 35px;
	width: 150px;
	height: 10px;
	float: left;
}
#pagetitle
{
	color: #fc3d32;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
	text-transform: lowercase;
	vertical-align: bottom;
	margin-bottom: 35px;
	width: 800px;
	float: left;
}
#content
{
	width: 615px;
	margin-bottom: 10px;
	float: left;
	color: #59461b;
	font-size: 12px;
}
#footer
{
	width: 800px;
	margin-top: 15px;
	font-size: 10px;
	color: #666666;
}
#footer .copyright
{
	font-weight: bold;
	color: #59461b;
}
#footer A, #footer A:link, #footer A:visited, #footer A:active
{
	text-decoration: none;
}

/*
NAVIGATION
*/
#nav
{
	width: 150px;
	margin: 75px 35px 10px 0px;
	float: left;
	padding: 0px;
}
#nav .textnavitem {
	display:block;
	margin: 5px 0px 5px 0px;
	padding: 2px 2px 1px 3px;
	border: 1px dotted #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}
.tools .textnavitem {
	display:block;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}
#nav .textnavitem A, #nav .textnavitem A:link, #nav .textnavitem A:visited,
.tools A.textnavitem, .tools A.textnavitem:link, .tools A.textnavitem:visited
 {
	margin: 0px;
	text-decoration: none;
	background-color: inherit;
	display:block;
	color: #59461b;
}
#nav .textnavitem A:active,
.tools A.textnavitem:active
{
	color: #FFFFFF;
}
#nav .textnavitem:hover,
.tools A.textnavitem:hover
{
	background: #FFD852;
}


#searchForm{
	text-align: center;
	margin-top: 4px;
}
#news, #newshoriz, #newsvert 
{
}
#news P, #newshoriz P, #newsvert P
{
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 4px 0px;
}
#news .textheadbox
{
	margin: 0px 0px 4px 0px;
}

#news .image, #news .image A:hover, #newshoriz .image, #newshoriz .image A:hover
{
	text-align:center;
	background-color: inherit;
	margin: 8px 0px 8px 0px;
}
#newsvert .image, #newsvert .image A:hover
{
	text-align:center;
	background-color: inherit;
	margin: 0px 0px 0px 0px;
}
#news IMG, #newsvert IMG, #newshoriz IMG
{
	padding: 1px 1px 1px 1px;
	border: 1px solid #CCCCCC;
}

/*
LAYOUT CLASSES
*/
.columnset
{
	clear: both;
	display: block;
}
.leftcolumn
{
	width: 450px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.rightcolumn
{
	width: 150px;
	margin-bottom: 10px;
	float: left;
}

/*
CHARACTER CLASSES
*/
.texthighlightred
{
	color:#FF0000;
	text-decoration: none;
}
.texthighlightyellow
{
	color:#000000;
	text-decoration: none;
	background-color: #FFFF00;
}
.errors {
	color: #FF0000;
}
.footnote{
	font-size: 0.8em;
}


/*
TABS
*/
.tabset {
	clear: both;
	display: block;
}
.tabhead{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	margin: 0px 0px 5px 0px;
	border-left: 1px dotted #CCCCCC;
}
.tablabel, .tablabelactive, .tablabelinactive
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	color: #666666;
	cursor: pointer;
}
.tablabel, .tablabelactive
{
	color: #59461b;
	xbackground-color: #FFD852;
	background-color: white;
	xborder-bottom: 2px solid #666666;
}
.tabactive, .tabinactive
{
	display: block;
}
.tabinactive
{
	display: none;
}

.emptyresult
{
	text-align: center;
	padding: 20px 10px 20px 10px;
	background-color: #CCCCCC;
}


/*
PROFILE
*/
.profileimage
{
	float: left;
	padding-right: 10px;
}

.profiledetails
{
}


/*
new textnavitem classes
*/

#imagenav TD
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#imagenav A {
	display:block;
	padding: 1px 2px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
}
#imagenav A, #imagenav A:link, #imagenav A:visited {
	margin-bottom: 1px;
	text-decoration: none;
	background-color: inherit;
	display:block;
}
#imagenav A:active {
	color: #FFFFFF;
}
#imagenav A:hover {
	background-color: #FFFF99;
	/*background-color: #FFCC66;*/
}
#imagenav A:hover {
	background-color: #FFFF99;
}

/*
end new textnavitem classes
*/

.textcallout
{
	display: block;
	width: 200px;
	float: right;
	color: #BE6B11;
	font-size: 16 px;
	font-weight: bold;
	line-height: 24px;
	text-transform: lowercase;
	margin: 5px 0px 20px 20px;
}

/* SIDEBAR */
.sidebarheading {
	display:block;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 1px 3px;
	color: white;
	background: #59461b;
	background: #cccccc;
	text-transform: uppercase;
	font-size: 0.9em;
}

/* EVENTS */
.event, .exhibition {
	margin: 0px 0px 20px 0px;
}
.eventtitle {
	margin: 0px 0px 10px 0px;
}
.eventschedule {
	margin: 20px 0px 0px 20px;
}
.eventscheduletitle {
	font-weight: bold;
}
.eventsidebar {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 1px 3px;
	border: 1px dotted #CCCCCC;
	border-top: 0px;
}
.eventsidebar .eventschedule {
	margin: 5px 0px 0px 0px;
}

