/*  
Theme Name: GLOBAL STYLES
Theme URI: http://mu.wordpress.org/
Description: The default Archis theme for subsites
Version: 1.6
Author: Rien Swagerman - Resource Studio
Author URI: http://www.resourcestudio.nl

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 12px;
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	background-repeat: no-repeat;
	}

	
#middle_background_div {
	background-image: url('/images/backgrounds/middlebackgrounds/archiswite.gif');
}



#page {
	}
	
	
#global_navigation  {
	/*background-color: #F1F1F1;*/
	font-size: 0.9em;
	line-height: 1.2em; 
}	
	
	
#global_navigation ul li {
	font-family: Arial, Sans-Serif;
	list-style: none;
	font-weight:normal;
	/*background-color: #E1E1E1; */
}

	#global_navigation ul li a {
		text-decoration: none;
		color:black;
	}
	

	#global_navigation ul li a:hover {
		text-decoration: underline;
	}

	.topline {
		border-top:2px solid black;
	}

	.topline_archis {
		border-top:2px solid #FFA298;
	}

	#home_button a {
		font-size: 16px;
		color: #111;
	}

	/* hide back to portal (Archis.org) link by default */
	#global_navigation .nav_back_to_portal {
		display:none;
	}



/*colors*/

.archis {	color:#FFA298;}
.bg_almanakh {background-color:#5A5F62;}
.bg_seenet {background-color:#A41882;}
.bg_clab {background-color:#000000;}
.bg_amo {background-color:#F79900;}
.bg_archis {background-color: #FFA298;}
.tools {	color:#B3CDDE;}
.bg_tools {background-color: #B3CDDE;}
.interventions { color:#FFF040;}
.bg_interventions { background-color: #FFF040;}
.volume {color:#60C2FF;}
.bg_action {background-color:#ff0000;}
.bg_volume {background-color:#B3CDDE;}
.grey {	color:#E5E5E5;}
.bg_grey {background-color: #E5E5E5;}
.bg_white {background-color: white;}	
	
.turquoise {
	color: #0097C6;
}
	
/* menus */	

#header {

	}
	
	#page_menu {
		margin:0;
		padding:0;
	 }

	

	#page_menu li {
		list-style: none;
		list-style-type: none;
		width:170px;
/*
		border-left:1px solid #04AFCF;
		padding:0;
		padding-left:4px;
		margin-top:3px;
		overflow:hidden;
*/
	}
	
	#page_menu .page_item a{
		color: #04AFCF;
		font-weight: bold;
		text-decoration: none;
	}

	#page_menu .page_item a:hover{
		text-decoration: underline;
	}



.single_column, .double_column {
	font-size: 12px;
	line-height: 17px;
	color:#444;
}


#breadcrump a {
	color:black;
}

#breadcrump a:hover {
	text-decoration: underline;
}




/* blog top bar */

#blog_top_bar_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

#blog_top_bar_nav a {
	text-decoration: none;
}


#blog_top_bar_nav li li a {
	display: block;
	font-weight: normal;
	color: #333;
	padding: 0.2em 10px;
}

#blog_top_bar_nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #333;
	border-width: 0 5px;
}

#blog_top_bar_nav div {
	height:12px;
	padding-top:4px;
	background-color: #888;
	margin-right:8px;
	font-family: Helvetica, Arial;
	font-size:11px;
	font-weight: normal;
}

#blog_top_bar_nav li {
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	cursor: default;
	background-color: white;
}


#blog_top_bar_nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
}

#blog_top_bar_nav li>ul {
	top: auto;
	left: auto;
}

#blog_top_bar_nav ul {
	margin:0;
	padding:0;
}


#blog_top_bar_nav li li {
	display: block;
	float: none;
	background-color: #ccc;
	border: 0;
}

#blog_top_bar_nav li:hover ul, li.over ul {
	display: block;
}



/* post details */

.post {
	padding-bottom: 10px;
}


.post_details td {
	line-height:10px;
	overflow:hidden;

	padding:2px;
	font-family: Arial;
	font-size: 11px;
}
	.post_details .section {
		color: #555;
		text-transform: uppercase;
	}

	.post_details .date_and_author {
		width:150px; 
		text-align:right;
	}

.meta {
		background-color: #E1E1E1;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 0.8em;
		line-height: 1.2em;
}

/* general styles */

hr {
	display: block;
	clear: left;
	height:0;
	border-top: 2px solid #ccc;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom:-10px;
	margin-top:0;
	text-align: left;
	font-weight:normal;
	line-height:normal;
	color: #111;
	}
	

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

/* specific titles / headers */

h2 {
font-size: 1.6em;
}

h2.underline {
	border-bottom: 2px solid black;
	font-weight:normal;
	padding-bottom:3px;
	margin-bottom:-5px;
	}

h2.pagetitle {
		font-size: 30px;
		font-weight:normal;
	}

h2.post_title_medium {
		font-size: 1.6em;
		font-weight:normal;
	}



h3 {
	font-size: 20px;
	}

h1, h1 a, #headerimg .description {
	font-size: 60px;
	text-decoration: none;
	font-weight:normal;
	margin:0;
	color:#111;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #111;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1.sidebar_blog_title {
	font-size:56px;

}

.entry p a:visited {
	color: #04AFCF;
	}


.toplink  {
	color:#555; 
	font-weight:normal;
	font-size:1.0em;
}

/* comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Verdana', Helvetica, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Verdana', Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}




a, h2 a:hover, h3 a:hover {
	color: #04AFCF;
	text-decoration: none;
	}

a:hover {
	color: #04AFCF;
	text-decoration: none;
	}

a:visited {
	color: #04AFCF;
	text-decoration: none;
	}

/* End Typography & Colors */








/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*	margin: 10px auto; */
	margin-top: 0px; 
 /*	padding-left: 40px; */
	text-align: left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


a.linkPrinten {margin-top:0; font-size:9px; color:#0975A6; text-decoration:none; padding-left: 16px; background:url(/images/print.gif) no-repeat; height:12px; display:block;}
a.linkPrinten:visited {margin-top:0; font-size:9px; color:#0975A6; text-decoration:none; padding-left: 16px; background:url(/images/print.gif) no-repeat;}
a.linkPrinten:hover {text-decoration:underline;}




/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}
