/*
   Theme Name:Outside The Box
   Theme URI:http://megodbike.flashmedia.biz/wpthemes.php
   Description:Dark design with widgetised footer area
   Version:1.2.4
   Author:Nathan Edwards
   Author URI:http://megodbike.flashmedia.biz
   Tags:black, orange, one-column, fixed-width
   */

*{
    padding: 0px;
    margin: 0px;
    border: none;
    
}

body{
    background: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
    color: #FFF;
    font-size: 13px;
    
}

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

a:hover{
    color: #FFF;
    text-decoration: underline;
}

#wrapper{
    width: 990px;
    margin: 0px auto;
    
}

#wrappertitle{
    height: 100px;
    overflow: hidden;
}

#title{
    height: 100px;
    overflow: hidden;        
}

#title h1{
    font-size: 40px;
    font-weight: 700;
    width: 300px;
    float:left;
}

#title h1 a{
    color: #FFF;
    text-decoration: none;

}

#title h1 a:hover{
    color: #FFF;
}

#title h5{
    font-size: 12px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 7px;
    display:none;
}

#title #nav {
    list-style-type: none;
    float: right;    
    overflow: hidden;
    margin-top: 67px;
}

#title #nav li {
    padding: 4px 0px;
    float: left;
}

#title #nav li a {
    font-size: 18px;
    font-weight: 700;
    padding: 9px;
}

#title #nav li a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
}

#title #search{
    display: none;
}

#title #search input{
    border: none;
    padding: 2px;
    margin-top: 4px;
}

#mainwrapper{
    width:  989px;
}

#content {
    width: 950px;
    padding: 20px 20px;
    background: url(images/background_1.png) repeat-y;
    line-height: 1.5;
    overflow: hidden;
}

#content .info ul{
    list-style-type: none;
    font-size: 0px;
    padding-bottom: 10px;
    display: none;

}

#content .info ul li{
    /* display: inline; */
}

#content .text .more{
    font-size: 10px;
}

#content .text p{
    padding: 10px 0px;
}

#content .text ol{
    margin: 0px 30px 0px 50px;
    padding: 5px;
}

#content .text ul{
    margin: 0px 30px 0px 50px;
    padding: 5px;
}

#content .text li{
    margin: 4px 0px;
}

#content .text fieldset{
    padding: 10px;
}

#content .text input, textarea{
    border: none;
    background: #FFF;
    padding: 5px;
    font-size: 14px;
}

#content .text td, #content .text th{
    padding: 2px 4px;
}

#content .text img{
    padding: 5px;
}

#content .comments_link_custom a{
    font-size: 12px;
    font-weight: bold;
}

#content .divider {
    height: 20px;
}

#footer #comments-header{
    font-size: 20px;
}

#footer ol.commentlist{
    list-style-type: none;
    float: left;
}

#footer ol.commentlist li{
    margin: 20px;
}

#footer img.avatar{
    float: left;
    width:20px;
    height:20px;
    margin-right: 5px;
}

#footer a.comment-edit-link{
    display:none;
}

#footer .comment-text{
    margin: 5px;
}

#footer .comment-meta{
    font-size: 10px;
    padding-bottom: 10px;
}

#footer #respond{
    float: left;
    padding-top: 10px;
}

#respond textarea{
    padding: 10px;
    background: none;
    color: #FFF;
    font-size: 12px;
    border: 2px solid #FFF;
}

#footer {
    width: 990px;
    font-size: 12px;
    background: #000 url(images/background_1.png) repeat;    
    overflow:hidden;
}

#footerinner {
    padding: 20px;
    padding-top: 30px;
    background: url(images/bgtop.png) repeat-x;
}

#footerinner li {
    list-style-type: none;
    display: inline;
}

#footerinner li.widget{
    float: left;
    padding-top: 25px;
    padding-right: 5px;
    width: 600px;
}

#footerinner h2.widgettitle{
    display: none;
    padding-bottom: 5px;
}

#footerinner h2.widgettitle a{
    color: #FFF;
    text-decoration: none;
}

#footerinner h2.widgettitle a:hover{
    color: #AA682B;
}

#footerinner .twitter .twitter-item{
    padding-bottom: 8px;
}

#footerinner .twitter .twitter-item span{
    font-size: 10px;
}

#footer #footnotes{
    float: left;
    padding: 20px;
    font-size: 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

blockquote{
    padding: 10px;
    border-left: 2px solid #E36D00;
    margin-left: 5px;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: none;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    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;
}


.blogroll { 
    overflow: hidden;
    margin-top: 10px;
    height: 64px;
    float: right;
}

.blogroll li { 
    float: right;
    margin-right: 5px;
    list-style-type: none;
}

.blogroll li a { 
    height: 35px;
    display: block;
}

blogroll li img { 
    border: none;
}

.blog { 
    overflow: hidden;
    height: 434px;
    margin-bottom: 20px;
}

.blog-navi {
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-navi a {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 20px;
}

.blog-navi #blog-page-back {
    float: left;
}

.blog-navi #blog-page-next {
    float: right;
}

.blog-navi #blog-page-back img {
    float: left;
    margin-right: 10px;
}

.blog-navi #blog-page-next img {
    float: right;
    margin-left: 10px;
}

.post-box { 
    float: left;
    width: 300px;
    oveflow: hidden;
    height: 200px;
    margin-right: 12px;
    margin-top: 10px;
    border: 1px solid #444;
    position: relative;
}

.post-box:hover  {
    border-color: #fff;
}

.post-box h4 {
    padding: 5px;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
} 

.frontpage  {
    position: relative;
    float: left;
    width: 614px;
    height: 409px;
    border: 1px solid #444;
    overflow: hidden;
}

.frontpage:hover  {
    border-color: #fff;
}

.frontpage .play {
    position: absolute;
    left: 200px;
    top: 110px;
    width: 250px;
    visibility: hidden;
}

.frontpage .title {
    color: #fff;
    font-size: 26px;
    position: absolute;
    bottom: 26px;
    text-align: center;
    width: 620px;
} 

.videos { 
    width: 320px;
    height: 409px;
    overflow: auto;
    float: left;
    margin-left: 10px;
}

.videos .video {
    width: 290px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
} 

.videos .video img {
    float: left;
    border: 1px solid #444;
}

.videos .video .title {
    float: left;
    width: 160px;
    padding-left: 5px;
} 

.videos img:hover {
    border-color: #fff;
}

#sb-player.html { 
    overflow: hidden;
}

h2 { 
    margin-top: 20px;
    border-bottom: 3px double #333;
    letter-spacing:8px;
    line-height: 35px;
}

