@charset "utf-8";
/* CSS Document */
html {
	background-color: #4A6436;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
body {
	background-color: white;
	width: 80%;
	height:auto;
	max-width: 1000px;
	margin: 0 auto;
	margin-top:20px;
	padding: 30px;
	font-family: bubbler-one, josefin-sans, snippet, "Avant Garde", "Lucida Grande", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:lighter;
	line-height:1.5;
	color: #4A6436;
	font-size:100%;
}
h1, h2 {
	font:overlock;
	font-weight:lighter;
	color:#6F992D;
}
a {
	color:#91C63E;
	text-decoration:none;
}
.backnext {
	font-size:small;
}
a:hover {
	text-decoration:none;
	color: #4A6436;
}
#header {
	width:100%;
	height:auto;
	margin-top:0;
	margin-bottom:20px;
	border-bottom: 2px solid #E4E4E4;
}
#headerlogo {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}
#navigation {
	min-height:140px;
	text-align:right;
	line-height:1.5;
	margin: 0 0 1em;
}
.imagefloatleft {
	float:left;
	margin: 0;
	margin-right:20px;
	margin-bottom:20px;
}
.imagefloatright {
	float:right;
	margin: 0;
	margin-left:20px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: thick solid #E4E4E4;
}
#maincontent {
	width:100%;
	height:auto;
	margin:0;
	margin-bottom:30px;
}
#footer {
	align-content:top;
	margin-top:20px;
	border-top: 2px solid #E4E4E4;
	padding-top:20px;
}
div.whatsnew {
	max-width: 25%;
	min-width:200px;
	height:auto;
	float:left;
	margin:10px 30px 10px 0;
	padding: 0 20px 20px 20px;
	background-color:#E4E4E4;
	text-align: left;
	align-content:top;
	border-top: medium solid #EC761C;
	border-bottom: medium solid #EC761C;
}
div.whatsnew h2 {
	color:#EC761C
}
div.whatsnew a {
	color:#EC761C
}
div.whatsnew p {
	color:#2A2A2A
}

<!--gallery table styles-->

table.gallerycontainer {
	margin:0;
	padding:0;
}
table.gallerycontainer a {
	color:#666666;
}
table.gallerycontainer a:hover {
	color:#666666;
}
div.project {
	width: auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	padding-bottom:20px;
	background-color:#E4E4E4;
	text-align:center;
	opacity:0.4;
	filter: alpha(opacity=40);
}
div.project img {
	width:110px;
	height:110px;
    margin: 0;
	border: 2.5pt solid #A3A3A3;
}
div.project:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
}
div.project p {
	font-size:0.9em;
	line-height:120%;
	width: 110px;
	margin:0;
}
.galleryimagelarge {
	width:100%;
	max-width:600px;
	min-width:50px;
	border:2.5pt solid #E4E4E4;
	margin:0 15px 15px 0;
}


div.musicsummary {
	width:150px;
	height:auto;
	float:right;
	margin:10px;
	padding:0 0 10px 10px;
	background-color:#E4E4E4;
	text-align: left;
	font-size:0.7em;
	line-height:1.2;
	align-content:top;
	border: thin solid #959595;
}
.musicsummary img {
	width:110px;
	height:auto;
    margin: 0;
	border: 2.5pt solid #A3A3A3;
	opacity:1.0;
	filter: alpha(opacity=100);
}
.musicsummary img:hover {
	opacity:0.4;
	filter: alpha(opacity=40);
}
.musicsummary p {
	margin:5px;
}
