@import url('categories.css');
/*
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.6.1
Author: Dimox
Author URI: http://dimox.name/
*/
*
{
	margin: 0px;
	padding: 0px;
}
BODY
{
	font: 12pt Calibri;
	color: #444;
}
A
{
	color: #0313B7;
	text-decoration: none;
}
A:hover
{
	color: #636367;
	text-decoration: underline;
}
P
{
	margin: 0px;
	padding: 10px;
}
H1
{
	margin: 20px 0 0;
}
IMG
{
	border: 0;
}
H2
{
	font: normal 16px Calibri;
	margin: 0 0 12px;
}
BLOCKQUOTE
{
	margin: 10px 0 10px 30px;
	border-left: 3px solid #0313B7;
	background: #EEE;
	padding: 5px 15px;
}
* HTML BLOCKQUOTE
{
	height: 1%;
}
BLOCKQUOTE P
{
	margin: 0;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
#wrapper
{
	width: 990px;
	margin: 0 auto;
	border-top: 5px solid #EEE;
}
/*Header
-----------------------------------------------------------------------------*/
#header
{
	height: 137px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
	position: relative;
	background-color: #849BD0;
}
#top-nav
{
	position: absolute;
	top: 20px;
	right: 30px;
	list-style: none;
}
#top-nav LI
{
	float: left;
	color: #CCC;
}
#top-nav A
{
	color: #FFFFFF;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) no-repeat 0 6px;
	padding: 0 0 0 12px;
	font-size: 18px;
}
#top-nav .current_page_item A
{
	background-image: url(i/toparrow2.gif);
}
#searchform
{
	position: absolute;
	top: 57px;
	right: 30px;
}
#searchform INPUT, #search INPUT
{
	font: 16px Calibri;
	float: left;
}
#s, .search
{
	width: 175px;
	padding: 2px 6px;
	border: 3px solid #CCC;
	margin-right: 5px;
}
#searchsubmit, .go
{
	background: #CCC;
	border: 0;
	padding: 2px 12px 2px 7px;
	color: #FFF;
	font-weight: 300 !important;
	overflow: visible;
	height: 28px;
	cursor: pointer;
}
#logo
{
	position: absolute;
	top: 11px;
	color: #FAFAFA;
	line-height: 1;
	font-size: 35px;
}
#logo SPAN
{
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}
#nav
{
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 7px 0 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 4px double #CCC;
	position: relative;
}
#nav LI
{
	font-size: 14px;
	display: inline;
	text-transform: uppercase;
}
#nav LI A
{
	margin: 0 25px 0 10px;
	color: #FFFFFF;
}
#nav LI A:hover
{
	color: #FFFFFF;
}
#nav LI.current_page_item
{
	background: url(i/arrow.gif) no-repeat center left;
}
/*Content
-----------------------------------------------------------------------------*/
#container
{
	width: 100%;
	background: url(i/dots.gif) repeat-y 550px 0;
	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 19px Calibri;
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
}
#content H2.pagetitle
{
	padding-left: 3px;
}
#content H3
{
	font: normal 17px Calibri;
	padding: 1px 0 4px;
	margin-bottom: 2px;
}
#content IMG
{
	float: left;
	border: 3px solid #EEE;
	padding: 1px;
	margin: 5px 10px 5px 0;
}
#content .post
{
	margin: 0 0 15px;
}
#content .post H2, #content .post H3
{
	font-size: 20px;
	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;
}
.entry H1
{
	font-size: 18px;
	margin: 15px 0 10px;
}
.entry H2
{
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry H3
{
	font-size: 15px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry H4
{
	font-size: 13px;
	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
{
	padding: 0 0 22px;
}
.navigation
{
	margin: 20px 0;
}
#order
{
	text-align: right;
	padding: 0 0 10px;
}
#order SELECT
{
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	width: 120px;
}
#content UL.child-categories
{
	margin: 0 0 23px 30px;
}
#content UL.child-categories UL
{
	margin-left: 20px;
}
H3#comments
{
	margin-bottom: -10px;
}
#respond H3
{
	margin: 20px 0 0;
}
OL.commentlist
{
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
OL.commentlist LI
{
	border: 1px solid #DFDFDF;
	height: 1%;
	margin: 0 0 10px;
	padding: 5px 10px 8px;
	position: relative;
}
OL.commentlist LI UL.children LI
{
	margin: 0 0 2px;
}
OL.commentlist LI.comment-author-admin
{
	border-color: #999;
}
OL.commentlist LI DIV.vcard CITE.fn
{
	font-style: normal;
	font-weight: bold;
}
OL.commentlist LI DIV.vcard IMG.avatar
{
	border: 1px solid #DDD !important;
	padding: 2px !important;
	position: absolute;
	right: 8px;
	top: 8px;
	margin: 0 !important;
}
OL.commentlist LI DIV.comment-meta
{
	font-size: 10px;
	font-weight: bold;
	color: #888;
}
OL.commentlist LI DIV.comment-meta A
{
	color: #888;
	text-decoration: none;
}
OL.commentlist LI DIV.comment-meta A:hover
{
	text-decoration: underline;
}
OL.commentlist LI DIV.reply
{
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
}
OL.commentlist LI DIV.reply A
{
	background: #F4F4F4;
	float: left;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
}
OL.commentlist LI DIV.reply A:hover
{
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
OL.commentlist LI UL.children
{
	list-style: none;
	margin: 10px 0 0;
}
#cancel-comment-reply SMALL
{
	font-size: 13px;
}
OL.commentlist LI.even
{
	background: #FFF;
}
OL.commentlist LI.odd
{
	background: #F4F4F4;
}
#commentform P
{
	padding: 8px 0 3px;
}
#author, #email, #url, #comment, #submit
{
	font: 13px Calibri;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment
{
	width: 528px;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus
{
	border-color: #999;
}
LI.depth-1 #comment
{
	width: 505px;
}
LI.depth-2 #comment
{
	width: 485px;
}
LI.depth-3 #comment
{
	width: 462px;
}
LI.depth-4 #comment
{
	width: 442px;
}
LI.depth-5 #comment
{
	width: 425px;
}
#submit
{
	width: 115px;
	height: 24px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
#submit:hover
{
	background: #0313B7;
	color: #FFF;
	border: 1px solid #0313B7;
}
/*Sidebars
-----------------------------------------------------------------------------*/
#sidebars
{
	float: left;
	width: 440px;
	font-size: 14px;
	line-height: 17px;
}
* 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 20px Calibri;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebars H3
{
	font: normal 17px/19px Calibri;
	padding: 0 0 3px;
}
#sidebars .post
{
	margin: 0 0 24px;
}
#sidebars P
{
	padding: 0;
}
#sidebars .postmetadata
{
	font-size: 11px;
}
#autoriz
{
	margin: 0 0 20px;
}
#autoriz LABEL
{
	display: block;
	float: left;
	width: 58px;
	padding: 0 12px;
	font-size: 13px;
}
#autoriz INPUT
{
	float: left;
	font: 13px Calibri;
	width: 130px;
	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: #0313B7;
	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: 13px;
	font-weight: bold;
}
/*Footer
-----------------------------------------------------------------------------*/
#footer
{
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
	background: #EEE;
}

