/*  
Theme Name: Pagett
Description: custom theme
Version: 1.0
Author: bruce rea
Author URI: http://serafinistudios.com http://brucerea.com
*/
	
body {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: Medium;
	background: #000;
	color: #ccc;
	text-align: center;
	line-height: 19px;
	margin: 0; 
	padding: 0;
	}

#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	}
	
#header {
	margin: 0px;	
	padding: 0px;
	height: 60px;
	position: relative;
	}
	
#body_top {
	height: 55px;
	background: #000;
	}
	
#header-logo {
	margin: 0px 0px 0px 0px; 
	height: 53px;
	}
	
h1 {
	font-size: 30px;
	font-weight: bold;
	}
	
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 18px 0 15px 0;
	}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
	}
	
#content {
	}
	
.post {
	width: 650px;
	}
	
#side_bio {
	font-size: 12px;
	font-weight: normal;
	}
	
.pricing-main {
	width: 550px !important;
	}
	
#home_main_image {
	margin: 0px;
	padding: 5px;
	border: 1px solid #666;
	width: 889px;
	height: 460px;
	background: url('images/home_image.jpg') no-repeat 5px 5px;
	}
	
#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 68px;
	text-align: left;
	font-size: 10px;
	font-family: Helvetica;
	font-weight: medium;
	color: #000; 
	}

#footer p{
	color: #999;
	padding: 20px 0px 0px 0px;
	}
	
#footer a{
	color: #999;
	}
	
.footer-logo {
	float: right;
	padding: 0px 0px;
	margin: 30px 0px 0px 0px;
	}
	
/* nav styling */
#navs {
	position: absolute;
	top: 20px;
	left: 300px;
	height: 28px;
	padding: 0px;
	text-align: left;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 10px;
	}

#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: 500px;
	float: left;
	}
	
.blogcolumn {
	width: 670px;
	float: left;
	}
	
.widecolumn {
	width: 900px;
	float: left;
	}

#sidebar {
	width: 200px;
	float: right;
	font-size: 14px;
	}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#sidebar a {
	color: #9cf;
	margin: 10px 0 0 10px;
	}
	
#sidebar h4 {
	margin: 10px 0 0 10px;
	padding: 10px 0 0 0;
	}
	
#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;
	}
	
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;
	}
	
/*	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.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 */

