body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6em;
    color: #000;
    background-color: #FFF;
}

#main {
    width: 800px;
    margin: 0px auto;
    background-image: url(../images/main_bg.gif);
    background-repeat: repeat-y;
    background-position: center top;
    text-align: left;
}

html>main{
    width: 830px;
}

#top {
    margin-left: 20px;
    color: #FFFFFF;
    padding: 5px;
    width: 750px;
    background-color: #336699;
    border-bottom: 1px solid #FFF;
    text-align: right;
}

#top-nav {
    margin: 0;
    text-align: center;
    padding: 0;
}

#top-nav li {
    margin-left: 0;
    padding-left: 0;
    border-right: 1px solid #87989F;
    display: inline;
    list-style-type: none;
}

#top-nav a {
    line-height: 14px;
    padding: 0 7px 2px 7px;
    text-decoration: none;
    color: #FFF;
}

#top-nav a:hover {
    color: #90ACC8;
}

#header {
    margin-left: 20px;
    text-align: left;
    width: 760px;
    background-color: #90ACC8;
    border-bottom: 1px solid #003366;
    background-image: url(../images/header_bg.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#feeds-aggregated
{
    padding: 0px 0px 0px 450px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

#content {
    margin-left: 20px;
    text-align: left;
    width: 760px;
}

#left {
    padding: 5px 10px 10px 10px;
    float:left;
    width: 575px;
}

#left-topleft {
    float: left;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

#left-topright {
    text-align: right;
    font-size: 10px;
    margin-bottom: 10px;
}

#left-topright a,
#left-topright a:link,
#left-topright a:visited,
#left-topright a:active {
    text-decoration: none;
}

#left-topright a:hover {
    color: #999;
    text-decoration: none;
}

#bottom-paging {
    text-align: center;
    font-size: 10px;
}

#bottom-paging a {
    text-decoration: none;
}

#test-parse {
    text-align: left;
    padding: 5px;
    width: 760px;
    border-right: 1px dotted #ccc;
}

#left-entry {
    width: 575px;
    text-align: left;
}

.new-post {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

.author {
    color: #666;
    padding-right: 10px;
    border-right: 1px dotted #CCC;
    float: left;
}

.author a,
.author a:link,
.author a:visited,
.author a:active {
    color: #666;
    text-decoration: none;
}

.author a:hover {
    color: #333;
    text-decoration: none;
}

.date {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px dotted #CCC;
    float: left;
}

.email {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px dotted #CCC;
    float: left;
}

.email a,
.email a:link,
.email a:visited,
.email a:active {
    color: #666;
    text-decoration: none;
}

.email a:hover {
    color: #333;
    text-decoration: none;
}

.rating {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    float: right;
}

p.entry {
    margin: 3px 0 15px 0;
    padding: 0;
}

#right {
    float: right;
    width: 165px;
}

#search {
    background-color: #DDD;
    padding: 10px;
    border-bottom: 1px solid #F6F7F7;
    font-weight: bold;
    color: #666;
}

#search a:hover {
    color: #666;
    text-decoration: none;
}

#advanced-search {
    text-align: right;
    text-decoration: none;
}

#feedname-link {
    text-decoration: none;
}

#advanced-search a,
#advanced-search a:visited,
#advanced-search a:active {
    font-size: 10px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

#advanced-search a:hover {
    color: #333;
}

.right-heading {
    color: #FFF;
    font-weight: bold;
    padding: 5px 8px 5px 8px;
    background-color: #369;
    border-bottom: 1px solid #F6F7F7;
}

.right-nav ul {
    list-style: none;
    padding: 5px 0 5px 15px;
    margin: 0;
}

.right-nav a:link,
.right-nav a:visited,
.right-nav a:active {
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

.right-nav a:hover {
    color: #369;
}

#current-li {
    font-weight: bold;
}

.right-sub-heading {
    color: #003366;
    padding: 5px 10px 5px 10px;
    background-color: #C3D3E4;
}

#right-preferences a {
    text-decoration: none;
}

#footer {
    margin-left: 20px;
    width: 760px;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 12px;
    font-weight: bold;
    color: #336699;
    padding: 0 0 3px 13px;
    border-bottom: 1px dotted #CCC;
    background: url(../images/entry_icon.gif) no-repeat 0 45%;
}

h1.new {
    background: url(../images/newentry_icon.gif) no-repeat 0 45%;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
    color: #336699;
    text-decoration: none;
}

h1 a:hover {
    color: #003366;
    text-decoration: none;
}

input {
    font-size: 11px;
    font-weight: normal;
    color: #000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

textarea {
    font-size: 11px;
    font-weight: normal;
    color: #000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input.search {
    width: 135px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 2px;
    border-left: 1px solid #83817E;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #83817E;
    border-bottom: 1px solid #EEEEEE;
}

select.search {
    width: 105px;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

input.search-button {
    width: 30px;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
    color: #369;
    text-decoration: underline;
}

a:hover {
    color: #036;
    text-decoration: none;
}

/*******************************/

p#page-title {
	padding: 5px;
	border-bottom: 1px solid #F6F7F7;
	font-weight: bold;
	color: #666;
    font-size: 12px;
}

p.section-title {
	font-weight: bold;
	color: #000;
    font-size: 11px;
}

p.note {
	color: #000;
    font-size: 10px;
}

.top-link {
    font-weight: normal;
    font-size: 11px;
}

.error-message {
	font-weight: normal;
	color: #ff0000;
    font-size: 11px;
}

.last-updated {
    font-size: 9px;
}

.email-friend-form {
    margin-left: 10px;
}

.language-list {
    position: absolute;
    width: 70px;
    visibility: hidden;
    top: 0px;
    left: 0px;
    border: 2px solid;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    background-color: #d0d0d0;
    padding: 4px;
    text-align: left;
}

.xml-icon {
    padding: 0px 3px 1px 3px;
    margin: 0;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    border: 1px solid; 
    border-color: #ffc8a4 #3f1a01 #3f1a01 #ffc8a4;
    cursor: pointer;
}

.contextual-help-icon {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#advanced-search-table {
    padding-left: 50px;
}

#opml-table {
    border-spacing: 0px;
    empty-cells: hide;
    width: 100%;
}

#opml-table th {
    font-weight: normal;
    border-bottom: 1px solid #ccc; 
}

.weblog-table {
    border-spacing: 0px;
    empty-cells: hide;
    width: 100%;
}

.weblog-table th {
    font-weight: normal;
    border-bottom: 1px solid #ccc; 
}

table {
    border-spacing: 4px;
    empty-cells: hide;
}

th {
    vertical-align: top;
}

form {
    margin: 0px;
}

#title-rss-link {
    text-decoration: none;
}

#flash-chart {
    text-align: center;
    padding: 5px 0 0 0;
}

.contextual-help {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    visibility: hidden;
    border: 2px solid;
    border-color: #f0f0f0 #909090 #909090 #f0f0f0;
    background-color: #d0d0d0;
    padding: 4px;
    text-align: left;
    font-size: 10px;
}
