/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    background: #ffffcc url(images/barrachiara.gif) repeat-x;
    font-size: 13px;
    color: #000000;
}   font-weight: bold;

body, th, td, input, textarea, select, option {
    font-family: Century Gothic, Comic Sans MS, sans-serif;
}

h1, h2, h3 {

    font-family: Century Gothic, Aardvark Cafe, Helvetica, sans-serif;
    font-weight: normal;
    color: #3366ff;
}

h2 {
    letter-spacing: -1px;
    font-size: 1.6em;
}

h3 {
    font-size: 1em;
}

p, ul, ol {
    line-height: 200%;
}

blockquote {
    padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

a {
    color: #3366ff;
}

a:hover {
    text-decoration: none;
}

/* Header */

#header {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    background: url(images/logo.png) no-repeat center;
    background-color: #FFFFBB;
}

#header h1, #header p {
    float: right;
    margin: 0;
    padding-top: 80px;
    text-transform: lowercase;
    line-height: normal;
}

#header h1 {
}

#header p {
    padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
    width: 100%;
    margin: 0 auto;
    background: url(images/img01.jpg) repeat-x left top;
}

#menu ul {
    margin: 0;
    padding: 14px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
    font-size: 15pt;
}

#menu a {
    padding: 0 20px 0 15px;
    background: url(images/img04.gif) no-repeat left center;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    text-decoration: underline;
}

/* Page */

#page {
    width: 98%;
    margin: 0 auto;
    padding: 20px 5px;
}

/* Content */

#content {
    float: left;
    width: 70%;
}

.post {
    padding: 0 0 20px 15px;
}

.title {
    margin: 0;

}

.byline {
    margin: 0;
}

.meta {
    border-top: 1px solid #4A3903;
    text-align: right;
    color: #646464;
}

.meta a {
    padding-left: 15px;
    background: url(images/img06.gif) no-repeat left center;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 20%;
   }

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #4A3903;
}

#sidebar li {
    padding: 5px 5px 0 5px;
    background: #ffff66;
}

#sidebar li ul {
    padding: 15px 5px 0 5px;
}

#sidebar li li {
    padding-left: 30px;
    border-bottom: 1px dotted #4A3903;
    background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
    margin: 0;
    padding: 10px 0 2px 10px;
    
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Footer */

#footer {
    clear: both;
    padding: 14px 0;
    background: #66CCFF;
    border-top: 2px solid #4A3903;
    text-align: center;
    font-size: 10pt;
    color: #ffffff;
    width: 100%
}

