/* 
	Load in stylesheet settings for dasBlog specific items
*/
@import url("items.css");
@import url("rightSide.css");
@import url("menu.css");
@import url("admin.css");
@import url("calendar.css");

/* 
pre 
{ 
	white-space: normal; 
	overflow: auto; 
} 
*/

img
{
	border-style:none;	
}

body
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;	
}

#pageContainer
{

	margin: 0 auto;
	font: 11px Verdana, Tahoma, arial, helvetica, sans-serif;  
	color:#979486;
	width:954px;
}

#pageContent
{
	position:relative;
	width:954px;
	display:table;
	background-color: #FFFFFF;
	text-align:left;
}

/*
 * the next four styles display the page header using a header graphic that you can 
 * change as desired (the file is specified below as Header.jpg).  
 * The drawback of using this header graphic is that the blog title is not
 * automatically displayed from the site.config file.  The benefit is a slick header! ;-)
 * if you wish to use a header graphic *AND* have text in front of it, you can do that too- 
 * comment out the next four styles and then UNCOMMENT the four identically named styles after them.
 * The new header used is HeaderClean.jpg (you can use anything you want , but I submitted that one 
 * so you can play) and allows the blog title to come through.
 */
#pageHeader
{
	padding: 0;
	margin: 0;
	height: 191px;
	width: 954px;
	background: url( "Header.gif" ) no-repeat; 
}

#pageHeader h1 
{
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
}

#pageHeader h2
{
	margin: 0;
	padding-left: 20px;
	padding-top: 80px;
	color: #fff;
	font: 8pt Verdana, Tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	display:none;
}

#pageHeader h1 span
{
	display: none; 
}

/*
 * These are the four styles you may wish to uncomment if you want to retain the automatic
 * blog titling from the site.config file. (see above)
 */
/*
#pageHeader
{
	padding: 0;
	margin: 0;
	height: 105px;
	width: 760px;
	background: url( "HeaderClean.jpg" ) no-repeat; 
}

#pageHeader h1
{
	padding: 20px 0 0 20px;
	margin: 0;
	font: 32pt Tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}
#pageHeader a, #pageHeader A:hover, #pageHeaderA:active, #pageHeaderA.active:link, #pageHeaderA.active:visited
{
	color: white;
	text-decoration: none;
}
#pageHeader h2
{
	margin: 0;
	padding: 5px 0 0 20px;
	color: #fff;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

* Here is the end of the four styles which allow automatic blog titling from the site.config file
*/

#siteNavigation
{
	width: 609px;
	background: white;
}

#leftSide
{
	float: left;
	width: 660px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
	/*border-right: solid 1px #C0C0C0;*/
	/*border: solid 1px red;*/
	background-color:#FFFFFF; 
	background-image:url(images/contentBg.gif); 
	background-repeat:repeat-x;	
}

#rightSide
{
	float: right;
	width:294px;
	padding: 10px 0px 10px 0px;
	font: 11px Verdana, Tahoma, arial, helvetica, sans-serif;  
	line-height: 1.5em;
	text-align:left;
/*	border: solid 1px red;
border: solid 1px green;*/
}

#shadowBox
{
	width: 460px;
}

#leftSide .date
{
	font-size: 11px;
	font-weight: bold;
	color:#979486;
	margin: 10px 10px 0px 12px;
	font-family: Verdana, Tahoma, arial, helvetica, sans-serif;  
}

.side 
{
	padding: 0px 10px 0px 0px;

	line-height: 1.2em;
}

form
{
	margin: 0;
	padding: 0;
}

.bodyContentStyle
{
	margin: 0 0 0 0;
	padding: 0;
}


#aboutBox
{

}

#bcHome
{
	clear:both;
	padding-top:5px;
}

#prebody
{
	border-bottom:solid 1px #c1bfb6;
	padding-top:10px;
}

#Footer
{
	display:table;
	width:954px;
	height:23px;
	text-align:left;
}

#Footer span
{
	text-align:right;
	font-size: 11px;
	font-weight: normal;
	color:#808080;
	font-family: arial, helvetica, sans-serif;  
}

#banner
{
	clear:both;	
}

#Spacer
{

  clear:both;

}


#kbSpacer2
{
  background-color:#b6c7d6;
  clear:both;
  height:9px;
}

#kbSpacer
{
  background-color:#e6eef3;
  text-align:right;
  clear:both;
  height:18px;
}
#kbSpacer a
{
	margin:5px;
	text-decoration:none;
	text-transform:uppercase;
	color:#3b5176;
}

#kbTools
{
  position:relative;
	width:521px;
	background-color:#ffffff;
	height:161px;
	float:left;
}
#kbTools ul
{
	margin:0;
	padding:6px 10px 6px 10px;
}
#kbTools li
{
 	list-style-type:none;
	display:inline;
	text-decoration:underline;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#686868;
	padding:0px 10px 0px 0px;
}
#kbTextTitle
{
	position:relative;
	float:right;
	padding-top:100px;
	padding-right:5px;
}
#kbLogoHome
{
	position:relative;
	float:right;
}

.clearBoth
{
  clear:both;height:1px;font-size:1px
}

#contHead
{
	padding:2px;	
}

#contFooter
{
	margin:0px;
}

.categoryListLinkStyle 
{
	font-weight:normal;
/*	background-image: url(images/pal.gif);
	background-position:left 3px;
	background-repeat: no-repeat;
	padding-left:10px;*/
}

.categoryListContainerStyle img
{

}

.categoryListTableStyle
{
	padding:0;
	margin:0;
}


.categoryListContainerStyle a, .categoryListContainerStyle a:link, .categoryListContainerStyle a:visited, .categoryListContainerStyle a:active
{
	/*color:#94b0c5;*/
	color:#979486;
	
}

#loginBlock
{
	padding:0 0 0 30px;
	text-align:left;
}

.linkSide
{
  color:red;
}


/* IDs e classi dal sito di Gottarelli */

#topMenu
{
	float:left;
	width:954px;
	height:23px;
}

.topMenuCell
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#e6e5e0;
	height:23px;
	cursor:pointer;
	text-align:center;
}

.topMenuCell a
{
	text-decoration:none;
	color:#e6e5e0;
	cursor:pointer;
}

.topMenuCellActive
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#e6e5e0;
	background-color:#84997f;
	height:23px;
	cursor:pointer;
	text-align:center;
}

.topMenuCellActive a
{
	text-decoration:none;
	color:#e6e5e0;
	cursor:pointer;
}

.footerMenuCell
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#979486;
	background-color:#d7d8d0;
	width:190px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.footerMenuCell a
{
	text-decoration:none;
	color:#979486;
	cursor:pointer;
}

.footerMenuProfCell
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#979486;
	background-color:#FFFFFF;
	text-align:right;
	vertical-align:middle;
}

.footerExtCell
{
	background-color: #e7e8e2;
	width:25px;
	height:23px;
}

.tablemenu
{
	width:954px;
	padding:0px;
	margin:0px;
	border:none;
	border-collapse:collapse;
}
.tablemenu tr
{
	padding:0px;
	margin:0px;
}
.tablemenu tr td
{
	padding:0px;
	margin:0px;
}
.tablemenu tr td a
{
	padding:5px 0px 5px 0px;
	width:190px;
	height:13px;
	display:block;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#e6e5e0;
	text-decoration:none;
}
.tablemenu tr td a.link1
{
	background-color:#c7c3b4;
}
.tablemenu tr td a.link1:hover
{
	background-color:#6f7a6c;
}
.tablemenu tr td a.link2
{
	background-color:#b5b1a1;
}
.tablemenu tr td a.link2:hover
{
	background-color:#6f7a6c;
}
.tablemenu tr td a.link3
{
	background-color:#9f9b8d;
}
.tablemenu tr td a.link3:hover
{
	background-color:#6f7a6c;
}
.tablemenu tr td a.link4
{
	background-color:#888577;
}
.tablemenu tr td a.link4:hover
{
	background-color:#6f7a6c;
}
.tablemenu tr td a.link5
{
	background-color:#84997f;
}
.tablemenu tr td a.link5:hover
{
	background-color:#6f7a6c;
}
.categoryListNestedOutlineContainer
{
  padding:0px 0px 0px 24px;
}
.categoryListCellStyle .categoryListLinkStyle
{
  padding:0px 0px 0px 0px;
}