/*  
Theme Name: CarTemplate1
Description: black, white, two-columns, fixed-width, right-sidebar
Author: html templates
Author URI: http://www.htmltemplates.net
*/

/* 
   * Default HTML tags 
   */
a {
    color: #000000;
    }

a:visited {
            color: #000000;
            text-decoration: underline;
}

a:hover {
	color: #000000;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 5px solid #e0e0e0;
	margin-left: 15px;
	padding-left: 8px;
}

body {
       background: #0f0003 url("images/bg.gif");
       color: #000000;
       font-size: 60.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       line-height: 14px;
       }

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
     font-size: 12px;
     background: url("images/post-title-background.jpg") repeat-x;
     margin: 11px 0 6px 0;
     padding: 4px 0 8px 8px;
     font-weight: bold;
     color: #000000;
}

h2 a{ 
                     text-decoration: none;
                     color: #000000;
                     }
h2 a:visited{ 
                     text-decoration: none;
                     color: #000000;
                     }
h2 a:hover{ 
                     text-decoration: none;
                     color: #000000;
                     margin-left: 2px;
                     }
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #000000;
                     margin-left: 2px;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

img { 
      padding: 3px;
      border: #000000 1px dotted;
      }

a:hover img {
      padding: 3px;
      border: #000000 1px dotted;
}


img.alignleft { 
                float: left;
                margin: 3px 3px 0px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 3px 0px 3px;
                 }

li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;
                   }

ul { 
     margin: 0;
     padding: 0;
     }

/*
   * Classes
   */

/* The credits at the bottom of the site */
#credit {
          color: #333;
          font-size: 11px;
          width: 868px;
          text-align: center;
          margin: 0 auto;
          padding: 5px 0 5px 0;
          clear: both;
         
          }

#credit a, 
#credit a:hover,
#credit a:visited,
#credit a:visited:hover {
                          color: #000000;
                          }





/* Link to the comments */
.feedback {
            color: #000000;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            font-size: 11px;     
            font-weight: bold;
            }

.feedback a { 
                            text-decoration: none;
                            color: #000000;
                            }
.feedback a:hover { 
                            text-decoration: underline;
                            }
.feedback a:visited { 
                            text-decoration: none;
                            color: #000000;
                            }
.feedback a:visited:hover { 
                            text-decoration: underline;
                            }

/* The post informations */
.meta { 
            font-size: 11px;
        }

.meta li, 
ul.post-meta li { 
                  display: inline;
                  }

.meta ul { 
           display: inline;
           list-style: none;
           margin: 0;
           padding: 0;
           }

.meta a { 
          color: #000000;
          text-transform: lowercase;
          text-decoration: none;     
          font-weight: bold;
          }

.meta a:hover { 
   text-decoration: underline;
          }

.meta { 
        color: #000000;
        font-weight: normal;
        letter-spacing: 0;
       
        }


.storycontent { 
                font-size: 115%;
                }

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #fefefe;
                        border: 1px solid #000000;
                        color: #000000;
                        }

#commentform textarea {
	width: 96%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;
                  }
#content {
           float: left;
           width: 605px;
           padding: 0px 12px 20px 25px;
           text-align: left;
           display: inline;
           margin-top: -7px;
           }

#content ol li { 
                 list-style: decimal;
                 }

#content ul { 
              margin-top: 10px;
              margin-left: 35px;
              }

#content ul li { 
                 list-style-image: none;
                 }

#content-big {
           float: left;
           width: 605px;
           padding: 0px 12px 20px 25px;
           text-align: left;
           display: inline;
           text-align: justify;
           margin-top: -7px;
           }


#header {
          font-size: 28px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0 auto;
          height: 300px;
          width: 900px;
          background: url("images/header.jpg");
	  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
          }

.header-title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#000000;
	font-size:28px;
        font-weight:bold;
	padding: 118px 0 0 348px;
	text-align:left;
	}
.header-title a{
	color:#000000;
	text-decoration:none;

	}
.header-title a:hover{
	color:#000000;
	text-decoration:none;
	}
.header-description {
        font-size: 11px;
        font-family: Verdana;
        font-weight: normal;
	color:#000000;
	padding: 12px 0 0 350px;
	text-align:left;
	}




#footer { 
          width: 900px;
          height: 38px;
          margin: 0 auto;
          color: #000000;
          font-size: 11px;
          background: url("images/footer.jpg") no-repeat;
	  border-left: 1px solid #000000;
	  border-right: 1px solid #000000;
          }


#footer a, #footer a:visited{
                          color: #000000;
                          text-decoration: none;
                          font-weight:bold;
                          }
#footer a:hover,#footer a:visited:hover {
                          color: #000000;
                          text-decoration: underline;
                          }

/* 
   * Left sidebar 
   */
#menu-left { 
             float: right;
             padding: 0px 31px 20px 1px;
             width: 221px;
             display: inline;
             margin-top: -7px;
             }

#menu-left a,
#menu-left a:visited { 	     font-size: 11px;
	                     font-weight:bold;
                             line-height: 16px;
                             text-decoration: none;
                             color: #000000;
                             }

#menu-left a:hover,
#menu-left a:visited:hover  { 
                              color: #000000;
                             text-decoration: underline;
                              }

#menu-left ul ul { 
                   margin-left: 9px;
		   margin-bottom: 12px;
                   }



#menu-left h2 {
     font-size: 11px;
     background: url("images/sidebar-h2.jpg") no-repeat;
     margin: 11px 0 6px 0;
     padding: 4px 0 4px 8px;
     font-weight: bold;
     color: #fefefe;
             width: 217px;
     text-transform: uppercase;
       text-align: left;
	border: 1px solid #000000;
}



/* End of left sidebar */



input#s {
          width: 155px;
          background: #fefefe;
          border: 1px solid #000000;
          color: #000000;
}

#rap { 
       width: 900px;
       margin: 0 auto;
       background: url("images/rap-background.jpg") repeat-y;
       text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
       }
#search {
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 230px;
}

.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #3b262f;
	border: 1px solid #000000;
	color: #000000;
	width: 146px;
	font-size: 12px;
	height: 16px;
}

.searchsubmit {
	vertical-align: middle;
	padding: 0px 1px 3px 1px;
	background: #fefefe;
	border: 1px solid #000000;
	color: #000000;    
	width: 60px;
	font-size: 12px;
	height: 20px;
}

