/*  
Theme Name: GLOBAL LAYOUT
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

*/

/* Begin Structure */



body {
	margin: 0;
	padding: 0; 
	padding-left:40px;
	}


#page {

	position: absolute;
	top:70px;
	padding: 0;
	padding-top:10px;
	width: 945px;
	
	}

#site_title {
	position:absolute;
	left:699px;
	top:-15px;
	width:200px;
	height:50px;
}
	
#home_button {
	height:30px;
	width:500px;
	text-align:right;
	padding-top:5px;
}


#global_navigation {
	position:absolute; 
	left: 0px; 
	height: 25px; 
	/*padding: 3px 0px; */
	width:100%;
}

	
	#global_navigation ul {
		/*position:absolute;*/
		margin-top: 0px;	
	}
	
	#global_navigation ul li {
		float:left;
		list-style: none;
		display:block;
		margin: 2px;
		height: 10px;
		padding:4px;
		padding-top: 5px;
	}



#breadcrump {
	position: absolute;
	top:-10px;
	left:0px;
	background-color: #eee;
}



	#content {
		width:1000px;
	}
 

		/* column layouts */

		.single_column {
			width:220px; 
			float: left;
			margin-left:23px;
			overflow: hidden;
			/*border:1px solid red;*/
		}

		.single_column .viewbook_image {
			width: 200px;
			clear:both;
		}


		.double_column{
			width:430px;
			float: left;
			/*background-color: white;*/
		}
		
		.double_column .viewbook_image {
			width: 424px;
			clear:both;
		}

		.triple_column{
			width:690px;
			float: left;
			margin-right:15px;
			/*border:1px solid red;*/  
		}


		.move_column_down {
			margin-top:200px;
		}
		
		.move_column_down170 {
			margin-top:170px;
		}
		
		.move_column_down_volume {
			margin-top:50px;
		}
		
		.move_column_down_archis {
			margin-top:50px;
		}
		
		#image_column img {
		width:normal;
		height:normal;
			margin-top: 15px;
			margin-left:-60px;
			border:0px;
			cursor: pointer;
			
		}
		



/* network */
#network {
display:none;
	position:absolute;
	top:100px;
	left:960px;
	z-index:100;
	width:300px;
	height:300px;
}


.small_portal_post
{
	/*border:1px solid red;*/
	width: 180px;
	margin-right:20px;
	margin-top:20px;
	height: 180px;
	float:left;
	overflow: hidden;
}

 	.small_portal_post .viewbook_image {
			width: 100px;
			float:left;
			padding-right:6px;
		}



.postmetadata {
display:none;
}

#footer {
  	position: relative;
  	bottom: 0px;
	padding: 0;
	width: 877px;
	clear: both;
	font-size: 10px;
	color:#aaa;
	}

#footer a {
	color:#aaa;
}


/* End Structure */





