/*-------------------------------------------------
  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: #CFD5EF url(images/bluelines.gif) repeat; */
	background: #CFD5EF;
	/* background: #2C3A49; */
	/* background: #FFFFFF url(images/britegrey.gif) repeat; */
	color: #303050;
	font-family: Arial, "Times Roman New", sans-serif; 
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; */
	font-size: 15px;
	padding: 0px;
	margin: auto; 
	direction: rtl;
	/* text-align: right; */
}


/* Headings */

h2
{	
	color: #505070;
	text-decoration: none;
	/* font-size: 20px; */
}

h3
{	
	color: #FFFF00;
	text-decoration: none;
	font-size: 14px;
	/* font-weight: bold; */
	margin-right: 8px;
}


	
/* Links */
a:link, a:visited
{
	/* color: #2851A2; */
	color: #5050D0; 
	text-decoration: none;
}
a:hover, a:active
{
	color: #990099;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}

#copyrights a:link, #copyrights a:visited
{
	color: #DACC00;
}
#copyrights a:hover, #copyrights a:active
{
	color: #FFF78A;
}


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


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 1000px;
	/*  background: #4568BA;  */
	background: #4568BA url(images/bordersbg.jpg) repeat-y;
	margin: auto; 
}

#mainpanel
{
	background: #FFFFDD;  
	border-width: 0;
	padding-left: 10px;
	padding-right: 10px;	
}

#showpanel
{
	background: #FFFFDD url(images/britegrey.gif) repeat;
	border-width: 0;
	margin: 0; 
}

#sidepanel
{
	background: #FFFFDD;  
	border-width: 0;
	padding-left: 10px;
	padding-right: 10px;	
}

#sidebar {
	/* float: right; */
	width: 100px;
	margin-left: 5px; 
	margin-right: 5px; 
	/* padding-right: 20px; */
	/* 	padding-top: 20px; */
}


/* Sidemenu */

ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-size: 1.2em; */
	border-bottom: 1px solid #6F3E04;
	width: 100px;
	/* background-color: #EEEEDC; */
	background-color: #EEEEDC;
	
}




ul.sidemenu li {
	border-top: 1px solid #6F3E04;
	/* border-left: 1px solid #6F3E04;   */
	/* border-right: 1px solid #6F3E04; */
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: 82px;
	color: #333333;
	font-weight: bold;
	padding: 8px 8px;
}

ul.sidemenu li a:hover {
	background-color: #DDEEDD;
	color: #FF0000;
}


/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	font-size: 15px; 
	/* font-weight: bold; */
	padding: 1px 0 5px 0;
	margin: 5px 0 0 0;
	/* color: #2222BB; */ 
	/* background: url(images/mon2.gif) repeat; */
	background: url(images/undeline3.gif) repeat;
	/* background: url(images/greenline.gif) repeat; */
}

.contenttitle h3
{
	clear: both;
	font-size: 15px;
	padding: 1px 0px 5px 0px;
	margin: 7px 0px 3px 0px; 
}

.contentbody
{
	/* width:570px;  */
	padding-bottom:0px;
}

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

/*-------------------------------------------------
  Comments
-------------------------------------------------*/

.itemcomment
{
	/* background: #FFFFFF url('../../../italiano/skins/default/images/commentquote01.gif') no-repeat 6px 9px; */
	color: #000060;
	background-position-x:6px; background-position-y:9px; border:2px solid #000060; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0; padding-left:42px; padding-right:42px; padding-top:6px; padding-bottom:6px
}

.itemcomment a:link, .itemcomment a:visited
{
	color: #0D8CFF;
}
.itemcomment a:hover, itemcomment a:active
{
	color: #B9AB00;
}
 
.itemcomment:hover
{
	background: #F9F9F9 url('../../../italiano/skins/default/images/commentquote02.gif') no-repeat 6px 9px;
	border: 2px solid #0D8CFF
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url('../../../italiano/skins/default/images/commentquote02.gif') no-repeat 6px 9px;
	border: 2px solid #DACC00
}
.id1:hover
{
	background: #F9F9F9 url('../../../italiano/skins/default/images/commentquote02.gif') no-repeat 6px 9px;
	border: 2px solid #0D8CFF
}
.itemcomment h3
{
	font-size: 13px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 760px;
	background: #007;
	text-align: center;
	padding: 10px 0 10px 0;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #007;
	margin: 0 auto;
}

#copyrights
{
	color: #FFFFFF;
}

/*-------------------------------------------------
  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: 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;
}
.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: 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('../../../italiano/skins/default/images/shadow.gif') no-repeat right bottom;
	margin-left:0; margin-right:5px; margin-top:0; margin-bottom:3px
}
.wrap2
{
	background:url('../../../italiano/skins/default/images/corner_br.gif') no-repeat left bottom;
}
.wrap3
{
	background:url('../../../italiano/skins/default/images/corner_tr.gif') no-repeat right top;
	padding-left:0; padding-right:5px; padding-top:0; padding-bottom:5px
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 6px;
	/* font-size: larger; */
	/* width: 40%; */
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}