/*  
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_back.gif') repeat;
	color: #fff;
	text-align: center;
	margin: 0; 
	padding: 0;
	}

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
	
#header {
	margin: 0px;	
	padding: 0px;
	height: 148px;
	position: relative;
	}
	
#body_top {
	height: 148px;
	background: url('images/header_back.gif') repeat-x;
	padding: 0px;
	margin: 0px;
	}
	
#header-logo {
	position: absolute;
	top: 32px; 
	left: 70px;
	}
	
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	}
	
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 0;
	padding: 18px 0 15px 0;
	}
	
h3 {
	font-size: 12px;
	font-weight: strong;
	color: #fff;
	}
	
#content {
	width: 900px;
	}
	
#home_navs {
	width: 800px;
	height: 500px;
	margin: 20px 0px 20px 48px;
	padding: 0px;
	background : #fff;
	}
	
#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 68px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #2F1E0D; 
	}

#footer p{
	color: #999;
	padding: 20px 0px 0px 0px;
	}
	
#footer a{
	color: #999;
	}
	
.footer-logo {
	float: right;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
/* nav styling */
#navs {
	position: absolute;
	top: 90px;
	left: 70px;
	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;
	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 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#sidebar a {
	color: #000;
	}
	
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;
	}
