/*  
Theme Name: Volumeproject.org
Theme URI: http://mu.wordpress.org/
Description: Volume main section
Version: 0.1
Author: Rien Swagerman
Author URI: http://www.resourcestudio.nl
*/

#template_name {
	display:none;
}

#page {
	width:1310px;
}

/* hide navigation options */

/*#global_navigation .bg_seenet {
	display:none;
} */

/* show Archis.org button to portal */
	#global_navigation .nav_back_to_portal {
		display:block;
	}

body {
	background-image: url('http://archis.org/images/backgrounds/bg_volume.jpg');
}

#middle_background_div {
	background-image: none;
}


.no_underline_h2 h2 {
	border-bottom: 0px;
}

.pagetitle {
	margin-top:-6px;
	margin-bottom:-4px;
}


.double_column {
	background-color: transparent;
}

#image_column_spreads img {
	width:150px;
	margin-top: 15px;
	border:0px;
	cursor: pointer;
	
}
		
#image_column img {
	margin-left:0;
}

#volume_latest_issue hr {
	display:none;

}

.toggle-container {
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
	font-style: italic;
	overflow: hidden;
	font-size: 13px;
	width: auto;
}
.toggle-container .block {
	visibility: hidden;
}

#back_issues_tab {
	position: absolute;
	left: 282px;
	top:16px;
	_top:15px;

	width: 100px;
	height:10px;
	padding:4px;
	background-color: #000;
	padding-left:16px;
}

.tab {
	background-image: url('/images/whitearrow.gif');
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

#back_issues_tab a {
	color:white;
	font-weight:bold;
}



#back_issues_content {
	position: absolute;
	left: 282px;
	top:34px;
	width: 400px;
	padding:4px;
	background-color: #555;
	z-index: 100;
	padding-top:10px;
}


	#back_issues_content img {
		width:100px;
		clear:right;
		float:left;
		padding: 0px 10px 30px 10px;
		margin-top: -10px;
	}

	#back_issues_content h2 a{
		color:#04AFCF;
		font-size:20px;
		padding-left:120px;
		height:30px;
		margin-top:10px;
		padding-top:10px;
	}

	#back_issues_content h1 {
		display:none;
	}

	#back_issues_content h4 {
		color:white;
		font-weight:normal;
	}

#page_menu {
		/*background-image: url('/images/backgrounds/menu_bg.jpg'); */
}

#contents_div {
	border-top:1px solid black;
}

	#contents_tab {
		cursor:pointer;
		background-color: black;
		color:white;
		width:100px;
		height:14px;
		padding:4px;
		padding-top:2px;
		padding-left:16px;
	}


#volume_latest_issue img, .double_column .viewbook_image {
	width:200px;
	float:left;
	padding: 0px 10px 10px 0px;
	_margin: 20px 10px 10px 0px;
	
}

.advertisement {
	width:100%;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #888;
	font-style: italic;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

#advertisements img, .double_column  {
	width:430px;
}

.advertisement_column {
			float: left;
			margin-left:23px;
			overflow: hidden;
}

#volume_news {
margin-top:30px;
}

#volume_news .post {
	width:200px;
	height:220px;
	overflow:hidden;
	float:left;
	padding-right:7px;
}

#volume_news .post h4 {
	font-size:16px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:3px;
}


/* taglabels */

.tags a {
	background-color:#e5e5e5;
	padding:2px;
	margin:1px;
	color:black;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	line-height: 1.2em;
}

.taglabel {
	color:white;
	padding:2px;
	margin-right:2px;
}

.taglabel_red {
	background-color: red;
	
}

.taglabel_blue {
	background-color: blue;

}

.taglabel_grey{
	background-color: #777;

}



.issue_image_in_list img {

}



.review_inline {
	background-color: #E5E5E5;
	padding:4px;
	color:#000;
}




/* Image Reports */
.entry_content {
	display:none;
}

#overlay {
	background-color:#111;
	position:absolute;
	z-index:30000;
	width:100%;
	text-align:center;
	height:680px;
	display:none;
}

#report_image {
	height:480px;
	width:740px;
	overflow:hidden;
}


#image_reports {
	margin-top:0px;
	background-color: #111;
	min-height: 500px;
	color:#ccc;
	float:left;
	width:735px;
}


#image_report_entries {
	float:left;
	width:350px;
	margin-left:20px;
	color:white;
}


.image_report_entry {
	width:140px;
	height:160px;
	float:left;
	background-color:#333;
	margin-right:20px;
	margin-bottom:20px;
	padding:5px;
	cursor:pointer;
}

.image_report_entry h3 {
	margin-top:8px;
	text-transform:uppercase;
	font-size:17px;
	color:#ccc;
}

.image_report_entry:hover {
	
	background-color:#444;
	
}

.image_report_entry_image {
	width:140px;
	height:100px;
	overflow:hidden;
}


/**/

.dark {
	background-color: #111;
	color:#ccc;
	padding:6px;
}


.button {
	background-color: #888;
	color:white;
	padding:1px 4px 1px 4px;
	font-weight:bold;
	cursor:pointer;
}

.button a {
	color:white;
}

h2.underline {
	/*border:none;
	border-color:#000;
}


