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

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

a:hover {
	color: #f10000;c
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 3px solid #d86969;
	margin-left: 15px;
	padding-left: 5px;
	background: #FDF7F7 url(http://www.webgoonies.com/blog/cssimg/051213/quotes.gif) no-repeat top left;
}

body {
/*       background: url("img/green-bg.gif");  */
       background-color: #D0E8CC;
       color: #444;
       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: 15px 0 6px 0;
     padding-bottom: 1px;
     font-weight: bold;
     color: #000000;
     border-bottom: #444 1px solid;
}

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

img { 
        padding: 1px;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
      }

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


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

ul { 
     margin: 0;
     padding: 0;
     }

/*
   * Classes
   */

/* The credits at the bottom of the site */
.credit {
          color: #FFFFFF;
          background: #4F4F4F;
          font-size: 11px;
          margin: 10px 3px 3px 3px;
          padding: 3px 3px 10px 3px;
          text-align: center;
          clear: both; 
          }

.credit a, 
.credit a:hover,
.credit a:visited,
.credit a:visited:hover {
                          color: #FFFFFF;
                          }

/* For the blog tagline */
.description { 
               font-size: 14px;
               font-weight: normal;
               }

/* Link to the comments */
.feedback {
            color: #cccccc;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }

.feedback a,
.feedback a:hover,
.feedback a:visited,
.feedback a:visited:hover { 
                            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: #7098cc;
/*          text-transform: lowercase; */
          text-decoration: none;
          }

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


.storycontent { 
                font-size: 115%;
                }

/* Specific Post styles */
.posttitle { 
          color: #000000;
          text-decoration: none;
}

.posthr {
color: #000000;
height: 1px;
}


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

#commentform textarea {
	width: 95%;
}

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

ol#commentlist li { 
                  list-style: decimal;
                  }
#content {
           float: left;
           width: 390px;
/*           width: 382px; */
           margin: 16px 8px 20px 8px;
           overflow: hidden;
           text-align: left;
           }

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

#content ul { 
              margin-top: 0px; 
              margin-left: 15px; 
              }

#content ul li { 
                 list-style: circle;
/*                 list-style-image: url("img/bullet_second_level.png"); */
                 }

#content-big {
           float: left;
           width: 456px;
           margin: 16px 8px 20px 8px;
           overflow: hidden;
           text-align: justify;
           }

#header {
	font-size: 23px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	margin: 2px;
	max-height: 120px; 
	padding: 25px 30px 0px 30px;
	height: 120px;
	background: url("img/header030106.jpg") repeat-x;
          }

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

#footer { 
          width: 740px;
          margin: 0 auto;
          margin-bottom: 12px;
          padding-top: 18px;
          background: url("img/bottom.png") no-repeat;
          }


.disclaimer { 
             padding: 5px;
             background: #FCFCE4;
             color: #FFFFFF; 
             border-top: 1px solid #ddd;
             border-left: 1px solid #ddd;
             border-bottom: 1px solid #ddd;
             border-right: 1px solid #ddd;
             font-size: 10px;
}


/*    Right sidebar    */
#menu-left { 
/*            border-top: 1px dotted #ddd; */
             border-left: 1px solid #ddd; 
/*             border-bottom: 1px dotted #c0c0c0; */
/*             border-right: 1px dotted#c0c0c0; */
             float: right;
             margin: 16px 4px 20px 0px;
             width: 160px;
             font-size: 10px;
             padding: 3px;
/*             background: url("img/sidebarbg.gif") repeat-y; */
             }

#menu-left a,
#menu-left a:visited { 
/*                             text-transform: lowercase; */
                             text-decoration: none;
                             color: #444;
                             }

#menu-left a:hover,
#menu-left a:visited:hover  { 
                              color: #F10000;
                              }

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

#menu-left ul ul li { 
                      list-style-image: url("img/bullet_first_level.png");
                      }
/* End of right sidebar */

/*     Left sidebar   */
#menu-right-right { 
/*             border-top: 1px dotted #ddd; */
             border-left: 1px solid #ddd;
/*             border-bottom: 1px dotted #c0c0c0; */
/*             border-right: 1px dotted #c0c0c0; */
             float: right;
             margin: 16px 0px 20px 0px;
             width: 120px;
             font-size: 10px;
             padding: 3px;
/*             background: url("img/sidebarbg.gif") repeat-y;  */
                    }

#menu-right-right ul ul { 
                          margin-left: 15px;
                          }
#menu-right-right ul ul li {  
                             list-style-image: url("img/bullet_first_level.png");
                             }

#menu-right-right ul ul ul.children { 
                             margin-left: 10px;
                             }

#menu-right-right ul ul ul.children li { 
                                list-style-image: url(" img/bullet_second_level.png");
                                }
#menu-right-right a,
#menu-right-right a:visited { 
/*                              text-transform: lowercase; */
                              text-decoration: none;
                              color: #444;
                              }

#menu-right-right a:hover,
#menu-right-right a:visited:hover { 
                                    color: #F10000;
                                    }

/* End of righter right sidebar */

input#s {
          width: 120px;
          background: #edcece;
          border: 1px solid #d86969;
          color: #444;
}

#rap { 
       width: 740px;
       margin: 0 auto;
       background: url("img/rap.png") repeat-y;
       text-align: left;
       }

/* Tags */
.tags {
	color: #000000;
	text-align: right;
	clear: both;
	text-transform: lowercase;
	padding: 1px 0px;
            }

.tags a,
.tags a:hover,
.tags a:visited,
.tags a:visited:hover { 
                     text-decoration: none;
                            }