/*
Theme Name: Jason Douglas
Theme URI: http://www.jason-douglas.co.uk
Description: Theme for Motorcycle racer Jason Douglas
Version: 1.0
Author: Shaun Graham
Author URI: http://www.vanzantdesign.com
*/

/*************************************
 + Main Containers
 *************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.description {
  float:left;
  position:absolute;
  top:65px;
  left:160px;
  color:#ffffff;
}

#featured {
  width:52%;
  float:left;
  background: #000000;
  padding: 0 2em 2em 2em;
  margin-left:0px;
}

#news {
        background: #3398cc;
        padding:1em 0 1em 0;
        font-size:1.2em;
        width:100%;
        clear:both;
}

#headlines {
  float:right;
  width:40%;
}


body{
        background:url(images/texture-bg.jpg) repeat top left;
	color:#000;
	font: 0.75em/120% Verdana, Helvetica, Arial, sans-serif;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
        border-left:1px solid #000;
        border-right:1px solid #000;
        background: #fff;
	margin:0 auto;
	text-align:left;
        width:80%;
}
#container{
        background-color:#fffff;
}
#content{
        background: #fff;
	font-size:1.2em;
	float:left;
	padding:3em;
	width:60%;
        border-right:1px solid #eee;
}

#contenthome {
        background: #fff;
	font-size:1.2em;
	clear:both;
	padding:3em;
	width:90%;
        border-right:1px solid #eee;
}

#contentbox{
        border-top:1px dotted #999;
	width:100%;
	margin:0;
        padding:4px;
}

#archive{
        margin-left:20px;
	float:left;
	width:250px
}
#sidebar{
        background: #fff;
	font-size:1.1em;
        font-weight:bold;
	float:right;
	width:25%;
        padding:3em 0 0 0px;

}
#header{
	margin:0; padding:0;
        height:100px;
        background: transparent url(images/featuredbg.jpg) repeat-x scroll 0 0;

}

#menu{
        height:30px;
        line-height:30px;
        margin:0 auto; padding:0;
        background:#153F67;
        float:left;
        width:100%;
}
#footer{
        clear:both;
        background:#010101 url(./images/footer_bg.gif) repeat-x top left;
	color:#fff;
	font-size:0.9em;
	padding:0.5em;
}
#pagetop{
	background:#fff url(./images/ontop.gif) repeat-x top left;
        height:10px;
}
/*************************************
 +Headline
 *************************************/
h1, h2, h3{
	font-weight:normal;
	margin:0;
}
#header h1{
        float:left;
        margin-left: 1.5em;
        background: url(images/jazzdouglas.png) no-repeat top left;
        height:100%;
        width:500px;
        text-indent:-3000px;
}

.entrytitle h2{
	font-size:1.6em;
}
.entrytitle h2 a
{
	color:#000;
}
.entrytitle h2 a:hover{
	color:#7ABE2D;
}
#sidebar h3{
	color:#000;
	font-size:1.5em;
	margin:2px;
        font-weight:bold;
}
/*************************************
 +Entry
 *************************************/
.entry {
	margin-bottom: 3em;
}
.entry p{
        padding:4px;
}
.entry ul{
	list-style-type:none;
        padding:4px;
}
.entry li{
        border-left:2px solid #121212;
        padding-left:4px;
        margin-top:2px;
        display:block;
}
.entry code{
        padding:4px;
        background:#ccc;
}
.entry h3{
        padding:2px;
        margin:2px;
        font-weight:bold;
        font-size:1.2em;
}
.postinfo {
	font-size: 0.7em;
}
.entrybody {
	margin-top: 12px;
}
.entrymeta {
	margin-top: 12px;
	color: #000;
	font-size: 1em;
}
.author {
	font-weight: bold;
	color: #FF6300;
}
.comments {
        padding-left: 20px;
	background: #fff url(./images/comments.gif) no-repeat;
	font-weight: bold;
}

.postmetadata
{
        background-color: #F0F0F0;
	border: 1px solid #E1E1E1;
	padding: 0.5em;
        color: #000;
 	margin-top: 30px;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background: transparent url( images/quote.png ) top left no-repeat;
}


/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;padding:0;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:10px;
}
#sidebar ul li{
	padding:0px;
}

/*************************************
 +Footer
 *************************************/









#footer_container{
	width:850px;
	margin:15px auto;
}
#lastthreads{
	float:left;
	width:350px
}
#lastthreads ul{
	list-style-type:none;
        padding: 8px;
}
#lastcomments ul{
	list-style-type:none;
        padding: 8px;
}
#lastthreads li {
        font-size: 1.2em;
}
#lastcomments li {
        font-size: 1.2em;
}
#lastthreads li, #lastcomments li{
	display: block;
        text-align: left;
	text-decoration: none;
        padding-left:30px;
        margin-bottom: 6px;
}
#lastthreads li{
        background:transparent url(./images/green_arrow.gif) 2px center no-repeat;
}
#lastcomments li{
        background:transparent url(./images/red-arrow.gif) 2px center no-repeat;
}
#lastthreads li a, #lastthreads li a:hover, #lastthreads li a:visited, #lastcomments li a, #lastcomments li a:hover, #lastcomments li a:visited{
	color: #fff;
}
.last_author{
        color: #FF2BD5
}
#lastcomments{
	float:left;
	width:400px
}
#lastthreads h2, #lastcomments h2 {
	font-weight:bold;
	font-size: 1.4em;
}
.creditline a, .creditline a:visited { 
        color: red;
	padding:5px;
}
.creditline, .creditline a:hover {
	margin-top:25px;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0;
	padding:0;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	padding:0.5em;
}

.alt{
        background-color: #EEEEEE;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	padding: 0.8em;
        color: #000;
}

.normal{
	padding: 0.8em;
        color: #000;
}

h3#comments{
	font-size:1.3em;
}

h3#respond{
	font-size:1.3em;
        margin-top: 30px;
}

.countcomment{
	color:#000;
}

.commentmetadata
{
	font-size:0.9em;
}

.gravatar
{
	float:left;
         border: 1px solid #000;
         margin-right: 5px;
         margin-top: 5px;
         width: 36px;
         height: 36px;
}

/*************************************
 +Header List
 *************************************/

#menu ul{
	list-style-type:none;
        float:left;
}

#menu li{
	margin-right: 10px;
	display: inline;
}

#menu li a, #menu li a:visited{
	height: 30px;
        width:122px;
        padding-top: 2px;
	color: #fff;
        font-weight: bold;
        font-size: 1.1em;
        text-align: center;
	text-decoration: none;
        float:left;
	margin-right: 5px;
}

#menu li a:hover{
        background:#1e3d4f;
}

#menu li a:active{
        background:#1e3d4f;
}

/*************************************
 +Header List
 *************************************/

#header ul{
	list-style-type:none;
        float:right;
        margin:0;
        margin-right:1em;
}

#header li{
        padding:0;
        display:inline;
}

#header li a{
        display:inline;
}

/*************************************
 +Misc
 *************************************/

a{
	color:#737373;
	text-decoration:none;
}
a:hover{
	color:#000;
}

.nodisplay {
        left: -5000px;
        position:absolute;
}
.bold {
        font-size:1em;
        font-weight:bold;
}



input
{
   border: 1px solid #939393;
   padding: 4px;
   font-size: 1.1em;
}

textarea
{
   border: 1px solid #939393;
   padding: 2px;
   font-size: 1.0em;
}

#content p {
  padding-bottom: 20px;
}

.credits {
  display:none;
}

#featured h1 {
  text-indent: -9000px;
  background:url(./images/news.gif) no-repeat top left;
  margin-left: -8px;
}

#featured p {
  color:#fff;
}

#featured a:link, #featured a:visited {
  color:#3398cc;
}

#featured a:hover {
  color:#fff;
  text-decoration: underline;
}

#headlines h2 {
  text-indent: -9000px;
  background:url(./images/headlines.gif) no-repeat top left;
  padding-bottom: 10px;
  margin-left: -8px;
}

#headlines a:link, #headlines a:visited {
  color: #fff;
}

#headlines a:hover {
 color:#35586c; 
 text-decoration: underline;
}

.clear {
  clear:both;
}

/*************************************
 +Header styles for individual pages
 *************************************/

#post-2 h2 {
  text-indent: -9000px;

  background:url(./images/profile.png) no-repeat top left;
  margin-left: -8px;
}

#post-11 h2 {
  text-indent: -9000px;
  background:url(./images/gallery.png) no-repeat top left;
  margin-left: -8px;
}

#post-13 h2 {
  text-indent: -9000px;
  background:url(./images/contact.png) no-repeat top left;
  margin-left: -8px;
}


/*************************************
 + Styling for slider content area
 *************************************/

#headerimage .hidden {
  display:none;
}

#headerimage #prevNext
{
margin-top: -5.5em;
margin-left: 60px;
}

#headerimage #prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
padding-left:50px;
}

#headerimage p
{
margin: 20px 0 0 25px;
padding: 0.6em 2em;
font-size: 1.4em;
font-family: helvetica;
background: black;
opacity: .7;
filter:alpha(opacity=70);
float: left;
width: 35%;
color:#ffffff;
}

#headerimage .featured {
  width: 100%;
  height:300px;
  background: #000000;
  margin:0;
  padding:0;
}

#headerimage .featured img {
  float:right;
  margin-top:25px;
  margin-right: 180px;
}
