/*
Theme Name: The Bike Tree
Theme URI: http://awhitelaw.co.uk
Description: The Bike Tree Template
Version: 1
Author: Alan Whitelaw
Tags: 

Bespoke Theme for The Bike Tree by Alan Whitelaw
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
}
p {
  margin: 0px 0px 12px 0px;
}
a:link,
a:visited {
  color: #B9AD97;
  text-decoration: none;
}
a:active,
a:hover {
  color: #B9AD97;
  text-decoration: underline;
}

body {
	background: #231f20;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
  text-align: center;
  font-size: 12px;
}
  .container {
    width: 960px;
    text-align: left;
    margin: 0px auto;
  }
    .header {
      text-align: center;
      margin: 20px 0px;
    }
    
    div#nav {
      height: 20px;
      overflow: hidden;
      text-align: center;
    }
    div#nav a {
      height: 40px;
      overflow: hidden;
    }
      div#nav a:hover,
      div#nav a:active {
        position: relative;
        top: -20px;
      }
      
    .main {
      margin: 0px 0px 20px 0px;
      float: left;
      clear: both;
      width: 100%;
    }
			.main h2 {
				text-transform: uppercase;
				color: #B9AD97;
			}
      .left_sidebar {
        width: 150px;
        float: left;
        display: inline;
      }
      .content {
        width: 640px;
        float: left;
        display: inline;
        margin: 0px 10px;
      }
				.blog_content {
					overflow-x: hidden;
				}
      .right_sidebar {
        width: 150px;
        float: left;
        display: inline;
      }

.main ul {
	list-style-type: circle;
}
	.main ul li {
		color: #66C430;
	}
		.main ul li span {
			color: #ffffff;
		}

#footer_left {
  width: 480px;
  float: left;
}
#footer_right {
  width: 480px;
  float: left;
  text-align: right;
}
#footer_left p,
#footer_right p,
#footer_left h3,
#footer_right h3 {
  margin-bottom: 5px;
}
.round_top {
  background: url(images/top.jpg) repeat-x top left;
  height: 12px;
  font-size: 1px;
  line-height: 0px;
}
  .round_top_left {
    background: url(images/round_top_left.jpg) no-repeat top left;
    height: 12px;
    font-size: 1px;
    line-height: 0px;
  }
  .round_top_right {
    background: url(images/round_top_right.jpg) no-repeat top right;
    height: 12px;
    font-size: 1px;
    line-height: 0px;
  }
.round_wide_fill {
  background: url(images/round_wide_fill.jpg) repeat-y;
  padding: 10px;
  text-align: center;
}
.round_fill {
  background: url(images/round_fill.jpg) repeat-y;
  padding: 10px;
  text-align: center;
}
.round_narrow_fill {
  background: url(images/round_narrow_fill.jpg) repeat-y;
  padding: 10px;
  text-align: center;
}
.round_bottom {
  background: url(images/bottom.jpg) repeat-x bottom left;
  height: 12px;
  font-size: 1px;
  line-height: 0px;
  margin-bottom: 10px;
}
  .round_bottom_left {
    background: url(images/round_bottom_left.jpg) no-repeat bottom left;
    height: 12px;
    font-size: 1px;
    line-height: 0px;
  }
  .round_bottom_right {
    background: url(images/round_bottom_right.jpg) no-repeat bottom right;
    height: 12px;
    font-size: 1px;
    line-height: 0px;
  }

.latest_offers_sidebar {
  padding: 0px;
  text-align: 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 {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
  color: #231F20;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.post2 {
	float: left;
	clear: both;
	width: 100%;
}
.article_thumb {
	float: left;
  display: inline;
  margin-right: 20px;
	text-align: center;
	width: 110px;
}
	.article_thumb img {
		margin: 5px auto 3px auto;
	}
.article_main {
	width: 480px;
  float: left;
}
	.read_more {
    float: right;
    clear: both;
  }
