/*
PALETTE
green: 8bc43e
blue : 2e3092

*/
/*====[ GROUND RULES ]====*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #444;
	font-size: 62.4%;
	padding: 2em;
	margin: 0;
}
h1 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	margin: 1em 1em 0 0;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #fff;
}
h2 {
	position: absolute;
	top: 2em;
	right: 0;
	padding: 2em 2.3em 0 0;
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
}
h3 {
	color: #8bc53f;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	padding: 1em 0;
	clear: both;
}
object.portfolio {
	position: absolute;
	left: 1em;
	top: 130px;
}


/*====[ NAVIGATION ]====*/
#navigation {
	font-size: 2.2em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding: 0;
	margin-right: 0 0.3em 0 0;
}
#navigation li a {
	color: #444;
	text-decoration: none;
}
#navigation li a:hover {
	color: #333;
	text-decoration: underline;
}
ul#navigation li a#activenav {
	color: #8bc53f;
}


/*====[ ARTISTS NAVIGATION ]====*/
#artists {
	clear: left;
	font-size: 1.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5.2em;
}
#artists li {
	float: left;
	padding: 0;
	margin-right: 0 0.3em 0 0;
}
#artists li a {
	color: #444;
	text-decoration: none;
}
#artists li a:hover {
	color: #333;
	text-decoration: underline;
}
ul#artists li a#artistsactivenav {
	color: #2e3092;
}


/*====[ CONTENT ]====*/
#content {
	position: absolute;
	top: 10.5em;
	font-size: 1.2em;
	clear: left;
	margin-top: 1em;
	width: 970px;
}
#content p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.6em;
}
#content li {
	line-height: 1.6em;
}
#content a {
	color: #8bc53f;
	text-decoration: none;
}
#content a:hover {
	color: #8bc53f;
	text-decoration: underline;
}


/*====[ FOOTER ]====*/
#smallprint {
	clear: both;
	margin-top: 5em;
	padding-top: 1em;
	color: #999;
	border-top: 1px dotted #ccc;
}
#smallprint p {
	clear: left;
	margin: 0;
	padding: 0;
}
#smallprint ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smallprint ul li {
	float: left;
	margin: 0 0.3em 0 0;
}
#smallprint ul li a {
	color: #999;
	border-bottom: 1px dotted #ccc
}
#smallprint ul li a:hover{
	color: #444;
	border-bottom: 1px dotted #999
}


/*====[ SLIDESHOW ]====*/
#slideshowthumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 970px;
	text-align: center;
	position: absolute;
	top: 150px;
}
#slideshowthumbs li {
	padding: 0;
	display: inline;
}
#slideshowthumbs li a img {
	margin: 0 8px 0 0;
	border: 1px solid #cccccc;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#slideshowthumbs li a:hover img {
	margin: -4px 4px -4px -4px;
	border: 1px solid #8bc53f;
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
	opacity: 1;
	width: 67px;
	height: 67px;
}
#slideshow {
	width: 0;
	top: 147px;
	margin: 0 auto;
	text-align: center;
}
.clearslideshow {
	position: absolute;
	top: 425px;
}
.centerbox {
	width: 626px;
	text-align: center; 
}
.column {
	width: 450px;
	float: left;
}
.gutter {
	padding-right: 46px !important;
}


/*====[ WEBLINKS ]====*/
#links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#links li {
	margin: 0;
	padding: 1em 0 0 0;
}



/*====[ ATOMNEWS ]====*/
.newspage img {
	float: right;
	margin: 0 0 1em 1em;
}
.newspage h3 {
	border-top: 1px dotted #ccc;
}
#newsheadlines {
	width: 970px;
}
#newsheadlines img {
	float: right;
	margin: 0 0 1em 1em;
	border: 0;
}


/*====[ SPECIFIC PAGE STYLES ]====*/
.contact h3 {
	clear: both;
	font-size: 1.8em;
	color: #444;
	padding: 0 0 1em 0;
	margin: 0;
}
div.contact p a img {
	border: 0 !important;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
div.contact p a:hover img {
	border: 0 !important;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.artists {
	width: 950px;
}
address {
	margin: 0;
	padding: 0 0 0 0;
	font-style: normal;
}
.blog object,.blog img {
	float: right;
	margin-left: 50px;
}
.blog h3 {
	clear:both;
}



/*====[ ARTISTS HOME PAGE ]====*/
#artistshome {
	width: 1024px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#artistshome li {
	width: 31%;
	padding-right: 2%;
	margin-bottom: 30px;
	float: left;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
#artistshome li:hover {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#artistshome li img {
	border: none;
	float: left;
	margin-right: 15px;
}
#artistshome li h3 {
	font-size: 1.4em;
	padding: 30px 0 0 0;
	color: #666;
}
#artistshome li h3 a {
	color: #666;
}
#artistshome li h3 a:hover {
	color: #8bc43e;
}



/*====[ GUBBINS ]====*/
#slideshowhome {
	float: right;
	margin: -70px 8em 0 2em;
	width: 228px;
}
#slideshowhome img {
	border: 0;
}
.home p {
	margin-left: 2em;
	width: 520px;
}
