/*
Theme Name: Tsonos
Version: 1.0
Author: Mark Pollard
Author URI: http://www.davidtsonos.com/
*/

/* Body Elements */
body {
    background-color:#000;
    color:#fff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.125em;
}

#container {
    width:1000px;
    margin:0 auto;
}

#menu {
    width:340px;
    padding-right:10px;
    float:left;
    background-repeat:no-repeat;
    text-align:right;
    padding-top:15px;
    font-size: 0.875em;
}

#menu ul {
    list-style-type:none;
}

#menu li {
}

h1.logo, h1.logo a, h1.logo a:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:2.1em;
    line-height: 0.5em;
    color:#fff;
    text-decoration: none;
}

#content {
    float:right;
    width:650px;
    padding-top: 15px;
}

#page_content {
    float:right;
    width:640px;
    padding-top: 15px;
}

#footer {
    clear:both;
    background-position:325px 0px;
    width:840px;
    height:21px;
    padding:5px 10px 0px 0px;
    margin:0 auto;
    color:#404040;
    text-align:right;
}

/* Text Effects */
a {
    text-decoration:none;
}

#footer a {
    color:#717171;
}

a {
    outline: none;
}

a:hover {
    text-decoration:underline;
}

#content.h2 {
}

h2.whois {
    color:#e9e9e9;
    font-size:1em;
    font-weight:bold;
    margin-top: 6px;
}

h2 {
    color:#fff;
    font-size:2em;
    margin-top:-30px;
    margin-bottom:-10px;
}

h2.archive, h2.single, h2.page {
    margin-top:70px;
    margin-bottom:22px;
}

h3.post-title{
    font-size: 1.5em;
}

#menu h4 {
    margin-bottom: 4px;
}

#menu h3 {
    margin-bottom: -8px;
    color:#d5d5d5;
    font-weight:bold;
}

.lpbcArchive h4 a, h4 a {
    color:#d5d5d5;
    font-size:1.2em;
    font-weight:bold;
}

p.subtitle {
    color:#e9e9e9;
    font-weight:bold;
    margin-bottom:5px;
}

#blurb p{
    font-size:.75em;
}

#page_content p{
    font-size: 0.875em;
}

/* Element Effects */

input, select, textarea {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
    width:620px;
    color: #fff;
    background: #222;
}

input:hover, select:hover, textarea:hover {
    background: #333;
}

form {
    width:620px;
    margin:0 auto;
}

blockquote {
    width:90%;
    margin:0 auto;
    margin-bottom:20px;
    border-color:#999;
    border-width:1px;
    border-style:solid;
    background-color:#333;
    padding:0px 15px 0px 15px;
}

#blurb{
    height: 616px;
    border-color:#999;
    border-width:1px;
    border-style:solid;
    background-color:#333;
    padding-right: 6px;
    margin-top: 10px;
}

hr {
    width:98%;
    height:0;
    border:0;
}

img{
    border:0px;
    margin: 6px;
}

img.avatar { 
    float:left;
    padding-right:5px; 
}

.alignleft {
    float:left;
}

.alignright {
    float:right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearboth {
    clear: both;
}

.logo1{
    color:#00aef0;
}

a{
    color:#66bfff;
}

input, select, textarea {
    border: 1px solid #00aef0;
}

hr {
    border-top:1px solid #66bfff;
}

