/*
Theme Name: Article Directory
Theme URI: http://dimox.name/wordpress-theme-article-directory/
Description: Специальная тема, подготовленная для использования вместе с одноименным плагином <a href="http://dimox.name/wordpress-plugin-article-directory/">Article Directory</a>.
Version: 1.3
Author: Dimox
Author URI: http://dimox.name/
*/

@import 'categories.css';

* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body { 
/*	font: 62.5% "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #444;*/
	
	color: black; 
	background-color: white;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

a {
	color: #E60000;
	text-decoration: none;
}
a:hover {
/*	color: #AA0001; */
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 20px 0 0;}
img {border: 0;}
h2 {
	font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-top: 5px solid #EEE;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 117px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
}
#top{
	float: right;
	text-align: right;
}
#top li {
	display: inline;
}
#top a {
	color: #808080;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) center left no-repeat;
	padding: 0 0 0 12px;
	font-size: 1.2em;
}
#top .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
/*
#searchform {
	margin: 20px 0 0;
}
#searchform input {
	font: 1.1em "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
*/
#s {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
/*
#searchsubmit {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
*/

#logo {
	float: left;
	color: #808080;
	line-height: 0.85em;
	font-size: 3.3em;
	margin: 14px 0 15px;
}
#logo span {
	display: block;
	font-size: 0.38em;
	font-weight: normal;
	text-transform: uppercase;
}

#menu {
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
}
#menu li {
	font-size: 1.1em;
	display: inline;
	text-transform: uppercase;
}
#menu li a {
	margin: 0 25px 0 10px;
	color: #808080;
	font-size: 1.2em;
}
#menu li a:hover {color: #444;}
#menu li.current_page_item {
	background: url(i/arrow.gif) no-repeat center left;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 540px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}

#content h2 {
	font: normal 1.9em "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 1.2em;
}
#content h2.pagetitle {
	padding-left: 3px;
}
#content h3 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
}

#content img {
	float: left;
	border: 3px solid #eee;
	padding: 1px;
	margin: 5px 10px 5px 0;
}
#content p,
#content li {
	font-size: 1.3em;
	line-height: 1.4em;
}

#content .post {
	margin: 0 0 1.5em;
}
#content .post h2,
#content .post h3 {
	font-size: 2em;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 11px;
	padding: 0 0 7px;
	color: #787878;
}

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	font-size: 11px;
	padding: 10px 0 22px 0;
	color: #cccccc;
}

.nav a { color: #787878; text-decoration: underline; }

.navigation {
	font-size: 1.3em;
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
	font-size: 1.3em;
}
#order select {
	font: 1em "Trebuchet MS", Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul {
	margin-left: 20px;
}
#content ul.child-categories li li {
	font-size: 1em;
}
.alt {background: #F4F4F4;}

.commentlist {
	margin: 20px 0 40px 25px;
}
.commentlist li {
	padding: 8px 8px 2px;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}

#author, #email, #url, #comment /*, #submit */ {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 470px;
	height: 170px;
}
/*
#submit {
	width: 80px;
	height: 20px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
*/


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 440px;
	font-size: 1.2em;
	line-height: 1.4em;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#r-sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li a {
	background: url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}
#sidebars h2 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {
	font: normal 1.4em/1.1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}
#sidebars .post {
	margin: 0 0 2em;
}
#sidebars p {
	padding: 0;
}
#sidebars .postmetadata {
	font-size: .9em;
}

#autoriz {
	margin: 0 0 20px;
}
#autoriz label {
	display: block;
	float: left;
	width: 48px;
	padding: 0 12px;
	font-size: 1.08em;
}
#autoriz input {
	float: left;
	font: 1.08em "Trebuchet MS", Arial, Sans-Serif;
	width: 140px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 0 2px;
}
.rememberme {
	padding: 0 0 0 12px;
}
#autoriz .rememberme label {
	cursor: pointer;
	padding: 0;
	width: 120px;
	margin: 2px 0 0;
	*margin: 3px 0 0;;
}
#autoriz .rememberme input {
	width: 15px;
	padding: 0;
	border: none;
	margin: 2px 4px 0 0;
	*margin: -1px 4px 0 0 !important;
	*margin: -1px 2px 0 0;
}
#autoriz #enter {
	float: right;
	margin: 0 12px 0 0;
	border: none;
	background: #E60000;
	color: #FFF;
	width: 60px;
	height: 21px;
	cursor: pointer;
}
#autoriz p {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}
#autoriz a {
	margin: 0 7px;
}

#manage {
	margin: 0 0 20px;
}
#manage p {
	padding: 0 0 10px 5px;
	font-size: 1.08em;
	font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	background: #EEE;
}


/* ----------------------------- */
/* ANIMEZIS StyleSheet           */
/* ----------------------------- */

.az_header { background: url('images/hdr_fill.gif') repeat-x; }
.az_header_image {
	background: url('images/uran_logo.gif') no-repeat;
	background-position: 40px 25px;
}

.az_header_animezis {
	background: url('images/animezis_girl.jpg') no-repeat;
	background-position: 35px 0%;
}

.az_uran_logo_gray {
	background: url('images/uran_logo_gray.gif') no-repeat;
	background-position: 0px 22px;
}

td#body { border-right: 1px solid #eeeeee; padding-right: 40px; line-height: 18px;  }

td#body div.post h1 { font: normal 20px Arial, Tahoma; padding-top: 10px; }
td#body div.post h1 a.post_title { color: black; padding: 0 30px 5px 0; border-bottom: 1px solid #ffbc75; text-decoration: none;}
td#body div.post h1 a.post_title:hover { color: #cc2c26; text-decoration: none;}

td#body div.post h1 div#date { color: #787878; font: normal 11px Tahoma, Arial; padding: 20px 0 30px 1px; line-height: 18px; }

/* .alg_logo { background: url('images/alg_logo.gif') no-repeat; background-position: 50% 0%; } */

div.entry img { border: 1px solid #d9d9d9; padding: 5px; margin: 20px; }
div.entry {
	font: normal 16px Georgia, Tahoma, Arial;
	line-height: 25px; 
	margin-bottom: 30px;
}

div.post p.info {
	font: normal 11px Tahoma, Arial, Verdana;
	color: #787878;
	padding: 16px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 10px solid #eeeeee;
	margin-bottom: 60px;
	padding-left: 5px;
}

div.post p.info a { color: #cc2c26; font-weight: bold; text-decoration: underline; }

div.post p.info span.edit_link a { font-weight: normal; }

.footer_1 { background: url('images/footer_fill_1.gif') repeat-x; margin-top: 80px; }
.footer_2 { background: url('images/footer_fill_2.gif') repeat-x; }

.uplink { background: url('images/uplink_tab.gif') repeat-x; }


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

.footer_menu:hover { color: #cc2c26; }

h2.comments{font: bold 13px Arial; background: #CCCCCC; padding: 7px 5px; margin: 10px 0}
h2.comments-post{font: bold 13px Arial; background: #f6f4ef; color: #766850;padding: 7px 5px; width:602px;}

#commentform {margin:5px 0}
.commentlist li {border-top: 1px #E1E4EA solid;list-style:none; margin: 0; padding: 5px}
.commentlist li.alt{background:#F4F5F7}
input.textbox{width:220px; padding:4px; color: #5B4D13; margin: 0 0 5px 0; border: 1px #E7E7E2 solid;font: normal 11px Verdana, Tahoma, sans-serif}
label{position: absolute; padding: 4px; border: 1px #fff solid;font: normal 10px Verdana, Arial, Helvetica, sans-serif;width: 296px}
textarea#comment{font:11px Verdana, Arial, Serif; color: #675716; margin: 0 0 5px 0; border: 1px #b5ab99 solid; width: 600px; padding: 5px; }
/* input#submit{background: #E8D792;border: 1px #DABE4E solid; font: normal 11px Verdana; color: #5B4D13; padding: 4px}
input#submit:hover{background: #F0E4B7; border-color: #E8D68E}*/

span.login-out {padding: 4px;}
span.login-out a { color: black; }
span.login-out a:hover { color: #cc2c26; }

div.mycomment{color: #888; padding: 3px 0 3px 0;line-height: 1.5em; overflow: hidden}
div.mycomment div.com span.author{font: bold 12px Tahoma;}
div.mycomment div.com{border-bottom:1px #ddd solid; padding: 0 0 5px 0}
div.mycomment div.com small{font-size:10px}
div.mycomment div.com small a{font-size:10px; color: #888}
div.mycomment div.comment-in{color: #666; padding: 2px 0 0 0}
div.mycomment div.comment-in p{margin: 5px 0 0 0}

div#general-link-page{border-top: 1px #D9DCDF solid;padding: 7px 3px;clear:both; margin: 15px 0; overflow:hidden}
div#general-link{clear:both; overflow:hidden; margin: 15px 0}
div.right-link { float:right; }
div.right-link a { background: url(images/icon_arrow.gif) no-repeat; padding: 3px 18px 3px 4px;background-position: 100% 6px;}
div.right-link a:hover {background: url(images/icon_arrow.gif) no-repeat; background-position: 100% 6px; text-decoration: underline}
div.left-link a{background: url(images/arrow2.gif) 0 5px no-repeat;padding: 3px 4px 3px 18px}
div.left-link a:hover{background: url(images/arrow2.gif) 0 5px no-repeat; text-decoration: underline}

/** SIDEBAR **/

td#sidebar h2{font: bold 12px Tahoma, sans-serif; margin: 2px 0 2px 0; padding:4px 6px; background:#EEEFF0; color: #393F44}
td#sidebar ul{margin:0; padding:0; list-style: none}
td#sidebar ul li{margin: 1px 0 0 0; padding:0; }
td#sidebar ul li a{ padding: 6px 20px; display:block; background: #f6f4ef; color: #766850; margin: 1px 0 0 0; width: 210px; text-decoration: underline; line-height: 18px; }
td#sidebar ul li a:hover{color:#cc2c26;}
td#sidebar ul li.current-cat a{ font-weight: bold; color: black; text-decoration: none;}
td#sidebar p, td#sidebar form{padding:4px 6px; margin:0}


.sb_tab_hdr { background: #616161 url('images/sb_tab_fill.gif') repeat-x; }
.sb_tab_lt  { background: url('images/sb_rnd_lt.gif') no-repeat; background-position: 0% 0%; }
.sb_tab_rt  { background: url('images/sb_rnd_rt.gif') no-repeat; background-position: 100% 0%; }

.sb_tab_title { color: white; font-weight: bold; }

div.search {
	background-color: #f6f4ef;
	margin: 0px;
	padding: 10px 20px;
	color: #766850;
	font-size: 12px;
}


/* *** MENU *** */

/* div#menu-center{width: 768px; margin:0 auto} */
/* div#menu{background: #838B96 url(images/bg-menu.gif) no-repeat; border-top: 4px #BBC0C6 solid; height: 36px; width: 100%} */
/* div#menu ul{margin:0; padding:9px} */
div#az_menu ul li {display: inline; background: #ffd466 url('images/menutab.gif') repeat-x; padding: 8px 0; }
div#az_menu ul li.current_page_item { background: #ffd466 url('images/menutab_selected.gif') repeat-x; }

div#az_menu ul li a {
	padding: 8px 25px;
	font-weight: bold;
	color: black;
	background: url('images/menutab_end.gif') no-repeat;
	background-position: 100% 0%;
}
div#az_menu ul li a:hover { text-decoration: underline; }

div#az_menu ul li.current_page_item a {
	font-weight: bold;
	color: #cc2c26;
	text-decoration: underline;
	background: url('images/menutab_selected_end.gif') no-repeat;
	background-position: 100% 0%;
}
div#az_menu ul li.current_page_item a:hover { text-decoration: underline; }

div#az_menu small{color:#000; float:right; padding: 11px 11px 0 0;font: normal 11px Verdana}

a.redRef { color: #2759AD; text-decoration: underline; }
a.redRef:hover { text-decoration: underline; }
