body,html {
    margin: 0;
    padding: 0;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#fff;
	background-image:url('/views/skins/108/images/bg.png');
	background-repeat:repeat-y;
	background-position:center 49px !important;
}

#content {
    width: 960px;
	background-color: none;
	margin:0px auto;
	padding:0px;
}

div {
    padding: 0px;
}

ul.notices {
	width: 918px;
    background-color: #666;
    border: 1px #fff solid;
    margin: 0px 10px 20px 0px;
    color: #fff;
    padding: 10px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	float:left;
}

ul.error {
	float: left;
    margin: 0 0 10px;
	width: 920px;
    padding: 10px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#component_comment_delete ul.error {
    margin: 1em;
    padding: 10px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	width: auto;
	float: none;
}

/* Header */

#header {
	width:956px;
    height: 150px;
	background-color:#ccc;
	background-image:url('/views/skins/108/images/header_bg.png');
	background-repeat:no-repeat;
	background-position:right;
	margin:20px 0;
	padding:0px;
	border-radius:5px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px;
	border:2px #fff solid;
	position: relative;
}

#header h1 {
    color: #000;
    width: 918px;
	text-align:left;
    word-wrap: break-word;
	position:relative;
	left:0;
	top:0;
	padding: 20px 20px 0 20px;
	margin:0;
}

#header h1 a {
	color: #fff;
}

#header div {
    color: #fff;
	text-align:left;
	width:918px;
	font-weight:bold;
	position:absolute;
	top: 100px;
	left:0;
	padding:0 20px;
}

/* Top Navigation Bar */
.top-navigation {
    min-width: 960px;
}

/* Side Menu */

#menu {
    width: 240px;
    margin: 0px;
	padding:45px 0px 10px 0px;
	background-color: #ccc;
	border:2px #fff solid;
	border-radius:5px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px;
	background-image:url('/views/skins/108/images/logo.png');
	background-repeat:no-repeat;
}

#menu h3, #menu #component_poll h3 {
    color: #000;
    font-size:1.2em;
    font-weight: bold;
    display: block;
	background-color: #ccc;
	height: 1.3em;
	line-height: 1.3em;
	margin-top: 0px;
	width:240px;
	text-transform:capitalize;
	padding:5px 0;
}

/* Footer */

ul.post_footer {
    width: 645px;
	text-align: right;
	font-size: 11px;
}

/* Component - Bloguru Buddies */

#component_buddies {
    background-color: white;
	background-repeat: no-repeat;
	/*padding-top: 2.2em;*/
    width: 245px;
}

#component_buddies a {
    color: #666;
    font-weight: normal;
}

#component_buddies a:hover {
    color: #333;
}

.component_buddies_row {
    width: 230px;
}

.component_buddies_buddy {
    width: 105px;
}

#component_buddies_showall {
    color: #666;
	margin:0 auto;
	width:auto;
}

div#component_buddies_showall:hover {
    color: #333;
	text-decoration: underline;
}

/* Component - Poll */

#menu #component_poll {
    color: #000;
    width: 240px;
}

#menu #component_poll_data {
	width: 233px;
	padding:10px;
}

#menu #component_poll_data input {
	margin: 5px 5px 5px 0;
	cursor:pointer;
	padding:2px 5px;
}

#menu .component_poll_question {
    background-color: transparent;
    color: #000;
	width: 225px;
}

#menu #component_poll_data label {
	width: 195px;
}

/* Component - Buddy Status */

#component_introduction_email_form{
	background-color:#fff;
	border-color:#999;
	border-radius:5px;
	padding:10px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	-webkit-box-shadow: #000 0px 2px 3px;
    -moz-box-shadow: #000 0px 2px 3px;
    box-shadow: #000 0px 2px 3px;
	text-align:center;
	z-index:900;
}

#component_introduction_email_form input[type="submit"]{
	color:#000;
	cursor:pointer;
	margin-left:auto;
	padding:2px 5px;
}

div#component_introduction_email_form h3{
    background-image: none;
	background-color:#fff;
	color:#000;
}

div#component_introduction_email_form img{
	border:0;	
}

#component_introduction_buddy_status {
    background-color: #fff;
	margin:10px auto 0 auto;
	color:#000;
	font-weight:bold;
}

#menu #component_introduction_buddy_status a {
	margin: 0 auto;
	background: #999;
	color: #fff;
	padding: 5px;
}

#menu #component_introduction_buddy_status a:hover {
 	text-decoration:underline;
}
/* Component - Introduction */

#component_introduction {
    background-color: white;
    color: #000;
	width: 240px;
	border:2px #FFF solid;
	border-width:20px 0 0 0;
	border-radius:0px;
	-webkit-border-radius:0px;
    -moz-border-radius:0px;
	padding-bottom:5px;
}
#component_introduction img {
	max-width: 150px;
}

*html #component_introduction img {
	width: 150px;
}

*html #component_introduction #component_introduction_email_form img {
	width: 24px;
}

#component_introduction_statement {
	word-wrap: break-word;
	padding:0 10px;
}

#component_introduction a {
    color: #666;
}

#component_introduction a:hover {
    color: #333;
    text-decoration: underline;
}

#component_introduction img {
    border: 1px solid #999;
	max-width: 150px;
}

/* Component - Clocklink */

#component_clocklink {
    background-color: white;
	background-repeat: no-repeat;
	width: 245px;
}

#component_introduction_email {
    background: url('/views/skins/default/images/mail.gif') no-repeat 0 5px;
    margin: 5px auto 0 auto;
}

/* Component - Calendar */

#component_calendar {
    background-color: white;
	background-repeat: no-repeat;
	width: 240px;
    color: #000;
	padding-bottom:10px;
}

#component_calendar_prev {
	margin-left: 34px;
}

#component_calendar_date, #component_calendar_next {
	margin-left:34px;
}

#component_calendar_data table {
    clear: both;
    border: 1px solid #999;
    background-color: #fff;
    margin: 0 auto;
}

#component_calendar_data th {
    border: none;
    border-bottom: 1px solid #999;
    padding: 5px;
}

#component_calendar_data{
	width:200px;
	margin:0 auto;
}

#component_clocklink_data{
	padding:5px 10px;
}

#component_buddies_data{
	padding:5px 10px;
}

#component_introduction_statement{
	padding:5px 10px;
}

#component_latestcomments_data{
	padding:10px;
}

#component_history_data{
	padding: 5px 10px 20px;
}

#component_categories_data{
	padding: 5px 10px 20px;
}

#component_introduction_by{

}

.calendar_button {
    color: #000;
	font-weight:bold;
}   

.component_calendar_today {
    background-color: #fff;
	border:1px #999 solid;
    color: #000;
    font-weight: bold;
    padding: 2px;
}

.component_calendar_today div:hover {
    background-color: fcd116;
}

.component_calendar_post {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 0 1px;
}

.component_calendar_post a {
    color: #fff;
}

.component_calendar_post a:hover {
    color: #000;
    text-decoration: none;
}

/* Component - Freespace */

#component_freespace {
	background-repeat: no-repeat;
	color: #000;
	width: 693px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#FFF;
	border:1px solid #000;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	float:left;
}

#component_freespace h3 {
	display: none;
}

#component_freespace_data {
    margin: 15px 15px;
}

#component_freespace a {
    color: #666;
}

#component_freespace a:hover {
    color: #333;
}


/* Component - Search */

#component_search {
    background-color: white;
	background-repeat: no-repeat;
	width: 240px;
}

#component_search label {
    font-weight: bold;
}

#component_search #query {
    width: 220px;
    margin: 0 0 2px 0;
}

#component_search_data {
    color: #000;
    font-size: 14px;
	padding: 10px;
	text-align:center;
	
}

#component_search_data input {
    margin: 5px auto 0 auto;
	cursor:pointer;
	padding:2px 5px;
}

#component_search_data input#query {
    margin-top: 5px;
	background-color:#fff;
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:1px #999 inset;
	cursor:text;
	color:#000;
	padding:0;
}

/* Component - Poll */

.component_poll_result_answer {
    float: left;
    width: 500px;
}

.component_poll_result_bar {
    margin: 0 5px 5px 5px;
}

.component_poll_result_count {
    float: left;
    color: #000;
}

/* Component - Side Menu Poll */

#menu #component_poll {
	background-color: white;
	background-repeat: no-repeat;
	margin: 0px;
}

#menu .component_poll_total {
    left: 88px;
	position: static;
	width: 215px;
}

/* Component - Comment Reply */

#component_comment_login {
    width: 665px;
    background-color: #ccc;
    color: #000;
    margin: 0 0 10px 0;
}

#component_comment_login a {
    color: #333;
	text-decoration:underline;
}

div#component_comment_reply {
    padding: 5px;
}

#component_comment_reply {
    float: left;
    width: 655px;
    background-color: #efefef;
    border: 1px solid #999;
    padding-bottom: 10px;
    margin: 0 5px 20px 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#component_comment_reply label {
    width: 230px;
    color: #000;
}

#component_comment_marker {
    width: 486px;
    padding: 5px 5px 0 0;
    font-size: 12px;
    font-style: italic;
}

.component_reply_explain_password {
	width:270px;
	margin-left:230px;
}

#component_comment_reply ul.notices{
	background-color: transparent;
	background-color: transparent;
	width:670px;
	border:0;
	border-radius:0;
}

#component_comment_reply ul.notices li {
    margin: 0;
    padding: 0;
	width: 670px;
	background-color:#000;
	color: #fff;
}

#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 20px 230px;
	color: #000;
	cursor:pointer;
	padding:2px 5px;
	width:auto;
	height:auto;
}

input.component_poll_view_results{
	width:auto;	
	padding:2px 5px;
}

input#component_comment_submit:hover {
	color:#333;
}

.component_comment_reply_image {
    display: block;
    clear: both;
    text-align: center;
    margin: 5px auto;
}

/* Component - Latest Comments */

#component_latestcomments {
    color: #000;
}

#component_latestcomments a {
    color: #666;
}

#component_latestcomments a:hover{
    font-weight: normal;
    color: #333;
    text-decoration: underline;
}

#component_latestcomments .author a {
    color: #666;
    text-decoration: underline;
}

#component_latestcomments .author a:hover {
    color: #333;
    text-decoration: underline;
}

.component_latestcomments_comment .author, .date {
    text-align: left;
}

.component_latestcomments_comment {
    border-bottom: 1px dotted #000;
}

/* Component - Comment */

.component_comment {
	width: 500px;
    background-color: #efefef;
    border: 1px solid #fff;
    color: #000;
    margin: 0 auto 20px auto;
    padding: 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	margin-left:5px;
}

.component_comment a {
    color: #333;
}

.component_comment a:hover {
    color: #000;
    text-decoration: underline;
}

#component_comment_delete {
    width: 660px;
    font-weight: normal;
    margin: 0 0 20px 10px;
}

/* Component - History */

#component_history {
    background-color: white;
	background-repeat: no-repeat;
	width: 240px;
    color: #000;
    position: relative;
}

#component_history a {
    color: #666;
}

#component_history a:hover {
    color: #333;
}

.component_history_item {
    border-bottom: 1px dotted #000;
}

.component_history_item:last-child{
    border-bottom: 0;
}

#history_nav {
    float: none;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    position: absolute;
    bottom: 0;
}

/* Component - Categories */

#component_categories {
    background-color: white;
	background-repeat: no-repeat;
	width: 240px;
    color: #000;
    position: relative;
}

#component_categories a {
    color: #666;
}

#component_categories a:hover {
    color: #333;
	text-decoration:underline;
}

.component_categories_category {
    border-bottom: 1px dotted #000;
}

.component_categories_category:last-child{
    border-bottom: 0;
}
/* Posts */

#posts .post{
	margin-top:5px;
	z-index:0;
	font-size: 12px;
}

#posts object{
	z-index:0;	
}

#posts {
    width: 680px;
    border: 2px solid #ccc;
    margin: 0px;
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #ccc;
	border:2px #fff solid;
	border-radius:5px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px;
}

#posts h2 {
    padding: 5px 5px 5px 100px;
	word-wrap: normal;
	border:0;
	float: left;
    width: 540px;
    overflow: hidden;
	background-image: url('/views/skins/108/images/date_bg.png');
	background-repeat: repeat-y;
	background-color: #efefef;
    border: 1px solid #999;
	border-width: 1px 1px 1px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#posts h2 a {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

#posts h2 a:hover {
    color: #333;
    text-decoration: none;
}

.post {
	position: relative;
    overflow: hidden;
	color: #000;
	background-color:#fff;
	width: 645px;
	word-wrap: break-word;
    margin:0 5px 10px 5px;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	border:2px #999 solid;
}

.post a {
    font-weight: normal;
    text-decoration: underline;
    color: #666;
}

.post a:hover {
    color: #333;

}

.post #tweet {
    margin-left: 5px;
    top: -5px;
}

.post .post_poll {
    background-color: #e3e3e3;
    border: 1px solid #999;
    color: #000;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
}

input.component_poll_submit{
	width:auto;
	padding:2px 5px;
}

#menu input.component_poll_submit, #menu .component_poll_view_results{
	width:auto;
	padding:2px 5px;	
}

.component_poll_total {
	position: static;
	width: 470px;
}

.post .component_poll_question {
    background-color: #e3e3e3;
    color: #000;
    border-bottom: 0;
}

.component_poll_result_bar {
    background-color: #ccc;
}

.post .post_options {
	padding: 0;
    margin-top: 10px;
	width: 315px;
	float: left;
}

.indent_level_0 {
	width: 645px;
}

.indent_level_1 {
    width: 630px;
	_width: 615px;
    margin-left: 20px;
}
.indent_level_2 {
    width: 610px;
	_width: 575px;
    margin-left: 40px;
}
.indent_level_3 {
    width: 590px;
	_width: 535px;
    margin-left: 60px;
}
.indent_level_4 {
    width: 570px;
	_width: 495px;
    margin-left: 80px;
}

/* Component - Thread */

#post_component_thread {
    width: 655px;
	margin:5px;
    background-color: #fff;
    border: 2px solid #999;
    color: #000;
    top: 0;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#post_component_thread h2 {
    color: #000;
	border:0;
    border-bottom: 1px dotted #000;
	background-image: none;
	border-radius:0;
	-webkit-border-radius:0;
    -moz-border-radius:0;
}
  
#post_component_thread li {
    list-style: none;
}
 
li#post_component_thread_first {
    float: left;
    display: block;
    font-weight: bold;
    color: #000;
    background-image: url('/views/skins/108/images/btn_ar.png');
} 

#post_component_thread a {
    color: #666;
    text-decoration: underline;
}

#post_component_thread a:hover {
    color: #333;
}

.post-date{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 70px;
    position: absolute;
    top: 20px;
    left: 20px;
	color: #000;
}

.post-date-month{
	display: inline;
}

.post-date-day{
	display: inline;
}

.post-header{
	margin: 0;
}

.post-header ul{
	position: relative;
    float: left;
	text-align: left ;
	margin: 10px 0 0 0;
	padding: 0;
	width: 330px;
	font-size: 11px;
}

.post-header h2{
	margin:0;
}

.post-header ul li{
	display:inline;
	margin:0;
}

/* Component - Bloguru Friends */

#buddyblogs {
    width: 645px;
    margin: 5px;
    padding: 0px 10px 10px 10px ;
    overflow: auto;
    background-color: #fff;
    border: 2px solid #999;
    color: #000;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
}


#buddyblogs h2 {
    padding:0;
    float: none;
    width: 100%;
	color: #000;
	border:0;
    border-bottom: 1px dotted #000;
	background-image: none;	
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	margin:5px 0 0 0;
}

#buddyblogs a {
    font-weight: normal;
    color: #666;
}

#buddyblogs a:hover {
    color: #333;
    text-decoration: underline;
}

#buddyblogs li {
    background: url('/views/skins/108/images/btn_ar.png') no-repeat scroll left center transparent;
}

/* Search Query */

#search_query{
    width: 918px;
    background-color: #666;
    border: 1px #fff solid;
    margin: 0px 10px 20px 0px;
    color: #fff;
    padding: 10px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	float:left;
}

#component_comment_reply ul.error {
    background-color: transparent;
    width: 690px;
    color: #ff0000;
}

/* Footer */

#footer {
    color: #fff;
	background-position:bottom;
	background-repeat: no-repeat;
	border:none;
	text-align:left;
	padding:10px;
	width:940px;
}

#footer a {
    color: #fefefe;
}

/* Paginator */

#component_paginator {
    color: #000;
	font-size:14px;
}

#component_paginator a {
    color: #666;
}

#component_paginator a:hover, .component_comment_userInfo a:hover{
    color: #333;
}

#component_introduction_by a{
	color:#666;	
}

#component_introduction_by a:hover{
	color:#333;
}

.post_poll input[type="radio"]{
	height:14px;
	-webkit-transform:scale(1,1);
	-webkit-margin-before:8px;
	width:20px;
}
.fb-share-button {
    margin-top: 6px;
}