/*-------------------------------------------------
  Laila Skin Stylesheet
  Design by Thomas Arie Setiawan
  http://warnadunia.net/
  Ported to Nucleus CMS by moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #024BAA;
	font: small Verdana,Sans-serif;
	line-height: 1.6em;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
}

/* Links */
a:link, a:visited
{
	color: #0256C3;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
}
a:visited
{
	color: #0256C3;
}
a:active
{
	color: #0256C3;
}
a:hover
{
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	text-decoration: none;
}

/* Lists */
ul
{
	list-style: square;
	padding: 0;
	margin: 0 0 0 15px;
}
ul li
{
	margin: 4px 0 4px 0;
}

/* Miscelaneous general stuff */
code
{
	color: #CC3300;
	font: 13px 'Courier New', Courier, Arial, sans-serif;
}
pre
{
	width: 462px;
	overflow: auto;
	border: 1px solid #EAE7D6;
	padding: 3px;
}
acronym, abbr
{
	cursor: help;
	border-bottom: 1px dotted #333;
}
del
{
	background: #FFFFCC;
	color: #ccc;
}
blockquote
{
	background: url("img/bg-quote.gif") top left no-repeat;
	padding: 8px 0 0 25px;
	margin: 10px;
}
.doNotDisplay, .none, caption
{
	display: none;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
	height: 0.1px;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Page wrappers
-------------------------------------------------*/
#page-wrapper
{
	text-align: left;
	width: 750px;
	padding: 0;
	margin: auto;
}
#content-wrapper
{
	width: 750px;
	margin: 0;
	padding: 0;
	background: #FFF url(img/bg-content-green.gif) right repeat-y;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	padding: 0;
	margin: 0;
}
#header h1
{
	font: 30px Arial, Verdana, sans-serif;
	padding: 0px;
	margin: -8px;
}
#header a:link, #header a:visited
{
	color: #0E4001;
	border: none;
}
#header a:hover, #header a:active
{
	color: #CC0000;
}

/* Header main navbar */
#top_container
{
	height: 30px;
	background: #135901;
	padding: 0;
	margin: 0;
}
#top_container ul
{
	padding: 0;
	margin: 0;
}
#top_container ul li
{
	list-style-type: none;
	display: block;
	float: left;
	font: 0.9em/2.6em "Lucida Grande", verdana, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}
#top_container a
{
	display: block;
	width: 106px;
	color: #F8F2E5;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #A8B090;
	border-bottom: none;
}
#top_container li#active
{
	background: #0F4002;
	color: #fff;
	border-bottom: none;
}
#top_container a:hover
{
	background: #1D8B01;
	color: #fff;
	border-bottom: none;
}

/* Header links */
.top_links {
	background: #F3F3E9;
	font-size: 0.8em;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}
.top_links p {
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#main
{
	width: 500px;
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff;
}

div#main ol  {
	margin:0px auto -24px 0px;
}
div#main ol li {
	margin:-12px auto -2px 8px;
}

#main img {
	margin-top:12px;
}

/* The image at the top of the main column */
.bar-head
{
	height: 170px;
	background: url("img/bg-header-green.jpg") top left no-repeat;
	padding: 0;
	margin: 0 0 15px 0;
}

.content-header
{
	padding: 0;
	margin: 15px;
}
.content-header h2
{
	color: #0256C3;
	font: bold 1em Verdana, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0;
}
.content-title
{
	padding: 0;
	margin: 0;
}
.content-title h3
{
	color: #0E4001;
	font: 1.6em Arial, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0 0 8px 0;
}
.content-title h3 a
{
	color: #0E4001;
	border: none;
}
.content-title h3 a:hover
{
	color: #FF0000;
	border: none;
}
.content-title h3 span.sml {
	font-size:0.8em;
}
.content
{
	padding: 0;
	margin: 20px 15px 40px 15px;
}
.readmore
{
	text-align: right;
}
.entry-info
{
	font-size: 0.8em;
	text-align: right;
	line-height: 16px;
	padding: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
	clear:both;
}
.entry-info p
{
	padding: 0;
	margin: 0;
	line-height:160%;
}
.entry .imgupload
{
	float: left;
	border: none;
	border: 1px solid #333;
	margin: 20px 10px 0 0;
}

/* navigation at the bottom of the content */
.navi-pages
{
	background: #DEEDA0;
	font-size: 0.9em;
	text-align: right;
	padding: 10px;
	margin: 15px;
}
.navi-pages p
{
	padding: 0;
	margin: 0;
}
/* Top content message box */
.message-box
{
	background: #DEEDA0;
	font-size: 1em;
	padding: 10px;
	margin: 15px;
}
/* comments */
table#postcomment tr td
{
	font: 11px Verdana, Arial, sans-serif;
}
table#postcomment tr td p
{
	margin: 4px 0 4px 0;
}
#comments, #comments-post, #trackbacks
{
	font-size: 0.9em;
	line-height: 17px;
	padding: 0;
	margin: 20px 15px 10px 15px;
}
#comments h4, #comments-post h4, #trackbacks h4
{
	color: #0E4001;
	font: bold 1em Verdana, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}
.comment-item, .trackbacks-item
{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f3f3f3;
	margin: 5px 0 20px 0;
}
.comment-text p, .comment-info p, .trackbacks-text p, .trackbacks-info p
{
	padding: 0;
	margin: 0 0 8px 0;
}
.comment-info, .trackbacks-info
{
	font-size: 0.8em;
	text-align: right;
}

/*-------------------------------------------------
  Side bar
-------------------------------------------------*/
#sidebar
{
	width: 240px;
	float: right;
	font-size: 0.9em;
	line-height: 140%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.sidebar-wrapper
{
	margin: 10px;
}
#sidebar .box-1
{
	margin: 0 0 30px 0;
}
#sidebar h4
{
	color: #0E4001;
	font: bold 1.1em Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0 0 8px 0;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #DEEDA0;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
.footer-i
{
	padding: 10px;
	margin: 0px;
}
.footer-i p
{
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
textarea.text, input.formfield
{
	font: 0.9em Verdana, Arial, sans-serif;
}
input.formfield
{
	width: 150px;
	margin-right: 10px;
}
input.formbutton
{
	background: #0F4002;
	color: #fff;
	font: 0.9em Verdana, Arial, sans-serif;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
.trackbacks-text h5
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	color: #993300;
	padding: 0;
	margin: 0;
}



/* Leftbox and Rightbox toolbar buttons */
.box {
	margin: 3px;
	padding: 3px;
	font-size: larger;
}

.leftbox, .rightbox {
	margin: 3px 3px 12px 3px;
	padding: 3px;
/*	font-size: larger; */
	font-size:0.8em;
	line-height:130%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
	margin-left:-2px;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
	text-align:right;
}

#main div.leftbox img {
	margin-top:0px;
}
#main div.rightbox img {
	margin-top:0px;
}
.fullwidthpic {
	float: left;
	margin-left:-7px;
	border-right:none;
	font-size:0.8em;
	line-height:130%;
	color:#727372;
	background-color:white;
	margin-bottom:4px;
}

ol li b { font-weight:normal; color:#8b8282; background-color:white; font-size:0.85em; }

table#tbcss { border-collapse:collapse; margin-top:-100px; }
table#tbcss tr th { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ; text-align:center; }
table#tbcss tr td { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ;  }
table#tbcss tr td.alrgt { font-weight:normal; text-align:right; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ;  }
table#tbcss tr td.alctr { font-weight:normal; text-align:center; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ;  }
table#tbcss tr td span.sml { font-size:0.85em; }
table#tbcss tr.btm th { border-bottom:2px solid gray; }
table#tbcss tr.btm td { border-bottom:2px solid gray; }
table#tbcss th.btmline { border-bottom:2px solid gray; }

table#tablecssa { border-collapse:collapse; margin-top:-54px; }
table#tablecssa tr th { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ; text-align:center; }
table#tablecssa tr td { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ;  }
table#tablecssa tr td.alrgt { font-weight:normal; text-align:right; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ;  }
table#tablecssa tr td span.sml { font-size:0.85em; }
table#tablecssa tr.btm td { border-bottom:2px solid gray; }

table#tablecssb { border-collapse:collapse; margin-top:0px; }
table#tablecssb tr th { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ; text-align:center; }
table#tablecssb tr td { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ;  }
table#tablecssb tr td.alrgt { font-weight:normal; text-align:right; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ;  }
table#tablecssb tr td span.sml { font-size:0.85em; }
table#tablecssb tr.btm td { border-bottom:2px solid gray; }

table#tablecssc { border-collapse:collapse; margin-top:-12px; }
table#tablecssc tr th { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ; text-align:center; }
table#tablecssc tr td { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ;  }
table#tablecssc tr td.alrgt { font-weight:normal; text-align:right; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:4px 8px ;  }
table#tablecssc tr td span.sml { font-size:0.85em; }
table#tablecssc tr.btm td { border-bottom:2px solid gray; }
table#tbcssd h4#tblcptn { text-align:center; padding-bottom:8px; }
/* table#tbcssd caption { display:table-column-group; white-space:nowrap; } */
table#tbcssd { border-collapse:collapse; margin-top:-90px; }
table#tbcssd tr th { font-weight:normal; font-size:0.9em; line-height:140%; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ; text-align:center; }
table#tbcssd tr td { font-weight:normal; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ;  }
table#tbcssd tr td.alrgt { font-weight:normal; text-align:right; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 18px 2px 0px;  }
table#tbcssd tr td.alctr { font-weight:normal; text-align:center; font-size:0.9em; border-top:2px solid gray; border-bottom:1px solid gray; border-left:1px dashed gray; border-right:1px dashed gray; padding:2px 4px ;  }
table#tbcssd tr td span.sml { font-size:0.85em; }
table#tbcssd tr td span.med { font-size:0.9em; }
table#tbcssd tr th span.med { font-size:0.85em; }
table#tbcssd tr th span.sml { font-size:0.75em; }
table#tbcssd tr.btm th { border-bottom:2px solid gray; }
table#tbcssd tr.btm td { border-bottom:2px solid gray; }
table#tbcssd th.btmline { border-bottom:2px solid gray; }

dl.listing {  
width:460px; 
font-size:0.95em;
float:left; 
margin-left:20px;
}  
dl.listing dt {  
float:left;  
width:8em;  
padding:5px 0 5px 10px;  
clear:both;  
}  
dl.listing dd {  
margin-left:40px;  
padding:5px 5px 5px 10px;
} 

dl.qa {  
font-size:0.95em;
margin:0px 0px 12px 20px;
}  
dl.qa dt {  
text-align:left;
float:left;  
width:410px;
margin-top:16px;  
padding:5px 0px 5px 10px;  
clear:both;
color:#015f20;
background-color:white;
}  
dl.qa dd {  
text-align:left; 
clear:left;
margin-left:40px;  
padding:5px 5px 5px 10px;
color:#5e015f;
background-color:white;
} 

ol li { margin-top:12px; }
ol ul { margin-top:18px; margin-bottom:-12px; }
li { line-height:160%; }

.psmall { font-size:0.8em; }

a.retweet { vertical-align:middle; }
.xsml { font-size:0.75em; }

.centering { text-align:center; }
.rgt { text-align:right; }

