/*
    red: f50000
    green: 08A500
*/
body, table, tr, td, textarea, ul {
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
ul {
    padding-left: 30px;
}
a {
    font-weight: normal;
}
a:link {
    color: #f50000;
}
a:visited {
    color: #08A500;
    text-decoration: none;
}
a:hover {
    color: #f50000;
    text-decoration: none;
}
.link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
#header, #content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    clear: both;
}
#header {
    height:173px;
    position:relative;
}
.blog, .writeStory {
    background-color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}
.blog {
    clear:both;
}
.title {
    border-bottom:2px solid black;
}
.story, .date {
    padding-top:5px;
}
.comments, .date, .story, .tags, .admin {
    padding-right:5px;
    border-right:2px solid black;
}
.comments, .admin, .tags, .date {
    text-align: right;
}
.comments form, .commentContent {
    text-align: left;
    background-color:#eee;
    padding: 10px;
}
.formLabel {
    float:left;
    width:100px;
    padding: 2px;
}
.commentContent, .posted {
    padding: 5px;
    background-color:#eee;
}
.posted {
    margin-bottom:5px;
    text-align:right;
}
a img, a:hover img, a:link img, a:visited img {
    border:0px;
}
#manu_loading {
    position:fixed;
    display:none;
    top:0px;
    left:0px;
    padding:30px;
    background-color:#f50000;
    text-align:center;
    border:2px solid #fff;
    color: #fff;
}
blockquote {
    font-style: italic;
    margin:0;
    padding:15px;
    padding-right:0;
}
input, textarea {
    font-size:12px;
    border:1px solid black;
}
input[type=text], textarea {
    width: 300px;
}
textarea {
    height: 100px;
}
.formField {
    padding: 2px;
}
input[type=submit] {
    background-color:#f50000;
    color:white;
    cursor: pointer;
}
.searchHighlight {
    background-color:#f50000;
    color:white;
    padding:1px;
}
#search {
    background:white;
    left:570px;
    padding:5px;
    position:absolute;
    top:140px;
}
.search input[type=text] {
    width: 150px;
}
.title span {
    background:black;
    color:white;
    font-weight: bold;
    font-size:25px;
    padding:1px;
    padding-top:3px;
    padding-right:2px;
    padding-left:2px;
}
.sharedItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sharedItem li,
.sharedItem div.f {
    display: inline;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    color: white;
}
.sharedItem li a,
.sharedItem li a:link,
.sharedItem li a:visited,
.sharedItem li a:hover {
	display: block;
    color: white;
    text-decoration: none;
    padding: 4px;
    background: #08A500;
}
.sharedItem li a,
.sharedItem li a:link {
    background: #f50000;
}
.sharedItem div.f {
    background-color: white;
}
.sharedItem div.f a,
.sharedItem div.f a:link,
.sharedItem div.f a:visited,
.sharedItem div.f a:hover {
    color: #f50000;
    text-decoration: none;
}
.sharedItem .title {
    margin-bottom: 5px;
}
.sharedItem .story {
    border: 0;
}