.plugins p {
	margin: 4px;
	padding: 0;
}

.plugins .name {
	font-size: 16px;
}

.import-system {
	font-size: 16px;
}

.form-invalid {
	background-color: #FF9999 !important;
}

#uploading {
	border-style: none;
	padding: 0;
	margin-bottom: 16px;
	height: 18em;
	width: 100%;
}

form#upload th {
	text-align: right;
}

form#upload #post_content, form#upload #post_title {
	width: 250px;
}

form#upload #post_content {
	height: 50px;
}

.attpreview {
	width: 1px; /* hug */
	text-align: center;
}

.anchors {
	margin: 10px 20px 10px 20px;
}

.available-theme {
	width: 30%;
	margin: 0 1em;
	float: left;
	text-align: center;
	height: 28em;
	overflow: hidden;
}

.available-theme a.screenshot {
	width: 250px;
	height: 200px;
	display: block;
	margin: auto;
	background: #f1f1f1;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
}

.available-theme a.screenshot:hover {
/*	border: 1px solid #666;*/
}

.available-theme img {
	width: 100%;
}

.checkbox {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.code {
	font-family: "Courier New", Courier, monospace;
}

.commentlist li {
	border-bottom: 1px solid #ccc;
	padding: 1em 1em .2em;
	margin: 0;
}

.commentlist li li {
	border-bottom: 0px;
	padding: 0;
}

.commentlist p {
	padding: 0;
	margin: 0 0 .8em;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}

.post-categories li, #ed_toolbar {
	display: inline;
}

.quicktags, .search {
	background: #ccc;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.submit {
	margin: 1.5em 0 0 0;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.side-info {
	background: #fff;
	margin: 0;
	padding: 4px;
	font-size: 11px;
}

.side-info h5 {
	padding-bottom: 8px;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	margin-bottom: 6px;
}

.side-info ul {
	margin: 0;
	padding-left: 18px;
	color: #666;
	list-style: square;
}

.submit input, .button, .button-secondary {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 4px 6px;
	border: none;
	font-size: 13px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #246;
	background: #e5e5e5;
}

.button-secondary {
	background: #cee1ef;
}

.submit input:hover, .button:hover, .button-secondary:hover {
	color: #d54e21;
}

select {
	background: #fff;
	border: 1px solid #ddd;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 0;
}

.submit a {
	color: #fff;
}

.approve {
	display: none;
}

.unapproved .approve {
	display: inline;
}

.unapproved .unapprove {
	display: none;
}

.updated, .error {
	margin-left: 15px;
	padding: 0 15px;
	margin-bottom: 20px;
	margin-right: 15%;
}

.updated a, .error a {
	text-decoration: underline;
}

.updated {
	background: #ffffe0;
	border: 1px solid #e6db55;
}

.updated a {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #2583ad;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
}

.narrow {
	width: 70%;
	margin-bottom: 40px;
}

.narrow p {
	line-height: 150%;
}


table .vers {
	text-align: center;
}

textarea.all-options, input.all-options {
	width: 250px;
}

input.disabled, textarea.disabled {
	background: #ccc;
}

#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
	margin: 0 8px 0 0;
	padding: 0;
}

#titlediv, #namediv, #poststuff #namediv {
	margin-top: 10px;
}

#postdivrich {
	margin: 0;
	padding: 0;
}

#content {
	margin: 0;
	width: 100%;
}

#editorcontainer #content {
	padding: 0;
	line-height: 150%;
	border: 0 none;
}

#editorcontainer {
	padding: 6px;
}

#currenttheme img {
	float: left;
	border: 1px solid #666;
	margin-right: 1em;
	margin-bottom: 1.5em;
	width: 300px;
}

#quicktags {
	background: #cee1ef;
	padding: 0;
	border: 0 none;
}

#quicktags #ed_toolbar {
	padding: 0 2px;
}

#ed_toolbar input {
	background: #fff url( images/fade-butt.png ) repeat-x 0 -2px;
	margin: 3px 2px 2px;
}

#quicktags #ed_strong {
	font-weight: bold;
}

#quicktags #ed_link {
	color: blue;
	text-decoration: underline;
}

#quicktags #ed_del {
	text-decoration: line-through;
}

#quicktags #ed_em {
	font-style: italic;
}

#quicktags #ed_code {
	font-family: "Courier New", Courier, mono;
	margin-bottom: 3px;
}


#attachmentlinks textarea {
	width: 100%;
	height: 2.5em;
	margin-bottom: 6px;
}

#excerpt, .attachmentlinks {
	margin: 0;
	height: 4em;
	width: 100%;
}

.plugins p {
}

#login .fullwidth {
	width: 320px;
}

#searchform fieldset {
	float: left;
	margin: 0 1.5ex 1em 0;
	padding: 0;
}

#searchform fieldset legend {
	padding: 0 0 .2em 1px;
}
	
#searchform #s {
	padding: 4px 3px;
}

#searchform #post-query-submit {
	float: left;
	margin: 14px 0 1em;
	position: relative;
	top: .35em;
}

#postcustom .updatemeta, #postcustom .deletemeta {
	margin: auto;
}

#postcustom table {
	border: 1px solid #ccc;
	margin: 0;
	width: 100%;
}

#postcustom table input, #postcustom table textarea {
	width: 95%;
}

#postcustom table #addmetasub {
	width: auto;
}

#poststuff {
	margin-right: 16em;
}

#save {
	width: 15em;
}

#template div {
	margin-right: 190px;
}

* html #template div {
	margin-right: 0;
}

#template, #template div, #editcat, #addcat {
	zoom: 1;
}

.active td {
	background: #BEB;
}
.active .name {
	background: #9C9;
}
.alternate.active td {
	background: #ADA;
}
.alternate.active .name {
	background: #8B8;
}

#ajax-response {
	padding: .5em;
}

/* A handy div class for hiding controls.
Some browsers will disable them when you
set display:none; */
.zerosize {
	height: 0;
	width: 0;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
}

* html #themeselect {
	padding: 0 3px;
	height: 22px;
}

#your-profile #rich_editing {
	border: none;
	background: #fff;
}

#your-profile fieldset {
	border: 1px solid #ccc;
	float: left;
	width: 40%;
	padding: .5em 2em 1em;
	margin: 1em 1em 1em 0;
}

#your-profile fieldset input {
	width: 100%;
	font-size: 20px;
	padding: 2px;
}

#your-profile fieldset textarea {
	width: 100%;
	padding: 2px;
}

#your-profile legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

#howto {
	font-size: 11px;
	margin: 0 5px;
	display: block;
}

#ajax-response.alignleft {
	margin-left: 2em;
}


div.nav {
	background-color: #eaf3fa;
	padding: 0.7em 1em;
	margin: .7em 0;
}

.page-numbers {
	padding: 2px 4px;
	border: 1px solid #fff;
	margin-right: 3px;
	background-color: #fff;
}

a.page-numbers {
	border: 1px solid #ccc;
}

a.page-numbers:hover {
	border: 1px solid #999;
}

.page-numbers.current {
	border: 1px solid #328ab2;
	font-weight: bold;
	background-color: #328ab2;
	color: #fff;
}

p.pagenav {
	margin: 0;
	display: inline;
}

.pagenav span {
	font-weight: bold;
	margin: 0 6px;
}

.row-title {
	font-size: 12px !important;
	font-weight: bold;
}

.comment-column {
	margin-left: -5px;
}

.tablenav .dots {
	background-color: #e4f2fd;
	border-color: #e4f2fd;
}

.tablenav .next, .tablenav .prev{
	border-color: #e4f2fd;
	background-color: #e4f2fd;
	border-bottom: 1px solid #2583ad;
	padding: 0;
	color: #2583ad;
}

.tablenav .next:hover, .tablenav .prev:hover {
	color: #d54e21;
	border-color: #e4f2fd;
	border-bottom: 1px solid #d54e21;
}

.tablenav {
	background-color: #eaf3fa;
	padding: 10px 10px 8px;
	clear: both;
	margin-bottom: -10px;
}

.tablenav .tablenav-pages {
	float: right;
	height: 24px;
	padding-top: 6px;
}

#update-nag, .plugin-update {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fffeeb;
	line-height: 29px;
	font-size: 12px;
	color: #555;
	text-align: center;
} 

#update-nag a, .plugin-update a {
	font-size: 1.1em;
}
#update-nag a:link, .plugin-update a:link {
	color: #036;
}

#pass-strength-result { 
	padding: 3px 5px 3px 5px;
	margin-top: 3px;
	text-align: center; 
	background-color: #e3e3e3;
	border: 1px solid #000000;
}

#pass-strength-result.short { 
	background-color: #e3e3e3;
	border: 1px solid #000000; 
}

#pass-strength-result.bad { 
	background-color: #ffeff7;
	border: 1px solid #cc6699; 
}

#pass-strength-result.good { 
	background-color: #effff4;
	border: 1px solid #66cc87; 
}

#pass-strength-result.strong { 
	background-color: #59ef86;
	border: 1px solid #319f52;
}

a.view-comment-post-link {
	position: absolute;
	text-decoration:underline;
}

/* Admin Header */

#user_info {
	position: absolute;
	right: 15%;
	top: 11px;
	color: #ccc;
	font-size: 11px;
}

#user_info p {
	margin: 0;
	padding: 0;
}

#user_info a {
	color: #fff;
}

#user_info a:hover {
	text-decoration: underline;
}

#wphead {
	border-top: 30px solid #464646;
	background: #e4f2fd;
}

#wphead #viewsite {
	position: absolute;
	margin-top: 8px;
	margin-left: 10px;
}
#wphead #viewsite a {
	background-color: #c6d9e9;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 6px;
	display: block;
	color: #246;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#wphead #viewsite a:hover {
	color: #d54e21;
}
#wphead h1 {
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #555;
	padding: 11px 170px 16px 12px;
	margin: 0;
	margin-right: 15%;
}

/* menu stuff */

#dashmenu {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 11px;
	padding-left: 9px;
}

#dashmenu a {
	color: #999;
	padding: 5px 6px;
	line-height: 220%;
	margin-right: 8px;
}

#dashmenu a.current {
	background: #e4f2fd;
	color: #555;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;	
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#dashmenu a:hover {
	color: #fff;
}

#dashmenu a.current:hover {
	color: #555;
}

#adminmenu {
	margin: 0;
	list-style: none;
	background-color: #e4f2fd;
	border-bottom: 1px solid #c6d9e9;
	padding-left: 11px;
}

/* Because we don't want visited on these links */
#adminmenu a, #submenu a {
	color: #2583ad;
}

#adminmenu a {
	font-size: 16px;
	padding: 6px 7px;
	line-height: 195%;
}

#adminmenu a.current, #sidemenu a.current {
	background: #fff;
	color: #d54e21;
	border: 1px solid #c6d9e9;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	padding: 6px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

#adminmenu a:hover, #sidemenu a:hover {
	color: #d54e21;
}

#sidemenu {
	margin: 0 -6px 0 0;
	color: #999;
	list-style: none;
	position: absolute;
	right: 15%;
	top: 103px;
	padding-left: 10px;
	font-size:12px;
}

#sidemenu a {
	font-size: 12px;
	padding: 6px 7px;
}

#dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#submenu li {
	padding: 0 0 8px 17px;
}

#adminmenu li a #awaiting-mod {
	position: absolute;
	margin-left: -0.2em;
	font-size: 0.7em;
	background-image: url(images/comment-stalk.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 0.9em;
	width: 1em;
}

.post-com-count {
	background-image: url(images/comment-stalk.gif);
	background-repeat: no-repeat;
	background-position: -240px bottom;
	height: 0.9em;
	margin-top: 7px;
	width: 1em;
	display: block;
	position: absolute;
	color: #fff;
}

.post-com-count span {
	color: #fff;
	top: -0.7em;
	right: 0;
	position: absolute;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	padding: 0 0.6em;
	background-color: #bbb;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

strong .post-com-count {
	background-position: -160px bottom;
}

strong .post-com-count span {
	background-color: #2583ad;
}

.post-com-count:hover {
	background-position: 0 bottom;
}

.post-com-count:hover span {
	background-color: #d54e21;
}

#adminmenu li a:hover #awaiting-mod {
	background-position: -80px bottom;
}

#adminmenu li a #awaiting-mod span {
	color: #fff;
	top: -0.8em;
	right: 0;
	position: absolute;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	padding: 0 0.8em;
	background-color: #d54e21;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#adminmenu li a:hover #awaiting-mod span {
	background-color: #264761;
}

#submenu {
	margin: 0;
	list-style: none;
	padding: 7px 0 15px 0;
}

#submenu a {
	font-size: 14px;
}

#submenu a.current, #submenu a:hover {
	color: #d54e21;
}

#minisub { /* for empty submenus */
	height: 15px;
}

/* end menu stuff */

/* Admin Footer */

html, body {
	height:100%;
}
#wpwrap { 
	position: relative; 
	min-height: 100%;
}
#wpcontent{
	padding-bottom: 95px;
}
#footer {
	clear: both;
	height: 65px;
	padding: 10px 0 0 65px;
	margin: 0;
	background: #464646 url('images/logo-ghost.png') no-repeat 20px 10px;
	color: #999;
	position: relative; 
 	margin-top: -75px; 
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 5px 0;
}

/* Tables used on comment.php and option/setting pages */

.form-table {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
}

.form-table td {
	margin-bottom: 9px;
	padding: 10px;
	border-bottom: 8px solid #fff;
	line-height: 20px;
}

.form-table th {
	text-align: left;
	padding: 10px;
	border-bottom: 8px solid #fff;
}

.form-table tr {
	background: #eaf3fa;
}

/* Post Screen */

#tagchecklist {
	margin-left: 5px;
	padding-bottom: 20px;
	font-size: 12px;
}

#tagchecklist span {
	margin-right: 15px;
	display: block;
	float: left;
	font-size: 11px;
}

#tagchecklist span a {
	margin-top: 5px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: url(images/xit.gif) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
#tagchecklist span a:hover {
	background: url(images/xit.gif) no-repeat -10px 0;
}

.howto {
	font-style: italic;
	display: block;
	color: #999;
}

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

#poststuff h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#poststuff h3 {
	background: #eaf3fa;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 0 10px;
}

#poststuff fieldset {
	border: 1px solid #ccc;
	padding: 2px;
}

#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
	margin-left: 20px;
	border: 1px solid #ebebeb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
	margin-right: 8px;
}

#poststuff .inside {
	margin: 0 12px 15px;
	font-size: 11px;
}

#poststuff .inside strong {
	font-size: 14px;
}

#poststuff #title {
	font-size: 1.7em;
	padding: 4px 3px;
	width: 98%;
}

#edit-slug-box {
	margin-top: 8px;
	color: #999;
}
#edit-slug-box strong {color: #777;}
#editable-post-name {background-color: #FFFBCC;}
#editable-post-name-full {display: none;}
#editable-post-name input {width: 16em;}
#edit-slug-buttons a.save {
	background-color: #ebebeb;
	-moz-border-raduis: 5px;
	padding: 6px;
}
#edit-slug-buttons a.cancel {font-size: 80%;}

#poststuff #editor-toolbar {
	position: relative;
	height: 30px;
	margin-top: -40px;
}

#poststuff #edButtonPreview, #poststuff #edButtonHTML {
	display: block;
	height: 20px;
	padding: 5px;
	margin-right: 8px;
	float: right;
	cursor: pointer;
	color: #2583ad;
}

#poststuff #editor-toolbar .active {
	background: #cee1ef;
	color: #333;
	font-weight: bold;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

#poststuff #media-buttons {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

#poststuff #media-buttons a {
	margin-right: 8px;
}

#poststuff .togbox {
	background-color:#b2b2b2;
	background-image:url(images/toggle-arrow.gif);
	background-position:-10px 16px;
	background-repeat:no-repeat;
	display:block;
	height:39px;
	margin-left:-19px;
	margin-top:-11px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	width:12px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#poststuff .closed .inside {
	display: none;
}

#poststuff .closed h3 {
	margin: 0;
}

#poststuff .closed .togbox {
	background-color:#2583ad;
	background-image:url(images/toggle-arrow.gif);
	background-position: 4px 16px;
}

.submitbox {
	position: absolute;
	background-color: #eaf3fa;
	width: 200px;
	right: 15%;
}


.submitbox #previewview {
	background-color: #2683ae;
	padding: 15px 10px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomtop: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.submitbox #previewview a {
	background: #ebebeb;
	padding: 6px;
	font-weight: normal;
	color: #264761;
	border-bottom: none;
	font-size: 14px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.submitbox #previewview a:hover {
	color: #d54e21;
}

.submitbox .submit {
	text-align: left;
	background-color: #464646;
	color: #ccc;
	padding: 12px 10px 10px 10px;
	font-size: 11px;
}

.submitbox .submit input {
	margin-bottom: 8px;
	margin-right: 23pxpx;
	padding: 6px 4px;
}

.submitbox .submit a:hover {
	border-bottom: 1px solid #ccc;
}

/* Categories */

#categorydiv #category-adder {
	margin-left: 120px;
	padding: 4px 0;
}

#category-add input, #category-add select {
	width: 30%;
}

#category-add input#category-add-sumbit {
	width: auto;
}

#categorydiv ul#category-tabs {
	float: left;
	width: 120px;
	text-align: right;
	/* Negative margin for the sake of those without JS: all tabs display */
	margin: 0 -120px 0 0;
	padding: 0;
}

ul#category-tabs li {
	padding: 8px;
}

ul#category-tabs li.ui-tabs-selected {
	background-color: #CEE1EF;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.ui-tabs-panel {
	margin: 0 0 0 120px;
	padding: .5em .9em;
	height: 12em;
	overflow: auto;
	border: 4px solid #CEE1EF;
}

#categorydiv ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#categorydiv ul.categorychecklist ul {
	margin-left: 18px;
}

ul.categorychecklist li {
	margin: 0;
	padding: 0;
}

#linkcategorydiv #category-adder {
	margin-left: 120px;
	padding: 4px 0;
}

#linkcategorydiv ul#category-tabs {
	float: left;
	width: 120px;
	text-align: right;
	/* Negative margin for the sake of those without JS: all tabs display */
	margin: 0 -120px 0 0;
	padding: 0;
}

#linkcategorydiv ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#linkcategorydiv ul.categorychecklist ul {
	margin-left: 18px;
}

/* pasitioning etc. */
form#tags-filter {
        position: relative;
}

p#tag-search {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
}

form#posts-filter {
        position: relative;
}

p#post-search {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
}

#posts-filter fieldset {
	float: left;
	margin: 0 1.5ex 1em 0;
	padding: 0;
}

#posts-filter fieldset legend {
	padding: 0 0 .2em 1px;
}

.bordertitle {
	padding-bottom: 5px;
	border-bottom: 1px solid #dadada;
}

/* Global classes */
.wp-hidden-children .wp-hidden-child { display: none; }
.wp-no-js-hidden { display: none; }
.ui-tabs-hide { display: none; }
.form-input-tip { color: #999; }

.commentlist .avatar {
	vertical-align:text-top;
}

body.minwidth {
	min-width: 940px;
}

ul.view-switch {
	float: right;
	list-style: none;
	margin: -28px 5px 0 0;
}

ul.view-switch li {
	float: left;
	margin: 0;
	font-size: 12px;
	padding: 6px;
}

ul.view-switch li.current {
	background: #eaf3fa;
	border: none;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

ul.view-switch li.current a {
	color: #333;
}

#the-comment-list .comment a {
	color: #666;
	padding-bottom: 1px;
	border-bottom: 1px solid #ababab;
}

#the-comment-list .comment a:hover {
	color: #d54e21;
}

#the-comment-list .unapproved {
	background: #f0f0f0;
}

#the-comment-list td.comment p.comment-author {
	margin-top: 0;
	margin-left: 0 ;
}

#the-comment-list p.comment-author img {
	float: left;
	margin-right: 8px;
}

#the-comment-list p.comment-author strong a {
	color: #2583ad;
	border: none;
}

#the-comment-list td {
	vertical-align: top;
	font-size: 11px;
}

#the-comment-list td.comment {
	width: 70%;
}

#the-comment-list td.comment p {
	margin-left: 8px;
}