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

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html
{
/*	overflow:-moz-scrollbars-vertical;*/
} 
body
{
	background: #f3f2eb;
	background-image: url(../../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}
em
{
	font-style: normal;
	font-weight: bold;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: disc;
	padding: 0;
	margin: 0;
}
li
{
	/*background: url(images/li.gif) left 2px no-repeat;*/
	padding: 0 0 0 0px;
	margin: 0 20px;
}

/* Links */
a:link
{
	color: #36f;
	text-decoration: none;
}
a:visited
{
	color: #339;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#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
{
	clear: both;
	padding: 0 0 0 20px;
}

/*-------------------------------------------------
  Main wrappers
-------------------------------------------------*/
#wrap
{
	background: white;
	width: 780px;
	margin: 0 auto;
}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	height: 100px;
	position: relative;
	/*padding: 18px 5px 18px 18px;*/
	padding: 0px 0px 0px 0px;
}

#logo1
{
	float: left;
}
#logo2
{
	float: right;
}
#gnavi
{
	clear: both;
	margin: 18px 5px 5px 18px;
	padding-top: 12px;
	margin-bottom: 12px;
	border-bottom: solid 1px #D4C6AC;
}
#gnavi img
{
	vertical-align: top;
}
#gnavi a
{
	padding-left: 12px;
	margin-right: 10px;
	background-image: url(../../images/bg_nav.gif);
	background-repeat: no-repeat;
}
#gnavi a:hover
{
	background-position: 0 -20px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	background: white;
	width: 100%;
}
#wrapper
{
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 100%;
	height: 1%;
	overflow: auto;
	float: right;
	padding: 0;
	margin-right: -204px;
}
.content
{
	padding: 0;
	margin: 0px 224px 10px 20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	font-size: 18px;
	padding: 10px 0 6px 0;
	font-weight: bold;
	border-bottom: solid 1px #d4c6ac;
	margin: 0;
}
.contentbody
{
	font-size:12px;
	text-align: justify;
	padding: 16px 0 16px 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	/* background: url(images/bgcategory.gif) center left no-repeat; */
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/**/
/*#pubdate
{
	clear: both;
}*/

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	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: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	height: 1%;
	overflow: hidden;
	width: 204px;
	padding: 0;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 0;
	width:198px;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background-image: url(../../images/bg_sidebardt.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 0px 0px;
}
.sidebar dd
{
	background-color: #FFF;
	padding: 3px 10px;
	margin: 2px 0 0 0;
}
.sidebar dd a
{
	background: #FFF;
}

.sidebardl dd a:link, .sidebardl dd a:visited
{
	background-color: #21262A;
	background: url(images/ic_arrow.gif) left center no-repeat;
	padding-left: 14px;
}

.sidebardl dd:hover
{
	background: #f3f3e0;
}

.sidebardl dd.nolink:hover
{
	background: #ededd9;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #FFF;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
	margin: 10px 5px 25px 18px;
	padding-top: 12px;
	border-top: solid 1px #D4C6AC;
}

address {
	font-style: normal;
}

/*-------------------------------------------------
  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
{
	display:block;
	font-size: 11px;
	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;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.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, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.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;
	border-right: solid 3px #fff;
}
.rightbox {
	float: right;
	border-left: solid 3px #fff;
}

/*-------------------------------------------------
  Index Page
-------------------------------------------------*/

h1#centerhead
{
	font-size: 18px;
	font-weight: bold;
	padding: 4px 4px 5px 24px;
	/*color: #fff;*/
	background-color: #D0EFB1;
	background-image: url(../../images/bg_h1.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
#topimage
{
	padding: 10px;
	background-color: #FFFFEC;
	border: solid 0px #d4c6ac;
}
#topimage img
{
	float: left;
	margin-right: 10px;
}
#lead
{
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #998f7c;
}

#topinfo
{
	background-color: #f3f2eb;
	border: solid 1px #d4c6ac;
	margin-top: 5px;
}
#topinfo h2
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #d4c6ac;
	padding: 5px;
}
#topinfo dl
{
	margin-left: 20px;
}
#topinfo dl dt
{
	margin-bottom: 6px;
}
#topinfo dl dd
{
	margin-bottom: 6px;
}

#topinfo p
{
	text-align: right;
	padding: 5px;
}

/* tserchlist(genre)*/
ul.tsearchlist
{
	margin-top: 1em;
	margin-bottom: 1em;
}

ul.tsearchlist li
{
	margin-bottom: 0.5em;
}

/* clearfix */

.clearfix:after { 
	content: "."; 
	/* display: block; */
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

.clearfix {
	/* display: inline-block; */
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	/* display: block; */
}
/* End hide from IE-mac */ 



.pageswitch {
	font-size:13px;
	text-align: center;
	color: #474747;
	margin: 20px 0px 0px 0px;
	padding-top: 12px;
	border-top: solid 1px #D4C6AC;
}
.font12 {
	font-size: 12px;
}

.h4{
	font-weight: bold;
	border-left:10px solid #d4c6ac;
	padding:0.3em 0.5em;
	border-bottom: solid 1px #d4c6ac;
}


.Bold
{
	font-weight: bold;
}

.TitleRed
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.TitleBlue
{
	font-weight: bold;
	font-size: 18px;
	color: #0000ff;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
