body {
    background:#ffffff;
    font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
    font-size:12px;
    color:#000000;
    padding:0 0 15px 0;
    margin:0;
}

* {
    padding:0;
    margin:0;
}

a {
    color:blue;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1, h2, h3, h4 {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight:normal;
}

input, select {
    font-family:Verdana, sans-serif;
    font-size:11px;
}

textarea {
    font-family:Verdana, sans-serif;
    font-size:12px;
}

abbr {
    border:none;
}

#wrap {
    width:520px;
    margin:0 auto;
}

/* Header */

#header {
    margin:0 auto;
    padding:0 5px;
    text-align:left;
    width: 100%;
}

#header h1 {
    font-size:22px;
    letter-spacing:-1px;
    padding:10px 0;
    color:#999999;
}

#header h1 a {
    padding:3px 0 5px 5px;
    color:#111111;
    text-decoration:none;
}

#menu {
    font-size:11px;
    background:#f5f5f5;
    position:relative;
    padding:5px;
//    margin:0 0 10px 0;
    margin:0 auto;
    width:100%;
    text-align:left;
}

#feed {
    float:right;
    padding:3px 10px;
    color: #dddddd;
}

#menu ul {
float:left;
list-style:none;
}

#menu li {
float:left;
padding:3px 10px;
border-right:#dddddd 1px solid;
}

#menu li:last-child {
border:none;
}

#content {
    width:520px;
    margin: 0 auto;
    text-align:left;
}

#content h2 {
    font-size:18px;
    padding:10px 0;
}

#content h2 a {
    color:#111111;
    text-decoration:none;
}

#content h2.archive {
    font-size:18px;
    color:#4e8abe;
    padding:10px 0 5px 0;
}

#content a.commentsLink {
    color:#dddddd;
}

/* Navigation */

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
font-size:11px;
margin:0 0 20px 0;
}

.navigation a {
background:#f5f5f5;
display:block;
color:#999999;
text-decoration:none;
padding:2px 4px;
}

.navigation a:hover {
color:#000000;
text-decoration:none;
}

/* Main for posts */

.main h3 {
    font-size:15px;
    font-weight:bold;
    margin:0 0 15px 0;
}

.main img {
    padding:3px;
//    border:#f5f5f5 3px solid;
}

.main a {
    color:blue;
}

.main a:hover {
    color:blue;
    text-decoration: underline;
}

.main a img {
    padding:3px;
    border:0;
//    border:#f5f5f5 3px solid;
}

.main a:hover img {
    padding:3px;
    border: 0;
//    border:#f5f5f5 3px solid;
}

.main p {
    line-height:18px;
    margin:0 0 15px 0;
}

.main ol {
    line-height:18px;
    margin:0 0 15px 30px;
}

.main ul {
    line-height:18px;
    margin:0 0 15px 30px;
}

.main li {
    margin:0 0 5px 0;
}

.meta {
    font-size:11px;
    line-height:16px;
    color:#444444;
    border-top:#f5f5f5 1px solid;
    margin:0 0 15px 0;
    padding:5px 5px 5px 5px;
}

img.wp-smiley {
    margin:0;
    padding:0;
    border:none;
}

blockquote {
    margin:0 0 0 20px;
    padding:0 0 0 10px;
    border-left:#f5f5f5 3px solid;
}

.warning p {
    font-size:13px;
    margin:0 0 0 20px;
    padding:0 0 0 10px;
    border-left:#999999 3px solid;
}

/* Forms: input, textarea */

input {
    background:#f5f5f5;
    padding:3px 5px;
    border:none;
    border-bottom:#999999 2px solid;
    color:#111111;
}

textarea {
    background:#f5f5f5;
    width:100%;
    padding:3px 5px;
    border:none;
    border-bottom:#999999 2px solid;
    color:#111111;
}

#searchform {
margin:15px 0 0 0;
}

.searchinfo {
padding:5px 0 0 0;
}

#searchform input {
background:#999999;
display:block;
padding:3px 5px;
border:#f5f5f5 1px solid;
color:#000000;
}

#searchform input:hover {
background:#004b8d;
cursor:pointer;
border:#004b8d 1px solid;
color:#fff;
}

#searchform #s {
background:#002a53;
padding:3px 5px;
border:none;
border-bottom:#004b8d 1px solid;
color:#fff;
cursor:text;
}

input.submit {
    background:#f5f5f5;
    display:block;
    padding:3px 5px;
    margin:0 0 10px 0;
    border:#999999 2px solid;
    color:#111111;
    cursor:pointer;
}

input.submit:hover {
    background:#999999;
    cursor:pointer;
    border:#f5f5f5 2px solid;
    color:#ffffff;
}

/* Comments */

.postinput small {
    font-size:11px;
    margin:0 0 0 5px;
}

p.logged {
    font-size:12px;
}

h3.reply {
    font-size:15px;
    margin:0 0 10px 0;
}

.nocomments {
    margin:0 0 30px 0;
}

ol.commentList {
    list-style:none;
    margin:10px 0 30px 0;
}

.commentList li {
    padding:0 0 0px 0;
}

.commentList li.bypostauthor .commentText {
    border-top:#111111 3px solid;
}

.commentMod {
    background:#f5f5f5;
    padding:1px 3px;
    margin:10px 0 0 10px;
}

.commentAuthor {
    background:url(images/arrow.gif) no-repeat top left;
    padding:10px 0;
    margin:0 0 0 0px;
    width:250px;
    color:#111111;
}

.commentAuthor img {
    float:left;
    margin:5px 12px 0 0;
    border: 2px solid #cccccc;
}

.commentAuthor p {
    padding:3px 0 0 0;
}

.commentAuthor small {
    font-size:11px;
}

.commentText {
    background:#f5f5f5;
    width:100%;
    padding:3px;
    border-top:#999999 3px solid;
}

.commentText p {
    line-height:18px;
    margin:0;
}

.commentMeta {
    font-size:12px;
    color:#999999;
}

#commentForm p {
    color:#111111;
    font-size:11px;
    line-height:18px;
    margin:0 0 15px 0;
}

/* Footer */

#footer {
//    background:#f5f5f5;
//    position:relative;
    font-size:11px;
    color:#111111;
    margin:0 auto;
//    padding:10px;
    width:520px;
    text-align:left;
    padding-bottom: 15px;
}

#footer a {
    color:blue;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:none;
}

#top {
    float:right;
}

#top a {
    padding:0 1px 1px 0;
}

/* Widgets */

.wp-caption {
border:1px solid #00377c;
text-align:center;
background-color:#001e42;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

#wp-calendar {
padding:10px 0 0 0;
}

#wp-calendar caption {
text-align:left;
padding:0 0 3px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 4px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

/* Round Corners */

.corner-TL{
    background:url(images/corners.gif) 0 0 no-repeat;
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
    overflow:hidden;
}

.corner-TR{
    background:url(images/corners.gif) -10px 0 no-repeat;
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:10px;
    height:10px;
    overflow:hidden;
}

.corner-BL{
    background:url(images/corners.gif) 0 -10px no-repeat;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:10px;
    height:10px;
    overflow:hidden;
}

.corner-BR{
    background:url(images/corners.gif) -10px -10px no-repeat;
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    width:10px;
    height:10px;
    overflow:hidden;
}

/* Self-Clear Floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE6/7 Hacks */

* html .group {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}


#sape {
    background:#f5f5f5;
    font-size:11px;
    color:#111111;
    margin:0 auto;
    width:520px;
    text-align:left;
}
