/*
Theme Name: Joe Stryker Classic
Theme URI: http://joestryker.com
Description: The original Joe Stryker theme
Version: 0.1
Author: Dan Jones
Tags: variable width

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

#joestryker {
   background-color:#000000;
   color:#FFFFFF;
   font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

body {
       margin:0px auto;
       /*width:760px;*/
       max-width: 48em;
}

a:link { color:#DED84D; }

a:visited { color:#E9C6C6; }

a:active {  }

a:hover {  }

.clearer {clear:both;}

#space {
   background-color:#D38E8E;
   height:75px;
   width:100%;
}

#title {
   background-color:#000000;
   color:#FFFFFF;
   margin:0px auto;
   padding:5px;
   text-align:center;
   width:85%;
   width: 400px;
   height: 134px;
   background-image: url(/joestryker_logo_small.png);
   background-position:center center;
   background-repeat:no-repeat;
}

#title h1 {
   color:#FFFFFF;
}

#title a {
   font-size: 0pt;
}

#title img {
}

#navbar {
   background-color:#A61B1B;
   color:#FFFFFF;
   margin:0px auto;
   padding:1px 20px;
   min-width: 80%;
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
   border-radius: 1em;
}

#navbar ul {
   display:block;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   padding:0pt;
   width:auto;
   text-align: center;
}

#navbar ul li {
   display:inline;
   white-space: nowrap;
}

#navbar ul li:before {
   content: " | ";
}

#navbar ul li:first-child:before {
   content: "";
}

#navbar .fakelink {
}

#navbar ul li a {
   background-color:#A61B1B;
   color:#FFFFFF;
   padding:2px;
   text-decoration:none;
}

#navbar ul li a:link {
}

#navbar ul li a:visited {
}

#navbar ul li a:active {
}

#navbar ul li a:hover {
   background-color:#2A0707;
   color:#FFFFFF;
}

#rightbar {
   float:right;
   padding:3px;
   width:25%;
}

#rightbar .item {
   background-color:#000000;
   color:#FFFFFF;
   margin:10px 0px;
   padding:5px;
}

#rightbar .item .title {
   /*background-color:#000000;*/
   font-size:small;
   font-weight: bold;
   padding:0px 5px;
}

#rightnav {
   background-color:#A61B1B !important;
   color:#FFFFFF !important;
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
   border-radius: 1em;
}

#rightnav ul {
   display:block;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   padding:0pt;
   width:auto;
}

#rightnav ul li {
   display:list-item;
   white-space: nowrap;
}
/*
#rightnav ul li:before {
   content: " | ";
}

#rightnav ul li:first-child:before {
   content: "";
}*/

#rightnav ul li a {
   background-color:#A61B1B;
   color:#FFFFFF;
   text-decoration:none;
}

#rightnav ul li a:link {
}

#rightnav ul li a:visited {
}

#rightnav ul li a:active {
}

#rightnav ul li a:hover {
   background-color:#2A0707;
   color:#FFFFFF;
}

#quote {
         height: 18em;
         overflow: hidden;
}

#quote blockquote {
   margin:20px 7px;
}

#quote p {
   overflow:auto;
}

#coolimg {
}

#coolimg img {
   width:100%;
}

#content {
   padding:10px;
}

/*.strykermail { background: url(/strykermail_bg.jpg) no-repeat center center ; 
               min-height: 150px;}
*/

#strykermail-envelope { float: right; 
                        width: 200px; 
                        margin: 0 1em;}
.main_container {
}

.main_container h2 {
}

.main_container h3 {
   color:#DED84D;
}

.main_container h4 {
   color:#E9C6C6;
}

.storytitle a, .meta a {
   color: inherit;
   font: inherit;
   text-decoration: inherit;
}

.main_container p {
}

.main_container object {
   height:344px;
   width:425px;
}

#home {
}

#about {
}

#videos {
}

#news {
}

#ask {
}

#ming {
}

#shop {
}

.clearer {
   clear:both;
}

.footer {
   font-size:6pt;
          text-align: center;
}
.footer p {
}

.notice { font-size: larger;
          border: 5px solid red;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          width: 70%;
          padding: 4px;
          }

.strykermail .notice { width: 40%; }

#dechrome { display: none;
            float: right;
            background-color: red;
            position: relative;
            top: 0;
            right: 0;
            height: 25px;
            width: 25px;
            }

.strykermail #dechrome { display: none; }

/* cforms styling */
.cform .cf_hidden { display: none !important; }
.cform .cf-ol { list-style-type: none !important; }
.cform label { display: block !important; }
.cform textarea {background: inherit; color: inherit; }
.linklove { display: none !important; }

.main_container .widget { max-width: 50%; }

/* Just for now */
.googlefriend { display: none; }
