/*
Theme Name: WordPress Ferolen
Theme URI: http://www.ferolen.com/
Description: The default theme of ferolen.com for Wordpress.
Version: 1.0
Author: Felix Hariyadi
Author URI: http://www.ferolen.com/
*/

body, ul {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #04617b;
	text-decoration: none;
	text-align: left;
	margin-top:20px;
	line-height:1.4;
	background:#aeadad url(images/bg-body.png) repeat-x top;
}

.clearBoth {
	clear:both;
}

h1,h2,h3,h4 {
	color:#557896;
	padding:0;
	margin:0;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

p {
	padding:0;
	margin:10px 0;
}

a img {
	border:none;
}

#page-wrapper {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:120px;	
	background:transparent url(images/bg-header.png) no-repeat top;
}

#logo {
	padding:15px 0 0 25px;
	width:400px;
	float:left;
}

#header ul li {
	display:inline;
	padding:0 10px;
}

#header #top-nav ul li + li {
	border-left:1px #999999 solid;
}

#header #top-nav ul li a {
	color:#FFFFFF;
}

#top-nav {
	width:400px;
	float:right;
	padding:20px 30px 0 0;
	text-align:right;
}

#header #site-nav ul  {
	padding-top:12px;
	padding-left:20px;
}

#header #site-nav ul li {
	padding-right:15px;
}

#header #site-nav ul li a {
	font-weight:bold;
	font-size:12px;
	color:#557896;
}

#site-nav {
	width:870px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(images/bg-menu.png) no-repeat top;
}

div#content {
	/*background:transparent url(images/bg-content.png) no-repeat top;*/
	background:transparent url(images/bg-content-repeat.png) repeat-y top;
	padding-bottom:10px;
}

div#bg-wrapper {
	padding-top:10px;
	background:transparent url(images/bg-content-top.png) no-repeat top;
	min-height:600px;
}

#main-panel {
	margin-left:25px;
	padding:20px 15px;
	padding-top:10px;
	width:600px;
	float:left;
	background-color:#f3f5fe;
	border: 1px #f3f5fe solid;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

#main-panel ul {
	padding:5px 0 10px 20px;
}

#main-panel h2 {
	font-weight:bold;
	border-bottom:1px #557896 dashed;
}

#main-panel h2 a {
	color:#557896;
	text-decoration:none;
}

#main-panel h3, #main-panel h2 {
	padding-top:10px;
}

p.postmetadata, p.postmetadata a {
	color:#999999;
}

p.buttonheading {
	float:right;
	margin:0;
	padding-right:10px;
}

p.buttonheading img {
	border:none;
}

p.articleinfo {
	font-size:10px;
	color:#999999;
}

p.articleinfo span.modifydate {
	display:block;
}

p.recaptcha-error {
	font-size:12px;
	color:#FF0000;
}

form#commentform input, form#commentform textarea {
	font-size:11px;
}

div.navigation div.alignleft {
	text-align:left;
	width:300px;
	float:left;
	border-right:1px #aaa dotted;
}
div.navigation div.alignleft a {
	display:block;
	width:290px; float:right;
}
div.navigation div.alignleft span {
	width:10px; float:left;
}
div.navigation div.alignright {
	text-align:right;
	width:299px;
	float:right;
}
div.navigation div.alignright a {
	display:block;
	width:289px; float:left;
}
div.navigation div.alignright span {
	width:10px; float:right;
}

/* Begin Comments*/
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

ol.commentlist .alt {
	margin: 0;
	padding: 10px;
	background-color:#ddddFF;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#sidebar {
	margin-right:25px;
	width:220px;
	float:right;
	color:#FFFFFF;
	font-size:11px;
}

#sidebar h2 {
	font-size:14px;
}

#sidebar a {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar ul li {
	padding-left:10px;
	margin-top:6px;
	list-style:none;
	background-repeat:no-repeat;
	font-weight:bold;
}

#sidebar ul li ul li {
	padding-left:14px;
	margin-top:3px;
	font-weight:normal;
	background-image:url(images/bullet2.gif);
}

#footer {
	background:#aeadad url(images/bg-footer.png) no-repeat top;
}

#footer div {
	color:#FFFFFF;
	font-size:11px;
	padding:25px 30px 0 30px;
}

#footer #footer-info {
	width:400px;
	float:left;
}

#footer #footer-menu {
	width:400px;
	text-align:right;
	float:right;
}

#footer-menu ul li {
	display:inline;
	padding:0 10px;
}

#footer-menu ul li + li {
	border-left:1px #999999 solid;
}

#footer-menu ul li a {
	color:#FFFFFF;
}


