@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color: #20202B;
}


a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #FFCA95;
}
a:active {
	text-decoration: none;
	color: #F60;
}
.lb_thmb {
	border-style: none;
	margin: 1px;
}

.headline {
	font-size: 150%;
	font-weight: normal;
	padding: 8px 6px 6px 10px;
	background-color: #70708F;
	margin: 0px 0px 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #323345;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 2px;
	padding: 0px;
	height: 132px;
	width: 988px;
}

.content_wrapper {
	margin: 0px auto;
	width: 990px;
}
.outline {
	background-color: #656585;
	padding: 1px;
}
.content {
	background-color: #323345;
}
.menu   {
	margin: 0px;
	padding: 0px;
	height: 28px;

}

.menu ul {
	padding: 3px 0px 0px 3px;
	margin: 0px;
	height: 30px;
	display: block;
}

.menu li {
	list-style-type: none;
	background-color: #42425B;
	width: 162px;
	margin: 0px 2px 0px 0px;
	float: left;
	height: 23px;
}
.menuitem {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 152px;
	margin: 0px;
	padding: 4px 0px 0px 4px;
	line-height: normal;
	height: 19px;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #70708F;
	border-left: 6px solid #70708F;
	text-decoration: none;
}
.menu a:hover {
	background-color: #51516F;
	color: #EEE;
	border-left: 6px solid #F90;
	text-decoration: none;
}
.blog {
	padding: 4px 20px 10px;
	text-align: justify;
	line-height: 1.5em;
}

.footer {
	font-size: 10px;
	color: #3F3F56;
	text-align: right;
	padding: 2px 0px 0px;
	height: 30px;
}
.box {
	padding: 0px 20px 10px;
	line-height: 1.5em;
}
.box_title {
	background-color: #5B5B79;
	padding: 5px 0px 3px 30px;
	font-size: 1.3em;
	line-height: normal;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.box_content {
	margin: 0px 0px 14px;
	padding: 8px;
	border: 1px solid #494961;
	display: block;
	height: auto;
	background-color: #3D3D50;
	text-align: justify;
}

.projects_description {
	margin: 0px 0px 14px;
	padding: 8px;
	border: 1px solid #494961;
	display: block;
	height: auto;
	background-color: #3D3D50;
}
.projects_description #title {
	padding: 0px 0px 0px 4px;
	display: block;
	font-size: 1.2em;
	border-top: 1px solid #5B5B79;
	border-bottom: 1px solid #5B5B79;
	font-style: italic;
	margin: 6px 0px 4px;
	background-color: #494961;
	width: 50%;
}

.img_left {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #494961;
}

.img_right {
	display: block;
	float: right;
}
.img_descright {
	margin: 0px 0px 6px;




}
.audioplayer {
	font-size: 80%;
	font-style: normal;
	margin: 0px 0px 8px;
	line-height: 10px;
	width: 298px;
	color: #99A;
	font-family: Arial, Helvetica, sans-serif;
}
.audioplayer object {
	border: 1px solid #52526D;
	padding: 3px;
	height: 32px;
}

.colorpicker          {
	color: #42425B;
}
.moreinfo {
	font-size: 90%;
	font-style: italic;
	margin: 6px 0px 0px 10px;
}
.footer a:link , .footer a:visited, .footer a:active, .footer a:hover, .footer img{
	text-decoration: none;
	border: none;
}
.menu ul .current .menuitem {
	background-color: #51516F;
	color: #EEE;
	border-left: 6px solid #F90;
	text-decoration: none;
}

