body,html{
    padding:0;
    margin:0;
    border:none;
    font-family: Georgia,"Bitstream Charter",sans-serif;
	background: #eefffb;
}
a:hover{
    color:#963;
}
#header{
    width:980px;
    height:340px;
    background: url('/views/skins/111/images/Top.png') no-repeat scroll center top;
    border:none;
	
}
#header h1{
    font-size:24px;
    margin: 60px 0 0 30px;
    line-height:28px;
    border:none;
	width:950px;
    word-wrap: break-word;
	position: absolute;
	top: 50px;
	text-align: center;
}
#header h1 a {
	color: #000;
}
#header div{
    color:#999;
    left: 33px;
    top: 20px;
    height: 30px;
    text-align: right;
    font-style: italic;
    width: 880px;
}
#navbar{
    border:none;
    right: 47px;
    padding:0;
    position:absolute;
    text-align:right;
    top: -10px;
    width: 470px;
}
#navbar a{
    font-size:12px;
    padding:0;
}

#content{
    width:980px;
    padding:0;
	background: url('/views/skins/111/images/Lace_bg.gif') repeat-y center top;
    overflow:hidden;
    border:none;
}

ul.notices{
    margin-top:10px;
	margin-left: 37px;
	width: 890px;
	margin-bottom: 20px;
	background-color:#D5FAF2;
}

ul.error {
	float: left;
	margin: 0 37px 40px;
    padding: 0.5em;
	width: 890px;
	background-color:#D5FAF2;
	border: 1px solid #CCCCCC;
}

#component_comment_delete ul.error {
	margin: 1em;
	padding: 1em 0;
	width: auto;
	float: none;
	border: 1px solid red;
	background-color: #ffdddd;
}

/* sidemenu components */
#menu {
    background-image:none;
    text-align:left;
    padding-top:0;
    width:250px;
    border:none;
	padding-right: 30px;
}

#menu h3 {
    width:238px;
    padding:5px 10px 4px 0 ;
    background-color:#d5faf2;
    overflow:visible;
    color: #222;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

#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 {
}  

#history_nav {
    float: none;
    margin: 0 0 40px 0;
}

/*** 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:15px;
}

#component_introduction_by a:hover{
    color:#963;
}

#component_introduction_statement{
    padding:0 10px;
}

#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:200px;
    margin-bottom:20px;
	margin-left:15px;
    color:#39C;
    font-size:15px;
	background-color: #efefef;
	border: thin dashed;
}
#component_introduction_buddy_status:hover{ 
    color:#3CC;
}


/*** 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:3.1em;
}
.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:600px;
    margin:0 0 40px 35px;
    border-bottom:2px solid #ccc;
}

/*** poll ***/
#menu #component_poll{
    width:248px;
}

#menu #component_poll h3{
	text-align: center;
	width: 238px;
}

#menu #component_poll_data{
    width:210px;
    margin-left:10px;
}
#menu .component_poll_question{
    width:210px;
}
#menu .component_poll_total{
    top:20px;
	position: static;
	right: 0px;
	text-align: right;
	width: 200px;
}

input.component_poll_submit {
    width: 70px;
}


/*** poll in blog post ***/
.component_poll_question{
    background-color:#D5FAF2;
}
.post_poll{
    background-color:#fff;
    padding:10px;
}

.component_poll_total {
	position: static;
	width: 490px;
}

.component_poll_result_count{

}

/* posts */
#posts {
    width:605px;
    border:none;
	padding-left:24px;
	margin-top: -30px;
}
#posts h2 {
    width:590px;
    background-color:#fff;
    padding-left:10px;
    border-bottom:1px dashed #ccc;
    /*background: url('/views/skins/111/images/dot.gif') no-repeat scroll left top;*/
}
ul.post_footer {
    width:605px;
    color:#666;
    border-top:1px dashed #ccc;
    font-size: 10pt;
}
ul.post_footer a{
    color:#000;
}
ul.post_footer a:hover{
    color:#963;
}

.post {
    float:none;
    width:605px;
    border:none;
    font-size: 15px;
	padding-left: 10px;
    overflow: hidden;
}
.post img{
    padding:0 10px;
}
div.post_options img{
    padding:0;
}
.post .post_options{
    width:605px;
    padding:0;
    border:none;
}  
#buddyblogs, #post_component_thread{
    padding-left:15px;
    width:605px;
    background-color:#d5faf2;
    border: none;
}

#post_component_thread{
	top: 15px;
}

#buddyblogs ul {
    border:none;
}
#buddyblogs h2, #post_component_thread h2{
    background-color:#d5faf2;
    border-bottom:none;
	background-image:none;
	padding-left: 10px;
}

#buddyblogs li {
	background: url("/views/skins/111/images/btn_ar.gif") no-repeat scroll left center transparent;
}

li#post_component_thread_first{
	background-image: url('/views/skins/111/images/btn_ar.gif');
}

/* 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: 407px;
    padding: 5px 5px 0 0;
}

#component_comment_reply ul.notices{
	background-color:#ccc;
	width:520px;
	border:0;
	border-radius:0;
}

#component_comment_reply ul.notices li {
    margin: 0;
    padding: 0;
	width:520px;
}

#component_reply_position input {
    margin: 0;
    padding: 0;
}

#component_comment_reply .component_reply_explain {
    float: left;
    margin: 0 0 5px 0;
}

#component_comment_delete {
	margin: 1em auto 1em 40px;
}

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 19px;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #ccc;
}
div.indent_level_3{
    width:560px;
    margin:0 0 2em 27px;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #ccc;
}

.component_latestcomments_comment .author a {
	text-decoration: underline;
}

/* comment reply components */
#component_comment_captcha{
    margin-left:15px;
}

/* footer */
#footer{
    width:800px;
    margin:30px 0 0 65px;
    text-align:center;
    border-top:1px solid #ccc;
}


#component_paginator li {
    padding:5px;
    font-size:12px;
}

.component_latestcomments_comment {
    border-bottom: 1px dashed #000;
}

#posts .fb_like_button {
	margin-left: 5px;
}