@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
	outline: none;
}
body, html {
	width: 100%;
	height: 100%;
	background-color:#000;
	font-family: "Lucida Console", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
	color:#ECECEC;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden
}
#wsbox {
	background-image:url(imgs/meshback.jpg);
	background-position:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-260px;/* half elements height*/
	margin-left:-50%;/* half elements width*/
	width:100%;
	height:520px;
	/* allow content to scroll inside element */
    text-align:center;
	background-color:#020202;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #fff;
}
#subws {
	margin: auto;
	width:960px;
	height:100%;
	text-align:left;
	background-color:#000;
	background-image:url(imgs/footlites.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#colleft {
	width: 215px;
	background-color:#222;
	float:left;
	height:100%;
	background-image:url(imgs/leftpanel.jpg)
}
#colright {
	width: 215px;
	background-color:#222;
	float:left;
	height:100%;
	background-image:url(imgs/rightpanel.jpg)
}
#content {
	width: 510px;
	background-color:transparent;
	float: left;
	height:100%;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
}
#content p, #content ul, #content h2 {
	padding: 10px;
	line-height:1.6em;
	letter-spacing: .15em;
}
#content p {text-align: justify}
#content ul {list-style-type:circle; font-size: 10px; list-style-position:inside}
#content ul ul {margin-left: 10px}
#content ul li {margin-bottom:5px}
#content ol.num {margin-left: 50px; line-height:120%}
#content ul.submenu li {display:inline; margin-right:10px}
#content blockquote {border-top: 1px solid #ccc; border-left: 1px dotted #888; width: 90%; font-size: 10px; padding: 3px; margin:10px auto}
#content blockquote p.byline {text-align: right; padding:0; font-style: italic}
#content a:link {text-decoration: none; border-bottom:1px dotted #ECECEC; color:#ECECEC;}
#content a:visited {text-decoration: none; border-bottom:1px dotted #CCC; color:#CCC;}
#content a:hover {text-decoration: none; border-bottom:1px dashed #0C3; color:#0C3;}
#content a:active {text-decoration: none; border-bottom:1px dashed #780000; color:#780000;}

.centered {margin:auto; text-align:center;}
.byline {width:100%; display:block; text-align:right; color:#CCC; margin-top:8px}
#testimonials p {border-bottom: 1px dotted #444;}

h1 {color:#3c0; font-size: 18px; letter-spacing: 3px; font-weight: normal; text-transform: uppercase; text-align: center; height:36px; margin: 10px; margin-top:15px;}
h1 span {display: none}
h1#news {background-image:url(imgs/headings/h1-news.gif);}
h1#services {background-image:url(imgs/headings/h1-services.gif);}
h1#media {background-image:url(imgs/headings/h1-media.gif);}
h1#projects {background-image:url(imgs/headings/h1-projects.gif);}
h1#bio {background-image:url(imgs/headings/h1-bio.gif);}
h1#cont {background-image:url(imgs/headings/h1-contact.gif);}
h1#title {color:#000; display:none}
h2 {color:#780000; font-size:16px; letter-spacing: 4px; font-weight: normal; font-style: oblique; text-transform:uppercase; text-align: center; margin-top: 10px}
h3 {width: 75%; color:#ccc; font-size: 12px; letter-spacing: 4px; font-weight: normal; border-bottom: 1px solid #999; text-transform: uppercase; text-align:left; margin-bottom:5px}
h4 {width: 75%; color:#ccc; font-size: 11px; letter-spacing: 2px; font-weight: normal; text-transform: uppercase; text-align:left}

ul#navbar {list-style-type:none; margin-left: 50px; margin-top: 150px; width: 105px}
ul#navbar li {display: block; vertical-align: middle; height: 45px; color: #3c0; line-height: 40px; letter-spacing: 2px; font-size: 13px; text-transform: uppercase}
ul#navbar li a:link {color:#3c0; text-decoration: none}
ul#navbar li a:visited {color:#3c0; text-decoration: none}
ul#navbar li a:hover {color:#3c0; text-decoration: underline;}
ul#navbar li a:active {color:#3c0; text-decoration: underline}

#musicplayer {float: right}

#sidephoto {height: 210px; width:100%; margin-top: 120px}
#contact {position: relative; color:#474751; width: 125px; float: right; margin-top: 120px; margin-right:8px}
#contact li {list-style-type:none; line-height: 18px}
#contact a:link, #contact a:visited {color:#BBC1C1; text-decoration: none}
#contact a:hover, #contact a:active {color:#474751; text-decoration: none}

#ephonics_box {margin:auto; width: 430px;}

p.unloaded {font-size:9px; color:#0C3; position:absolute}
