/*
CSS for GMVZ.com
2008, Reinier Feijen
*/


/* General */

body, table, input {
	background-color: white;
	margin: 0;
	font-family: geneva, helvetica, verdana, arial;
	font-size: 9px;
	color: #666666;
	letter-spacing: .1em;
	line-height: 14px;
	
}

body {
	overflow: auto;
}


img {
	border: 0px;		
}


a:link,a:hover,a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: black;
}


.link_selected {
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
}



/* Columns */

#top {
	position: fixed;
	left: 50px;
	top: 28px;
}


#col1 {
	position: fixed;
	left: 50px;
	top: 73px;
	width: 165px;
}


#col2 {
	position: fixed;
	left: 236px;
	top: 74px;
	letter-spacing: .1em;
	width: 135px;
}


#col3 {
	position: absolute;
	left: 390px;
	top: 73px;
	width: 475px;
}


#col4 {
	position: fixed;
	left: 884px;
	top: 73px;
	text-transform: uppercase;
}


#between_col1_and_col2, #between_col2_and_col3, #between_col3_and_col4 {
	position: fixed;
	top: 77px;
	height: 100%;
	background: url('../imgs/stripe.gif') repeat-y top;	
}


#between_col1_and_col2 {
	left: 220px;
}


#between_col2_and_col3 {
	left: 379px;
}


#between_col3_and_col4 {
	left: 872px;
}


#col3_cover {
	position: fixed;
	left: 380px;
	top:0px;
	height: 74px;
	width: 500px;
	background-color: white;
	z-index: 2;
	
}



/* Logo */

img.top_logo {
}




/* Column 2 contents */

.subnav_title {
	text-transform: uppercase;
}

.subnav_title_selected {
	text-transform: uppercase;
	color: black;
	text-decoration: underline;
}


a.show_title {}


div.show_short {
	margin-bottom: 24px;
}


div.subnav_show {
	margin-bottom: 15px;
}


div.subnav_artist {
	margin-bottom: 0px;
}


div.subnav_publication {
	margin-bottom: 15px;
}



/* Column 3 contents */

td.news_line {
	line-height: 14px;
	height: 16px;	
}


td.content_spacer_vert {
	height: 16px;
}

.subscribe_remark {
	color: red;
}

input.subscribe_text {
	width: 250px;
	height: 16px;
	border: 1px solid black;
}

input.subscribe_button {
	background-color: #cccccc;
	border: 0;
	cursor: pointer;
}


div#contentnavdiv{
	margin-bottom: 9px;
}

div#contenttitle, div#contenttitle_publ {
	color: black;
	line-height: 14px;
	letter-spacing: .1em;
	height: 28px;	
	padding-bottom:14px;
}


div#contenttitle_publ {
	margin-top: 64px;
}


.img_title {
}

.img_description {
}


.col3_pag_selected {
	color: black;
	text-decoration: underline;	
}

.col3_pag {
}


div#contentimgdiv2 {
	margin-bottom: 12px;
}


div#contentimgdiv {
	padding-bottom: 4px;
}



img.main_img {
	cursor: pointer;
}

img.main_img_single {	
}


div#bio {
	line-height: 11pt;
}


/* Column 4 contents */

.col4_link {
}

