/* @override 
	http://24.150.116.198:9101/wp-content/themes/urban/style.css
	http://theurbanproject.org/wp-content/themes/urban/style.css
*/

/*  
Theme Name: The Urban Project
Theme URI: http://theurbanproject.org
Description: A custom WordPress theme for theurbanproject.org
Version: 1.0
Author: Dale Mugford and Duane Storey
Author URI: http://www.bravenewcode.com/
	
	This theme was designed and built by Dale Mugford and Duane Storey,
	whose site you will find at http://www.bravenewcode.com/
*/

* html #sidebar {
	background-color: #000;
	background-image: none;
}

* html #content {
	background-color: #000;
	background-image: none;
}

* html body {
	margin: 0;
	padding: 0;
	background: #bfbfc2 url(images/background2.jpg) no-repeat scroll left top;
	color: #fff;
	font: 13px Tahoma, Geneva, sans-serif;
}

/* @group Sitewide */

body {
	margin: 0;
	padding: 0;
	background: #bfbfc2 url(images/background2.jpg) no-repeat scroll left top;
	color: #fff;
	font: 13px Helvetica, Geneva, sans-serif;
}

p {
	
}

img {
	border-style: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

a:active {
	
}

a:visited {
	
}

h1 {
	font: bold 33px Tahoma, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: -2px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 15px;
}

h5 {
	font: 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

h6 {
	font-size: 13px;
}

blockquote {
	
}

em {
	
}

ol {
	
}

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

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/* @end */

/* @group Frame */

#wrapper {
	margin: 0;
	padding: 0;
}

#content {
	padding: 5px 15px 17px;
	background-image: url(images/bk-rep.png);
	margin-top: 15px;
	margin-left: 315px;
	width: 445px;
	text-align: justify;
	line-height: 17px;
	position: absolute;
	top: 96px;
}



/* @end */

/* @group Header */

#header {
	margin-top: 50px;
	margin-left: 38px;
	width: 253px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h5 {
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
	bottom: 5px;
}



/* @end */

/* @group Index Body */



/* @end */

/* @group Footer */

#footer {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100px;
}



/* @end */

/* @group Sidebar */

#sidebar {
	width: 140px;
	text-align: right;
	position: absolute;
	left: 145px;
	top: 111px;
	background-image: url(images/bk-rep.png);
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	margin: 0;
	text-transform: lowercase;
	line-height: 14px;
	height: auto;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar li {
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#sidebar li.space {
	padding-top: 20px;
}



/* @end */

/* @group Blog */

.post-author {
	float: right;
	font-size: 13px;
	font-weight: bold;
}

.entry {
	margin-top: 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

p.postmetadata {
	font-size: 11px;
}

.navigation {
	height: 25px;
}

.navigation .alignleftprev {
	float: left;
}

.navigation .alignrightnext {
	float: right;
}



/* @end */

/* @group E-Mail Subs */

.post form {
	padding-top: 10px;
}



/* @end */