/*
Theme Name: OSJournal.ru
Theme Style: Private
Theme URI: http://osjournal.ru/
Description: Private theme.
Author: Zhilinsky
Author URI: http://zhilinsky.ru/

Theme code and css are under copyright 2010 OSJournal.ru.

*/
body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:12px;
	background-color:#ececec;
	background-image:url(images/back_orange.jpg);
	background-repeat:repeat-x;
	height: 100%;
	color: #505050;
}
#wrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#back_top {
	float: left;
	width: 985px;
	height: 10px;
	background-image:url(images/back_top.png);
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 11px;
}
#back_bottom {
	float: left;
	width: 985px;
	height: 15px;
	background-image:url(images/back_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 11px;
	margin-bottom: 15px;
}
#header {
	float: left;
	width: 985px;
	height: 90px;
	background-image:url(images/back_center_top.png);
}

#logo {
	float: left;
	width: 400px;
	min-height: 50px;
	background-image:url(images/logo_dark_grey.png);
	background-repeat:no-repeat;
	margin-left: 25px;
	margin-top: 10px;
}
#logo h2 {
	padding-top: 55px;
	margin:0px;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
#ads {
	float: right;
	width: 468px;
	height: 60px;
	margin: 15px 30px 0px 0px;
}
#menu {
	float: left;
	width: 955px;
	height: 29px;
	margin: 0px 10px 0px 20px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
}
#search_area {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	width: 220px;
	height: 25px;
}
#search_form { /*in content */
	float: left;
	display: block;
}
#s {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 3px 3px 30px;
	width: 182px;
	height: 18px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	background-image:url(images/search_icon.png);
	background-repeat:no-repeat;
	background-position: 5px 1px;
}
#btn_search {
	width:50px;
	height:21px;
	border:none;
	background:url(images/go.png) no-repeat;
	cursor:pointer;
	margin-left: 7px;
}
#main_menu {
	float: left;
}
#main_menu ul {
	float: left;
	margin: 1px 0px 0px 8px;
	padding: 0px;
	list-style-type: none;
}
#main_menu ul li {
	float: left;
	font-size: 11px;
	color: #dee8f6;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main_menu li a {
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	color:#333333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 26px;
	line-height: 25px;
	float: left;
	padding-top: 1px;
	font-weight: bold;
	
	/*
	border: 1px solid #CCCCCC;
	*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
	margin: 0px 2px 0px 2px;
}
#main_menu li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#wrapper_inside {
	float: left;
	width: 985px;
	min-height: 200px;
	background-image:url(images/back_center.png);
}
#content {
	float: left;
	width: 985px;
	min-height: 300px;
}
#post_area {
	float:left;
	width: 634px;
	padding-top: 10px;
}
#post_area .post_message {
	margin: 0px 10px 10px 20px;
	font-size: 18px;
	font-weight: bold;
}
/* slider */
.slider {
	float:left;
	width: 584px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slider h3 {
	display: block;
	background-image:url(images/featured_header.png);
	background-repeat:no-repeat;
	height: 29px;
	margin: -5px -5px 0px -10px;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	color:#333333;
}


span.date {
background: url(images/icons/date.png) no-repeat;
padding-left: 20px;
}
span.comments{
background: url(images/icons/comments.png) no-repeat;
padding-left: 20px;
font-weight: bold;
font-size:13px;
text-decoration: underline;
}
span.category{
background: url(images/icons/folder_go.png) no-repeat;
padding-left: 20px;
}
span.editpost{
background: url(images/icons/page_edit.png) no-repeat;
padding-left: 20px;
}
span.user{
background: url(images/icons/user_gray.png) no-repeat;
padding-left: 20px;
}
span.rss-date{
font-size: 10px;
}

a {
color: #000;
}
/* post meta */
.post_box {
	float:left;
	width: 584px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post_box h3 {
	display: block;
	background-image:url(images/featured_header.png);
	background-repeat:no-repeat;
	height: 29px;
	margin: -5px -5px 0px -10px;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
/*	color:#ffffff; */
}
.post_box h3 a {
	color:#333333;
	text-decoration: none;
}
.post_box .post_title {
	display:block;
	padding-bottom: 3px;
}
.post_box h1 {
	margin:0;
	font-size:16px;
	color: #333333;
}
.post_box h1 a {
	display:block;
	color:#333333;
	text-decoration:none;
}
.post_box h1 a:hover {
	display:block;
	color: #666666;
	text-decoration:none;
}
.post_box .post_details {
	display: block;
	padding-top: 3px;
	color:#333333;
	font-size:14px;
}
.post_box .post_rating {
	display: block;
	padding-top: 3px;
	color:#666666;
	height: 25px;
}
.post_box .post_details a {
	color:#333333;
/*	font-weight: bold; */
	text-decoration:none;
}
.post_box .post_details a:hover {
	color: #666666;
	text-decoration:underline;
}
.post_box .post_content {
	display: block;
	padding-top: 3px;
	text-align:justify;
	line-height: 18px;
}
.post_box .post_content a {
	color:#333333;
	font-weight: bold;
/*	text-decoration:none; */
}
.post_box .post_content a:hover {
	color: #666666;
	text-decoration:underline;
}
.post_box .post_content a.more-link {
	float: right;
	color:#333333;
/*	text-decoration:none; */
	font-weight: bold;
	font-size: 14px;
/*	text-decoration:none; */
/*	padding-top: 5px; */
	padding-bottom: 25px;
	width: 300px;
}
.post_box .post_content a:hover.more-link {
	text-decoration:underline;
	color: #666666;
}
.post_footer2 {
	float: right;
	width: 250px;
	padding-top: 3px;
	line-height: 18px;
}
.post_footer2 a {
	float: right;
	background-image:url(images/icons/comment_add.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 16px;
	padding-left: 18px;
	color:#333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
.post_footer2 a:hover {
	text-decoration:underline;
	color: #666666;
}
.post_footer2 a.post_bookmark {
	float: left;
	background-image:url(images/icons/star.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 16px;
	padding-left: 18px;
	color:#333333;
	font-size: 11px;
	border-bottom: 1px dashed black;
	text-decoration:none;
}
.post_footer2 a:hover.post_bookmark {
	text-decoration:underline;
	color: #666666;
}
/* Image Alignment */
.post_box .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.post_box .alignleft {
	float:left;
	margin:0 10px 5px 0
}
.post_box .alignright {
	float:right;
	margin:0 0 5px 10px
}
.post_box .wp-caption {
	background:#f9f9f9;
	border:1px solid #DDD;
	border-radius:3px;
	margin: 10px 10px 10px 10px;
	padding-top:5px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post_box .wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.post_box .wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
	font-weight: bold;
}
/* post footer */
.post_footer {
	display: block;
	height: 30px;
	padding: 0px;
	background-image:url(images/post_footer.png);
	background-repeat:no-repeat;
	color: #333333;
}
.post_footer a {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
.post_footer a:hover {
	color:#666666;
	text-decoration:underline;
}
.post_footer_left {
	float:left;
	width: 415px;
	padding: 7px 7px 0px 15px;
}
.post_footer_right {
	float:right;
	width: 104px;
}
/*post info */
.post_info {
	float:left;
	width: 584px;
	margin: 0px 0px 0px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 18px;
}
.post_info a {
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
.post_info a:hover {
	color: #666666;
	text-decoration:underline;
}
/* comment */
.comment_area {
	float:left;
	width: 584px;
	margin: 10px 0px 0px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad3.gif) repeat-x top #FFFFFF;
	padding: 5px 15px 15px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 18px;
}
.comment_area a {
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
.comment_area a:hover {
	color: #666666;
	text-decoration:underline;
}
.comment_area h2 {
	float:left;
	width: 584px;
	font-weight: normal;
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.comment_box {
	float:left;
	width: 584px; 
	margin-bottom: 20px;
}
.comment_alt {
	float:left;
	width: 584px; 
	margin-bottom: 20px;
	background-color:#f9f9f9;
}
.comment_header {
	float: left;
	width: 584px; 
	font-size: 11px;
	margin-bottom: 10px;
}
.comment_details {
	float: left;
	width: 584px; 
}
.comment_avatar {
	float: left;
	width: 60px;
}
.comment_comment {
	float: right;
	width: 524px;
	font-size: 11px;
	text-align:justify;
}
/*comment form */
.comment_form {
	float:left;
	width: 535px;
}
.comment_form_left {
	float: left;
	width: 185px;
}
.comment_form_right {
	float: right;
	width: 340px;
}
.comment_form_instruction {
	float:left;
	width: 584px;
	margin-top: 2px;
	font-size: 11px;
}
.comment_form_submit {
	float: left;
	width: 535px;
	margin-top: 10px;
}
.comment_form_right textarea {
	width: 320px;
	height: 125px;
}
#name_text_box, #email_text_box, #url_text_box {
	width: 170px;
	height: 25px;
	font-size: 10px;
	padding: 0px 2px 1px 0px;
}
#text_area_box {
	width: 335px;
	height: 125px;
	padding-top: 0px;
	padding-left: 0px;
}
#author, #email, #url {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 0px 3px;
	width: 146px;
	height: 18px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
}
#comment {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 2px 3px 0px 3px;
	width: 300px;
	height: 110px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
}
.comment_form_small_font {
	font-size: 10px;
}
.comment_form_field_margin {
	margin-top: 2px;
}
#submit {
	width:87px;
	height:21px;
	float:left;
	border:none;
	background:url(images/btn_submit_comment.png) no-repeat;
	cursor:pointer;
	position:relative;
}
/*sidebar */
#sidebar {
	float: right;
	width: 344px;
}
#sidebar a {
	
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#sidebar a:hover {
	color:#666666;
	text-decoration:none;
}
#sidebar_content {
	float:left;
	width: 307px;
	margin: 10px 0 5px 5px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 200px;
}
#sidebar_content .sidebar_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#sidebar_content .sidebar_box .sidebar_meta {
	margin: 0px;
	padding: 0px 12px 5px 10px;
}
.sidebar_box .vid { /*in content */
	text-align: center;
}
.sidebar_box p { /*in content */
}
.sidebar_box h3 {
	display: block;
	background-image:url(images/sidebar_header.png);
	background-repeat:no-repeat;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 6px 15px 5px 15px;
	font-size: 13px;
	color:#333333;
}
.sidebar_box .img_ads { /*in content */
	float: left;
	text-align:center;
}
.sidebar_box .img_ads img {
	border-width: 0px;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.sidebar_box ul { /*in content */
	list-style: none;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
.sidebar_box ul li {
	padding: 0 0 1px;
	margin: 0;
	background: url(images/hdot.gif) repeat-x bottom;
}
.sidebar_box ul li a {
	display: block;
	padding: 5px 5px 5px 25px;
/*	background: url(images/icons/newspaper.png) no-repeat left; */
}
.sidebar_box ul li a:hover, ul.box_links li a:active, ul.box_links li a:focus {
/*	background: url(images/icons/newspaper_go.png) no-repeat left; */
}


.sidebar_meta a {
background: url(images/icons/newspaper_16.png) no-repeat left;
}


a.zero  {
	background: url(images/icons/newspaper_16.png) no-repeat left;
}
a.zero:hover  {
	background: url(images/icons/newspaper_go.png) no-repeat left;
}


a.windows  {
	background: url(images/icons/windows_16.png) no-repeat left;
}
a.windows:hover  {
	background: url(images/icons/windows_go.png) no-repeat left;
}

a.google  {
	background: url(images/icons/google_16.png) no-repeat left;
}
a.google:hover  {
	background: url(images/icons/google_go.png) no-repeat left;
}

a.meego  {
	background: url(images/icons/meego_16.png) no-repeat left;
}
a.meego:hover  {
	background: url(images/icons/meego_go.png) no-repeat left;
}

a.apple  {
	background: url(images/icons/apple_16.png) no-repeat left;
}
a.apple:hover  {
	background: url(images/icons/apple_go.png) no-repeat left;
}

a.linux  {
	background: url(images/icons/linux_16.png) no-repeat left;
}
a.linux:hover  {
	background: url(images/icons/linux_go.png) no-repeat left;
}
.sidebar_box .rss_box { /*in content */
	display: block;
	background-image:url(images/rss_icon.png);
	background-repeat:no-repeat;
	padding-left: 40px;
	height: 40px;
}
.sidebar_box #rss_form { /*in content */
	float: left;
	display: block;
}
#rss_form #email_rss {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 3px 3px 30px;
	width: 182px;
	height: 18px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	background-image:url(images/email.png);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}
#rss_form #subscribe_email_btn {
	width:50px;
	height:21px;
	border:none;
	background:url(images/go.png) no-repeat;
	cursor:pointer;
	margin-left: 7px;
}
/* footer */
#footer {
	padding: 7px 4px 7px 3px;
	margin: 0px;
	position: relative;
	float: left;
	width: 978px;
	min-height: 20px;
	background-image:url(images/back_center.png);
	background-repeat:repeat-y;
}
#footer_content {
	float:left;
	width: 935px;
	margin: 0px 19px 0px 17px;
	padding: 7px 0px 20px 7px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 200px;
}
#footer_content a {
	
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#footer_content a:hover {
	color:#666666;
	text-decoration:none;
}
#footer_content .sidebar_box {
	float:left;
	width: 560px;
}
#footer_content .sidebar_box .sidebar_meta {
	margin: 0px;
	padding: 0px 12px 5px 10px;
}
#footer_content h3 {
	display: block;
	background-image:url(images/sidebar_header.png);
	background-repeat:no-repeat;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 6px 15px 5px 15px;
	font-size: 13px;
	color: #333333;
}
#footer_content ul {
	padding: 0px 0px 0px 3px;
	margin: 0px;
	list-style: none;
}
#footer_content ul li {
	padding: 0 0 1px;
	margin: 0;
	background: url(images/hdot.gif) repeat-x bottom;
}
#footer_content ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	background: url(images/icon-pages_green.gif) no-repeat left;
}
#footer_content ul li a:hover, #footer_content ul li a:active, #footer_content ul li a:focus {
	background: url(images/icon-pages_green.gif) no-repeat left;
}
#footer_credit {
	float:left;
	width: 935px;
	margin: 10px 19px 0px 17px;
	padding: 7px 0px 0px 7px;
	text-align: center;
	font-size: 11px;
}
#footer_credit a {
	
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#footer_credit a:hover {
	color:#666666;
	text-decoration:none;
}
/* post navigator */
#post-navigator {
	color: #000000;
	margin: 0px 15px 0px 16px;
	padding: 10px;
	float: left;
	width: 613px;
	height: 48px;
	font-size:14px;
	display: inline;
}
#post-navigator a {
	background: #f7f7f7;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #333333;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#post-navigator a:hover {
	background: #EEEEEE;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #012353;
}
.post-navigator .alignleft {
	float: left;
	width: 98%;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.post-navigator .alignright {
	float: right;
	width: 98%;
	display: block;
	position: relative;
}
/* typhography */
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	width: 70%;
}
.download {
	background: #eaeed2 url(images/post-style/download.gif) no-repeat left 1px;
	padding: 10px 10px 10px 40px;
	clear: both;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DAE1B0;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.warning {
	background: #d5c3c3 url(images/post-style/warning.gif) no-repeat left 1px;
	padding: 10px 10px 10px 40px;
	clear: both;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #C5ABAB;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.note {
	background: #f4f3f3 url(images/post-style/note.gif) no-repeat left 1px;
	padding: 10px 10px 10px 40px;
	clear: both;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.alert {
	background: #FFE5BF url(images/post-style/alert.gif) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
	clear: both;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFCB7D;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.info {
	background: #BFE5FF url(images/post-style/info.gif) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
	clear: both;
	width: 90%; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #66C1FF;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.click {
	background: #d9e7f0 url(images/post-style/click.gif) no-repeat left 1px;
	padding: 10px 10px 10px 40px;
	clear: both;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B1CDE0;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.poxogie1 h4 {
    border-bottom:1px dotted #333333;
    font-size: 16px;
        font-weight: bold;
    color:#333333;
"Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;
text-shadow: 2px 3px 1px #ccc;
 /*   background:url(images/Ringmaster-icon.png) no-repeat left bottom; */
    margin:30px 5px 0 0px;
    padding:5px 0 7px 50px;
}



.similar .img_ads {
    float: left;
    text-align:center;
}
.similar .img_ads img {
    border-width: 0px;
    margin: 0px 5px 5px 0px;
    padding: 0px;
}
.similar ul {
    padding: 0px 12px 5px 10px;
    margin: 0;
    list-style: none;
}
.similar ul li {
    padding: 0 0 1px;
    margin: 0px;
    background: url(images/hdot.gif) repeat-x bottom;
}
.similar ul li a {
    display: block;
    padding: 5px 5px 5px 20px;
    background: url(images/icons/page.png) no-repeat left;
        color:#000;
    font-weight: normal;
    text-decoration:none;
        font-size:12px;
}
.similar ul li a:hover, ul.box_links li a:active, ul.box_links li a:focus {
    background: url(images/icons/page_attach.png) no-repeat left;
        color:#000;
    text-decoration:none;
}
* html #sidebar_content {
    width: 300px;
}
* html #sidebar {
    width: auto;
}


p.pagenavi { color: #333;}
span.current {
	border: 1px dotted #CCCCCC;
	padding: 3px;
}

ul.children {
padding-left: 15px;
}


#wpadminbar *{height:auto;width:auto;margin:0;padding:0;position:static;text-transform:none;letter-spacing:normal;line-height:1;}#wpadminbar :before,#wpadminbar :after{content:normal;}#wpadminbar a,#wpadminbar a:hover,#wpadminbar a img,#wpadminbar a img:hover{outline:none;border:none;text-decoration:none;background:none;}#wpadminbar{direction:ltr;background-color:#777;background-image:-moz-linear-gradient(bottom,#666,#7f7f7f);background-image:-webkit-gradient(linear,left bottom,left top,from(#666),to(#7f7f7f));color:#ddd;font:normal 12px/28px Arial,Helvetica,sans-serif;height:28px;position:fixed;top:0;left:0;width:100%;z-index:99999;min-width:960px;}#wpadminbar ul,#wpadminbar ul li{background:none;list-style:none;margin:0;padding:0;position:relative;z-index:99999;}#wpadminbar .quicklinks ul{text-align:left;}#wpadminbar .quicklinks ul li{float:left;}#wpadminbar .quicklinks>ul>li>a{border-right:1px solid #686868;border-left:1px solid #808080;}#wpadminbar .quicklinks>ul>li:last-child>a{border-right:none;}#wpadminbar .quicklinks>ul>li:hover>a{border-left-color:#707070;}#wpadminbar .quicklinks a,#wpadminbar .shortlink-input{color:#ddd;height:28px;text-shadow:#555 0 -1px 0;display:block;font:normal 13px/28px Arial,Helvetica,sans-serif;padding:0 .85em;margin:0;}#wpadminbar .quicklinks a>span{line-height:28px;}#wpadminbar .quicklinks .menupop ul,#wpadminbar .shortlink-input{-moz-box-shadow:0 4px 8px rgba(0,0,0,0.1);-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);background:#fff;background:rgba(255,255,255,0.97);display:none;position:absolute;border:1px solid #dfdfdf;border-top:none;float:none;}#wpadminbar .selected .shortlink-input{display:block;}#wpadminbar .quicklinks .menupop ul li{float:none;}#wpadminbar .quicklinks .menupop ul li a,#wpadminbar .shortlink-input{color:#555;text-shadow:none;white-space:nowrap;min-width:140px;}#wpadminbar .shortlink-input{width:200px;}#wpadminbar .quicklinks .menupop ul li:hover>a{color:#fff;text-shadow:#666 0 -1px 0;}#wpadminbar .quicklinks li:hover>ul,#wpadminbar .quicklinks li.hover>ul{display:block;}#wpadminbar .quicklinks .menupop li:hover>ul,#wpadminbar .quicklinks .menupop li.hover>ul{margin-left:100%;margin-top:-28px;}#wpadminbar .quicklinks li:hover,#wpadminbar .quicklinks .selected{background:#555;background:-moz-linear-gradient(bottom,#555,#3e3e3e);background:-webkit-gradient(linear,left bottom,left top,from(#555),to(#3e3e3e));}#wpadminbar .quicklinks .menupop li:hover{background:#888;background:-moz-linear-gradient(bottom,#888,#9d9d9d);background:-webkit-gradient(linear,left bottom,left top,from(#888),to(#9d9d9d));}#wpadminbar .quicklinks .menupop a>span{display:inline;background:url(../images/admin-bar-sprite.png?d=11122010) right -58px no-repeat;padding-right:.8em;}#wpadminbar .quicklinks .menupop ul li a>span{display:block;background:url(../images/admin-bar-sprite.png?d=11122010) right -29px no-repeat;padding-right:1.5em;}#wpadminbar .quicklinks a span#ab-awaiting-mod,#wpadminbar .quicklinks a span#ab-updates{background:#eee;color:#333;text-shadow:none;display:inline;padding:2px 5px;font-size:10px;font-weight:bold;-moz-border-radius:10px;-khtml-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}#wpadminbar .quicklinks a:hover span#ab-awaiting-mod,#wpadminbar .quicklinks a:hover span#ab-updates{background:#fff;color:#000;}#wpadminbar .quicklinks li#wp-admin-bar-my-account>a{border-left:none;}#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar>a{border-left:none;background:url(../images/admin-bar-sprite.png?d=11122010) top left no-repeat;}#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar>a img{display:inline;border:1px solid #999;vertical-align:middle;margin:-2px 23px 0 -5px;padding:0;background:#eee;float:none;}#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar ul{left:30px;}#wpadminbar .quicklinks .menupop li a img.blavatar{vertical-align:middle;margin:0 8px 0 0;padding:0;}#wpadminbar #adminbarsearch{float:right;height:18px;padding:3px;margin:0;}#wpadminbar #adminbarsearch .adminbar-input{width:140px;height:auto;float:left;font:12px Arial,Helvetica,sans-serif;color:#555;text-shadow:0 1px 0 #fff;border:1px solid #626262;padding:2px 3px;margin:0 3px 0 0;background:#ddd;-moz-box-shadow:inset 2px 2px 1px #cdcdcd;-webkit-box-shadow:inset 2px 2px 1px #cdcdcd;box-shadow:inset 2px 2px 1px #cdcdcd;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none;}#wpadminbar #adminbarsearch .adminbar-button{font:bold 12px Arial,Helvetica,sans-serif;color:#444;text-shadow:0 1px 0 #eee;cursor:pointer;float:left;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#cecece);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#cecece));-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:1px solid #626262;padding:2px 13px;margin:0;width:auto;height:auto;}#wpadminbar #adminbarsearch .adminbar-button:active{background:#a0a0a0;background:-moz-linear-gradient(bottom,#a0a0a0,#c1c1c1);background:-webkit-gradient(linear,left bottom,left top,from(#a0a0a0),to(#c1c1c1));-moz-box-shadow:inset 1px 1px 1px #9b9b9b;-webkit-box-shadow:inset 1px 1px 1px #9b9b9b;box-shadow:inset 1px 1px 1px #9b9b9b;}#wpadminbar #adminbarsearch .adminbar-button:hover{color:#000;}#wpadminbar #adminbarsearch .adminbar-button::-moz-focus-inner{border:none;}* html #wpadminbar{overflow:hidden;position:absolute;}* html #wpadminbar .quicklinks ul li a{float:left;}* html #wpadminbar .menupop a span{background-image:none;}
