/*-------------------------------------------------
  Laila Skin Stylesheet
  Design by Thomas Arie Setiawan
  http://warnadunia.net/
  Ported to Nucleus CMS by moraes
-------------------------------------------------*/
* {
        margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: normal;
}


/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0px 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #993300;
	text-decoration: none;
}
a:visited
{
	color: #993300;
}
.days a:link
{
	color: #009900;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
	font-weight: bold;
}
.days a:visited
{
	border-bottom: 1px dashed #DBBA8A;
	color: #009900;
	font-weight: bold;
}

a:active
{
	color: #0F4002;
}
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;
}
pre
{
	width: 502px;
	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;	
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	padding: 10px 0 0;
	margin: 15px 0 0;
}
#header h1
{
	font: 30px ;
	padding: 10px;
	margin: 0;
	margin-top: 20px;
}
#header a:link, #header a:visited
{
	color: #383828;
	border: none;
}
#header a:hover, #header a:active
{
	color: #CC0000;
}

/* Header main navbar */
#top_container
{
	height: 30px;
	background: #656549;
	padding: 0;
	margin: 0;
}
#top_container ul
{
	padding: 0;
	margin: 0;
}
#top_container ul li
{
	list-style-type: none;
	display: block;
	float: left;
	font: 11px/30px ;
	text-align: center;
	padding: 0;
	margin: 0;
}
#top_container a
{
	display: block;
	width: 89px;
	color: #F8F2E5;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #A8B090;
	border-bottom: none;
}
#top_container li#active
{
	background: #474733;
	color: #fff;
	border-bottom: none;
}
#top_container a:hover
{
	background: #83835F;
	color: #fff;
	border-bottom: none;
}

/* Header links */
.top_links {
	background: #F3F3E9;
	font-size: 10px;
	text-align: left;
	padding: 0 20px 0 0;
	margin: 0;
}
.top_links p {
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#main
{
	width: 540px;
	float: right;
	margin: 0;
	padding: 0 0 0px;
}

#main p{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
#main .entryinfo p{
	margin-bottom: 0;
}
/* The image at the top of the main column */
.bar-head
{
	height: 170px;
	background: url("img/bg-header-brown.jpg") top left no-repeat;
	padding: 0;
	margin: 0 0 15px 0;
}

.content-header
{
	padding: 0;
	margin: 15px;
}
.content-header h2
{
	color: #0F4002;
	font: bold 14px;
	padding: 0;
	margin: 0;
}
.content-title
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding: 0 0 5px 10px;
	margin: 0 0 8px 0;
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content-title h3
{
	color: #383828;
	font: 16px;
	font-weight: bold;
}
.content-title h3 a:link
{
	color: #383828;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
.content-title h3 a:visited
{
	color: #383828;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
.content-title h3 a:hover
{
	color: #FF0000;
	border: none;
}
.content
{
	padding: 0;
	margin: 20px 15px 10px;
	font-size: 14px;
	line-height: 1.7;
}
.readmore
{
	text-align: right;
}
.entry-info
{
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	padding: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	clear: both;
}
.entry-info p
{
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.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: #E1E1A2;
	font-size: 11px;
	text-align: right;
	padding: 10px;
	margin: 15px;
}
.navi-pages p
{
	padding: 0;
	margin: 0;
}
/* Top content message box */
.message-box
{
	background: #E1E1A2;
	font-size: 12px;
	padding: 10px;
	margin: 15px;
}
/* comments */
table#postcomment tr td
{
	font: 11px;
}
table#postcomment tr td p
{
	margin: 4px 0 4px 0;
}
#comments, #comments-post, #trackbacks
{
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 20px 15px 10px 15px;
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (mojibake) */	
}
#comments h4, #comments-post h4, #trackbacks h4
{
	color: #383828;
	font: bold 14px;
	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: 10px;
	text-align: right;
}

/*-------------------------------------------------
  Side bar
-------------------------------------------------*/
#sidebar
{
	width: 180px;
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}

.sidebar-wrapper
{
	margin: 10px;
}
#sidebar .box-1
{
	margin: 0 0 30px 0;
}
#sidebar h4
{
	color: #383828;
	font: bold 12px;
	padding: 0;
	margin: 0 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#sidebar a:hover
{
	color: #FF0000;
	border: none;
}
/*-------------------------------------------------
  Right Side
-------------------------------------------------*/
#right {
	float:right;
	width:125px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.footer-i
{
	padding: 10px;
	margin: 0px;
}
.footer-i p
{
	padding: 0;
	margin: 0;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
.trackbacks-text h5
{
	font: bold 11px;
	color: #993300;
	padding: 0;
	margin: 0;
}

img.thumbnail{
	background:	#fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	margin: 0 1em 1em 0;
	padding: 10px;
}


b {
	font-weight: bold;
	font-size: 130%;
	color: #ff69b4;
}

/* NP_ArchiveIndex */
DIV.archiveindex {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
.archiveindex a:link {
	border: none;
	TEXT-DECORATION: none
}
.archiveindex a:visited {
	border: none;
	TEXT-DECORATION: none
}
.archiveindex TABLE {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 2em; WIDTH: 100%; PADDING-TOP: 0px; BORDER-COLLAPSE: collapse
}
.archiveindex TH {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 16px;
	BACKGROUND: white;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px;
	PADDING-TOP: 2px;
	TEXT-ALIGN: left;
	font-weight: bold;
}
.archiveindex TR {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-color: #FFFBEC;
}
.archiveindex TR.stripe {
	background-color: #FFFFFF;
}
.archiveindex TR.more {
	FONT-SIZE: smaller; BACKGROUND: none transparent scroll repeat 0% 0%
}
.archiveindex TD {
	PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px dotted; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 2px; TEXT-ALIGN: left
}
.archiveindex TD.detail {
	WHITE-SPACE: nowrap; TEXT-ALIGN: right
}
.archiveindex TD SPAN.title {
	PADDING-LEFT: 16px;
}
.archiveindex TD SPAN.title-up {
	PADDING-LEFT: 16px;
}
.archiveindex TD SPAN.catdesc {
	PADDING-LEFT: 16px;
}
.archiveindex TD SPAN.nomore {
	COLOR: #ccc
}
DIV.archivedaylist {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: smaller; PADDING-BOTTOM: 0px; MARGIN: 0px 10px; LINE-HEIGHT: normal; PADDING-TOP: 0px; BORDER-BOTTOM: #ddd 1px dotted
}
DIV.archivedaylist A {
	COLOR: #c00
}
DIV.archivedaylist A:visited {
	border: none;
	COLOR: gray
}
.pagenavi {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.pageswitch {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #EFEFEF;
}
.pageswitch a:link {
	border-bottom: 1px none #DBBA8A;
	TEXT-DECORATION: none;
	color: #996633;
}
.pageswitch a:visited {
	border-bottom: 1px none #DBBA8A;
	TEXT-DECORATION: none
	color: #996633;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/

form {
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (文字化け) */	
	margin: 5px 0;
}
.formfield {
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (文字化け) */	
}
textarea.text, input.formfield
{
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (文字化け) */	
}
input.formfield
{
	width: 150px;
	margin-right: 10px;
}
input.formbutton
{
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (文字化け) */	
}


.leftbox{
	margin: 5px;
	float: left;
}