/*  
Theme Name: Bruce Rea 2
Description: custom theme
Version: 2.0
Date: 04.13.09
Author: bruce rea
Author URI: http://brucerea.com
*/
	
body {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: Medium;
	background: #000;
	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;
	}
	
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;
	}
	
#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 68px;
	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;
	padding: 0px 0px;
	margin: 20px 0px 0px 0px;
	}
	
/* nav styling */
#navs {
	position: absolute;
	top: 92px;
	left: 100px;
	width: 800px;
	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 */

.narrowcolumn {
	width: 690px;
	float: left;
	}
	
.narrowcolumn_home {
	width: 500px;
	float: left;
	}
	
.widecolumn {
	width: 899px;
	}

#sidebar {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#sidebar a {
	color: #ccc;
	}
	
/*  home reacent work sidebar */
#sidebar_home {
	width: 340px;
	float: right;
	font-size: 14px;
	}

#sidebar_home ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#sidebar_home a {
	color: #9cf;
	margin: 10px 0 0 10px;
	}
	
#sidebar_home h4 {
	margin: 5px 0 10px 10px;
	padding: 5px 0 0 0;
	}
	
#sidebar_home_back {
	background: url('images/sidebar-back.gif') no-repeat;
	}
/*  /home reacent work sidebar */

#home_main_image {
	margin: 0px;
	padding: 5px;
	border: 1px solid #666;
	width: 898px;
	height: 507px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/home-1.jpg') no-repeat 5px 5px;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}
	
a {
	color: #fff;
	}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img {
	margin-bottom: 8px;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
