 
	body {
		font: 1em/1em "Franklin Gothic Book","helvetica neu",hevetica,arial,sans-serif;
		margin: 0px;
		padding: 0px;
		font-size: 1em;
		background-color: rgb(255,255,255);
		color: rgb(50,40,35);
		overflow: hidden;
		
		
		_background: none !important;
		_background-color: #000;
	}
	
	p {
		line-height: 1.5;
	}
	
	blockquote {
		line-height: 1.25;
	}
	
	cite {
		font-size: 90%;
	}
	
	img {
		background: rgb(240,240,240) url('../images/image-loading.gif') no-repeat center center;
	}

	li,ul {text-align: left;}
	
	li {
		padding: 0;
		margin: 3px 0;
		position: relative;
		list-style-type: none;
		font-size: 80%;
	}
	
	li.slide {
		float: left;
		width: 200px;
	}
	
	ul:hover li {
		opacity: 1;
	}
	
	ul:hover li:hover{
		opacity: 1 !important;
		cursor: pointer !impotant;
	}
	
	h1, h2, h3 {
		font-family:"Franklin Gothic Medium","Franklin Gothic Book","helvetica neu",hevetica,arial,sans-serif;
		font-weight: lighter;
		line-height: 1.3;
	}
	
	a, #navigation, #footer, h1, h2, h3 {
		/* font-family: "courier new",courier,monospace; */
		font-weight: normal;
	}
	
		
	
	h1 {
	    float: left;
		background: transparent url('../images/logo-BrightEyeMedia.png');
		width: 320px;
		height: 51px;
		font-size: 1px;
		line-height: 300px;
		overflow: hidden;
		left: 150px;
		top: 0;
		margin-bottom: 10px;
		position: relative;
		z-index: 100;
		
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='../images/logo-BrightEyeMedia.png', sizingMethod='crop');
	}
	
	h1 a {
		display: block;
		width: 320px;
		height: 51px;
	}
	
	h1 a:hover {
		border: none;
		_position:relative !important; _cursor: pointer; 
	}
	
	h2 {
		color: rgb(153,153,153);
		font-size: 200%;
		text-align: left;
	}
	
	h2 em {
		font-style: normal;
		font-size: 35%;
	}
	
	h3 {
		color: #666;
		font-size: 125%;
		text-align: left;
		line-height: 1.25;
		display: block;
	}
	h3 strong {
		font-size: 125%;
		font-weight: normal;
	}
	
	
	.headertop {
		background-color: rgb(153,153,153);
		color: rgb(255,255,255);
		padding: 2px 5px;
	}
	
	a	{
		color: rgb(51,151,51);
		text-decoration: none;
		padding: 2px;
		font-size: 110%;
		font-style: italic;
	}
	
	a:hover {
		color: rgb(255,255,255);
		background: rgb(50,40,35) url('../images/link-cover.png') repeat-x center center;
		
		/* background: transparent url('../images/bg_link.png') repeat-x center center; */
		box-shadow: 0 0 2px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
		-moz-box-shadow: rgba(0,0,0,.25) 0 0 2px ;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		
		_background: none;
		_background-color: rgb(204,255,204);
		
		-webkit-transition: background .25s linear;
	}
	
	
	li a {
		font-size: 110%;
		width: 100%;
	}
	
	li a:hover {
		border: none;
	}
	
	
	h1 a:hover {
		background: none;
	}
	
	form {
		width: 315px;
	}
	
	form label {
		width: 315px;
		text-align: left;
		font-size: 125%;
		color: rgb(153,153,153);
	}
	
	form label input {
		width: 250px;
		float: right;
		margin-left: 5px;
		color: rgb(0,0,0);
		border: none;
		border-bottom: 1px solid rgb(204,204,204);
		
		font-family:  monospace;
	}
	
	form #comments {
		width: 240px;
		float: right;
		vertical-align: top;
		height: 85px;
		margin: 10px 0 0 5px;
		color: rgb(0,0,0);
		padding: 5px;
		border: 1px solid rgb(204,204,204);
		
		font-family:  monospace;
	}
	
	form input#submit {
		border: 1px solid rgb(51,151,51);
		background-color: rgb(204,255,204);
		color: rgb(51,151,51);
		
		float: right;
		margin-top: 10px;
		
		font: bold 1.25em/1em "Franklin Gothic Book","helvetica neu",hevetica,arial,sans-serif;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	form input#submit:hover {
		border: 1px solid rgb(51,151,51);
		background-color: rgb(51,151,51);
		color: rgb(255,255,255);
		
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
		-moz-box-shadow: rgba(0,0,0,.25) 0 0 2px ;
		box-shadow: 0 0 2px rgba(0,0,0,.25);
		

		
		_background: none;
		_background-color: rgb(204,255,204);
		
		-webkit-transition: background .25s linear;
	}
	
	
	#navigation {
		position: absolute;
		top: 100px;
		left: 0;
		width: 100px;
		margin-right: 10px;
		float: left;
		text-align: right;
		
		_position: relative;
		_left: -348px;
	}
	
	#navigation a {
		font-style: normal;
		display: block;
		font-size: .8em;
		width: 91%;
		white-space: no-break;
		text-align: right;
		padding: 4px 30px 4px 4px;
		background-color: rgb(255,255,255);
		margin-bottom: 1px;
		letter-spacing: .1em
	}
	
	#navigation a:link, #navigation a:visited {

		}
	
	#navigation a:hover {
		color: rgb(255,255,255);
		border: none;

		
		width: 100%;
		margin-left: -9%;
		
		background: rgb(50,40,35) url('../images/link-cover.png') repeat-x center center;
		
		_background: none;
		_background-color: rgb(204,255,204);
	
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;		
		
		-moz-border-radius-topleft: 12px;
		-webkit-border-top-left-radius:  12px;
		border-top-left-radius:  12px;
		
		-moz-border-radius-bottomleft: 12px;
		-webkit-border-bottom-left-radius:  12px;
		border-bottom-left-radius:  12px;
	}

	#navigation a:active {
		color: rgb(0,0,0);
		background-color: rgb(151,151,151);
		
		_color: rgb(51,204,51);
		_background-color: rgb(204,204,204);
	}
	
	#navigation a:focus {
		border: 1px solid rgb(102,102,102);
	}
	
	
	#centerStage {
		background-color: transparent;
		visibility: visible;
		display: block;
		position: absolute;
		top: 40%;
		width: 100%;
		height: 1px;
		overflow: visible;
		margin: 0px;
		padding: 0px;
	}
	
	
	#center {
		background-color: transparent;
		visibility: visible;
		display: block;
		position: absolute;
		top: 40%;
		height: 1px;
		overflow: visible;
		margin: 0px;
		padding: 0px;
	}
	
	#mainScreen {
		background: transparent url('../images/bg-stage.png') repeat 0 0;
		/* border: 1px solid rgb(235,235,235); */
		padding: 28px;
		visibility: visible;
		position: relative;
		margin: 0 auto;
		top: -260px;
		left: 0px;
		right:0px;
		height: 600px;
		width: 820px;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		
		
		_background: #fff;
		/*
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='../images/bg-stage.png', sizingMethod='scale');
*/
	}

	.subHead {
		position: relative;
		top: -15px;
		font-size: 50%;
		white-space: nowrap;
	}
	
	img {
		margin-right: 25px;	}
	
	#movieScreen {
		/* border: 1px solid rgb(204,204,204); */
		margin: 0 10px 0 150px;
		text-align: center;
		position: relative;
		top: 10px;
		height: 480px;
		overflow: hidden;
	}
	
	#movieScreen p {
		font-size: 70%;
		text-align: justify;
	}
	
	
	#movieScreen #news h3 {
		min-height: 60px;
		margin: 5px 0;

	}
	
	#movieScreen #news p {
		min-height: 150px;
		border-bottom: 1px solid rgb(235,235,235);
	}
	
	p img {
	float: right;
	padding: 5px;
	margin: 0 0 5px 10px;
	border: 1px solid #ccc;
	background-color: rgb(235,235,235);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	}
	
	
.textOnly {
		font: bold 14px "Franklin Gothic Medium","Franklin Gothic Book","helvetica neu",hevetica,arial,sans-serif;
		position: absolute;
		right: 15px;
		bottom: 15px;
		font-size: 12px;
		text-transform: uppercase;
		text-shadow: 0 0 2px rgba(0,0,0,.5);
		-webkit-text-shadow: 0 0 5px rgba(0,0,0,.5);
		-moz-text-shadow: rgba(0,0,0,.5) 0 0 5px 5px;
	}
	

.content {width: 300px; text-align: left;}

#footer {
	position: absolute;
	bottom: -20px;
	right: 20px;
	clear: both;
	color: rgb(128,128,128);
	font-size: 65%;
	
	_right: 40px;
}

#col1 {
width: 280px;
margin-right: 10%;
float:left;

_width: 45%
}

#col2 {
width: 285px;
float:left;

_width: 45%
}

a.moreLink {
	font-size:  110%;
	padding: 0 5px;
}

#loaderMessage {
 background: transparent url('../images/image-loading.gif') no-repeat center center;
 background-color: #fff;
 width: 100%;
 height: 50%;
}

#movieScreen a:link { _position:relative !important; _cursor: pointer; }

#slideStage {
	display: block;
	position: relative;
	width: 666px;
	overflow: auto;
	margin: 0;
	padding: 20px 0;
}

#slider {
	margin: 0;
	padding: 0;
	width:665px;
}

#slideStage li.slide {
	width: 200px;
	height: 100px;
	margin: 0;
	border: none;
	padding: 5px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: rgb(235,235,235);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
	-moz-box-shadow: rgba(0,0,0,.25) 0 0 2px;
}


#slideStage li.slide a {
	display: block;
	width: 196px;
	height: 96px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
	background: rgb(50,40,35) url('../images/overlay.png') no-repeat 0 0; 
	background-color: rgba(50,40,35,.5);
	
	color: rgb(255,255,255);
	filter:alpha(opacity=75);
	opacity: 1;
	
	
	_border: 1 px solid #000;
	_background: none;
}

#slideStage li.slide a:hover {

	color: rgb(51,51,51);
 	background: transparent url('../images/overlay-hi.png') no-repeat 0 0; 
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-webkit-transition: background .25s linear;
	
	_border: 1 px solid red;
	_background: none;
}

#work_slide01 {
 background: transparent url('../images/portfolio/thumbnails/red-main.png') no-repeat center center;
}

#work_slide02 {
 background: transparent url('../images/portfolio/thumbnails/red-redesign.png') no-repeat center center;
}

#work_slide03 {
 background: transparent url('../images/portfolio/thumbnails/red-prom-2007-B.png') no-repeat center center;
}

#work_slide04 {
 background: transparent url('../images/portfolio/thumbnails/balance-grace.png') no-repeat center center;
}

#work_slide05 {
 background: transparent url('../images/portfolio/thumbnails/yuris-night-main.png') no-repeat center center;
}

#work_slide06 {
 background: transparent url('../images/portfolio/thumbnails/space-love.png') no-repeat center center;
}

#work_slide07 {
 background: transparent url('../images/portfolio/thumbnails/blakes7.png') no-repeat center center;
}

#work_slide08 {
 background: transparent url('../images/portfolio/thumbnails/pixcetera.png') no-repeat center center;
}

#writing_slide01 {
 background: transparent url('../images/portfolio/thumbnails/books.png') no-repeat center center;
}

#writing_slide02 {
 background: transparent url('../images/portfolio/thumbnails/periodicals.png') no-repeat center center;
}


#writing_slide03 {
 background: transparent url('../images/portfolio/thumbnails/online.png') no-repeat center center;
}



#cover {
	display: none;
}

.popSlide {

		position: relative;
		margin: 0 auto;
		top: -200px;
		left: 0px;
		right:0px;
		
	z-index: 8000;
	display: none;
	padding: 8px;
	width: 800px;
	min-height: 520px;
	opacity: 1;
	border: 1px solid rgb(204,204,204);
	background-color: #fff;
	color: RGB(153,153,153);
	
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow: rgba(0,0,0,.8) 0 0 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.popSlide img {
	float: left;
	margin-left: 16px;
	border: 1px solid rgb(204,204,204);
	padding: 2px;
}

.popSlide h2 {
	font-size: 3em;
	margin: 10px 15px;
}

.popSlide p {
	font-size: .8em;
	width: 95%;
}

.portfolioText {
	float: left;
	width: 325px;
}

#displaySlide .col1, #displaySlide .col2 {
	WIDTH: 325px;
	margin-left: 50px;
	display: block;
	float: left;
}

#displaySlide {
	position: absolute;
	top: 10px;
	left: 10px;
}

#cover {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background-color: rgb(40,35,30);
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
	top: 0px;
	left: 0px;
}

.slideControl { 
	position: absolute;
	top: -20px;
	right: -25px;
	width: 157px;
	height: 57px;
	padding-right: 54px;
	cursor: pointer;
	font-size: .75em;
	line-height: 60px;
	text-align: right;
	background: transparent url('../images/icon-close-states.png') no-repeat right 0;
	
	
	_top: 4px;
	_right: 8px;
	_line-height: .75em;
	_height: auto;
	_padding: 0;
	_left: auto;
	_background: none;
	_color: red; 
	_font-weight: normal;	
}

.slideControl:hover { 
	background-position: right -58px;
}

.slideControl:active { 
	background-position: right -116px;
}

.popSlideContent {
	display: none;
}

.alignclear {
	clear: both;
}