/*
 GLOBAL STYLES
*/

body {
    color: #333;
}

/*
Navigation
*/

#navigation {
    font: normal 0.8em Verdana, sans-serif;
}
#navigation a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 1em 0.5em;
    border: 0;
}
#navigation ul {
    float: right;
    margin: 0;
    clear: right;
    list-style-type: none;
}
#navigation ul li {
    margin: 0;
    display: block;
    float: left;
}

#navigation ul.submenu {
    margin-top: 0.5em;
    margin-right: 1em;
}
#navigation ul.submenu a {
    color: #666;
    padding: 0 0.5em 1em 0.5em;
}

#navigation .submenu .current a {
    background-color: #fff;
    color: #cf3;
}


#navigation a {
    
}
#navigation .current a, 
#navigation .current a:hover,
#navigation .current a:active,
#navigation .current a:visited {
    background: #cf3 url("menuarrow-small.png") no-repeat bottom center;
    font-weight: normal;
    color: #333;
}

#navigation a:hover {
    background: #cf3 url("toparrow-small.png") no-repeat top center;

}

/*
 Content Area Styles
*/
h2 {
    font: normal 2em Georgia, serif;
    margin: 0;
    padding: 0;
    color: black;
    background: #fff;
}

h2 a, h2 a:hover {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    background: white;
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
    font-weight: normal;
}


blockquote {
    margin: 0.2em 1em 0.2em 1em;
    padding: 0em 1em 0em 1em;
    border-left: 0.2em solid #666;

}


img {
    border: 0;
}

code {
    padding: 0.1em;
    color: #666;
    font-size: 1em;
}

pre {
    background: #eee;
    color: #333;
    padding: 1em;
    overflow: auto;
}
pre code {
    background: transparent;
    color: #333;
    font-size: 1em;
}
ul, ol {
    margin: 1em;
}
li {
    margin-left: 1em;
}
/*
 FRONT PAGE
*/
#showing {
    text-align: left;
    margin: 1em 1em 0 1em;
    color: #999;
    padding: 1em;
    font: normal 1.6em Georgia, sans-serif;
    line-height: 1.5em;
}


/*
 ITEMS
*/

.item {
    font: normal 1.2em Georgia, serif;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 0.2em solid #999;
}
.item p {
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.item-meta {
    padding: 1em;
    font: normal 1em Verdana, sans-serif;
    background: #CCFF33 url("menuarrow-small-right.png") no-repeat top right;
    color: #000;
}