/*
Theme Name: Uptown Bikes
Theme URI: http://www.uptownbikes.com
Description: This theme is designed and coded by <a href="http://www.nohwear.net/">Nohwear</a>.
Version: 1.0
Author: Nohwear
Author URI: http://www.nohwear.net
Tags: tan, urban, fixed-width, two-columns, left-sidebar, threaded-comments
*/


/* Global */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, sans-serif;
	background: #E7D7A6 url(images/bg.gif) repeat;
	color: #000000;
	margin: 0;
	padding: 0;
}

a:link {
	color: #000000;
        text-decoration: none;
}

a:visited {
	color: #000000;
        text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	border: none;
}

h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

ul,li {
    padding: 0px;
	margin: 0px;
}

/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display: block;
}
/* End hide from IE Mac */ 
/* end of clearfix */


/* Header */
#header {
	display: none;
}

/* Container */

#container {
}

/* Content */
#content_bg {
	width: 1007px;
	float: left;
	background: url(images/maincontent_bg.jpg) left repeat-y;
}

#content {
	width: 1007px;
	float: left;
	padding-top: 450px;
	background: url(images/header1.jpg) left top no-repeat;
}	

/* Navigation */
.navigation ul {
	width: 127px;
  	padding: 0px 0px 0px 114px;
	float: left;
	list-style-type: none;
	margin: 0;
}

.navigation li {
	width: 167px;
	padding: 0 0 0 0;
	text-align: center;
	margin: 0;
	font-size: 1.3em;
	background: url(images/tape.gif) left no-repeat;
}

.navigation li.current_page_item, .navigation li.current_page_parent {
	background: url(images/tapewithcheck.gif) left no-repeat;
}

.navigation li a {
	display: block;
	width: 167px;
	height: 35px;
	padding-top: 20px;
}

/* Maincontent */
#maincontent {
    width: 600px;
    float: right;
	margin: 0 40px 0 0;
	padding: 80px 40px 0px 30px;
	min-height: 630px;
}

.post {
    padding: 0px 0 15px 0;	
}

.post .title {
   height: 38px;
   background: url(images/post_title_line.gif) left 20px repeat-x;
   padding: 0px 0px 0px 0px; 
   margin: 0px;
   clear: both;
}

.post .title h2 {
    width: 468px;
	color: #0d3664;
	font-size: 1.4em;
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
    overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;			
}

.post .title h2 a {
    text-decoration: none;
	color: #0d3664;
}


.entry {
    padding: 5px 0px; 
    font-size: 1.2em;	
	line-height: 15px;
	clear: both;
}

.post .entry p {
	padding: 2px 0px;
	margin: 2px 0px;
}

.entry ul {
   clear: both;
}

.entry li {
   background: url(images/icon.gif) left 8px no-repeat;
   list-style: none;
   padding: 3px 3px 3px 10px;
   color: #0d3664;
}

.entry li a:link,.entry li a:visited {
   color: #0d3664;
   font-weight: normal;
}

.post .entry p a {
	color: #0d3664;
	font-weight: bold;
   text-decoration: none;	
}

.post .entry p a:hover {
   text-decoration: underline;
}

.notfound {
	margin-top: 100px;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #0d3664;
}

/* Footer */
#footer {
	width: 1007px;
	height: 135px;
	margin: 0px auto;
	position: relative;
	background: url(images/footer.jpg) left bottom no-repeat;
	clear: both;
}

#rss {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 442px;
	top: 136px;
}

#footer #credit {
	margin: 0;
    padding: 57px 0px 0px 0px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}

#footer a:link,#footer a:visited {
	font-size: 1.0em;
	color: #0d3664;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

/* Images */
p img {
	max-width: 100%;
}

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
}


/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}

/* PageNavi*/

.wp-pagenavi {
	padding: 5px 40px 5px 50px;
}

.wp-pagenavi a {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}

.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}
