/* 
   * Default HTML tags 
   */
a {
    color: #ff0001;
    text-decoration: underline;
    }

a:visited {
            color: #FF0000;
            text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: #151515 url("images/body-bg.jpg") repeat-x top;
       color: #333333;
       font-size: 62.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0px auto;
       padding: 0px;
       text-align: center;
       }

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
     font-size: 24px;
}


h2 {
     font-size: 18px;
     margin: 15px 0 0px 0;
     font-weight: bold;
     color: #e40001;
     padding-bottom: 5px;
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #e40001;

                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}


h5 {
     font-size: 13px;
     margin: 10px 0 10px 0;
     padding: 4px 0 4px 0;
     font-weight: bold;
     color: #ffffff;
     background: url("images/menu-right-title-bg.jpg");
     width: 300px;
     text-align: center;
}

h5 a,
h5 a:visited,
h5 a:hover,
h5 a:visited:hover { 
                     text-decoration: none;
                     color: #ffffff;
                     }

img { 
      padding: 4px;
      background: #ffffff;
      border: 1px solid #dddddd;
      }

img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }

li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;
                   }

ul { 
     margin: 0;
     padding: 0;
     }


/* Link to the comments */
.feedback {
            color: #eeeeee;
     font-weight: normal;
            font-size: 10px;
            background: #d20203;
            text-align: right;
            padding: 4px 10px 4px 0px;
            clear: both;
            text-transform: lowercase;
            }

.feedback a,
.feedback a:hover,
.feedback a:visited,
.feedback a:visited:hover { color: #eeeeee;
                            text-decoration: none;
                            }

/* The post informations */
.meta { 
        font-size: 0.9em;

        }

.meta li, 
ul.post-meta li { 
                  display: inline;
                  }

.meta ul { 
           display: inline;
           list-style: none;
           margin: 0;
           padding: 0;
           }

.meta a { 
          color: #eeeeee;
          text-transform: lowercase;
          text-decoration: none;
          
          }
.meta a:hover { 

          text-decoration: underline;
          }
.meta { 
        color: #eeeeee;
        background: #d20203;
        padding: 4px 5px 6px 5px;
        margin-bottom: 10px;
        font-weight: normal;
        letter-spacing: 0;
        }


.storycontent { 
                font-size: 115%;
                background: #f1f1f1;
                padding: 10px;
	        border: 1px solid #f1f1f1;
                color: #333333;
				text-align: justify;
                }

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-top: 5px;
            }

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #222222;
                        border: 1px solid #000000;
                        color: #dddddd;
                                                }

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #e40001;
	font-size: 110%;
}


ol#commentlist li { 
                  list-style: decimal;
                  }
#content {
           float: left;
           width: 543px;
           margin: 0px 0px 0px 15px;
           text-align: left;
           display: inline;
           color: #dddddd;
           }

#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: 543px;
           margin: 0px 0px 0px 15px;
           text-align: justify;
           display: inline;
           color: #dddddd;
           }


#header {
          font-size: 38px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0px auto;
          height: 200px;
          width: 900px;
          padding: 0;
          background: url("images/header.jpg") no-repeat;
          }

.header-title {
	font-family: Tahoma, Verdana, Arial;
	color:#e40001;
	font-size:25px;
	padding:10px 380px 0px 0;
	text-align:center;
	}
.header-title a{
	color:#e40001;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#e40001;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
        font-weight: normal;
	color:#f1f1f1;
	padding:0px 400px 0 0;
	text-align:center;
	}



#footer { 
          width: 900px;
          height: 55px;
          margin: 0 auto;
          color: #000000;
          text-align: left;
          background: url("images/footer.jpg");
          }

#footer a, 
#footer a:visited
			{ text-decoration:none;
                          color: #000000;
                          }

#footer a:hover,
#footer a:visited:hover { text-decoration:none;
                          color: #000000;
                          }


#footer p {
                       color: #000000;
                        text-align: center;
                       padding-top: 11px
                          }

/* The credits at the bottom of the site */
#credit {

          width: 900px;
          height: 0px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          padding: 0;
          clear: both;
          }





/* 
   * right sidebar 
   */
#menu-right { 
             float: right;
             display: inline;
             width: 300px;
             margin: 0px 25px 0px 0px;
             font-size: 11px;
             }

#menu-right a,
#menu-right a:visited { 
                             text-decoration: none;
                             color: #222222;
                             }

#menu-right a:hover,
#menu-right a:visited:hover  { 
                             text-decoration: underline;
                             color: #222222;
                              }

#menu-right ul ul { 
                   margin-left: 15px;
                   }

#menu-right ul ul li { 
                      list-style-image: url("images/icon.gif");
margin-left: 6px;
                      }

.250ad { 
       padding: 10px 0px;
       text-align: center;
 }


/* End of right sidebar */





#rap { 
       width: 900px;
       margin: 0px auto;
       background: url("images/rap-bg.jpg") repeat-y;
       text-align: left;
       padding: 0px;
       }



.submit_button {
   float: left;
   padding:0; margin:0;
   border:0;
   height:24px;
   width:130px;
   background: url(images/submit-button.jpg) no-repeat;
}

input#s {
          width: 200px;
          border: 1px solid #000000;
          color: #333333;
          margin-top: 5px;

}