/* general sidebar style */
.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {background: url(img/close.png) no-repeat bottom}

.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover {background: url(img/min.png) no-repeat bottom}

/* box A */
.box_a {
	margin: 10px 0 0 0;
	background: url(img/box_rp.png) repeat-y;
	overflow: hidden;
}

.box_a h2 {
	display: block;
	width: 294px;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.box_a div {
	display: block;
	padding: 0 10px 0 10px;
}

.box_a p {
	line-height: 1.3em;
	color: #707070;
	margin: 10px 0 0 0;
}

.box_a em {
	color: #76b5e2;
}

span.foot {
	display: block;
	height: 14px;
	background: url(img/box_f.png) no-repeat bottom;
}

span.foot_s {
	display: block;
	height: 14px;
	background: url(img/box_f_s.png) no-repeat bottom;
}

/* Widgets style */
.widgets h2 {
        color:#FFF;
	display: block;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgets li {
	background: url(img/box_rp.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgets li li {
	background: none;
	margin: 0 0 0 0;
}

.widgets ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgets ul {padding: 0 10px 0 10px}
.widgets form {padding: 0 10px 0 10px}

.widgets div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgets p {margin: 0 0 7px 0}
.widgets form div {padding: 0 0 0 0}
.widgets label {line-height:1.5em}
.widgets input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#76b5e2}

.widgets li#tags {text-align: center;line-height:2.0em}

/* left widget */
.widgetsl {
	float: left;
	width: 156px;
}
.widgetsr {
	float: right;
	width: 156px;
}

.widgetsl h2, .widgetsr h2 {
	display: block;
	height: 17px;
	background: url(img/box_h_s.png) no-repeat top;
	padding: 7px 0 0 11px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
color:#FFF;
}

.widgetsl li, .widgetsr li {
	background: url(img/box_rp_s.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgetsl li li, .widgetsr li li {
	background: none;
	margin: 0 0 0 0;
}
.widgetsr li li a {
	background: url(../../images/arrow.gif) no-repeat;
	padding-left: 22px;
}

.widgetsl ul li, .widgetsr ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgetsl ul, .widgetsr ul {padding: 0 10px 0 10px}
.widgetsl form, .widgetsr form {padding: 0 10px 0 10px}

.widgetsl div, .widgetsr div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgetsl p, .widgetsr p {margin: 0 0 7px 0}
.widgetsl form div, .widgetsr form div {padding: 0 0 0 0}
.widgetsl label, .widgetsr label {line-height:1.5em}
.widgetsl input, .widgetsr input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#76b5e2}

/* The ajax tabs */
.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
	color: #76b5e2;
	font-size: 0.9em;
}

.tabs li a:hover {
	background: #eee;
	color: #76b5e2;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #76b5e2;
}

.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
}

.tabcontent li a {
	display: block;
	height: 1%;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding: 4px 10px 4px 10px;
}

.tabcontent li a:hover {
	background: #f6feff;
	color: #76b5e2;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #76b5e2;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}
/* Calendar style */
.calendar {
margin: 0 10px;
font-size: 10px;
font-family: verdana;
}
.calendar td {
border: 1px solid #888;
padding: 3px 1px;
}
.calendar td a,
.calendar td a:hover {
font-size: 10px;
font-family: verdana;
color: #76b5e2;
}

/* Subscription style */

#feedlink, #vcrdlink, #cdrlink, #inflink, #newslink, #stslink, #outlink {
	font-weight: bold;
	padding: 1px 0 5px 22px;
	background-position: left center;
}
#feedlink {
	background: url(img/ico_feed.png) no-repeat;
}
#vcrdlink {
	background: url(img/vcard_edit.png) no-repeat;
}
#cdrlink {
	background: url(img/transmit_blue.png) no-repeat;
}
#inflink {
	background: url(img/shape_move_backwards.png) no-repeat;
}
#newslink {
	background: url(img/newspaper.png) no-repeat;
}
#stslink {
	background: url(img/chart_curve.png) no-repeat;
}
#outlink {
	background: url(img/door_in.png) no-repeat;
}

#loginform {
	display: block;
	margin: 7px 0 0 0;
}

#loginform fieldset#login {
	display: inline;
	overflow: hidden;
	background: url(img/user_gray.png) no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
#loginform fieldset#password {
	display: inline;
	overflow: hidden;
	background: url(img/lock.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	display: inline;
	overflow: hidden;
}

#loginform input,
#feedform input {
	vertical-align: middle;
	display: inline;
}
#loginfield {
	background: url(img/field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #76b5e2;
	margin-left: 22px;
}
#feedemail {
	background: url(img/field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #76b5e2;
	margin-left: 22px;
}

#loginbutton,
#feedbutton {
	background: url(img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
}
#loginbutton:hover,
#feedbutton:hover {background: url(img/signup.png) no-repeat bottom}

/* Additional post/page sidebar styles */
div.autho p {margin:0;padding:0}
span.side_avatar {
	float: left;
	display: inline;
	margin-right: 10px;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

div.autho {
	padding: 10px 10px 0 10px;
}

/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

/* Various icons */
li.ico_date {
	background: url(img/ico_date.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_author {
	background: url(img/ico_eye.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_categories {
	background: url(img/ico_categories.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_author a,
li.ico_categories a {font-weight:bold}

li.ico_comments {
	background: url(img/ico_comments.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_views {
	background: url(img/ico_views.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_ratings {
	background: url(img/ico_ratings.png) no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

li.ico_print {
	background: url(img/ico_print.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}