/*  
Theme Name: Geiger
Description: custom theme
Version: 1.0
Author: bruce rea
Author URI: http://brucerea.com http://serafinistudios.com
*/
	
body {
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	background: #000 url('images/body-color.gif') repeat;
	color: #fff;
	text-align: center;
	margin: 0; 
	padding: 0;
	}

#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	}
	
#header {
	margin: 0px;	
	padding: 0px;
	height: 148px;
	position: relative;
	}
	
#body_top {
	height: 148px;
	background: url('images/header_back.gif') repeat-x;
	}
	
#header-logo {
	margin: 0px 0px 0px 0px; 
	height: 142px;
	}
	
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 0;
	padding: 18px 0 15px 0;
	}
	
h3 {
	font-size: 12px;
	font-weight: strong;
	color: #fff;
	}

.page-title, .page-title a {
	color: #BD934F;
	}

#content {
	width: 900px;
	}

.narrowcolumn {
	width: 660px !important;
	float: left;
	}

#home_navs {
	width: 900px;
	height: 216px;
	margin: 75px 0px 220px 48px;
	padding: 0px;
	}

#comment {
	width: 600px;
	}

#footer {
	clear: both;
	padding: 18px 0;
	margin: 18px 0;
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000; 
	}

#footer p {
	color: #999;
	padding: 20px 0px 0px 0px;
	}
	
#footer a {
	color: #999;
	}
	
.footer-logo {
	float: right;
	margin: 30px 0px 0px 0px;
	}
	
/* nav styling */
#navs {
	position: absolute;
	top: 92px;
	left: 100px;
	width: 900px;
	height: 25px;
	padding: 0px;
	text-align: left;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 14px;
	}

#navs ul {
	padding: 0px;
	list-style: none;
	margin: 0px 0 0 0px;
	display: inline;
	}

#navs li {
	color: #fff;
	display: inline;
	margin: 0px 20px 0px 0px;
	}

#navs a {
	text-decoration: none;
	color: #ccc;
	}
/* /nav styling */


/* edit button */
.edit-link-container {
	margin: 24px 0px 0px 0px;
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

.add-entry-container {
	margin: 25px 0px 5px 0px;
	}

.add-entry img {
	margin: 0px 0px 0px 0px;
	}

.add-entry a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	font-size: 18px;
	background: #9f9;
	border-top: 1px solid #9c9;
	border-right: 1px solid #696;
	border-bottom: 1px solid #696;
	border-left: 1px solid #9c9;
	color: #060;
	}
/* / edit button */




#sidebar {
	float: right;
	width: 200px;
	}

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

#sidebar h2 {
	font-size: 18px;
	}
	
#sidebar a {
	color: #fee;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}
	
a {
	color: #fff;
	}
	
.gallery-thumbnails a img {
	padding: 6px;
	margin: 0 0 6px 0;
	background: #000;
	border-top: #ccc 1px solid;
	border-right: #333 2px solid;
	border-bottom: #333 2px solid;
	border-left: #ccc 1px solid;
	}

.gallery-thumbnails a:hover img {
	background: #666;
	}

.alignleft {
	float: left;
	margin: 0 12px 12px 0;
	}

.alignright {
	float: right;
	margin: 0 0 12px 12px;
	}
