/* zeitgeist template css */
/* Copyright (c) 2009 thezeitgeistmovement.com */
/* Licensed under GNU Public License GPL 2.0 8?
/* Version 1.1 Written by tanktopdude@gmail.com */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding:0;
	margin:0;
	height:100%;

}
#zeitgeist_wrapper {
/* The wrapper module centers the main content area and sets padding for top, left, right, and footer modules */
	width:96%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative; 
	padding-left:0px;		/* Room on left for left modules */
	padding-right:0px;		/* Room on right for right modules */
	padding-top:160px;		/* Room on top for top modules */
}

#banner { 
/* Top modules, in the space protected by the wrapper padding */
	position:absolute;
	top:0px;
	left:0;
	background-color:transparent;
}
#zeitgeist_top { 
/* Top modules, in the space protected by the wrapper padding */
    background: url(images/planet.png) 0 0 no-repeat;
    background-position: top center;
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	margin:0px;
	height:150px;
	z-index:10;
}


.moduletable_top_right {
	position:absolute;
	right:10px;
	top:10px;
	width:350px;
	height:80px;
	color:#000000;
	overflow:auto;
}

/* Drop down menu bar */
#zeitgeist_top .moduletable_zeitgeist_top  {
	position:absolute;
	top:115px;
	left:0px;
	background:url(images/menu.gif);
	width:100%;
	border-bottom:1px solid #222222;
	border-top:1px solid #666666;
}
#zeitgeist_top .menu_zeitgeist_top  {
	width:90%
}

#zeitgeist_top .article_separator  {
	display:none;
}
#zeitgeist_top .contentpaneopen  {
}
	
#zeitgeist_pathway  {
	position:absolute;
	top:115px;
	left:10px;
	z-index:20;
}
#fontControls  {
	position:absolute;
	top:93px;
	right:30px;
	z-index:20;
}


#zeitgeist_left .moduletable h3 { 
	font-weight:bold;
	font-size:14px;
}
#zeitgeist_left .moduletable { 
	width:165px;
}

#zeitgeist_left {
	width:165px;
	float: left;
	clear:left;
	margin-left:0px;
	padding-right:5px;
	padding-left:15px;
	text-align:left;
	overflow:hidden;
}
#zeitgeist_right { 	
	width:165px;
	float:right;
	padding-left:5px;
	padding-right:15px;
}

#zeitgeist_footer { 	
	margin-top:10px;
	border-top: 1px solid white;
	text-align:center;
}
#zeitgeist_footer .moduletable { 	
	clear:both;
	width:95%;
	padding-left:10px;
}

/* End of Positioning, Start of Formatting */

#thezeitgeistmovement.component {
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}

span.alert {
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
}

span.info {
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
}

span.note {
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
}

span.download {
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
}

input.captchainputbox {
	border: 3px solid #ff0000;
}

