﻿/*
Theme Name: Ride the Harley
Theme URI: N/A
Description:  A clean, 2 column Harley Davidson wordpress theme. Great for biking bloggers.
Version: 1.0
Tags: grey, black, fixed width, right naivgation, 2 columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


@import "reset-min.css";

/* Global
-------------------------------------*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a
{
 text-decoration:none;
}

a:hover
{
 text-decoration:underline;
}

p
{
 margin-top:25px;
 font-size:1.2em;
 line-height:150%;
}

p a
{
    color:#CC9900;
}

/* Layout
-------------------------------------*/

body 
{
        margin:0;
        font-size: 62.5%;
        color: #ccc;
        font-family: Arial, Helvetica, sans-serif;
        background:#343434 url("images/containerbkg.jpg") repeat-x 0 0;
}

#container{
        position: relative;
        width: 903px;
        margin:0 auto;
        padding-bottom:20px;
}

#header
{
    height:259px;
    position:relative;
    background:url("images/headerbkg.jpg") no-repeat 0 0;
}

#header h1 a
{
    top:37px;
    left:20px;      
    font-size:3.598em;
    color:#CC9900;
    position:absolute;
    font-family:Georgia;
    line-height:1.2em;
}

#header .logo:hover
{
 text-decoration:none;
}

#header .logo span
{
 font-size:0.3em;
 font-weight:bold;
 color:#fff;
}

ul#nav
{
  list-style-type:none;
  display:inline;
  margin:0;
  float:left;
  position:absolute;
  bottom:0;
  left:20px;
}

ul#nav li
{
 float:left;
 margin-right:6px;
}

ul#nav li a
{
 font-size:1.2em;
 display:block;
 float:left;
 color:#fff;
 background-color:#838383;
 padding:8px 30px 10px 30px;
 margin-top:17px;
 font-weight:normal;
}

ul#nav li a:hover
{ 
 text-decoration:none;
}

ul#nav li.active a
{
 background-color:#ccc;
 color:#333;
 margin-top:0;
 padding:17px 30px 18px 30px;
}

#content
{
 background:#4F4F4F url("images/contenttop.jpg") no-repeat 0 0;
 margin-right:3px;
}

#contentbottom
{
 height:5px;
 background:url("images/footertop.jpg") no-repeat 0 100%;
 float:left;
}

#column1
{
 width:640px;
 float:left;
 padding:0 0 20px 24px;
 display:inline;
}

#column2
{
 width:194px;
 float:left;
 display:inline;
 padding-left:25px;
}

#footer
{
 background:url("images/footerbottom.jpg") no-repeat 0 100%;
 clear:left;
 padding:15px 0 20px 0;
 padding-left:24px;
}

#footer ul
{
 display:block;
}

#footer ul li 
{
 float:left;
 padding-right:5px;
 color:#666;
}

#footer a
{
 color:#666;
 font-size:11px;
}

#footer ul li a
{
     float:left;
     padding-right:5px;
}

#footer .right
{
    float:right;
    width:150px;
    color:#CC9900;
}

/* Column1
-------------------------------------*/

h2
{
 font-size:1.8em;
 font-weight:bold;
 color:#FF9900;
 padding:25px 0 20px 0;
}

h2 a
{
  color:#FF9900;
}

.posted
{
 color:#ccc;
 font-size:1.1em;
 margin-top:0 !important;
}

.post
{
  padding-bottom:25px;
  border-bottom:solid 1px #666666;
  position:relative;
}

.comments
{
 margin-top:20px;
 padding:0 5px 0 22px;
 background:url("images/speech.gif") no-repeat 0 0
}

.comments a
{
 color:#CC9900;
 font-size:1.1em;
}

.more-link
{
 position:absolute;
 right:0;
 bottom:20px;
 color:#CC9900;
 font-size:1.0em;

}

/* Column2
----------------------------------*/

#column2 h2
{
    padding:155px 0 11px 0;
}

#column2 h2 a
{
    font-size:1em;
    font-weight:bold;
    color:#FF9900;
}

#column2 .category
{
  border-top:solid 1px #666;
  padding:19px 0 22px 0;
}

#column2 .category h2
{
 color:#fff;
 font-size:1.5em;
 font-weight:bold;
 padding-top:0;
}

#column2 ul li a
{
 font-size:1.2em;
 line-height:1.6em;
 color:#ccc;
}

#column2 ul.last
{
 border-bottom:none;
}

/* wordpress
----------------------------------*/

#column1 h3
{
        font-size:1.1em;
        font-family:Arial;
        text-transform: uppercase;
}
#column1 h3, #column1 h3 a
{
  color:#ccc;
  }
#column1 h3 a:hover
{
  color:#CC9900;
  }

h3#comments, div#respond h3
{
  text-transform: none;
  font-size: 2em;
  }

div#respond h3
{
  float:left;
  width: 640px;
  margin: 10px 0 0;
  }

.navigation {
  float: left;
  width: 640px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  }
.navigation a
{
  font-size: 1.2em;
  color: #CC9900;
  }
.alignright {
  float: right;
  }
.alignleft {
  float: left
  }

.entry p a:visited {
        color: #b85b5a;
        }

.commentlist li, #commentform input, #commentform textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
.commentlist li ul li {
        font-size: 1em;
}

.commentlist li {
        font-weight: bold;
}

.commentlist li .avatar {
        position: absolute;
        top: 4px;
        right: 0;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        color: #ccc;
        }
.commentlist cite, .commentlist span
{
  font-size: 1.3em;
  }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

#commentform p {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

.commentmetadata {
        font-weight: normal;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */



/* Begin Lists

        Special stylized non-IE bullets
        Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
        margin-left: 0px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
        }

html>body .entry li {
        margin: 7px 0 8px 10px;
        }

.entry ul li:before, #sidebar ul ul li:before {
        content: "\00BB \0020";
        }

.entry ol {
        padding: 0 0 0 35px;
        margin: 0;
        }

.entry ol li {
        margin: 0;
        padding: 0;
        }

.postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
        }

.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
        }

select {
        width: 130px;
        }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        }

#commentform {
  float: left;
  width: 640px;
        margin: 10px 0 0;
        }
#commentform textarea {
        width: 640px;
        w\idth: 636px;
        padding: 2px;
        }
#respond:after {
                content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
#commentform #submit {
        margin: 0 0 5px auto;
        float: right;
        }
/* End Form Elements */



/* Begin Comments*/
.alt {
        margin: 0;
        padding: 10px;
        }

.commentlist {
        padding: 0;
        text-align: justify;
        }

.commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;

        }
.commentlist li ul li {
        margin-right: -5px;
        margin-left: 10px;
}

.commentlist p {
        margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
        margin: 5px 0;
        }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
        }

.commentmetadata {
        margin: 4px 0 0;
        display: block;
        font-size: 1.1em;
        }
.commentmetadata, .commentmetadata a {
        color: #ccc;
        }
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
        cursor: help;
        }

acronym, abbr {
        border-bottom: 1px dashed #999;
        }

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

.center {
        text-align: center;
        }

.hidden {
        display: none;
        }

hr {
        display: none;
        }

a img {
        border: none;
        }

/* End Various Tags & Classes*/



/* 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 {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions */

ol.commentlist, ol.commentlist li, ol.commentlist li div
{
  float: left;
  width: 640px;
  padding: 0;
  }
ol.commentlist li
{
  position: relative;
  border-top: 1px dotted #999;
  margin: 10px 0 0;
  padding: 10px 0;
  }
ol.commentlist li p
{
  float: left;
  margin: 1em 0 0;
  }
