/*
Theme Name: Article Directory
Theme URI: http://articlesss.com/article-directory-wordpress-theme/
Description: Special theme for using with <a href="http://articlesss.com/article-directory-wordpress-plugin/">Article Directory plugin</a>.
Version: 1.7.1
Author: Dimox
Author URI: http://dimox.net/
--------------------------------
Для русскоязычных пользователей:
--------------------------------
Страница темы: http://dimox.name/wordpress-theme-article-directory/
Описание: Специальная тема, подготовленная для использования вместе с одноименным плагином <a href="http://dimox.name/wordpress-plugin-article-directory/">Article Directory</a>.
Сайт автора: http://dimox.name/
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font: 9px/18px Verdana, Arial, Tahoma, sans-serif;
	color: #666;
	background: #F4F4F4 url(i/-bg.gif);
}
a {
	text-decoration: none;
	outline: none;
	color: #669900;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F3F3F3;
	border-left: 6px solid #ddd;
	border-right: 6px dotted #f7f7f7;
	font-style: italic;
	color: #555;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.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 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}
.wp-caption {
	border: 1px solid #c0c0c0;
	text-align: center;
	font: 10px "Trebuchet MS", Arial, Sans-Serif ;
    font-style: italic;
	color: #666699;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
th {
  text-align: left;
  background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	padding: 0 0px 0px;
	background: #f7f7f7;
	border: solid 1px #c0c0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

/* Шапка _____________________________________________________________________*/
header {
	height: 147px;
	margin-bottom: 10px;
	position: relative;
	border: px solid #cc0000;
}

#logo{
    position: relative;
	top: 15px;
	left: 10px;
	width: 444px;
	height: 103px;
	float: top left;
	background: url('i/logo.gif') no-repeat left;
	border: 0px solid #cc0000;
}

#nav {
	position: absolute;
	top: 105px;
	left: -1px;
	width: 980px;
    height: 31px;
	line-height: 31px;
	background: #F4F4F4;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
}

#nav li {
	float: left;
	display: inline;
	list-style: none;
	font-size: 13px;
	margin: -1px 0 0 0;

	
}

#nav ul li	{list-style: circle;}
	
#nav li a {
	font-size: 12px;
	color: #666699;
    padding: 8px 10px 0px 10px;
	margin: 0px 5px -10px 10px;
    }

#nav li a:hover {
    color: #669933;
    text-decoration: none;

   }
    
#nav .current_page_item a {
	color: #669933;

    background: #F7F7F7;
   	border-bottom: solid 1px #c0c0c0;
	border-top: solid px #c0c0c0;
	border-left:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	position: inherit;
    z-index: 1;

	}
/* End Top Line Nav */

/* Search*/
#search_form {
	position: absolute;
	top: 109px;
	right: 0px;
	z-index: 100;
}

#search_form  input{
    font: 11px Verdana, Arial, Tahoma, sans-serif;
	float: left;
}

.poisk{
	width: 175px;
	padding: 4px 7px 5px;
	margin-right: 3px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	background: #f7f7f7;
}

.poisk:focus {
    border: 1px solid #999;
	color: #000;
}

#search_form input.go {
	background: #669933;
	border: 0;
	padding: 0 6px 1px;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS"; 
	overflow: visible;
	height: 24px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search_form input.go::-moz-focus-inner{border:0}
#search_form input.go:hover {background: #666699;}

/* End Search*/

/* Content
-----------------------------------------------------------------------------*/
section {
	width: 958px;
	background: url(i/sbar_bg.gif) 550px 0 repeat-y;
	margin: 10px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #c0c0c0;
}



#lmenu{background-image: url(../images/lmenu-bg.gif);background-repeat: repeat-y;background-position: center;margin-bottom: -30px;}
#lmenu_items{background:url(../images/lmenu-bg-top.gif) no-repeat center top;padding-top: 14px;}
#lmenu_items_bot{background:url(../images/lmenu-bot.gif) no-repeat center bottom; padding-bottom: 14px;}


* html section {height: 1%;}
section:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#crumbs {
	margin: 0 0 0px;
	padding: 0px 0 0px;
    border-bottom: px solid #ddd;
	font: 10px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-style: italic;
}

#crumbs  a{color: #666699;}


#content {
	width: 540px;
	float: left;
	margin-top: 0px;
	padding: 0 0 20px 0;
	overflow: hidden;
}
#content .post {
	margin: 0 0 45px;
}
#content h2 {
	font: 15px/1 "Trebuchet MS", Arial, Sans-Serif ;
	color: #669933;
	padding:10px 0 6px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0px #fff;
    font-weight: bold;
}

#content h2  a, h3  a{
	color: #669933;
	font-weight: bold;
}



#content h2  a:hover, h3  a:hover{
   color: #666699;
   text-decoration: none
   }

#content h3, h4 {
	font: 14px/1 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 5px 0;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #ddd;
	text-shadow: 1px 1px 0px #ffffff;
	color: #888;
	font-weight: bold;
}

.pmeta {
	font: 11px "Trebuchet MS", Arial, Sans-Serif ;
    font-style: italic;
	line-height: 16px;
	margin: -14px 0 18px;
	color: #777;
}
.pmeta a,
.ptags a {
	color: #666699;
	text-decoration: none;
}
.pmeta a:hover,
.ptags a:hover {
	text-decoration: underline;
}
.entry {
border: px solid #cc0000;
text-align: justify;
}
.entry a{
color: #336699;
font-style: italic;
}

.entry img.alignleft,
.entry img.alignright,
.entry img.aligncenter {
	border: 3px solid #EEE;
	padding: 1px;
}

.ptags {
	font: 11px "Trebuchet MS", Arial, Sans-Serif ;
    font-style: italic;
	color: #999;
	overflow: hidden;
	height: 1%;
}
.comments {
	float: right;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/dot.gif) repeat-x;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 3px;
  border-bottom: 1px solid #EEE;
 }
 
.post ul li {
	
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

.other {
	margin: 20px 0;
}
.other ul,
#recent,
#childCats {
	padding: 4px 4px 4px 8px;
	margin: 10px 0 10px 0;
}
.other li,
#recent li,
#childCats li {
	border-bottom: 1px solid #eee;
	margin: 0px 0 0px 10px;
}
.other li a,
#recent li a,
#childCats li a {
    list-style: circle;

	color: #777;
	padding: 0px 4px 0px 0px;

}
#childCats {
	margin: -18px 0 20px;
}
#childCats li ul {
	border-top: 1px solid #EEE;
	margin: 4px 0 -5px 12px;
}

#order {
	text-align: right;
	margin: 20px 0 10px;
}
#order select {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	vertical-align: middle;
}

.commentlist {
	margin: 20px 0 5px;
	overflow: hidden;
}
.commentlist li {
	list-style: none;
}
.commentlist li .comment {
	margin: 0 0 28px;
}
.commentlist ul.children {
	margin: 0 0 0 18px;
}


.cdata {
	font-size: 11px;
	color: #888;
	margin: 3px 0 0 54px;
}
.cdata a {
	color: #888;
  text-decoration: none;
}
.cdata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 14px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -4px 0 0 7px;
}
.reply a {
	float: left;
	background: #F4F4F4;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 17px;
	height: 18px;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	float: right;
	margin-top: -40px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#commentform {
	padding: 0 0 15px;
}
#commentform p {
	margin: 0 0 8px;
}
#author, #email, #url, #comment {
  font: 13px Arial, Tahoma, sans-serif;
	width: 200px;
	padding: 5px 10px 6px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #777;
}
#author, #email, #url {
  margin-right: 5px;
}
#comment {
	width: 95%;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
  border: 1px solid #999;
	color: #000;
}
#submit {
	height: 30px;
	padding: 0 5px;
	background: #669933;
	color: #FFF;
	
	overflow: visible;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font: bold 13px "Trebuchet MS", Arial, Tahoma, sans-serif;

}
#submit::-moz-focus-inner{border:0}
#submit:hover {
	background: #666699;
	color: #FFF;
	border: 1px solid #fff;
}
.red {color: #F00}

.navigation {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}
.navigation a,
.navigation span {
	display: inline-block;
	width: 24px;
  text-align: center;
	padding: 2px 0 2px;
	margin: 0 2px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f4f4f4;
	border: 1px solid #ddd;
}
.navigation a:hover {
	background: #669933;
	color: #FFF;
}
.navigation span.current {
    font-weight: ;
	background: #ccc;
	color: #FFF;
	text-shadow: -1px -1px 0px #BBB;
	border: 1px solid #ddd;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 0;
}
.navigation.comm a {
	display: inline;
	background: none;
}
.navigation.comm a:hover {
	color: #AA0001;
  text-decoration: underline;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	float: right;
	width: 408px;
    font-size: 11px "Trebuchet MS", Arial, Sans-Serif;
    line-height: ;
	padding: 0px 0 0;
	border: solid px #3333ff;
	}
* html aside {height: 1%;}

aside:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

aside h3{
    font-size: 14px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	border-bottom: 1px solid #ddd;
	text-shadow: 1px 2px 1px #fff;
	margin: 0 0 5px;
	padding: 0 0 6px;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
}

aside ul {
	overflow: hidden;
	height: 1%;
	margin: 10px 5px 0px 7px;
	padding: 0px 0 0px 0;
	border: px solid #cccc00;
}

aside li {
	list-style: none;
    margin-top: 0px 0 0px 0;
	padding: 0;
	
}


#left_sidebar {
	float: left;
	width: 226px;
	background-color: #f4f4f4;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	
}

#left_sidebar  a{color: #666699;}

#left_sidebar h3{color: #666699;}

#right_sidebar {
	float: left;
	width: 178px;
	font-size: 11px;
	color: #666699;
	border: px solid #3333ff;
}

#right_sidebar h3{color: #669933;}

#right_sidebar  a{color: #999; font-weight: normal;}

#right_sidebar ul{
   border: px solid #cc0000;
   padding: 0 0 10px 7px;
   margin: 11px 0 0 0;
}

#right_sidebar  li{
   border: px solid #cc0000;
   padding: 5px 0 5px 0;
   margin: 0 0 0 0;
}

.section {
	margin: 0 0 30px;
}
/* End Sidebars*/


aside h4 {
	font: 16px/1 "Trebuchet MS", Arial, Sans-Serif;
	margin: 13px 0 12px;
}

#recentArticles .pmeta {
	margin: -6px 0 10px;
  line-height: 16px;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	padding: 0px 10px;
	font-size: 11px;
	font-family: 'trebuchet ms', verdana, 'Lucida Grande', arial, sans-serif;
	color: #808080;
	background: #;
	border: solid px #3333ff;
	text-align:left;
	width: 958px;
	height: 60px;
}


footer ul{
width:25%;
position:relative;
float:left;
}

footer li{
list-style: none;
}

footer  a{color: #666699;}

footer  a:hover{color: #669933;}

#statist {
    width: 272px;
    height: 31px;
	position: inherit;
	bottom: 48px;
	float: bottom;
	margin: 5px auto;
}


/* RSS
-----------------------------------------------------------------------------*/

#rss {

  background: url(i/rss.png) no-repeat;
	padding: 0 0 0 21px;
	color: #808080;
  text-decoration: none;
}
#rss:hover {
	color: #669933;
	text-decoration: underline;
}

/* Возврат наверх или на главную */

#iakor a {
font-size: 12px;
}

#back_to_top{
    position: relative;
    top: 20px;
	left: 0px;
	background: url('i/back_to_top.gif') no-repeat left;
	}


#back_to_top a:hover{text-decoration: none;}

/* Многостраничное сообщение */
#wp_link_pages{
font-size: 12px;
font-weight: bold;
height: 30px;
margin-top: 10px;
padding: 0 4px 0 4px;

}

#wp_link_pages a{
padding: 1px 4px 1px 4px;
text-decoration: none;
font-weight: normal;
border: solid 1px #c0c0c0;
}

#wp_link_pages a:hover{
border: solid 1px #cc0000;
padding: 0 4px 0 4px;
}

/* Страница справочника */


#spravka a{color: #777; }

#spravka ol {
	margin: -4px 0 18px 35px;
	border-bottom: 1px dashed #ccc;
	
}
#spravka ul {
	margin: -4px 0 18px 18px;
	border-bottom: 1px dashed #ccc;
	
}
#spravka li {
	padding: 3px 0 3px;
   
 }
 
#spravka ul li {
	padding: 3px 0 4px 12px;
}
#spravka li ul {
	margin: 4px 0 -5px;
    }
	
#spravka li ol {
	margin: 4px 0 -5px 18px;
    
}

/*Графика sidebar*/

#novcat{
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	margin-bottom: 5px;
	float: top left;
	background: url('i/novcat.gif') no-repeat left;
	border-bottom: 1px dashed #ccccff;
}

#novnav{
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	margin-bottom: 5px;
	float: top left;
	background: url('i/novnav.gif') no-repeat left;
	border-bottom: 1px dashed #ccccff;
}

#novmed{
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	margin-bottom: 5px;
	float: top left;
	background: url('i/novmed.gif') no-repeat left;
	border-bottom: 1px dashed #ccc;
}

#novcom{
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	margin-bottom: 5px;
	float: top left;
	background: url('i/novcom.gif') no-repeat left;
	border-bottom: 1px dashed #ccc;
}

/*Предыдущая-след запись*/
#pre_next {margin: 10px 0 0 0;}

/*Вывод подстраниц page*/
#bot_page_nav  a{
color: #666;
font: px "Trebuchet MS", Arial, Sans-Serif ;
padding: 0 0 3px 5px;
border-left: 3px solid #ddd;
font-style: ;
}

#bot_page_nav  li{margin: 5px 0 5px 0;}

/*Site Map*/
#map h3{
margin: 0px 0px 10px 0;
padding: 10px 0 5px 0;
text-align: center;
}
#map a{
   color: #777; 
}

#map li{
   margin: 0 0px 0 20px;
   font-size:10px;
}

/* Почтовая рассылка Subscribe */
#subscribe{ 
	width: 100%;
	margin: auto;
}

/*smart_archives*/
#smart_archives {
color: #888;
}

#smart_archives a{
color: #666699;
}

/*other_posts*/
#other_posts a{
font:  "Trebuchet MS", Arial, Sans-Serif ;
color: #888;
padding: 0 0 0 5px;

}

#other_posts li a{
border-left: 3px solid #ddd;
}

/*index*/
#index a{
color: #666699;
}

#index li{
padding: 0;
margin: 10px 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px dashed #ccc;
}
