body,html {
    margin: 0;
    padding: 0;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
    background: #630 url('/views/skins/107/images/coffee_bg.jpg') repeat right top;
	background-attachment: fixed;
}

#content {
    width: 960px;
	background:url('/views/skins/107/images/left_content_bg.png') bottom right no-repeat;
	background-color: #fc9;
	margin-top:20px;
	margin-bottom:20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	padding:0 5px;

}
*html #content {
	width: 980px;
}

div {
    padding: 0px;
}

ul.notices {
    width: 930px;
    background-color: #000;
    border: 0;
    margin: 10px;
    color: #fff;
    padding: 0.5em;*/
	width: 930px;
    background-color: #630;
    border: 0;
    margin: 10px 5px;
    color: #fc9;
    padding: 10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;
}
ul.error {
	float: left;
	width: 928px;
    padding: 0.5em;
    margin: 10px 5px;
    padding: 10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.post ul.error {
    padding: 0.5em;
    margin: 10px 5px;
    padding: 10px;
	background-color: #ffdddd;
	color: #000;
	border: 1px solid red;
}

#component_comment_delete ul.error {
    padding: 0.5em;
    margin: 10px 5px;
    padding: 10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: auto;
	float: none;
}

/* Header */

#header {
	width:950px;
    height: 150px;
	background-color:#630;
	background-image: url('/views/skins/107/images/cup_header_bg.png');
	background-repeat: no-repeat;
	background-position: left;
	margin:10px 5px 5px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:0px;
}

#header h1 {
    color: #fc9;
    top: 20px;
	left: 280px;
    width: 670px;
	text-align:left;
    word-wrap: break-word;   
}

#header h1 a {
	color: #fc9;
}

#header div {
    color: #ddd2c4;
    top: 125px;
	text-align:right;
	width:940px;
	left:0;
	font-weight:bold;
}

/* Top Navigation Bar */

#navbar {
    color: #dc8960;
	text-align:center;
}

#navbar a {
    color: #dc8960;
    font-weight: bold;
}

#navbar a:hover {
    color: #ddd2c4;
}

/* Side Menu */

#menu {
    width: 240px;
    margin: 5px;
	padding-left: 0px;
	padding-bottom:0;
	background-image:url('/views/skins/107/images/logo.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#menu h3 {
    color: #fc9;
    font-size:1.3em;
    font-weight: bold;
    display: block;
	background-color: #630;
	height: 1.3em;
	line-height: 1.3em;
	margin-top: 0px;
	border-radius:8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0; 
    -moz-border-radius: 8px 8px 0 0;
}

/* Footer */

ul.post_footer {
    width: 665px;
	text-align: right;
	font-size: 11px;
}

ul.post_footer li {
	color: #dc8960;
}

/* Component - Bloguru Buddies */

#component_buddies {
    background-color: white;
	background-repeat: no-repeat;
    width: 243px;
	margin-top:10px;
	border: 1px solid #300;
		border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#component_buddies a {
    color: #dc8960;
    font-weight: normal;
}

#component_buddies a:hover {
    color: #300;
}

.component_buddies_row {
    width: 230px;
}

.component_buddies_buddy {
    width: 100px;
	background-color:#fff;
	margin:5px;
}

#component_buddies_showall {
    color: #dc8960;
	text-decoration: underline;
	padding:10px;
	margin:10px;
	text-align:right;
	width:200px;
}

div#component_buddies_showall:hover {
    color: #300;
	text-decoration: underline;
}

/* Component - Poll */

#menu #component_poll {
    color: #000;
    width: 240px;
	border: 1px solid #300;
		border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#menu #component_poll h3 {
	width: 243px;
	padding-top:0;
}

#menu #component_poll_data {
	width: 233px;
	padding:10px;
}

#menu #component_poll_data input {
	margin: 5px 5px 5px 0;
}

#menu .component_poll_question {
    background-color: transparent;
    color: #300;
	width: 225px;
}

#menu #component_poll_data label {
	/*margin:5px;*/
}

/* Component - Buddy Status */

#component_introduction_email_form{
	background-color:#fc9;
	border-color:#630;
	border-radius:8px;
	padding:10px;
	-webkit-border-radius: 8px; 
    -moz-border-radius: 8px;
	-webkit-box-shadow: #369 0px 2px 3px;
    -moz-box-shadow: #369 0px 2px 3px;
    box-shadow: #369 0px 2px 3px;
	text-align:center;
}

#component_introduction_email_form input[type="submit"]{
	background-color:#630;
	border-radius:8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-box-shadow: #369 0px 2px 3px;
    -moz-box-shadow: #369 0px 2px 3px;
    box-shadow: #369 0px 2px 3px;
	color:#fc9;
	font-weight:bold;
	border:0;
	padding:5px 10px;
	cursor:pointer;
	margin-left:auto;
}

div#component_introduction_email_form h3{
    background-image: none;
	background-color:#fc9;
	color:#300;
}

div#component_introduction_email_form img{
	border:0;	
}

#component_introduction_buddy_status {
    background-color: #fff;
	color:#300;
	font-weight:bold;
	width: 200px;
	margin:10px auto 0 auto;
}
#menu #component_introduction_buddy_status a {
    color: #fc9;
	display:block;
	padding:5px;
	background-color:#630;
	border-radius:8px;
	-webkit-border-radius: 8px; 
    -moz-border-radius: 8px;
	-webkit-box-shadow: #369 0px 2px 3px;
    -moz-box-shadow: #369 0px 2px 3px;
    box-shadow: #369 0px 2px 3px;
}
#menu #component_introduction_buddy_status a:hover {
    color: #fff;
}
/* Component - Introduction */

#component_introduction {
    background-color: white;
    color: #000;
	width: 243px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding-bottom:10px;
}

#component_introduction img {
	max-width: 150px;
}

*html #component_introduction img {
	width: 150px;
}

*html #component_introduction #component_introduction_email_form img {
	width: 24px;
}

*html 

#component_introduction a {
    color: #DC8960;
    text-decoration: none;
    
}

#component_introduction a:hover {
    color: #300;
    text-decoration: underline;
}

#component_introduction img {
	max-width: 150px;
}
*html #compontent_introduction img {
	width: 150px;
}

/* Component - Clocklink */

#component_clocklink {
    background-color: white;
	background-repeat: no-repeat;
	width: 243px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top:10px;
}

#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: 243px;
    color: #300;
	margin-top:10px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding-bottom:10px;
}

#component_calendar_prev {
	margin-left: 35px;
}

#component_calendar_date, #component_calendar_next {
	margin-left: 46px;
	margin-right: -25px;
	width: 50px;
}

#component_calendar h3 {
}

#component_calendar_data table {
    clear: both;
    border: 1px solid #630;
    background-color: #fc9;
    margin: 0 auto;
}

#component_calendar_data th {
    border: none;
    border-bottom: 1px solid #630;
    padding: 5px 8px;
}

#component_calendar_data{
	width:220px;
	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 #630 solid;
    color: #300;
    font-weight: bold;
    padding: 2px 5px;
}

.component_calendar_today div:hover {
    background-color: fcd116;
}

.component_calendar_post {
    background-color: #630;
    color: #fff;
    font-weight: bold;
    padding: 0 1px;
}

.component_calendar_post a {
    color: #fff;
}

.component_calendar_post a:hover {
    color: #fc9;
    text-decoration: none;
}

/* Component - Freespace */

#component_freespace {
	background-repeat: no-repeat;
	color: #300;
	width: 690px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	background-color:#fff4ea;
	overflow:hidden;
	border: 2px solid #630;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;
}

#component_freespace h3 {
	display: none;
}

#component_freespace_data {
    margin: 15px 15px;
}

#component_freespace a {
    color: #DC8960;
}

#component_freespace a:hover {
    color: #000;
}


/* Component - Search */

#component_search {
    background-color: white;
	background-repeat: no-repeat;
	width: 243px;
	margin-top: 10px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#component_search label {
    font-weight: bold;
}

#component_search #query {
    width: 220px;
    margin: 0 0 2px 0;
}

#component_search_data {
    color: #300;
    font-size: 14px;
	padding: 10px;
	text-align:center;
	
}

#component_search_data input, input.component_poll_view_results, input.component_poll_submit, #component_comment_submit{
    margin: 5px auto 0 auto;
	background-color:#630;
	border-radius:8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-box-shadow: #369 0px 2px 3px;
    -moz-box-shadow: #369 0px 2px 3px;
    box-shadow: #369 0px 2px 3px;
	color:#fc9;
	font-weight:bold;
	border:0;
	padding:5px 10px;
	cursor:pointer;
	width:100px;
}

#menu .component_poll_view_results{
	width:inherit;	
}

input.component_poll_view_results, input.component_poll_submit, #menu #component_poll_data input, #component_comment_submit{
	margin:5px 0 0px 10px;
	padding:2px 10px;
}

#menu input.component_poll_submit{
	width:auto;	
}

#component_search_data input{
	margin:10px auto;	
}

#component_search_data input:hover{
	color:#fff;
}

#component_search_data input#query {
    margin-top: 5px;
	background-color:#fc9;
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:1px #630 inset;
	cursor:text;
	color:#300;
	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;
	width: 243px;
	margin-top: 10px;
}

#menu .component_poll_total {
    left: 88px;
	position: static;
	width: 215px;
	color:#630;
}

/* Component - Comment Reply */

#component_comment_login {
    width: 665px;
    background-color: #fc9;
    color: #300;
    margin: 0 0 10px 0;
}

#component_comment_login a {
    color: #dc8960;
}

div#component_comment_reply {
    padding: 5px;
	margin:10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 647px;
}

#component_comment_reply {
    float: left;
    width: 620px;
    background-color: #fc9;
    border: 1px solid #630;
    padding-bottom: 10px;
    margin: 0 auto 20px 15px;
}

#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:435px;
}

#component_comment_reply ul.notices{
	background-color: transparent;
	width:662px;
	border:0;
	border-radius:0;
}

#component_comment_reply ul.notices li {
    margin: 0;
    padding: 0;
	width: 662px;
	background-color:#630;
	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 auto 10px auto;
	float:none;
	padding:5px 10px;
	height:auto;
}

input#component_comment_submit:hover {
	color:#fff;
}

.component_comment_reply_image {
    display: block;
    clear: both;
    text-align: center;
    margin: 5px auto;
}

/* Component - Latest Comments */

#component_latestcomments {
    background-color: white;
	background-repeat: no-repeat;
	width: 243px;
	margin-top: 0px;
    color: #300;
	margin-top: 10px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#component_latestcomments a {
    color: #c30;
}

#component_latestcomments a:hover{
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

#component_latestcomments .author a {
    color: #c30;
    text-decoration: underline;
}

#component_latestcomments .author a:hover {
    color: #000;
    text-decoration: underline;
}

.component_latestcomments_comment .author, .date {
    text-align: left;
}

.component_latestcomments_comment {
    border-bottom: 1px dotted #000;
}

/* Component - Comment */

.component_comment {
	/*width: 667px;*/
    background-color: #fc9;
    border: 1px solid #630;
    color: #300;
    margin: 0 10px 10px 10px;
    padding: 5px 10px;
}

.component_comment a {
    color: #dc8960;
}

.component_comment a:hover {
    color: #300;
    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: 243px;
	margin-top: 0px;
    color: #300;
	margin-top: 10px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}

#component_history a {
    color: #dc8960;
}

#component_history a:hover {
    color: #300;
}

.component_history_item {
    border-bottom: 1px dotted #300;
}

.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: 243px;
	margin-top: 0px;
    color: #300;
	margin-top: 10px;
	border: 1px solid #300;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}

#component_categories a {
    color: #dc8960;
}

#component_categories a:hover {
    color: #300;
}

.component_categories_category {
    border-bottom: 1px dotted #300;
}

.component_categories_category:last-child{
    border-bottom: 0;
}
/* Posts */

#posts .post{
	margin-top:5px;	
}

#posts {
    width: 680px;
    margin: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 5px;
	padding-bottom:10px;
	border: 2px solid #630;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#posts h2 {
    padding: 5px 5px 10px 90px;
	background: url('/views/skins/107/images/post-date-bg.gif') repeat-y top left #fc9;
	overflow: hidden;
	word-wrap: break-word;
	border: 2px solid #630;	
	border-radius:20px;
	-webkit-border-radius:20px;
    -moz-border-radius:20px;
	}

#posts h2 a {
    text-decoration: none;
    font-weight: bold;
    color: #300;
}

#posts h2 a:hover {
    color: #dc8960;
    text-decoration: none;
}

.post {
	position: relative;
    overflow: hidden;
	color: #300;
	background-color: transparent;
	width: 670px;
	word-wrap: break-word;
    margin:0 5px 10px 5px;
	padding:0px 0 10p;
}

.post a {
    font-weight: normal;
    text-decoration: underline;
    color: #DC8960;
}

.post a:hover {
    color: #300;

}

.post #tweet {
    margin-left: 5px;
	right: 0px;
	top: 0px;
	text-align:left;
}

.post .post_poll {
    background-color: #fc9;
    border: 1px solid #630;
	border-radius:10px;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
    color: #300;
	padding:10px;
}

.component_poll_total {
	position: static;
	width: 470px;
}

.post .component_poll_question {
    background-color: #fc9;
    color: #300;
    border-bottom: 0;
}

.component_poll_result_bar {
    background-color: #630;
}

.post .post_options {
    width: 340px;
	text-align:right;
	padding:5px 0 0 0;
}

.indent_level_0 {
	width: 640px;
	_width: 635px;
}

.indent_level_1 {
    margin-left: 30px;
	width: 620px;
	_width: 595px;
}

.indent_level_2 {
    margin-left: 50px;
	width: 600px;
	_width: 555px;
}
.indent_level_3 {
    margin-left: 70px;
	width: 580px;
	_width: 515px;
}
.indent_level_4 {
    margin-left: 90px;
	width: 560px;
	_width: 495px;
}

/* Component - Thread */

#post_component_thread {
    width: 655px;
	margin-top:15px;
	margin-bottom: 5px;
	margin-left:5px;
    background-color: #fc9;
    border: 2px solid #630;
    color: #300;
    top: 0;
	border-radius:10px;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#post_component_thread h2 {
    color: #300;
	border:0;
    border-bottom: 1px dotted #300;
	background-image: none;
	border-radius:0;
	-webkit-border-radius:0;
    -moz-border-radius:0;
	margin:5px;
}
  
#post_component_thread li {
    list-style: none;
}
 
li#post_component_thread_first {
    float: left;
    display: block;
    font-weight: bold;
    color: #300;
    background-image: url('/views/skins/107/images/btn_ar.png');
} 

#post_component_thread a {
    color: #630;
    text-decoration: underline;
}

#post_component_thread a:hover {
    color: #300;
}

.post-date{
    position: absolute;
    text-align: center;
    width: 70px;
    top: 5px;
    left: 3px;
	font-weight:bold;
	padding:5px 0px;
	float:left;
	background-color:#630;
	color:#fc9;
	border-radius:15px;
	-webkit-border-radius:15px;
    -moz-border-radius:15px;
}

.post-date-month{
	display:inline;
}

.post-date-day{
	display:inline;
}

.post-header{
	margin:0;
}

.post-header ul{
	text-align:left;
	margin:0;
	width:330px;
	float:left;
	padding:5px 0 0 0;
	font-size: 11px;
}

.post-header h2{
	margin:0;
}

.post-header ul li{
	display:inline;
	margin:0;
}

/* Component - Bloguru Friends */

#buddyblogs {
    width: 646px;
    margin: 5px;
	margin-top:5px;
    padding: 0px 10px 10px 10px ;
    overflow: auto;
    background-color: #fc9;
    border: 2px solid #630;
    color: #300;
	border-radius:10px;
	-webkit-border-radius:10px;
    -moz-border-radius: 10px;
}


#buddyblogs h2 {
    padding:0;
    float: none;
	color: #300;
	border:0;
    border-bottom: 1px dotted #300;
	background-image: none;	
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	margin:5px 0;
}

#buddyblogs a {
    font-weight: normal;
    color: #dc8960;
}

#buddyblogs a:hover {
    color: #300;
    text-decoration: underline;
}

#buddyblogs li {
    background: url('/views/skins/107/images/btn_ar.png') no-repeat scroll left center transparent;
}

/* Search Query */

#search_query  {
    width: 675px;
    background-color: #630;
    border: 0;
    margin: 10px 5px;
    color: #fc9;
    padding: 10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;
}

#component_comment_reply ul.error {
    background-color: transparent;
    width: 690px;
    color: #300;
}

/* Footer */

#footer {
    color: #300;
	background-position:bottom;
	background-repeat: no-repeat;
	border:none;
	text-align:left;
	padding:10px;
	width:940px;
}

#footer a {
    color: #300;
}

/* Paginator */

#component_paginator {
    color: #300;
	font-size:14px;
}

#component_paginator a {
    color: #dc8960;
}

#component_paginator a:hover, .component_comment_userInfo a:hover{
    color: #300;
}

#component_introduction_by a{
	color:#dc8960;	
}

#component_introduction_by a:hover{
	color:#300;
}

#component_introduction_statement a {
	color: #DC8960;
}

.mobile_bloguru{
	color:#630;
}
.fb-share-button {
    margin-top: 6px;
}