body,html {
    background-color: #eaeaea;
    margin: 0;
    padding: 0;
    background-image: url('/views/skins/82/images/tile-bg.gif');
    background-repeat: repeat-x;
}

div {
    padding: 0 5px;
}

ul.notices {
    background-color: #252524;
    border: 1px solid #252524;
    margin: 10px 5px 0 1em;
    color: #fff;
    padding: 0.5em;
}

ul.error {
    margin: 10px 5px 0 1em;
    padding: 0.5em;
}

/* Header */

#header h1 {
    color: #fff;
    width: 785px;
}

#header h1 a {
	color: #fff;
}

#header div {
    color: #fff;
}

/* Top Navigation Bar */
.top-navigation {
    min-width: 795px;
}

/* Side Menu */

#menu {
    background-image:url('/views/skins/82/images/menu-bg.gif');
    background-color: #fff;
    margin: 13px 5px 5px 5px;
}

#menu h3 {
    color: #888;
    font-size:1.3em;
    font-weight: bold;
    display: block;
}

#component_buddies_showall:hover {
	color: #999;
}

/* Component - Introduction */

#component_introduction_email {
    background: url('/views/skins/default/images/mail.gif') no-repeat 0 5px;
    margin: 5px auto 0 auto;
}

/* Component - Calendar */

#component_calendar_data table {
    clear: both;
    border: none;
    background-color: #ccc;
    margin: 0 auto;
}

#component_calendar_data th {
    border: none;
    border-bottom: 1px solid #999;
    padding: 5px;
}

.component_calendar_today {
    background-color: #555;
    color: #fff;
    font-weight: bold;
    padding: 0 1px;
}

.component_calendar_today div:hover {
    background-color: pink;
}

.component_calendar_post {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 0 1px;
}

.component_calendar_post a {
    color: #fff;
}

.component_calendar_post a:hover {
    color: #999;
    text-decoration: none;
}

/* Component - Search */

#component_search label {
    font-weight: bold;
}

#component_search #query {
    width: 187px;
    margin: 0 0 2px 0;
}

/* Component - Poll */

#posts .component_poll_question {
    padding: 2px 60px 5px 5px;
}

.component_poll_total {
    top: 5px;
}

.component_poll_result_answer {
    float: left;
    width: 500px;
}

.component_poll_result_bar {
    margin: 0 5px 5px 5px;
}

.component_poll_result_count {
    float: left;
}

/* Component - Side Menu Poll */


#menu .component_poll_total {
    left: 88px;
}

/* Component - Comment Reply */

#component_comment_login {
    background-color: #f5f2c9;
}

div#component_comment_reply {
    padding: 5px;
}

#component_comment_reply {
    float: left;
    border: 1px solid #c4c4c4;
    background-color: #efefef;
    padding-bottom: 10px;
	margin: 0 auto 20px auto;
}

#component_comment_reply img {
    border: 1px solid #efefef;
}


#component_comment_marker {
    width: 407px;
    padding: 5px 5px 0 0;
}

#component_comment_reply ul.notices li {
    margin: 0;
    padding: 0;
}


#component_reply_position input {
    margin: 0;
    padding: 0;
}

#component_comment_reply .component_reply_explain {
    float: left;
    margin: 0 0 5px 0;
}

input#component_comment_captcha_input {
    width: 60px;
    margin: 0 0 0 5px;
}

input#component_comment_submit {
    margin: 0 0 0 150px;
}

.component_comment_reply_image {
    display: block;
    clear: both;
    text-align: center;
    margin: 5px auto;
}


/* Component - Latest Comments */

#component_latestcomments a:hover{
    font-weight: normal;
    color: #333;
}

#component_latestcomments .author a {
    text-decoration: underline;
}

.component_latestcomments_comment .author, .date {
    text-align: left;
}

/* Component - Comment */

.component_comment {
	width: 508px;
    background-color: #ececec;
    border: 1px solid #d2d2d2;
}

#comments a:hover {
    color: #000;
}

/* Component - Thread */
  
#post_component_thread li {
    list-style: none;
}
 
li#post_component_thread_first {
    float: left;
    display: block;
    font-weight: bold;
    color: #ad0000;
} 

/* Posts */

#posts {
    background-image:url('/views/skins/82/images/post-bg.gif');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    border: 0;
    padding-bottom: 10px;
}

#posts h2 {
    float: left;
    padding: 10px 0 0 0;
    margin: 5px 0 10px 0;
}

#posts h2 a {
    text-decoration: none;
    font-weight: bold;
}

#posts h2 a:hover {
    color: #000;
    text-decoration: none;
}

.post {
    position: relative;
    overflow: hidden;
}

.post a {
    font-weight: normal;
    text-decoration: underline;
}

.post h2 {
    width: 500px;
}

.post #tweet {
    margin-left: 5px;
    top: -5px;
}



.indent_level_1 {
    width: 498px;
}
.indent_level_2 {
    width: 488px;
}
.indent_level_3 {
    width: 478px;
}
.indent_level_4 {
    width: 468px;
}

/* Component - Bloguru Friends */

#buddyblogs {
    width: 508px;
    margin: 10px 0 10px 0;
    padding: 5px;
    overflow: auto;
}


#buddyblogs h2 {
    width: 100%;
    padding: 0;
    float: none;
}

/* Footer */

#footer {
    background-color: #000;
    border-top: none;
    color: #fff;
}

#footer a {
    color: #fdf8bd;
}

#component_paginator {
	float: left;
}