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

a:visited {
    color: #BC191C;
    text-decoration: none;	
}

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

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

acronym, abbr {
    cursor: help;
}

blockquote {
	border-left: 3px solid #dddddd;
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: #e1705f;
       color: #505050;
       font-size: 13px;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       line-height: 18px;
}

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

h2 {
     font-size: 18px;
     margin: 0px 0 6px 0;
     padding: 4px 0 8px 5px;
     font-weight: bold;
     color: #BC191C;
}

h2 a{ 
                     text-decoration: none;
                     color: #BC191C;
                     }
h2 a:visited{ 
                     text-decoration: none;
                     color: #BC191C;
                     }
h2 a:hover{ 
                     text-decoration: underline;
                     color: #BC191C;
                     }
h2 a:visited:hover { 
                     text-decoration: underline;
                     color: #BC191C;
                     }
h3 {
     font-size: 15px;
     margin-top: 0;
}

/*
img { 
      padding: 3px;
      border: #dddddd 1px solid;
      }

a:hover img {
      padding: 3px;
      border: #444 1px solid;
}
*/

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;
     }

/*
   * Classes
   */

/* The credits at the bottom of the site */
#credit {
          color: #ffffff;
          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: #ffffff;
                          }





/* Link to the comments */
.feedback {
            color: #BC191C;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            margin-bottom: 15px
            }

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

/* The post informations */
.meta { 
        font-size: 11px;
        color: #555;
        font-weight: normal;
        letter-spacing: 0;		
}

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

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

.meta a { 
          color: #BC191C;
          text-transform: lowercase;
          text-decoration: none;
}

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

.storycontent { 
       font-size: 13px;
}

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

#commentform textarea {
	width: 96%;
}

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

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

#content {
           float: right; 
		   
           width: 610px;
           padding: 0px 20px 20px 10px;
           text-align: left;
           display: inline;
		   border-left: 1px solid #eaeaea;
}

#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: 610px;
           padding: 0px 20px 20px 10px;
           text-align: left;
           display: inline;
		   border-left: 1px solid #eaeaea;
}

#center {
		clear:both;
}

#header {
	      text-decoration:none;
          font-family: Verdana;
		  font-size: 14px;
		  color: #ffffff;
          margin: 0 auto;
          height: 182px;
          width: 900px;
          background: url("images/xmas/header.jpg");
          }

#header a, #header a:visited, #header a:hover, #header a:visited:hover { 
     text-decoration: none;
     color: #ffffff;
}

#header img { 
      padding: 0px;
	  border: 0 none;
      }

#header a img {
      padding: 0px;
	  border: 0 none;
}

#header a:hover img {
      padding: 0px;
	  border: 0 none;
}


#footer { 
          width: 900px;
          height: 70px;
          margin: 0 auto;
		  padding: 22px 0 0 0;
		  font-size: 10px;
          color: #ffffff;
          background: url("images/xmas/footer.jpg") no-repeat;
}

#footer a, #footer a:visited{
                          color: #ffffff;
                          text-decoration: none;
}
#footer a:hover,#footer a:visited:hover {
                          color: #ffffff;
                          text-decoration: underline;
}

/* 
   * Left sidebar 
   */
#menu-left { 
             float: left;
			 
             width: 230px;
             padding: 0px 9px 20px 20px;
             display: inline;
             margin-top: -15px;
			 overflow: hidden;

			 font-size: 12px;
	         font-weight: bold;
             line-height: 18px;
}

#menu-left a,
#menu-left a:visited { 	     
                             text-decoration: none;
                             color: #BC191C;
                             }

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

#menu-left ul ul { 
                   margin-left: 16px;
                   }

#menu-left ul ul li { 
                      list-style-image: url("images/xmas/icon.gif");
                      }

#menu-left h3 {
     font-size: 14px;
     background: url("images/xmas/sidebar-h2.gif") no-repeat;
     margin: 15px 0 6px 0;
     padding: 2px 0 2px 5px;
	 font-weight: normal;
     color: #ffffff;
     width: 230px;
}

/* End of left sidebar */



input#s {
          width: 158px;
          background: #fefefe;
          border: 1px solid #dddddd;
          color: #505050;
}

#rap { 
       width: 900px;
       margin: 0 auto;
       background: url("images/xmas/rap-background.jpg") repeat-y;
       text-align: left;

       }
#search {
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 230px;
}

.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #f2f2f2;
	border: 1px solid #3c3c3c;
	color: #484847;
	width: 150px;
	font-size: 12px;
	height: 16px;
}

.searchsubmit {
	vertical-align: middle;
	padding: 1px;
	background: #f2f2f2;
	border: 1px solid #dddddd;
	color: #484847;
	width: 60px;
	font-size: 12px;
	height: 20px;
}


