/*
Theme Name: Article Directory Extension
---------------------------------------

/* Categories
-----------------------------------------------------------------------------*/
#categories {
	width: 100%;
	margin: 22px -6px 22px 0;
}
* html #categories {height: 1%;}
#categories:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#categories .column {
	float: left;
	width: 150px;
	margin-right: 7px;
}
#categories li {
	list-style: none;
	line-height: 17px;
}
#categories li ul {
	margin: 2px 0 10px 10px;
	padding: 0;
}
#categories li li {
	font-size: 11px;
	background: url(i/arrow.gif) 9px 7px no-repeat;
	padding: 0 0 0 19px;
}
#categories li div {
	padding: 3px 5px;
	text-transform: uppercase;
	border: 2px solid #E9E9E9;
}
#categories li div a {
	font-weight: bold;
}
#categories li li ul {
	margin: 2px 0 2px -7px;
}
#categories li li a {
	color: #808080;
}
#categories li li a:hover {
	color: #AA0001;
}

#getArticleSource {
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
}
#getArticleCode label {
	display: block;
	padding: 0 0 3px;
  font-weight: bold;
	position: relative;
}
#getArticleCode input,
#getArticleCode textarea {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 5px 6px 6px;
  margin: 0 0 18px;
  font: 13px Arial, Tahoma, sans-serif;
	color: #777;
	width: 97%;
}
#getArticleCode input:focus,
#getArticleCode textarea:focus {
  border: 1px solid #999;
	color: #000;
}


/* Author Panel
-----------------------------------------------------------------------------*/
#authorNav {
	width: 100%;
	overflow: hidden;
	margin: -10px 0 25px;
	padding: 0 0 12px;
  border-bottom: 1px solid #EEE;
  font-size: 13px;
}
#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: #444;
  font-weight: bold;
}

.success,
.error,
#publishTerms {
	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 #DDD;
	margin: 0 0 15px;
	border-collapse: collapse;
}
table.form-table th {
  text-align: left;
  padding: 10px;
	vertical-align: top;
	background: #F9F9F9;
	border: none;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
	white-space: nowrap;
}
table.form-table td {
  padding: 10px;
	vertical-align: top;
	background: #F9F9F9;
	border: none;
  border-bottom: 1px solid #EEE;
}
table.form-table input,
table.form-table textarea {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 5px 6px 6px;
  margin-right: 5px;
  font: 13px Arial, Tahoma, sans-serif;
	color: #777;
	width: 96%;
}
table.form-table input:focus,
table.form-table textarea:focus {
  border: 1px solid #999;
	color: #000;
}
table.form-table input.disabled {
	background: #F0F0F0;
}
.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 #DDD;
	background: #EEE;
	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: auto;
	margin: 0;
}

#publishTerms {
  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;
}