/*
Theme Name: Tranquility white
Theme URI: http: //www.roytanck.com
Description: Minimalist two-column theme with a small Flash animation. Uses SWFObject embed by Geoff Stearns to degrade gracefully on non-flash systems. Version 1.1 adds widget support, 1.2 restores WP 2.0.x support.
Version: 1.2
Author: Roy Tanck

Modified by: Peter Anderson
Font sizing has been changed and simplified.

Font size options are as follows

font-size: xx-small;
font-size: x-small;
font-size: small;
font-size: medium;
font-size: large;
font-size: x-large;
font-size: xx-large;

*/

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*
body {font: 100.01%/150% verdana, arial, helvetica, sans-serif}
*/
body {font: 100% verdana, arial, helvetica, sans-serif}
#content {font-size: medium; font-weight: normal;}
h1, h2, h3, h4 {line-height: 120%; padding-bottom: 10px;}
h1 {font-size: xx-large; color: seagreen;}
h2 {font-size: x-large;}
h3 {font-size: large; font-weight: bold;}
h4 {font-size: medium;}
#footer {font-size: x-small}

body {
    color: black;
    background-color: white;
    text-align: center;
    padding: 0;
    border-top: 20px solid lightgray;
}

a {
    background-color: transparent;
    color: saddlebrown;
    font-weight: normal;
    text-decoration: none;
}
a: link, a: visited, a: active{
    color: saddlebrown;
}
a: hover {
     color: saddlebrown;
     text-decoration: underline;
}

p {
    margin-bottom: 10px;
}

blockquote, code {
    display: block;
    padding: 6px 10px;
    border: 1px solid #ccc;
    background-color: lightgray;
    margin-bottom: 10px;
}

blockquote li {
    margin-left: 20px;
}

input, textarea {
    border: 1px solid gray;
    background-color: white;
    color: black;
    margin-bottom: 5px;
    padding: 1px 3px;
}

textarea {
    width: 540px;
    padding: 6px 10px;
}

/* content styles */

#content {
    margin: 0 260px 0 15px;
}

/* header styles */

#header{
    margin-bottom: 40px;
    padding-top: 30px;
}

#header #flash{
    float: left;
    margin: 0 6px 0 0;
}

#header h1 {
    margin-top: 16px;
    margin-bottom: 8px;
}

#header h1 a {
    font-weight: normal;
    color: saddlebrown;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 8px;
}

#header h2 {
    font-weight: normal;
    color: gray;
}

/* sidebar styles */

/*
The following selector definition changes the
side-bar menu heading sizes, making them smaller
*/
.widgettitle {
font-size: large;
}

#menu {
    float: right;
    width: 220px;
    padding-bottom: 40px;
    list-style-type: none;
}

#menu ul {
    list-style-type: none;
    margin-bottom: 20px;
}

#menu ul {
    padding-left: 15px;
    color: gray;
}

#menu ul li {
    list-style-type: disc;
    /* The next line sets the menu list font size */
    font-size: medium;
}

#menu ul ul {
    margin-bottom: 5px;
}

#menu ul h2{
    font-weight: normal;
    color: black;
    margin-bottom: 5px;
}

#menu #search {
    margin-bottom: 20px;
}

#rap {
    width: 840px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    text-align: left;
}

.post {
    margin-bottom: 40px;
    line-height: 150%;
}

.storytitle {
    margin-bottom: 2px;
}

.storytitle a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.meta, .meta a {
    font-size: x-small;
    color: gray;
    margin-bottom: 10px;
}

.storycontent{
    margin-bottom: 10px;
}

.storycontent img {
    border: 10px solid #ddd;
    margin: 10px 0;
}

.storycontent img.wp-smiley { border: none; margin: 0; }

.storycontent ul, .storycontent ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

/* comment styles */

#commentlist {
    list-style-type: none;
    margin-bottom: 20px;
    width: 560px;
    overflow: hidden;
}

#commentlist li {
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}

#commentlist cite {
    font-size: x-small;
    color: gray;
}

/* footer styles */

.credit {
    background-color: lightgray;
    padding-top: 10px;
    font-size: x-small;
    clear: both;
}

.credit p {
    width: 810px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 20px;
}