/* general sidebar style */

a {color: #146092;}

.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/close.png) no-repeat bottom}

.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover {background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/min.png) no-repeat bottom}

/* box A */
.box_a {
	margin: 10px 0 0 0;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/box_rp.png) repeat-y;
	overflow: hidden;
}


.box_a a {color: #146092;}
.box_a a:active, a:visited, a:selected {color: #146092;}

.box_a h2 {
	display: block;
	width: 294px;
	height: 17px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
	color: #b80000;
}

.box_a div {
	/*display: block;*/
	padding: 0 10px 0 10px;
}

.box_a p {
	line-height: 1.3em;
	color: #555;
	margin: 10px 0 0 0;
}

.box_a em {
	color: #555;
}

span.foot {
	display: block;
	height: 14px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/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 a, .widgetsl a, .widgetsr a {line-height: 1.4em; color: #146092}

.widgets a:active, a:visited, a:selected {line-height: 1.4em; color: #146092}
.widgetsl a:active, a:visited, a:selected {line-height: 1.4em; color: #146092}
.widgetsr a:active, a:visited, a:selected {line-height: 1.4em; color: #146092}


.widgets h2 {
	display: block;
	height: 17px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
	color: #b80000;
}

.widgets li {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/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;
	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:#b80000}

/* left widget */
.widgets li, .widgetsl li, .widgetsr li {
	zoom: 1;
}

.widgetsl {
	float: left;
	width: 156px;
}
.widgetsr {
	float: right;
	width: 156px;
}

.widgetsl h2, .widgetsr h2 {
	display: block;
	height: 17px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/box_h_s.png) no-repeat top;
	padding: 7px 0 0 11px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
	color: #b80000;
}

.widgetsl li, .widgetsr li {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/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;
}

.widgetsl ul li, .widgetsr ul li {
	padding: 3px 0 3px 0;
	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:#b80000}

/* 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: #555;
	font-size: 0.9em;
}

.tabs li a:hover {
	background: #eee;
	color: #333;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #b80000;
}

.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;
	color: #146092;
}

.tabcontent li a:hover {
	background: #f6feff;
	color: #146092;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #555;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}

/* Subscription style */
#feedlink {
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_feed.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	display: inline;
	overflow: hidden;
}

#feedform input {
	vertical-align: middle;
	display: inline;
}

#feedemail {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin: 0 0 0 22px;
}

#feedbutton {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
}
#feedbutton:hover {background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/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: 0 10px 1px 0;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

div.autho {
	padding: 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_categories {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_categories.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_categories a {font-weight:bold}

li.ico_comments {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_comments.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_views {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_views.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_ratings {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_ratings.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_print {
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/ico_print.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}