body,html{
    padding:0;
    margin:0 0 80px 0;
    background-color:#eaeaea;
    border:none;
    font-family: Georgia,"Bitstream Charter",sans-serif;
	background-image: url('/views/skins/89/images/footer.jpg');
	background-position: bottom center !important;
	background-repeat:no-repeat;
}
a:hover{
    color:#963;
}
#header{
    width:950px;
    height:330px;
    background-image: url('/views/skins/89/images/header.png');
    background-repeat:no-repeat;
    border:none;
}
#header h1{
    font-size:23px;
    margin: 64px 0 0 30px;
    line-height:26px;
    border:none;
	width:620px;
    word-wrap: break-word;
	z-index: 2;
}
#header div{
    color:#999;
    left: 33px;
    top: 72px;
    height:250px;
    text-align: right;
    font-style: italic;
    background: url('/views/skins/89/images/banner.png') no-repeat left 4em;
    width: 875px;
	z-index: 1;
}
#navbar{
    border:none;
    left: 0px;
    padding:0;
    position:absolute;
    text-align:right;
    top: 40px;
    width: 890px;
}
#navbar a{
    font-size:12px;
    padding:0;
}

#content{
    width:950px;
    padding:0;
    background-image: url('/views/skins/89/images/bg_content.png');
    background-repeat: repeat-y;
    overflow:hidden;
    border:none;
}
ul.notices{
    margin-top:50px;
}



/* sidemenu components */
#menu {
    background-image:none;
    text-align:left;
    padding-top:0;
    width:250px;
    border:none;
}

#menu h3 {
    width:238px;
    padding:5px 10px 4px 0 ;
    background-color:#fff;
    overflow:visible;

    color: #222;
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}

#component_buddies_showall:hover {
	color: #963;
}

#component_introduction h3,
#component_buddies h3,
#component_freespace h3,
#component_clocklink h3,
#component_calendar h3,
#component_poll h3,
#component_search h3 {
    display: none;
}

/*** intro ***/
#component_introduction {
    border:none;
}
#component_introduction_by{
    text-align:center;
    padding:5px 15px 0 0 ;
    border:none;
}

#component_introduction_by a{
    color:#000;
    font-size:16px;
}

#component_introduction_by a:hover{
    color:#963;
}

#component_introduction_statement{
    padding:0 10px;
}
#component_introduction_buddy_status {
    background-color: #efefef;
    color: #000;
}
#menu #component_introduction_buddy_status a {
    color: #000;
}

#menu #component_introduction_buddy_status a:hover {
    color: #000;
    text-decoration: underline;
}
/*** email me and buddy status ***/
#component_introduction_email{
    margin-left: 5em;
}

#component_introduction_buddy_status {  
    float:left;
    width:230px;
    margin: 20px 0;
    color:#39C;
}
#component_introduction_buddy_status:hover{ 
    color:#3CC;
}

#history_nav {
    margin: 0 0 30px;   
}


/*** buddy list ***/
#component_buddies {
    width:248px;
    border:none;
    overflow: hidden;
}
.component_buddies_row {
    margin-left:22px;
    border:none;
}

#component_buddies_data {
	margin:10px 0;
}

/*** free space ***/
#component_freespace{
    width:248px;
}
/*** calendar ***/
#component_calendar_prev, 
#component_calendar_date, 
#component_calendar_next {
    cursor:pointer;
    float:left;
    margin-left:3em;
}
.component_calendar_today {
    background-color: #000;
    color: #fff;
}
#component_calendar_data table {
    border:none;
    width: 200px;
}
#component_calendar_data table a {
    background-color:#9CF;
}
#component_calendar_data table a:hover {
    background-color:#3fc;
    text-decoration:none;
    color:#000;
}
#component_calendar_data tbody {
    color: #AAA;
}
#component_calendar_data tbody td {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #FFFFFF;
    padding: 3px 0 2px;
    text-align: center;
    width: 30px;
}
#component_calendar_data tbody th {
    border: none;
}
#component_calendar_prev{
    margin-left:37px;
}
/*** search ***/
#component_search_data{
    margin-left:20px;
    border:none;
}
#component_search_data input[type=text]{
    width:200px;
}
#search_query{
    float:left;
    width:620px;
    margin:100px 0 0 30px;
    border-bottom:2px solid #ccc;
}

/*** poll ***/
#menu #component_poll{
    width:248px;
}
#menu #component_poll_data{
    width:210px;
    margin-left:20px;
}
#menu .component_poll_question{
    width:210px;
}
#menu .component_poll_total{
    top:20px;
}

input.component_poll_submit {
    width: 70px;
}


/*** poll in blog post ***/
.component_poll_question{
    background-color:#ffc;
}
.post_poll{
    background-color:#fff;
    padding:10px;
}

/* posts */
#posts {
    width:605px;
    border:none;
}
#posts h2 {
    width:605px;
    background-color:#fff;
    padding-left:10px;
    border-bottom:1px solid #ccc;
}
ul.post_footer {
    width:605px;
    color:#666;
    border-top:1px solid #fff;
    font-size: 10pt;
}
ul.post_footer a{
    color:#666;
	text-decoration: underline;
}
ul.post_footer a:hover{
    color:#963;
	text-decoration: underline;
}

.post {
    float:none;
    overflow: hidden;
    width:605px;
    border:none;
    font-size: 16px;
}
.post img{
    padding:0 10px;
    border:1px solid #fff;  
}
div.post_options img{
    padding:0;
}
.post .post_options{
    width:605px;
    padding:0;
    border:none;
}  
#buddyblogs, #post_component_thread{
    padding-left:10px;
    width:605px;
    background-color:#fff;
    border: none;
}
#buddyblogs ul {
    border:none;
}
#buddyblogs h2, #post_component_thread h2{
    background-color:#fff;
    border-bottom:none;
}



/* Component - Comment Reply */
#comments hr {
    display: none;
}
#component_comment_login {
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f2c9;
}

div#component_comment_reply {
    padding: 5px;
}

#component_comment_reply {
    float: left;
    margin-left:30px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    padding-bottom: 10px;
}


#component_comment_marker {
    width: 408px;
    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;
}

/* comment indent width */
div.indent_level_0{
    width:590px;
    margin:0;
    margin-bottom: 2em;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #ccc;
}

div.indent_level_1{
    width:580px;
    margin:0 1em 2em 10px;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #ccc;
}
div.indent_level_2{
    width:570px;
    margin:0 0 2em 20px;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #ccc;
}
div.indent_level_3{
    width:560px;
    margin:0 0 2em 30px;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #ccc;
}

/* comment reply components */
#component_comment_captcha{
    margin-left:15px;
}

/* footer */
#footer{
    width:900px;
    margin:30px 0 0 25px;
    text-align:center;
    border-top:1px solid #ccc;
}


#component_paginator li {
    padding:5px;
    font-size:12px;
}

.component_latestcomments_comment {
    border-bottom: 1px dashed #000;
}

.component_reply_explain_password{
	margin-left:155px;	
}

.author a {
	text-decoration: underline;
}