/*styling for press stage area
*******************************/

/* non-yellow autocomplete */
input { background-color: #ffffff !important; }

input:focus {
  background-color: #f0f;
}

div#press-stage {
	position:absolute;
	top: 107px;
	left:6px;
	height:808px;
	width:698px;
	background-color: ##C1B9AE;
	color: #000;
}

div#mag-cover-mask{
	position:relative;
	left:10px;
	
}

div#mag{
	position:absolute;
	top: 130px;
	background-color: ##C1B9AE;
	color: #000;
}

div#article-stage{
	position:absolute;
	top: 130px;
	left:80px;	
}

img.unselected{
	margin-right: 18px;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:white;
	border:0px;
}

img.selected{
	margin-right: 18px;
	opacity:1;
	filter:alpha(opacity=100);
	background-color:white;
	border:0px;

}


image#current-page{
	left:0;
}

image#next-page{
	visibility:hidden;
}

image#next-page-plus-one{
	visibility:hidden;
}

img {
	border:0;
}


/* press navigation buttons set-up
************************************/

a#covers-prev{
	top:50px;
	left:20px;
	position:absolute;
	height:29px;
	width:37px;
	background-image:url(../nav_buttons/press_cover-back.gif);
	text-decoration: none;
}

a#covers-prev:hover{
	background-image:url(../nav_buttons/press_cover-back-ro.gif);
		text-decoration: none;
}

a#covers-next{
	top:50px;
	left:644px;
	position:absolute;
	height:29px;
	width:36px;
	background-image:url(../nav_buttons/press_cover-next.gif);
	text-decoration: none;
}

a#covers-next:hover{
	background-image:url(../nav_buttons/press_cover-next-ro.gif);
	text-decoration: none;
}

a#page-prev{
	top:400px;
	left:-10px;
	position:absolute;
	height:57px;
	width:70px;
	background-image:url(../nav_buttons/press_back.gif);
	text-decoration: none;
	visibility:hidden;
}

a#page-prev:hover{
	background-image:url(../nav_buttons/press_back-ro.gif);
		text-decoration: none;
}

a#page-next{
	top:400px;
	left:647px;
	position:absolute;
	height:58px;
	width:63px;
	background-image:url(../nav_buttons/press_next.gif);
	text-decoration: none;
	visibility:visible;
}

a#page-next:hover{
	background-image:url(../nav_buttons/press_next-ro.gif);
	text-decoration: none;
}






/* navbar for press page
***************************/


a#home {
		top:4px;
		left:0px;
	position:absolute;
	height:30px;
	width:78px;
	background-image:url(../nav_buttons/home_fade.jpg);
		text-decoration: none;
}

a#home:hover {
	background-image:url(../nav_buttons/home_rollover.jpg);
		text-decoration: none;
}
a#portfolio {
		top:0px;
		left:78px;
	position:absolute;
	height:34px;
	width:116px;
	background-image:url(../nav_buttons/portfolio_fade.jpg);
		text-decoration: none;
}

a#portfolio:hover {
	background-image:url(../nav_buttons/portfolio_rollover.jpg);
		text-decoration: none;
}


a#press {
		top:0px;
		left:194px;
	position:absolute;
	height:34px;
	width:85px;
	background-image:url(../nav_buttons/press_asterisk.jpg);
		text-decoration: none;
}

a#bio {
		top:0px;
		left:279px;
	position:absolute;
	height:34px;
	width:68px;
	background-image:url(../nav_buttons/bio_fade.jpg);
		text-decoration: none;
}

a#bio:hover {
	background-image:url(../nav_buttons/bio_rollover.jpg);
		text-decoration: none;
}		
		
a#insideout {
		top:0px;
		left:345px;
	position:absolute;
	height:34px;
	width:156px;
	background-image:url(../nav_buttons/beforeafter_fade.jpg);
		text-decoration: none;
}

a#insideout:hover {
	background-image:url(../nav_buttons/beforeafter_rollover.jpg);
		text-decoration: none;
}

		
a#blog {
		top:0px;
		left:501px;
	position:absolute;
	height:34px;
	width:74px;
	background-image:url(../nav_buttons/blog_fade.jpg);
		text-decoration: none;
}

a#blog:hover {
	background-image:url(../nav_buttons/blog_rollover.jpg);
		text-decoration: none;
}

		
a#contact {
		top:0px;
		left:575px;
	position:absolute;
	height:34px;
	width:90px;
	background-image:url(../nav_buttons/contact_fade.jpg);
		text-decoration: none;
}

a#contact:hover {
	background-image:url(../nav_buttons/contact_rollover.jpg);
		text-decoration: none;
}

