/*
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.5
Author: Dimox
Author URI: http://dimox.name/
*/

@import 'categories.css';

* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body { 
	font: 12px/17px Verdana, Helvetica, serif;
	color: #000; 
/* background:#1E1E4D; */
background:#FFF;
}


a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 10px 0 0; font: bold italic 40px Georgia, "Times New Roman", Times, serif}
img {border: 0;}
h2 {
	font: normal 16px "Verdana", Sans-Serif;
	margin: 0 0 12px; 	font-weight: lighter;
}
blockquote {
	margin: 0;
	border-left: 3px solid #E60000;
	background:#ccc;
	padding: 0 30px;
}
* html blockquote {height: 1%;}
blockquote p {
	margin: 0;
}

#wrapper {
	width: 990px;
	margin: 5px auto;
background-color:#FFF;
/* background-color:#C2C2E7; */
padding-left:10px;padding-right:10px;padding-bottom:7px;

border:solid 1px #999;
-moz-border-radius:0;
-webkit-border-radius:0;
-goog-ms-border-radius:0;
border-radius:0;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
-goog-ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 127px;
	border-bottom: 3px solid #0000FF;
	margin-bottom: 5px;
	position: relative;
}

#top-nav {
	position: absolute;
	top: 5px;
	right: 0;
	list-style: none;
}
#top-nav li {
	float: left;
}
#top-nav a {
	color: #FF0000;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
	font-size: 12px;
}
#top-nav .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#searchform {
	position: absolute;
	top: 40px;
	right: 0;
}
#searchform input,
#search input {
	font: 11px "Verdana", Sans-Serif;
	float: left;
}
#s, .search {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit, .go {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}

#logo {
	position: absolute;
	top: 20px;
	color: #000;
	line-height: 1;
	font-size: 40px;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}

#nav {
	position: absolute;font-size: 11px;
	top: 65px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
#nav li {
	font-size: 11px;
	display: inline; 	font-weight: lighter;
	text-transform: uppercase;
}
#nav li a {
	margin: 0 20px 0 10px;
	color: #000066;
}
#nav li a:hover {color: #006600;}
#nav 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;
}
#mainnews{
	width: 990px;
	border:1px solid #00BFFF;
	background:#22FFFF;
	margin-bottom: 3px;
	float: left;
	overflow: hidden;
}
#mainnews img {
	float: left;
	border: 3px solid #FF0000;
	width:65px; height:65px;
	padding: 1px;
	margin: 2px 7px 2px 7px;
}
#mainnews-title {
margin-top:10px;
font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
#mainnews-01{
	width: 320px;
	float: left;
	line-height:1.7em;
	overflow: hidden;
margin:2px 2px 2px 15px;
}
#mainnews-02{
	width: 320px;
	float: left;
	line-height:1.7em;
	overflow: hidden;
margin:2px;
}
#mainnews-03{
	width: 320px;
	float: left;
	line-height:1.7em;
	overflow: hidden;
margin:2px;
}
#content {
	width: 540px;
	float: left;
	padding: 0 10px 20px 0; line-height:1.7em;
	overflow: hidden;
}

#content h2 {
	font: normal 19px "Verdana", Sans-Serif;
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
}
#content h2.pagetitle {
	padding-left: 3px;
}
#content h3 {
	font: normal 18px "Verdana", Sans-Serif;
	padding: 1px 0 4px; color:#FF0000;
	margin-bottom: 2px;
}

#content img {
	float: left;
	background:#fff;
	padding: 1px;
	margin: 5px 10px 5px 0;
}

#content .post {
	margin: 0 0 15px;
}
#content .post h1 {
	font-size: 20px;
	margin: 25px 0 10px;
}
#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 10px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 15px;
}
.recent li {
	padding: 1px 0; font-size:11px; line-height:1.8em;
}

.other {
	margin: 0;
	/* background: url(i/smalldot.gif) repeat-x; */
	padding-top:0;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px dotted #EEE;
	padding: 4px;
}
.other .recent li a {
	/* background: #C2C2E7 url(i/arrow.gif) no-repeat center left; */
background: #FFF url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #000;
}

.nav {
	padding: 0 0 22px; 
}
.navigation {
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
}
#order select {
	font: 13px "Verdana", 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: 12px Verdana, Sans-Serif;
	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: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}



/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 440px;
	font-size: 11px;
	line-height: 1.5em;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#c-sidebar{
	float:left;
	width:430px; padding:0 10px; margin-bottom:10px;
	
}
#l-sidebar {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#r-sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 5px;
}

#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: #003300;
}
#sidebars h2 {
	font: normal 18px "Verdana", Sans-Serif;
color:#FF0000;
	padding-top:7px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {
	font: normal 17px/19px "Verdana", Sans-Serif;
	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: 12px;
}
#autoriz input {
	float: left;
	font: 12px "Verdana", Sans-Serif;
	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: #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: 12px;
	font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background: #EEE;
}


/* tambahan */

.h_mnu_01{
	width: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, serif;
	font-size: 14px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #0000FF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2E7;
	border-right-color: #FFFFFF;
	border-bottom-color: #C2C2E7;
	border-left-color: #FFFFFF
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 7px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFF00 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #008000;
}