/*  
Theme Name: OB&E
Theme URI: http://wordpress.org/
Description: This theme is designed to fit into the design of the <a href="http://rail.blu-streak.com">Oakland Berkeley & Eastern</a> website.
Version: 1.0
Author: Daniel Levy
Author URI: http://rail.carlsoft.net/about.php
*/

/* Body Parts :) */
body {
	border-top: 4px solid #164F0B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C2C2C2;
	color: #656565;
	text-align: center;
	margin: 0px;
	}

#header {
	margin: 0px auto;
	width: 750px;
	text-align: left;
	}

#wrapper {
	background-color: #FFFFF1;
	border: 1px solid #D5E3E6;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	width: 750px;
	}
	
#navigation {
	margin: 10px 10px 30px 10px;
	padding-bottom: 10px;
	font-size: 12px;
	}
	
#leftcol {
	float: left;
	width: 49%;
	}

#rightcol {
	float: right;
	width: 49%;
	}
	
ul	{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	list-style: none;
	}
	
#contact {
	background-color: #FCFCFC;
	border: 1px solid #D5E3E6;
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	clear: both;
}

#footer {
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #656565;
	letter-spacing: 1px;
}
	
#copy {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
}

/* Text */
h1, h2, h3 {
	border-top:#000000 thin solid;
	background:#CEEDD4;
	padding:2px;
	}

h1 {
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	}

h2 {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	}

h3 {
	font-size: 12px;
	color:#333333;
	letter-spacing: 1px;
	}

h4 {
	font-size: 10px;
	color:#333333;
	letter-spacing: 1px;
	}

p	{
	font-size: 11px;
	line-height: 15px;
	}
	
/* Links */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #164F0B;
	}

a:hover {
	text-decoration: none;
	}
/*	
h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active {
	color: #000000;
	text-decoration: none;
	}

h1 a:hover, h2 a:hover {
	color: #333333;
	}
	
*/
/* Node */
.node_hide {
	visibility: hidden; 
	display: none; 
}

.node_show {
	visibility: visible; 
	display: block; 
}