/* Main Stylesheet for Amicus Botanicus, created by www.josh.biz
	
/* - Defaults - */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #666666;
	background: #005e2a;
	padding-bottom: 20px;
	}

#wrapper {
	width: 960px;
	margin: 0px auto 0.5em;
	background: #ffffff;
	}

#wrapper_home {
	width: 960px;
	margin: 0px auto 0.5em;
	background: #ffffff url(../images/magnolia-soulangeana.jpg) no-repeat 4em bottom;
	}

#header1 {
	background: #005e2a url(../images/amicus_botanicus.gif) no-repeat center bottom;
	height: 164px;
	padding-top: 15px;
	}

#header2 {
	background: #005e2a url(../images/amicus_artists.gif) no-repeat center bottom;
	height: 164px;
	padding-top: 15px;
	}

#header3 {
	background: #005e2a url(../images/amicus_standard.gif) no-repeat center bottom;
	height: 164px;
	padding-top: 15px;
	}

#contentcontainer {
	background-color: transparent;
	}

#footer {
	float: right;
	width: 50%;
	text-align: right;
	padding-bottom: 2em;
	clear: right;
	padding-top: 2em;
	font-size: 1.1em;
	background: #ffffff;
	}

#footer img {
	margin: 0px 0px 0px 12px;
	float: right;
	border: none;
}


/* - Clearing fix - */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {
	display: inline;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* - Artist Summary - */

#header_artist {
	background: #005e2a;
	height: 164px;
	padding-top: 15px;
	}

#header_artist #artist_summary {
	padding: 16px 0 0 0;
	float: left;
	}

#artist_summary p {
	color: #b5d0c1;
	margin: 0.5em 0 1em 46px;
	text-align: left;
	line-height: 1.5em;
	font-size: 1.4em;
	width: 80%;
	}

#artist_summary h1 {
	color: #d0db75;
	margin: 10px 0 0 46px;
	padding: 0;
	text-align: left;
	font-size: 3em;
	}

/* - Main Content - */

#main_content {
	padding: 40px 20px 30px;
	text-align: center;
	line-height: 1.75em;
	font-size: 1.2em;
	background: url(../images/amicus_bg.gif) repeat-y center top;
	}

#main_content h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
	}

#main_content p {
	margin-bottom: 10px;
	}

#main_content a:link, a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#main_content a:hover, a:active {
	color: #666666;
	text-decoration: underline;
	}

/* - Left - */

#contentleft {
	background-color: transparent;
	width: 50%;
	float: left;
	margin-bottom: 1em;
	}

#contentleft .content {
	margin: 1.5em 2em 2em 4em;
	text-align: left;
	line-height: 1.75em;
	font-size: 1.2em;
	}

#contentleft .content strong {
	color: #005e2a;
	}

#contentleft #artists ul {
	text-align: left;
	font-size: 1.2em;
	list-style: none;
	border-left: solid #d8df78 4em;
	padding-left: 1em;
	background-color: transparent;
	}

#contentleft #artists ul li {
	background-color: transparent;
	}

#contentleft #artists li a:link, #contentleft #artists li a:visited {
	text-decoration: none;
	color: #005e2a;
	}
	
#contentleft #artists li a:hover, #contentleft #artists li a:active {
	text-decoration: underline;
	color: #005e2a;
	}

#contentleft #artists #active {
	background: #f7ff89;
	}

#contentleft #artists {
	background-color: transparent;
	width: 176px;
	float: left;
	margin-bottom: 20px;
	}

#contentleft #artists strong {
	color: #333333;
}

#contentleft h2 {
	font-size: 1.2em;
	color: #333333;
	}

#artist_info {
	padding: 0 10px 0 0;
	text-align: left;
	font-size: 1.1em;
	}


/* - Right - */

#contentright {
	width: 50%;
	float: right;
	background: #d9e078;
	color: #333333;
	padding-bottom: 1em;
	}

#contentright .content {
	margin: 1.5em 2em 0em;
	text-align: left;
	line-height: 1.75em;
	font-size: 1.1em;
	}

#contentright .content .dates {
	font-size: 1.6em;
	font-weight: bolder;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	color: #606264;
	line-height: 1.4em;
}

#contentright .content .address {
	font-size: 1.3em;
	font-weight: bolder;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #5B5B5B;
}

#contentright .content h2 {
	color: #005726;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 1.2em;
	}

#contentright .content h2 span {
	font-style: italic;
	color: #606264;
	}

#contentright .content .plants_text {
	font-size: 1.4em;
	margin-top: 1em;
	line-height: 1.4;
	}

#contentright .content img.plants_for_life {
	margin: 0em 0.5em 1em 0em;
	float: left;
	border: none;
	}

#contentright .content a:link, #contentright .content a:visited {
	color: #666;
	}
	
#contentright .content a:hover, #contentright .content a:active {
	color: #666;
	text-decoration: underline;
	}

#contentright .content .dates a:link, #contentright .content .dates a:visited {
	text-decoration: none;
}

#contentright .content .dates a:hover, #contentright .content .dates a:active {
	text-decoration: underline;
	}

/* - Gallery Holder - */

#contentright_gallery {
	width: 50%;
	float: right;
	background: #fff;
	color: #333333;
	padding-bottom: 1em;
	}

#contentright_gallery h2 {
	font-size: 2em;
	color: #666666;
	margin-top: 20px;
	text-align: left;
	}
	
/* - Navigation - */

#nav {
	text-align: left;
	font-size: 1.2em;
	margin-left: 4em;
	}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
	
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #d0db75;
	}
	
#nav li a:hover, #nav li a:active {
	text-decoration: underline;
	color: #d0db75;
	}

#nav #active {
	text-decoration: none;
	color: #fff;
	}

/* - Joshbiz - */

#joshbiz {
	width: 960px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	}

#joshbiz img {
	border: none;
	}

/* - Artists Gallery - */

#artists_gallery {
	text-align: center;
	padding: 3em 2.75em;
	background: #ffffff;
	height: 1%;
	}

#artists_gallery .thumbnail {
	float: left;
	width: 118px;
	border: 1px solid #999;
	margin: 0 1.25em 1.25em 0;
	padding: 0.5em;
	font-size: 1.2em;
	}

#artists_gallery .thumbnail img {
	border: none;
	}

#artists_gallery .help {
	width: 100%;
	border: 1px solid #999;
	margin: 0 1.5em 1.5em 0;
	padding: 0.5em;
	font-size: 1.4em;
	background: #eaeaea;
	clear: both;
	}

#artists_gallery .help p {
	margin-bottom: 0.5em;
	}

 #artist_info p {
	color: #666;
	margin: 0.5em 2em 1em 176px;
	text-align: left;
	line-height: 1.75em;
	}

 #artist_info h2 {
	margin-left: 176px;
	color: #333333;
	}

#artist_info a:link, #artist_info a:visited {
	color: #005e2a;
	text-decoration: none;
	}
	
#artist_info a:hover, #artist_info a:active {
	color: #005e2a;
	text-decoration: underline;
	}
#artist_summary h2 {
	font-size: 1.8em;
	margin: 8px 0 0 46px;
	color: #FFFFFF;
}
#contentleft .content p {
	margin-bottom: 6px;
}
#wrapper #main_content img {
	margin-top: 20px;
}
#wrapper #main_content strong {
	color: #005E2A;
	font-size: 1.26em;
}
#wrapper #main_content #map {
	border: 1px solid #666666;
}
#wrapper #main_content h1 {
	font-size: 2em;
}
#wrapper #main_content img {
	border-style: none;
}
#wrapper #main_content h1 img {
	margin-bottom: 36px;
}
#wrapper #main_content img {
	margin-bottom: 20px;
}
