@charset "utf-8";
/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body
{
	color:#666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#fff url(images/bg.gif) left top repeat-y;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}


/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a{text-decoration: none;}
a:link   {color:#ff9900;}
a:visited{color:#ff9900;}
a:hover  {color:#ff6600;text-decoration:underline;}

.loginform {color:#ff9900;}
/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 100%;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width:1010px;
	margin:0 auto;
	clear:both;
	min-height:18px;
	background:url(images/shadow.gif) repeat-y right top;
	overflow:hidden;
	padding:0 11px 0 0;
}
#wrapper
{
	width: 100%;
	margin: 0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:0;
	clear:both;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 100%;
	height:80px;
	margin: 0 auto;
	background:url(images/bg_x.gif) repeat-x left top;
	clear:both;
}
#header h1{
	width:100%;
	font-size:200%;
	padding:0 0 0 10px;
	margin:0;
	color:#FFCCFF;
	font-weight:bold;
}
.h1_sub{
	text-align:left;
	color:#FFCC00;
	font-size:12px;
	text-indent:30px;
}
/*-------------------------------------------------
  Calendar
-------------------------------------------------*/
.calendar {
  font-size:90%;
  width:auto;
  color: #999;
  margin:0;
  padding:0;
  text-align:left;
  clear:both;
  position:relative;
  top:10px;
}
.calendar #calendardateheaders2 {
  
}
.calender td{
	text-align:left;
}
.calender td#caption{
	width:100px;
}
.calendar td.days {
	width:20px;
	text-align:center;
}

.calendar td.today {
  	font-weight:bold;
  	color:#000;
	width:20px;
	text-align:center;
	background:#FF9900;
}
.calendar td.today a{
  	font-weight:bold;
  	color:#000;
	width:20px;
	text-align:center;
	background:#FF9900;
}
#pagenavi{
	margin:10px auto;
	width:100%;
	text-align:center;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 550px;
	float:left;
	margin:auto 5px auto auto;
	padding:10px 0 0 5px;
}
.content
{
	padding: 5px 10px;
	margin:0;
}
.contentmiddle
{
	padding: 5px 10px;
	border:1px solid #444;
	margin:0;
}
.contentbottom
{
	height:20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle
{
}
.contenttitle h2{
	background:url(images/bg_x.gif) no-repeat left -170px;
	margin:0 0 10px 0;
	font-size:130%;
	text-align:left;
	font-weight:bold;
	text-indent:30px;
	height:30px;
	line-height:2em;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 10px 16px 10px;
	margin:0;
}
/* edit---------------------------------- */
.contentbody span.head
{
	background:url(images/bg_x.gif) no-repeat left -210px;
	margin:0 0 5px 0;
	text-align:left;
	padding-left:15px;
}
.contentbody blockquote{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.contentbody code{
	width:100%;
	margin:10px auto 20px auto;
	background:#f0f0f0;
	padding:5px;
	border:1px dotted #ccc;
	display:block;
	overflow:auto;
}
.contentbody span.red
{
	color:red;
}
.contentbody span.blue
{
	color:blue;
}
.contentbody span.pink
{
	color:#FF66FF;
}
.contentbody span.sky
{
	color:#99CCFF;
}
.contentbody span.orange
{
	color:orange;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.mini
{
	text-align:right;
	font-size:90%;
}
.contentitem
{
	background:url(images/dot.gif) repeat-x left bottom;
	padding:5px;
}
.contentitem1,
.contentitem2
{
	background:url(images/dot.gif) repeat-x left top;
	padding:5px;
}
a.highlight_0{
	background:#FFCC00;
	color:#FFFFFF;
}
a:hover.highlight_0{
	color:#ff6600;
	text-decoration:underline;
	background:none;
}
div.tb {
	padding:5px;
	width:100%;
	overflow:hidden;
	margin:auto;
}
div.tb div.head {
	background:url(images/bg_x.gif) repeat-x 0 -135px;
	border:1px solid #000;
	height:20px;
	font-weight:bold;
	color:#FFFFFF;
}
div.tb ol.reference{
	padding:5px 5px 10px 5px;
}
div.tb ol.reference li{
	padding: 0 0 0 10px;
	margin: 0;
}
div.tb div.tburl{
	font-size:11px;
	padding:3px;
	border:1px solid #ccc;
	background:#f0f0f0;
	margin:5px auto 0 auto;
	white-space: nowrap;
}
div.tb div.empty{
	background:url(images/dot.gif) repeat-x left bottom;
	padding:5px 0;
}
div.tb div.item{
	padding:5px 0;
}
div.tb div.item div.name{
	background:url(images/bg_x.gif) no-repeat left -210px;
	margin:0 5px 0 0;
	font-size:100%;
	text-align:left;
	text-indent:15px;
	float:left;
}
div.tb div.item div.date{
	float:left;
}
div.tb div.item div.body{
	clear:both;
	background:url(images/dot.gif) repeat-x left bottom;
	padding-bottom:5px;
}
/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.commenttitle{
	height:30px;
	background:url(images/bg_x.gif) repeat-x 0 -129px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:120%;
	line-height:2em;
	text-indent:10px;
	margin:0 auto;
}
dl.commentdl,.commentform{
	padding: 5px 10px;
	border:1px solid #444;
	margin:0 0 10px 0;
}
dl.commentdl{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
dl.commentdl dt{
	text-align:right;
	padding:0 5px;
}
dl.commentdl dd{
	background:url(images/dot.gif) repeat-x left bottom;
	text-align:left;
	padding:5px;
}
/*-------------------------------------------------
  Top page
-------------------------------------------------*/
.toptitle,.topliststitle{
	height:30px;
	background:url(images/bg_x.gif) repeat-x 0 -129px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:120%;
	line-height:2em;
	text-indent:10px;
	margin:0;
	clear:both;
}
.topliststitle{
	margin:0;
}
dl.topdl,.toplists{
	padding: 5px 10px;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	margin:0 0 20px 0;
	clear:both;
	overflow:hidden;
}
dl.topdl dt{
	background:url(images/bg_x.gif) no-repeat left -210px;
	margin:0 0 5px 0;
	font-size:100%;
	text-align:left;
	line-height:1em;
	text-indent:15px;
	width:65%;
	float:left;
}
dl.topdl dd.topdl_text{
	width:35%;
	float:left;
	margin:0 0 5px 0;
}
.toplists dd{
	display:inline;
}
li.MCscat{
	display:inline;
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
	background:none;
}
/* MultipleCategories category list --*/
ul.nobullets,
ul.nobullets li{
	margin:0;
	padding:0;
	background:none;
}
ul.subcat{
	padding-left:10px;
}
#pagetop{
	margin:10px auto;
	text-align:right;
}
/*-------------------------------------------------
  archive
-------------------------------------------------*/
.contenttitle h2.archive{
	height:30px;
	background:url(images/bg_x.gif) repeat-x 0 -129px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:120%;
	line-height:2em;
	text-indent:10px;
	margin:0 0 5px 0;
}
dl.archivedl{

}
dl.archivedl dt{
	background:url(images/bg_x.gif) no-repeat left -170px;
	margin:0 0 10px 0;
	font-size:130%;
	text-align:left;
	font-weight:bold;
	text-indent:30px;
	height:30px;
	line-height:2em;
}
dl.archivedl dd{
	background:url(images/bg_x.gif) no-repeat left -210px;
	margin:0 0 5px 20px;
	text-align:left;
	text-indent:15px;
}
/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#mainwrapper #wrapper #sidebarcontainer
{
	float: left;
	width: 204px;
	padding: 10px 15px 0 0;
	margin:0 auto;
}
#mainwrapper #wrapper #sidebarcontainer2
{
	float: left;
	width: 204px;
	padding: 10px 0 0 0;
	margin:0 auto;
}
.sidebar
{
	color: #21262A;
	margin: 0 auto;
}

/* Menu lists */
.sidebardl
{
	padding: 0;
	margin: 0 0 10px 6px;
}
.sidebardl dt
{
	height:30px;
	background:url(images/bg_x.gif) repeat-x 0 -129px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:120%;
	line-height:2em;
	text-indent:10px;
	width:200px;
	margin:0 0 5px 0;
}
.sidebardl dt#title04
{
	letter-spacing: -0.5px;
	word-spacing: -1px;
}
.sidebardl dd
{
	list-style-type:none;
  	font-size: 95%;
	padding-left:3px;
}
.sidebardl dd#cal
{
	padding:0;
}
.sidebar_bottom
{
	margin: 0;
	height:20px;
	width:200px;
}
/* Dtree -----------------------------*/
.dtree {
    white-space: nowrap;
	line-height:nomal;
	width:100%;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
	text-align:left;
}
.dtree a {
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
	padding:1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    text-decoration: underline;
}
.dtree a.nodeSel {
	font-weight:bold;
}
.dtree .clip {
    overflow: hidden;
}
.dtree a.selectedNode {
    font-weight:bold;
}
.dtree a.selectedCatNode {
    font-weight:bold;
}
.dtree a.selectedScatNode {
    font-weight:bold;
}
.dtree a.urlselected {
    border-right:1em solid #FF9900;
}
#hidden_catlist{
	display:none;
}
/* znMCList -----------------------------*/
ul.znmcl_ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.znmcl_ul li{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

#copyrights
{
	text-align:center;
	font-size:100%;
	line-height:2em;
	color:#FFFFFF;
	background:url(images/bg_x.gif) repeat-x left -130px;
	height:30px;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin:0 auto;
}
.commentform
{
    padding: 10px;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.mailform
{
	margin-top: 10px;
    padding: 10px;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin:0;
}
.formfield
{
	display:block;
	font-size: 12px;
	border: 1px solid #FF9900;
	background:#fff;
	margin:0;
}
.formbutton
{
	font-size: 12px;
	border: 1px solid #FF9900;
	background:#fff;
	margin:0;
	color:#FF9900;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	padding: 0 2px;
}
.mainform .formfield
{
	width: 280px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 400px;
    /*margin-right: 105px;*/
	margin:5px 0;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 100%;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
}
.error
{
	color: red;
	font-weight: bold;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

/*-------------------------------------------------
  add style
-------------------------------------------------*/
p#line{
border-top:dotted 1px #999;
width:70%;
padding:0;
margin:0;
}

dl#headline{
	width:100%;
	clear:both;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
}
dl#headline dt{
	background:url(images/content_bg_title.jpg) no-repeat left top;
	margin:10px 0 0;
	padding:5px;
	font-size:120%;
	color:#FFFFFF;
	text-indent:50px;
	font-weight:bold;
	clear:both;
}
dl#headline dd#scat_title{
	border-left:10px solid #444444;
	border-bottom:1px solid #444444;
}
/* Leftbox and Rightbox toolbar buttons */
.leftbox_re, .rightbox_re {
	margin: 3px auto;
	padding: 3px;
	width: auto;
	float: left;
}
/*-------------------------------------------------
  Item Form mail
-------------------------------------------------*/
.cForm,.form-preview {
   width: 100%;
}
.cForm th,.form-name {
   background: #000;
   border-bottom: 1px solid #CCCCCC;
   width: 30%;
   font-weight:bold;
   padding:5px;
   color:#fff;
}
.cForm td,.form-value {
   padding:5px;
   width:auto;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}
.formbtn_reset,
.formbtn_confirm,
.formbtn_return,
.formbtn_send{
	padding:3px;
	width:120px;
	height:2em;
	border:1px solid #FF9900;
	background:#fff;
	color:#ff9900;
	margin:5px;
}
.cForm th span.orange{
	font-weight:normal;
	padding-right:5px;
}
.cForm input,
.cForm textarea{
	width:90%;
}



