/* default elements */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lucida Grande", Verdana, Arial, helvetica, sans-serif;
    background: #fff url('/site_media/img/bg.png') repeat-x;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: geneva, arial, helvetica, sans-serif;
}

h1 {
    line-height: 1.6em;
}

p {
    font-size: 0.72em;
    color: #333;
    padding-left: 5px;
    line-height: 1.6em;
}

ul, ol {
    font-size: 0.72em;
    margin: 0 0 10px 40px;
    line-height: 1.6em;
}

pre {
    margin: 0 0 10px 20px;
}

blockquote {
    font-style: oblique;
    background: #fff url('/site_media/img/quote.png') no-repeat top left;
    min-height: 71px;
}

blockquote p {
    margin-left: 80px;
}

a {
    color: #467AA7;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover {
    color: #f60; 
}

input, textarea {
    font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    padding: 2px;
    border: 1px solid #333;
}

/* Layout */
#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

#header {
    width: 950px;
}

#header h1 {
    height: 93px;
    line-height: 1em;
    float: left;
    margin-top: 80px;
    font-weight: normal;
    padding: 0 10px;
    letter-spacing: 6px;
}

#header .title-left {
    color: white;
}

#header .title-right {
    color: #facd00;
}

#nav ul {
    display: block;
    float: right;
    list-style: none;
    margin-top: 80px;
    margin-right: 20px;
}

#nav li {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 19px;
}

#nav ul li a {
    float: left;
    border-left: 4px solid #858383;
    display: block;
    margin-right: 1px;
    padding: 10px 5px;
    color: #fff;
    font-size: 0.9em;
    font-family: geneva, Arial, Helvetica, sans-serif;
}

#nav li a:hover, #nav .selected {
    color: #fff;
    border-left: 4px solid #facd00;
}

#content {
    clear: both;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    width: 920px;
    border-bottom: 1px solid #eaeaea;
    color: #555;
}

#content h1, #content h2, #content h3, #content h4 {
    color: #6d6d6d;
    font-weight: normal;
    padding-bottom: 10px;
}

#content h1, #content h2 {
    font-size: 1.4em;
}

#content h3 {
    font-size: 1.1em;
}

#content h4 {
    font-size: 1em;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
    color: #6d6d6d;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
    color: #f60;
}

#content p, #col1 img {
    padding-left: 20px;
    padding-bottom: 10px;
}

#col1 img {
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #6d6d6d;
}

.entry {
    margin-bottom: 20px;
}

.entry-info, .clear-float {
    clear: both;
}

.meta {
    overflow: auto;
}

.byline, .links {
    padding-bottom: 0;
    font-size: 0.7em;
}

.byline {
    float: left;
}

.links {
    float: right;
}

#col1 {
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px;
    width: 610px;
    border-right: 1px solid #eaeaea;
}

#col2 { 
    float: right;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px 0 10px 15px;
    width: 270px;
}

.menu {
    margin-bottom: 20px;
}

#col2 ul {
    line-height: 1.5em;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

#footer {
    clear: both;
    padding: 8px;
    background-color:#191718;
    text-align: center;
}

#footer p {
    font-size: 0.7em;
    line-height: 3em;
    font-family: geneva, arial, helvetica, sans-serif;
    color: #5b5b5b;
    padding: 10px 0 10px 10px;
}

#footer a {
    font-size: 1em;
    color: #facd00;
}

#footer a:hover {
    color: #fff;
}

.addthis_toolbox {
    border-top: 1px solid silver;
    margin: 0;
    padding: 10px 0 0 0;
}
