@charset "UTF-8";
/* CSS Document */


body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	min-width: 60em;
	width:auto !important;
	white-space: nowrap;
}



/* -------------------- MAIN BLOCKS -------------------- */

#header {
	float: left;
	clear: both;
	width: 100%; /*was 99.999% */
	height: 250px;
	top: 0;
	left: 0;
	margin: 0 0 20px 0;
	padding: 0; /* was 1em */
}
	
#main, #footer {
	display: block;
	position: relative;
	width: inherit;
	clear: both;
	float: left;
	height: 700px;
}

#main, .frontpage #main, .Bios #main, .Contact #main {
	margin-top: 0;
}

#main {
	display: block;
	position:relative;
	min-width:1250px;
	width:auto !important;
	width:1250px;
	margin: 0 0 2em 0;
	padding: 0; /* was 1em */
	overflow:hidden;
}

.Bios #main, .Contact #main, .Work #main, .Tags #main, .Features #main {
}

#footer {
	margin: 3em 0 2em 0;
	padding: 0;
}

#footer .level1 {
/*	width: 14em;
*/}


.level1 {
	display: block;
	float: left;
	clear: none;
	white-space: nowrap;
	display: block;
	margin-left: 14px; /* was 1em */

}



/* -------------------- HEADER -------------------- */


/* -------------------- SUB HEADER -------------------- */

/* -------------------- IN SUB BLOCKS -------------------- */

/* -------------------- WORK --------------------  */


.all_work .level1 ul.work_med {
	padding: 0;
	margin: 0;
	font-size: 14pt;
	white-space: nowrap;
}

.all_work .level1 ul.work_med li.showthumb, div.bioimg {
	display: inline;
	position: relative;
	float: left;
	list-style: none;
	margin: 0 20px 10px 0;
	height: 337px;
	width: 225px;
	overflow: hidden;
}
.all_work ul {
	list-style: none;
}

.all_work .level1 ul.work_med li a {
	filter: alpha(opacity=35); /* MSIE/PC */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	opacity: 0.35;
}

.all_work .level1 ul.work_med li a:hover {
	filter: alpha(opacity=100); /* MSIE/PC */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}



/* -------------------- MAIN PAGE -------------------- */

/* -------------------- STRUCTURE PAGE -------------------- */
.page {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 14px;
	top: 0;
	height: 337px;
	min-width: 1250px;
	clear: both;
	white-space: nowrap;
	background: #b8ccc2;
	filter: alpha(opacity=90); /* MSIE/PC */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
}
.col1, .col2, .col3 {
	display: inline;
	position: relative;
	float: left;
	clear: none;
	white-space: normal;
	margin: 5px 25px 5px 5px;
	padding: 0;
	background: #b8ccc2 url(images/rule.gif) repeat-x;
	
}
.col1 {
	width: 215px;
}
.col2 {
	width: 460px;	
}
.col3 {
	width: 705px;	
}
.col1 .col1, .col2 .col1, .col3 .col1{
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
}
.page .listhead{
	font-family:"Times New Roman", Times, serif;
	overflow: auto;
	background: #b8ccc2;
	padding-right: 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .5ex;
}
.page ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.page li{
	margin: .25em 0 .75em 0;
}
.like li a, .like li a:visited{
	font-family:"Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	font-style: normal;
}
.page ul{
	margin: 10px 0 0 0;
}
.info li{
	font-family:"Times New Roman", Times, serif;
	display: block;
	font-size: 19px;
	border: none;
	line-height: 25px;
	text-decoration: none;
	font-style: normal;
	margin: 3px 0 0 0;
}
.info a, .info a:visited, .info a:active{
	text-decoration: none;
}
.page em{
	font-style: italic;
}
.empty{
	background: none;
}