/*
Theme Name: ArticleDir
Description: Markup by Dimox. Cloned by NC
Author: Dimox
*/

* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {display: block}
body {
	font: 15px/21px Arial, Tahoma, Verdana, sans-serif;
  background: #FFFCEE url(i/bg.gif);
	color: #333;
}
html {overflow-y:scroll;}
a {
	color: #0067E6;
	outline: none;
}
a:hover {
	color: #F60;
}
p {margin: 0 0 20px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {
	margin: 0 0 20px 20px;
	padding: 1px 12px;
	background: #FFF6CD;
	border-left: 3px solid #FFE57F;
}
blockquote p {
	padding: 9px 0;
	margin: 0;
}
code {
	border: solid #FFE57F;
	border-width: 1px 0;
	background: #FFF6CD;
	padding: 0 0 1px;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 15px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 15px}
dt {color: #0067E6}
dd {
	margin: 0 0 20px;
	padding: 0 0 2px 25px;
  background: url(i/dot.gif) 0 100% repeat-x;
}
dt span:hover {color: #F60}
.red {color: #F00}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFF;
  border-left: 1px solid #FFE57F;
  border-right: 1px solid #FFE57F;
}


/* Header
-----------------------------------------------------------------------------*/
header {
	height: 168px;
	position: relative;
  border-bottom: 15px solid #FFF;
}

#logo {
	position: absolute;
	top: 28px;
	left: 0px;
	font: bold 36px/1 Cambria, Georgia, "Times New Roman", Times;
	text-decoration: none;
	color: #444;
	text-shadow: 1px 1px 1px #FFF, 3px 3px 0 #FFDD55;
	background: url(i/logo.jpg) no-repeat;
	padding: 0 0 10px 95px;
}
#logo span {
	display: block;
  font: 13px/1 Arial, Tahoma, sans-serif;
  font-weight: normal;
	padding: 8px 0 0;
	color: #808080;
	text-shadow: none;
}

nav {
	position: absolute;
	top: 81px;
	right: 14px;
	height: 35px;
	line-height: 35px;
  font-size: 15px;
z-index: 999;
}
nav li {
	float: left;
	list-style: none;

}
nav a {
	float: left;
	padding: 0 0 0 15px;
	height: 35px;
	cursor: pointer;
}
nav a span {
	float: left;
	height: 35px;
	padding: 0 15px 0 0;
  text-decoration: underline;
}
nav .current_page_item a {
  font-weight: bold;
	color: #333;
  text-decoration: none;
  background: #F5F9FF url(i/nav.gif) no-repeat;
}
nav .current_page_item a span {
  background: url(i/nav.gif) 100% 0 no-repeat;
  text-decoration: none;
}

#search {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	padding: 15px 0 0;
	overflow: hidden;
  background: #E0EDFF url(i/search.gif) no-repeat;
}
#search input {
  font: 12px Arial, Tahoma, sans-serif;
	float: left;
}
#search input.search {
	width: 400px;
	padding: 5px 8px;
	border: 1px solid #A8CDFF;
	margin: 0 0 0 434px;
	color: #777;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#search input.search:focus {
  border: 1px solid #66A6FF;
	color: #333;
}
#search input.go {
	cursor: pointer;
	border: none;
	width: 80px;
	height: 26px;
	background: #EFF6FF url(i/go.gif) no-repeat;
	margin: 0 0 0 4px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 10px;
}
#search input.go:hover {
	color: #3C6FB5;
}

#adv {
	position: absolute;
	top: 10px;
	right: 0;
}

#welcome {
	position: absolute;
	top: 122px;
	left: 31px;
  font-size: 12px;
  line-height: 20px;
	text-shadow: 1px 1px 0 #F2F7FF
}

#recommend {
  font-size: 13px;
	margin: -3px 0 12px;
  text-align: center;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h2 {
	height: 38px;
	font: 21px/36px Cambria, Georgia, "Times New Roman", Times;
	padding: 0 10px 0 30px;
	margin: 0 0 15px;
  background: #FFF6CD url(i/caption.gif) 0 -76px no-repeat;
	text-shadow: 1px 1px 0 #FFF, 2px 2px 0 #FFDD55;
}
h2.caption2 {background-position: 0 -114px}
h2.caption3 {background-position: 0 100%}
.single h2 {
	margin: 0 0 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
h2.title {
  font-weight: normal;
}
h2.list {
	margin: 0 0 25px;
}
#content {
	float: left;
	width: 650px;
}
#crumbs {
  font-size: 13px;
	margin: -5px 0 20px;
	padding: 0 0 10px;
  background: url(i/dot.gif) 0 100% repeat-x;
}
#crumbs .current {
  font-weight: bold;
}
#content h3 {
  font-size: 15px;
	margin: 0 0 10px;
}
#content .post h3 {
	margin: 0;
}
#content .entry h2,
#content .entry h3,
#content .entry h4 {
	height: auto;
	padding: 0 0 11px;
	margin: 30px 0 22px;
  background: url(i/dot.gif) 0 100% repeat-x;
	font: 21px/1 Cambria, Georgia, "Times New Roman", Times;
	text-shadow: 1px 1px 1px #FFF, 2px 2px 0 #FFDD55;
}

#content .entry h3 {font-size: 21px}
#content .entry h4 {font-size: 18px}
#content .entry p {text-align: justify}

ul.column {
	float: left;
	width: 310px;
	padding: 0 30px 0 0;
}
#categories {
	width: 680px;
	margin: 0 -30px 0 0;
	overflow: hidden;
}
#categories li {
	list-style: none;
	padding: 0 0 12px;
}
#categories div {
  font-size: 17px;
  background: url(i/folder.gif) 0 3px no-repeat;
	padding: 0 0 5px 32px;
}
#categories div a {
  font-weight: bold;
}
#categories li ul {
  background: url(i/child.gif) 7px 3px no-repeat;
	padding: 0 0 0 32px;
}
#categories li li {
	padding: 0;
	display: inline;
  font-size: 12px;
	color: #404040;
}
#categories li li a {
	color: #808080;
}
#categories li li a:hover {
	color: #404040;
}

#childCats {
  font-size: 13px;
	margin: 0 0 25px;
	padding: 0 0 23px;
 // background: url(i/dot.gif) 0 100% repeat-x;
}
#childCats ul {
	width: 100%;
	overflow: hidden;
}
#childCats li {
	float: left;
	width: 40%;
	list-style: none;
  background: url(i/icons.gif) 0 -35px no-repeat;
	padding: 0 0 0 19px;
}

#aboutAuthor {
	margin: 0 0 5px;
	overflow: hidden;
	height: 1%;
  font-size: 13px;
}
#aboutAuthor .avatar {
	margin: 4px 10px 18px 0;
}
.aboutAuthor {
	overflow: hidden;
	height: 1%;
}
.post #aboutAuthor {
	background: #F0F6FF;
  border: 1px solid #A8CDFF;
	margin: 20px 0 0;
	padding: 5px 10px 6px;
}
.post #aboutAuthor .avatar {
	margin: 4px 10px 4px 0;
  border: 1px solid #A8CDFF;
}
.post #aboutAuthor p {
	margin: 0 0 10px;
}

#order {
	float: right;
	margin: 0 0 19px;
  font-size: 13px;
}
#order select {
  font: 13px Arial, Tahoma, sans-serif;
	vertical-align: middle;
}

#searchResults {
	float: left;
  font-size: 13px;
	margin: 0 0 19px;
}

#mbtb { /* adbrite */
	margin: -2px 0 20px;
	padding: 0 0 20px;
  background: url(i/dot.gif) 0 100% repeat-x;
}

.post {
  font-size: 13px;
  background: url(i/dot.gif) 0 100% repeat-x;
	padding: 0 0 10px;
	margin: 0 0 8px;
}
.single {
  font-size: 15px;
	padding: 0 0 5px;
	margin: 0 0 24px;
	background: none;
}
.meta {
  font-size: 13px;
  font-weight: normal;
	color: #808080;
}
.single .meta {
  margin-top: -8px;
}
.pauthor a {
  background: url(i/icons.gif) 0 1px no-repeat;
	padding: 0 0 0 18px;
}
.pcat a {
  background: url(i/icons.gif) 0 -36px no-repeat;
	padding: 0 0 0 19px;
}
.pdate {
	color: #66BB00;
	padding: 1px 0 0;
  font-size: 13px;
}
.single .pdate {
	margin: 0 0 20px;
	padding: 0 0 10px;
  background: url(i/dot.gif) 0 100% repeat-x;
}
.post p {
	margin: 0;
}
.single p {
	margin: 0 0 18px;
}
.post ul,
.post ol {
	margin: 0 0 10px 30px;
}
.post li {
	padding: 0 0 10px;
}
.post li ul, .post li ol {
	margin: 10px 0 0;
}
.post li li {
	margin-left: 18px;
}
.post li p {
	margin: 10px 0 0;
}

#recent {
	width: 100%;
	overflow: hidden;
}
#recent .post {
	float: left;
	width: 465px;
	clear: both;
}
#recent .even {
	float: right;
	clear: none;
}

.download {
	border: 1px solid #B2D2FF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #F0F6FF;
	padding: 5px 10px 1px;
	margin: 15px 0 25px;
}
.download:hover {
	border: 1px solid #FFBF95;
	background: #FFF3EA;
}
#content .download h4 {
  font-size: 21px;
	line-height: 49px;
	padding: 0 0 0 60px;
	margin: 0;
	background: url(i/download.png) 0 1px no-repeat;
	text-shadow: none;
}
.download p {
	background: #DCEBFF;
	padding: 5px 15px 3px;
	margin: 8px -9px 0;
}
.download:hover p {
	background: #FFE2CA;
}
iframe1 {
	border: none;
	padding: 0 0 0 50px;
	margin: 0 0 -2px;
	width: 560px;
	height: 78px;
	background: url(i/download.png) 0 17px no-repeat;
	overflow: hidden;
}

a.donate {
	display: inline-block;
	width: 92px;
	height: 26px;
  background: url(i/donate.gif) no-repeat;
  text-indent: -9999px;
}

#history {
  border: 1px solid #DDD;
	height: 300px;
	overflow: auto;
	padding: 7px 12px;
	margin: 0 0 20px;
}

.commentlist {margin: -10px 0 25px;}
.commentlist li {
	list-style: none;
}
.commentlist ul.children li {
	padding: 0 0 0 20px;
}
.comment {
  background: url(i/dot.gif) 0 100% repeat-x;
	padding: 15px 0 1px;
	margin: 4px 0;
}
.bypostauthor {
  border: 1px solid #A6D869;
	padding: 19px 17px 5px;
	background: none;
}
.count {
	float: right;
	padding: 0 7px;
	background: #E8FFCC;
	text-shadow: 1px 1px 0px #FFF;
}
.subscribed {
	float: right;
	color: #AAA;
	padding: 0 10px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #DDD;
	padding: 2px;
	margin: -2px 7px 0 0;
	background: #FFF;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-size: 13px;
	color: #66BB00;
	margin: 0 0 18px;
}
.commentmetadata a {
	text-decoration: none;
	color: #66BB00;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: 0px 0 10px;
	font-size: 13px;
}
li #respond {
	padding: 0 0 0 20px;
}
#respond h2 {
	margin-top: 20px;
	position: relative;
}
#respond h2 div {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 38px;
  background: url(i/caption.gif) 100% -38px no-repeat;
}
#cancel-comment-reply {
	margin: 0 0 15px;
}
#cancel-comment-reply a {
	color: #F00;
}
#cancel-comment-reply a:hover {
	color: #F60;
}

#commentform {
	margin: 0 0 40px;
}
#commentform p {
	margin: 0 0 10px;
}
#author, #email, #url, #comment, #submit {
  font: 14px Arial, Tahoma, sans-serif;
	padding: 5px 8px;
	width: 190px;
	border: 1px solid #A8CDFF;
	color: #777;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	-moz-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#author, #email, #url {
  margin-right: 4px;
}
#author:focus, #email:focus, #url:focus, #comment:focus {
	color: #333;
  border: 1px solid #66A6FF;
}
#comment {
	width: 97%;
	height: 130px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
  line-height: 20px;
}
#submit {
	width: 80px;
	height: 26px;
	padding: 0;
	border: none;
  background: #EFF6FF url(i/go.gif) no-repeat;
	cursor: pointer;
	color: #333;
  font: bold 14px Arial, Tahoma, sans-serif;
}
#submit:hover {
	color: #3C6FB5;
}

.navigation {
width: 100%;
height: 30px;
padding: 8px 0 0;
overflow: hidden;
font-size: 13px;
background: #FFF6CA url(i/caption.gif) no-repeat;
text-align: center;
margin: 20px 0 0;
}

#home .navigation {
  background: #FFF6CA url(i/caption.gif) 0 -38px no-repeat;
	margin: 13px 0 0;
}
.navigation a,
.navigation span {
	color: #808080;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 25px;
	background: #FFF;
	margin: 0 2px;
	border: 1px solid #FFE57F;
  text-decoration: none;
}
.navigation a:hover,
.navigation.comm a:hover {
	color: #F60;
}
.navigation span.current {
  font-weight: bold;
	color: #FFF;
	background: #FF9F00;
}
.navigation.comm {
	background: none;
	padding: 0;
	margin: 0;
	color: #333;
}
.comm a,
.comm span {
	border: none;
  text-decoration: underline;
	color: #0067E6;
	margin: 0;
}
.comm span {
  text-decoration: none;
}
.comm span.current {
	background: none;
	color: #F60;
  border: 1px solid #FFC69F;
}
.comm span.pages {
	border: none;
	display: inline;
	color: #333;
}


/* Left
-----------------------------------------------------------------------------*/
aside {
	float: right;
	width: 280px;
	position: relative;
}
#authorization,
#management {
  background: url(i/authorization.gif) no-repeat;
	margin: 0 0 20px;
	height: 1%;
}
#authorization form,
.management {
  background: url(i/authorization.gif) 100% 100% no-repeat;
	padding: 10px;
  font-size: 13px;
}
#authorization h3 {
  font-size: 15px;
	margin: 0 0 7px;
}
#authorization .form {
	background: #FFF4CC;
	margin: -2px -9px 10px;
	padding: 10px 9px 4px;
  border-bottom: 1px solid #FC0;
}
#authorization .row {
	width: 100%;
	overflow: hidden;
	padding: 0 0 6px;
}
#authorization label {
	float: left;
	width: 75px;
	padding: 3px 0 0;
}
#login,
#pass {
	float: left;
  font: 12px Arial, Tahoma, sans-serif;
  border: 1px solid #FC0;
	background: #FFF;
	width: 169px;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #777;
}
#login:focus,
#pass:focus {
	color: #333;
}
#remember label {
	float: right;
  font-size: 11px;
	width: 103px;
	cursor: pointer;
	padding: 5px 0 0;
}
#remember input {
	margin: 0 5px 0 0;
}
input#enter {
	float: right;
	width: 80px;
	height: 26px;
  background: #FFF9E3 url(i/enter.gif) no-repeat;
  border: none;
	margin: 0;
  font: bold 10px Arial, Tahoma, sans-serif;
  letter-spacing: 1px;
	cursor: pointer;
}
input#enter:hover {
	color: #B99400;
}
#authorization .links {
	list-style: none;
	padding: 0 0 3px;
}
#reg {
background: url(i/icons.gif) 0 -67px no-repeat;
padding:0 0 0 22px;
}

#lost {
background: url(i/icons.gif) 0 -104px no-repeat;
padding:0 0 0 22px;
}

.section {
  font-size: 13px;
	margin: 0 0 20px;
}
.section ul {
	width: 100%;
	overflow: hidden;
}
#management ul {
	margin: 17px 0 0;
}
.section li {
	list-style: none;
  background: url(i/dot.gif) repeat-x;
	padding: 3px 0 4px 5px;
  margin-top: -1px;
}
#archive li {
	float: left;
	width: 135px;
}
.section li a {
  background: url(i/arrow.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
}
.section li#i1 a {
  background: url(i/add.png) 1px 2px no-repeat;
	padding: 0 0 0 23px;
}
.section li#i2 a {
  background: url(i/profile.png) 1px 2px no-repeat;
	padding: 0 0 1px 23px;
}
.section li#i3 a {
  background: url(i/logout.png) 1px 2px no-repeat;
	padding: 0 0 0 23px;
}
.section li#i1 a:hover,
.section li#i2 a:hover,
.section li#i3 a:hover {
	background-position: 1px -24px;
}

ul.tabs {
	height: 32px;
	line-height: 32px;
  border-bottom: 1px solid #66BB00;
	margin: 0 0 10px;
}
.tabs li {
	float: left;
	background: none;
	color: #0067E6;
	cursor: pointer;
  padding: 0 0 0 12px;
	margin: 0;
	height: 32px;
}
.tabs li:hover {
	color: #F60;
}
.tabs li div {
	float: left;
	height: 32px;
  padding: 0 12px 0 0;
}
.tabs li span {
  text-decoration: underline;
}
.tabs li.current {
  background: #80C600 url(i/tab.gif) no-repeat;
	color: #FFF;
  font-weight: bold;
}
.tabs li.current div {
  background: url(i/tab.gif) 100% 0 no-repeat;
}
.tabs li.current span {
  text-decoration: none;
}
.box {
	display: none;
}
.box.visible {
	display: block;
}

.adv {
  text-align: center;
	margin: 0 0 20px;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
  border-top: 3px solid #EEE;
	margin: 20px 0 0;
	padding: 12px 0 10px;
  font-size: 13px;
	position: relative;
	height: 1%;
}
#bnav {
	float: right;
}
#counter {
	float: right;
	opacity: 0.5;
	padding: 5px 0 0 13px;
}
#counter:hover {
	opacity: 1;
}


/* Author Panel
-----------------------------------------------------------------------------*/
#authorNav {
	width: 100%;
	overflow: hidden;
	margin: -4px 0 25px;
	padding: 0 0 13px;
  background: url(i/dot.gif) 0 100% repeat-x;
}
#authorNav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 2px 20px 2px 22px;
  border-left: 1px solid #EEE;
  margin-left: -11px;
  line-height: 12px;
	background: url(i/arrow.gif) 10px 6px no-repeat;
}
#authorNav li a {
  font-weight: normal;
}
#authorNav li.current a {
	color: #333;
  font-weight: bold;
}
#authorNav li.current a:hover {
	color: #F60;
}

.success,
.error,
#publishTerms,
.attention {
	background: #DFFAD3 url(i/ico_success.png) 3px 60% no-repeat;
  border: 1px solid #72CB67;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 12px 9px 42px;
	margin: 25px 0;
}
.error {
	background: #FFEBE8 url(i/ico_error.png) 3px 60% no-repeat;
  border: 1px solid #C00;
}

table.form-table {
  border: 1px solid #CCE6FF;
	margin: 25px 0 15px;
	border-collapse: collapse;
}
table.form-table th {
  text-align: left;
  padding: 10px;
	vertical-align: top;
	background: #F7FBFF;
	border: none;
  border-right: 1px solid #EAF4FF;
  border-bottom: 1px solid #EAF4FF;
	white-space: nowrap;
}
table.form-table td {
  padding: 10px;
	vertical-align: top;
	background: #F7FBFF;
	border: none;
  border-bottom: 1px solid #EAF4FF;
}
table.form-table input,
table.form-table textarea {
  border: 1px solid #A8CDFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	-moz-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	background: #FFF;
	padding: 5px 6px 6px;
  margin-right: 5px;
  font: 14px Arial, Tahoma, sans-serif;
	color: #777;
	width: 96%;
}
table.form-table input:focus,
table.form-table textarea:focus {
  border: 1px solid #66A6FF;
	color: #333;
}
table.form-table input.disabled {
	background: #EAF4FF;
}
.description {
  font-style: italic;
  font-weight: normal;
	color: #666;
}
#cats .description,
#tags .description {
	margin: 0 0 5px;
}
#password th,
#password td {
  border-bottom: none;
}
#pass2 {
	margin: 10px 0 0;
}
#pass-strength-result {
	border: 1px solid #A8CDFF;
	background: #EAF4FF;
	padding: 5px 6px;
	margin: 10px 0;
  font-weight: bold;
	width: 96%;
  text-align: center;
}
#pass-strength-result.bad {
	background: #FFB78C;
	border-color: #FF853C;
}
#pass-strength-result.good {
	background: #FFEC8B;
	border-color: #FC0;
}
#pass-strength-result.short {
	background: #FFA0A0;
	border-color: #f04040;
}
#pass-strength-result.strong {
	background: #C3FF88;
	border-color: #8DFF1C;
}
#updateProfile #submit {
	width: 135px;
	margin: 0;
	background-image: url(i/go2.gif);
}

#publishTerms,
.attention {
  border: 1px solid #D3C200;
	background: #FFFAC6 url(i/ico_attention.png) 3px 55% no-repeat;
	margin: 3px 0 25px;
	padding: 11px 12px 12px 42px;
}
#publishTerms ul,
#publishTerms ol {
	margin: 0 0 0 25px;
}

#post_title,
#post_content,
#cats,
#tags,
#tags select {
	margin: 0 0 15px;
}


#post_title input {
width: 627px;
border: 1px solid #cccccc;
padding: 5px 10px 6px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
/*
-webkit-box-shadow: 1px 1px 2px #ddd;
-moz-box-shadow: 1px 1px 2px #ddd;
box-shadow: 1px 1px 2px #ddd;
*/
font: 14px arial, tahoma, sans-serif;
color: #777;
background: #fff;
}


#post_content textarea,
#newtags input {
width: 627px;
border: 1px solid #A8CDFF;
padding: 5px 10px 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 1px 1px 2px #DDD;
-moz-box-shadow: 1px 1px 2px #DDD;
box-shadow: 1px 1px 2px #DDD;
font: 14px Arial, Tahoma, sans-serif;
color: #777;
background: #FFF;
}

#post_content textarea:focus,
#newtags input:focus {
  border: 1px solid #66A6FF;
	color: #333;
}
#articleSubmit label {
	display: block;
	padding: 0 0 3px;
  font-weight: bold;
}
#cats select,
#tags select {
  border: 1px solid #A8CDFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	-moz-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
  font: 14px Arial, Tahoma, sans-serif;
}
#articleSubmit #submit {
	width: 80px;
	height: 26px;
}
.zerosize{
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	overflow: hidden;
}
#editor-toolbar {
	overflow: hidden;
	padding: 0 10px 1px 0;
	margin: 0 0 -1px;
}
#edButtonPreview, #edButtonHTML {
  border: 1px solid #CCC;
  border-width: 1px 1px 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	float: right;
	height: 18px;
	margin: 0 0 0 5px;
	padding: 3px 8px;
	background: #F1F1F1;
	color: #999;
  text-decoration: none;
	cursor: pointer;
}
#edButtonPreview.active, #edButtonHTML.active {
	color: #333;
	background: #E9E9E9;
  margin-bottom: -1px;
  padding-bottom: 4px;
}
#post_tbl {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#post_tbl .mceToolbar {
	background: #E9E9E9;
	padding: 2px 1px 1px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#post_tbl .mceToolbar a {
	color: #B2B2B2;
}
#post_tbl .mceIframeContainer {
  border-top: 1px solid #CCC;
}
#post_tbl .mceStatusbar {
  border-top: 1px solid #CCC;
	background: #E9E9E9;
	padding: 0 0 0 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#post_tbl .mceStatusbar a {
	color: #333;
}
#post_path_row {
	width: 510px;
	overflow: hidden;
}
.wp_themeSkin {
	background: #FFF;
}
#ed_toolbar {
	clear: both;
	background: #E9E9E9;
	padding: 4px 4px 0;
  border: 1px solid #CCC;
  border-bottom-width: 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#ed_toolbar input {
  border: 1px solid #C3C3C3;
  margin: 0 4px 4px 0;
	padding: 2px 5px 3px;
	font: 12px "Lucida Grande", "Verdana", "Arial", "Bitstream Vera Sans", sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F1F1F1;
	cursor: pointer;
	color: #464646;
	min-width: 24px;
}
#ed_toolbar input:hover {
  border: 1px solid #AAA;
	background: #DDD;
	color: #000;
}
input#ed_strong {font-weight: bold}
input#ed_em {font-style: italic}
input#ed_link {color: #00F !important}
input#ed_spell,
input#ed_del,
input#ed_ins,
input#ed_more {display: none}


/* jQuery Comment Preview
-----------------------------------------------------------------------------*/
#jquery-comment-wrap {width: 653px}
.commentlist li #jquery-comment-wrap {width: 631px}
.commentlist li li #jquery-comment-wrap {width: 611px}
.commentlist li li li #jquery-comment-wrap {width: 590px}
.commentlist li li li li #jquery-comment-wrap {width: 570px}
.commentlist li li li li li #jquery-comment-wrap {width: 549px}
.commentlist li li li li li li #jquery-comment-wrap {width: 528px}
.commentlist li li li li li li li #jquery-comment-wrap {width: 508px}
.commentlist li li li li li li li li #jquery-comment-wrap {width: 487px}
.commentlist li li li li li li li li li #jquery-comment-wrap {width: 467px}
#jquery-comment-preview {
	width: 639px;
	height: 23px;
	position: relative;
	background: #E0EDFF url(i/search.gif) 50% -1px repeat-x;
	padding: 5px;
	border: solid #A8CDFF;
	border-width: 1px 1px 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	-moz-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
.commentlist li #jquery-comment-preview {width: 618px}
.commentlist li li #jquery-comment-preview {width: 598px}
.commentlist li li li #jquery-comment-preview {width: 578px}
.commentlist li li li li #jquery-comment-preview {width: 558px}
.commentlist li li li li li #jquery-comment-preview {width: 538px}
.commentlist li li li li li li #jquery-comment-preview {width: 518px}
.commentlist li li li li li li li #jquery-comment-preview {width: 498px}
.commentlist li li li li li li li li #jquery-comment-preview {width: 478px}
.commentlist li li li li li li li li li #jquery-comment-preview {width: 458px}
#comment_preview {
	width: 639px;
	border: 1px solid #A8CDFF;
	padding: 5px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	-moz-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
.commentlist li #comment_preview {width: 618px}
.commentlist li li #comment_preview {width: 598px}
.commentlist li li li li #comment_preview {width: 558px}
.commentlist li li li li #comment_preview {width: 558px}
.commentlist li li li li li li #comment_preview {width: 518px}
.commentlist li li li li li li li #comment_preview {width: 498px}
.commentlist li li li li li li li li #comment_preview {width: 478px}
.commentlist li li li li li li li li li #comment_preview {width: 458px}
ol#comment-preview {
	margin: 0;
	padding: 7px 12px;
	list-style: none;
	background: #FFF;
}
#textarea_clone {
	height: 0;
	overflow: hidden;
}
#preview-tab {
	float: right;
	height: 21px;
	padding: 0 6px;
	font: 12px/20px Verdana, Arial, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #F2F8FF;
  border: 1px solid #A8CDFF;
	cursor: pointer;
}

/* HTML editor
-----------------------------------------------------------------------------*/
#html-editor a {
	float: left;
	overflow: visible;
	min-width: 12px;
	height: 21px;
	margin-right: 4px;
	padding: 0 6px;
	background: #F2F8FF;
  border: 1px solid #A8CDFF;
	color: #444;
	font: 12px/20px Verdana, Arial, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  text-align: center;
	cursor: pointer;
  text-decoration: none;
	outline: none;
}
a#ed_strong {font-weight: bold}
a#ed_em {font-style: italic}
a#ed_a {
	color: #00F;
  text-decoration: underline;
}
#html-editor a:hover,
#preview-tab:hover {
	border-color: #66A6FF;
	background: #D9E8FF;
}
#html-editor a:active,
#preview-tab:active {
	position: relative;
	top: 1px;
	left: 1px;
}
#html-editor a b {display: none}

#childCats ul {
    overflow: hidden;
    width: 100%;
}

.hrCat {
background: url(i/dot.gif) 0 100% repeat-x;
border: 0; border-bottom: 1px dashed #eee;
}
