/* 
   * Default HTML tags 
   */
a {
    color: #333;
    }

a:visited {
            color: #333;
            text-decoration: underline;
}

a:hover {
	color: #fcb300;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 3px solid #ededed;
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: url("images/background.jpg");
       color: #333;
       font-size: 62.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       }

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
     font-size: 12px;
     margin: 0px 0 6px 0;
     padding: 3px 0 3px 5px;
     font-weight: bold;
     color: #ffffff;

     border-bottom: #3d3d3d 1px solid;
     background: url("images/title.jpg") repeat-x;
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #ffffff;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

img { 
      padding: 0px;
      border: none;
      }

img.alignleft { 
                float: left;
                margin: 0px 0px 0px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 0px 0px 0px;
                 }

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 */
#ad1 {
          text-align: center;
         
          }

#ad2 {
          text-align: center;
         
          }

/* For the blog tagline */
.description { 
               float: right;
	       padding: 3px 650px 0 0;
               color: #886c45; 
               font-size: 11px;
	       text-decoration:none;
               font-family: Verdana;
               font-weight: normal;
               }

/* Link to the comments */
.feedback {
            color: #ccc;
            text-align: right;
            margin-bottom: 15px;
            padding-right: 15px;
            clear: both;
            background: #ededed;
            text-transform: lowercase;
            }

.feedback a,
.feedback a:hover,
.feedback a:visited,
.feedback a:visited:hover { 
                            text-decoration: none;
                            background: #ffffff;
                             padding: 3px 10px 3px 10px;
                             border: 1px solid #ededed;
                             
                            }

/* The post informations */
.post { 
        background: #ffffff;
        border: 1px solid #ededed;
        }

.spacer {   padding-bottom: 10px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }


.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: #fcb300;
          text-transform: lowercase;
          text-decoration: none;
          }

.meta { 
        color: #555;
        font-weight: normal;
        letter-spacing: 0;
                padding-left: 5px;

        }


.storycontent {
	font-size: 115%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
                }

/* Comment form design */
#commentform {
                       padding-left: 6px;
                        }

#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #ffffff;
                        border: 1px solid #e1e1e1;
                        color: #333;
                        padding-left: 2px;
                        }

#commentform textarea {
	width: 98%;                        
}

#commentlist li ul {
	border-left: 1px solid #ededed;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;

                  }
#content {
           float: left;
           width: 600px;
           margin: 10px 8px 20px 8px;
           text-align: left;
           }

#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: 575px;
           margin: 0px 8px 20px 8px;
           text-align: justify;
           }

#header {
          font-size: 33px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0 auto;
          height: 300px;
          width: 900px;
          padding: 0;
          background: url("images/header.jpg");
          }

.header-title {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#fcb300;
	font-size:28px;
        font-weight:bold;
	padding: 165px 0 0 328px;
	text-align:left;
	}
.header-title a{
	color:#fcb300;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#fcb300;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: normal;
	color:#eeeeee;
	padding: 0px 0 0 329px;
	text-align:left;
	}


#footer { 
          width: 900px;
          height: 54px;
          margin: 0 auto;
	  color: #eeeeee;
          background: url("images/footer.jpg") no-repeat;
	border-left: 3px solid #262626;
	border-right: 3px solid #262626;
          }

#footer a {
                          color: #eeeeee;
                          text-decoration: none;
                          } 
#footer a:hover {
                          color: #eeeeee;
                          text-decoration: none;
                          }
#footer a:visited {
                          color: #eeeeee;
                          text-decoration: none;
                          }
#footer a:visited:hover {
                          color: #eeeeee;
                          text-decoration: none;
                          }

/* 
   * Left sidebar 
   */
#menu-left { 
             float: left;
             padding: 0px 8px 20px 30px;
             width: 220px;
             font-size: 11px;
border-right: 1px dotted #ededed;
display: inline;
             }

#menu-left a,
#menu-left a:visited { 
                             text-transform: lowercase;
                             text-decoration: none;
                             color: #333333;
                             }

#menu-left a:hover,
#menu-left a:visited:hover  { 
                              color: #333333;
                             text-decoration: underline;
                              }

#menu-left ul ul { padding-bottom: 10px;
                   margin-left: 15px;
                   }

#menu-left ul ul li { 
                      list-style-image: url("images/icon.gif");
                   margin-left: 5px;
                      }
.rss {                         width: 220px;
                  background: url("images/rss.jpg") no-repeat;
                  
                      }
/* End of left sidebar */





#rap { 
       width: 900px;
       margin: 0 auto;
       background: url("images/main.jpg") repeat-y;
       text-align: left;
	border-left: 3px solid #262626;
	border-right: 3px solid #262626;

       }
.main-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
