/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:160%;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
body div {
	margin: 0 auto;
}
* {
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: Arial, Helvetica, sans-serif;
	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:link, a:visited
{
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #FF9900;
}

#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 100%;
	text-align: center;
	height: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #825944;
}
#header a:link, #header a:visited
{
	color: #333333;
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #FF9900;
	text-decoration: none;
}
.topnavi
{
	font-size: 12px;
	font-weight: bold;
}
.topbody
{
	text-align: justify;
	font-size: 12px;
}
.topcontent
{
	padding: 0;
	line-height:160%;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 100%;
}
#topmainwrapper
{
	width: 100%;
	height: 100%;
}

#margin10
{
	height: 10px;
	margin: auto;
}

#margin30
{
	height: 30px;
	margin: auto;
}

#wrapper
{
	width: 600px;
	background: white url(images/bgcontainer02.gif) repeat-y right;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 450px;
	text-align:left;
}

#titlecontainer
{
	width: 600px;
	text-align:left;
	margin: 30px 0px 30px 0px;
}

#worksmaincontainer
{
	width: 600px;
	text-align:left;
}

#workstitlecontainer
{
	width: 600px;
	text-align:left;
	margin: 30px 5px 30px 5px;
}


#workscontainer
{
	width: 450px;
	float: left;
}

.content
{
	padding: 0;
	margin: 0 0 10px 20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	font-size: 15px;
	margin:  0 0 0 -20px;
	background: url(images/icon-itemtitle.gif) center left no-repeat;
	padding: 6px 10px 3px 20px;
	font-weight: bold;
	color: #825944
}
.contenttitle a:link, .contenttitle a:visited
{
	color: #825944;
	text-decoration: none;
}
.contenttitle a:hover, .contenttitle a:active
{
	color: #FF9900;
	text-decoration: none;
}

.contentbody
{
	text-align: justify;
	padding: 0 0 10px 0px;
	font-size: 12px;
}

.contentbody h1
{
	font-size: 18px;
}
.contentbody h2
{
	font-size: 15px;
}

.contentbody h3
{
	font-size: 12px;
}


.title
{
	clear: both;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #825944;
	background: url(images/icon-contenttitle.gif) center left no-repeat;
	padding: 3px 0px 0 20px;
	font-weight: bold;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 16px;
	padding: 3px 10px 0 16px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 16px;
	padding: 3px 10px 0 16px;
}
.contentitemcomments
{
	background: url(images/bgicon-comment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 16px;
	padding: 3px 10px 0 16px;
}
.contentitemdate
{
	background: url(images/bgicon-time.gif) center left no-repeat;
	font-size: 10px;
	line-height: 16px;
	padding: 3px 10px 0 16px;
}
.contentitemedit
{
	background: url(images/bgicon-edit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 16px;
	padding: 3px 10px 0 16px;
}
.contentitemtb
{
	background: url(images/bgicon-tb.gif) center left no-repeat;
	font-size: 10px;
	line-height: 16px;
	padding: 3px 10px 0 16px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #dddddd;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	border-left: 1px solid #dddddd;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	border-left: 1px solid #dddddd;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	border-left: 1px solid #dddddd;
}

/*-------------------------------------------------
  Works styles
-------------------------------------------------*/

#workslist {
	width: 450;
	clear: both;
}
#worksimage {
	width: 140px;
	float: left;
}
#worksinfo {
	width: 300px;
	float: left;
}
.works h2
{
	clear: both;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.works a:link, .works a:visited
{
	color: #825944;
	text-decoration: none;
}
.works a:hover, .works a:active
{
	color: #FF9900;
	text-decoration: none;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: #F9F9F9 url(images/commenticon01.gif) no-repeat;
	background-position: 15px 9px;
	padding: 15px 60px 5px 60px;
	border: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
}

.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 15px 6px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	margin-bottom: 8px;
	font-size: 15px;
}

.commentinfo {
	margin-bottom: 8px;
	color: #888;
	font-size: 10px; text-align: right;
}


/*-------------------------------------------------
  Trackback
-------------------------------------------------*/
div.tb {
	background: #FFF;
}
div.tb div.head {
	padding: 4px;
	background: #000; color: #FFF;
	font-weight: bold; text-transform: lowercase; letter-spacing: 0.6em;
}
div.tb div.empty {
	padding: 4px;
	font-size: 95%;
}
div.tb div.item {
	background: #F9F9F9 url(images/tbicon01.gif) no-repeat;
	background-position: 15px 6px;
	padding: 6px 60px;
	border: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
}
div.tb div.item div.name {
	margin-bottom: 8px;
	font-size: 15px;
}
div.tb div.item div.body {
	font-size: 12px;
}

div.tb div.item div.date {
	margin-bottom: 8px;
	color: #888;
	font-size: 10px; text-align: right;
}
div.tb div.item div.title {
	font-size: 15px;
}
div.tb div.info {
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 150px;
}
.sidebar
{
	margin-left: 20px;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;


	margin: 0;
}
.sidebardl dt
{
	background: #E5E5E5 url(images/sidetitlebg.gif);
	color: #3A3523;
	font-weight: bold;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	height: 56px;
	background: url(images/foot_bg01.gif);
	clear: both;
}

.copyrights
{
	color: #474747;
	font-size: 10px;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 400px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.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;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}