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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 707px;
	background-color: white;
	color: #black;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link {color:#999999; text-decoration:none;}      /* unvisited link */
a:visited {color:#999999; text-decoration:none;}  /* visited link */
a:hover {color:#CCCCCC; text-decoration:none;}  /* mouse over link */
a:active {color:#CCCCCC; text-decoration:none;}  /* selected link */

p {
	margin: 0;
	font-size: 9px;
	color: #999999;
	text-align: left;
}

p.description {
	margin: 0;
	font-size: 12px;
	color: #999999;
	text-align: left;
}

h1 {
	font-size: 28px;
	color: #000000;
	font-weight:bold;
	text-align: left;
	margin:0;
}

h1.red {
	color:#993333;
}

h1.gray {
	color:#666666;
	font-weight:normal;
	font-size:18px;
}

h1.thinner {
	font-weight:normal;
	font-size:18px;
}

h2 {
	margin: 10px 0 0 0;
	font-weight: lighter;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

h3 {
	margin: 0;
	padding: 1px 0px;
	font-size: 12px;
	font-weight: lighter;
	color: #999999;
	text-align: left;
}

h3.audio_video {
	margin: 30px 0 0 0;
	padding: 1px 0px;
	font-size: 12px;
	font-weight: lighter;
	color: #999999;
	text-align: center;
}

#wrapper {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

#box_wrapper {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: table-cell;
	position: absolute;
	top: 575px;
}

#shrinkwrap {
	text-align: center;
	width: 200px;
}

#main_box {
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
	display: table-cell;
	text-align: left;
	position: absolute;
	top: 100px;
}

#table_box {
	margin: 90px 0 0 0;
}

#navigation {
	margin: 0 auto;
	padding: 0px;
	width: 520px;
}

#nav_av_up {
	float:left;
	width:110px;
	text-align:left;
}

#nav_video {
	float:left;
	width:301px;
	text-align:center;
}

#audio_video {
	position: relative;
	top:-77px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

table.border {
	padding: 10px;
	border: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: white;
}


/*-----CATEGORIES PAGE-----*/

#cat_img {
 position: absolute;
 top:90px;
 left:444px;
 padding: 10px;
 border: 1px solid #CCCCCC;
}

#cat_titles {
	position: absolute;
	top:498px;
	left:3px;
}

#cat_text {
	position: absolute;
	top:428px;
	left:0px;
}

#cat_text ul li a {
	color:#999999;
}

ul {
	display:inline-block;
	list-style-type:none;
	padding:0px;
	margin:0px;
	overflow: auto;
	text-align:left;
	white-space:nowrap;
}

ul li {
	display:inline-block;
	overflow:hidden;
}

ul li a {
	text-decoration: none;
	padding: 70px 13px 70px 5px;
	margin: 0 -5px;
	display: block;
}

ul:hover a {
	color:#CCCCCC;
	display: block;
	opacity:0;
	filter:alpha(opacity=0);
}

ul:hover a:hover {
	display: block;
	opacity:1;
	filter:alpha(opacity=100);
}

#cat_text ul:hover a:hover {
	color:#CCCCCC;
}

#cat_text_dangle {
	color:#CCCCCC;
	position: absolute;
	top:428px;
	left:0px;
}

#cat_text_dangle ul {
	overflow:hidden;
}

#cat_text_dangle ul li {
	display:inline-block;
	white-space:nowrap;
	text-decoration: none;
	padding: 70px 13px 70px 5px;
	margin: 0 -5px;
	visibility: hidden;
}

#cat_text_dangle ul li.li_dangle {
	visibility: visible;
}

#miscreant {
	color:#CCCCCC;
	position: absolute;
	top:428px;
	left:0px;
	margin: 70px -5px;
}

/*ul li:hover a {
color:red;
filter:alpha(opacity=0;
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
}

ul li:hover a:hover {
color:#333333;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}*/

/*-----PROJECTS PAGE-----*/

#big_wrapper {
	width: 1073px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

#proj_img {
 position: absolute;
 top:90px;
 left:444px;
 padding: 10px;
 border: 1px solid #CCCCCC;
}

#proj_titles {
 position: absolute;
/* bottom:365px;
 left:648px;*/
 bottom:392px;
 left:648px;
}

.who_believes {position:relative; bottom:-78px;}

#proj_titles ul {
display:block;
padding:0;
margin:0px;
overflow: auto;
text-align:left;
white-space:nowrap;
}

#proj_titles ul li {
display:block;
overflow:hidden;
}

#proj_titles ul li a {
text-decoration: none;
padding: 1px 0px;
margin: 0;
display: block;
}

#proj_titles ul:hover a {
color:#999999;
display: block;
opacity:1;
filter:alpha(opacity=100);
}

#proj_titles ul:hover a:hover {
color:#CCCCCC;
display: block;
opacity:1;
filter:alpha(opacity=100);
}

#nav_small {
position: absolute;
top: 566px;
left: 276px;
width: 61px;
}

/*-----GALLERY-----*/

#navigation {
	margin:0 auto;
	padding: 0px;
	width: 520px;
	position:relative;
	text-align:left;
}

#nav_av_small {
	margin: 0 auto;
	width:520px;
	text-align:left;
}

#nav_video {
	display:block;
	position:absolute;
	top:0;
	left:110px;
	width:300px;
	height:61px;
	text-align:center;
}

#nav_video_stop {
	display:none;
	position:absolute;
	top:0;
	left:230px;
	width:60px;
	height:61px;
	text-align:center;
}

#audio_video {
	position: relative;
	top:-77px;
}

#description {
	margin: 0 auto;
	width:520px;
	visibility:hidden;
	display:block;
	position:relative;
	top:10px;
}

#description_av {
	margin: 0 auto;
	width:520px;
	visibility:hidden;
	display:block;
	position:relative;
	top:-46px;
}

#video {
	display:none;
	width:500px;
	text-align:center;
}

#video_vert {
	display:none;
	width:281px;
	text-align:center;
}

#main_image {
	display:block;
}

#main_image_contact {
	display:block;
	width:500px;
	height:375px;
}

/*-----SHOWHIDE-----*/

#purple {
	display: block;
	margin:0 auto;
	background-color:purple;
	width:200px;
	height:200px;
}

#yellow {
	float:left;
	background-color:yellow;
	width:50px;
	height:50px;
}

#blue {
	float:left;
	background-color:blue;
	width:50px;
	height:50px;
}

#red {
	float:left;
	background-color:red;
	width:50px;
	height:50px;
}

#black {
	display:none;
	margin:0 auto;
	background-color:black;
	width:200px;
	height:200px;
}

#pink {
	float:left;
	background-color:pink;
	width:50px;
	height:50px;
}

#brown {
	float:left;
	background-color:brown;
	width:50px;
	height:50px;
}

#green {
	float:left;
	background-color:green;
	width:50px;
	height:50px;
}

#chartreuse {
	display:block;
	position:absolute;
	top:0;
	left:230px;
	background-color:chartreuse;
	width:61px;
	height:61px;
	text-align:center;
}