/*  
Theme Name: The Green 1 for Mobbing
Theme URI: http://www.studioform.net/
Description: Style for benesserelavoro.it
Version: 0.2
Author: Niccol&ograve; Zamborlini
Author URI: http://www.virgolamobile.net
*/

body
{
	background: #fff url(img/bgall.gif) 50% 0 no-repeat;
}

#doc
{
	margin: 0 auto 0 auto;

	background: #fff;
}

#grano
{
}

#contactus
{
	display: none;
}

a
{
	color: #0f7db5;
	background: inherit;
}

a:hover
{
	color: #800;
	background: inherit;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

blockquote
{
	margin: 1em 20px;

	font-style: italic;
	
	color: #555;
}

.right
{
	float: right;
	
	margin: 5px 0 5px 5px;
}

.left
{
	float: left;
	
	margin: 5px 5px 5px 0;
}

.more
{
	display: block;
	
	padding: 5px 0;
	
	text-align: right;
	font-weight: bold;
}

.inline
{
	display: inline;
}

.inline *
{
	float: left;
}

li.current_page_item a
{
	font-weight: bold;
}

li.current_page_item ul *
{
	font-weight: normal;
}

/* HEADER */
#hd
{
	padding: 10px 0 0 0;
}

#hd h1
{
	margin: 0px 5px 0 5px;

	height: 238px;
	
	text-indent: -9999px;
	
	background: url(img/grano_verde.jpg) no-repeat;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#hd .fieldset
{
	margin: 0;
}

#site_description
{
	display: none;
}

/* SIDEBAR */
#sb
{
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
}

#sb .fieldset
{
	background-color: #fff;
}


/* MENU */
#mn
{
	display: none;

	position: absolute;
	top: 0;
	left: 0;
	
	margin: 0;
	padding: 0;

	font-size: 85%;
	line-height: 18px;
	
	color: #333;
}

#mn dt
{
	display: none;
}

#mn dd a
{
	text-decoration: none;
	
	font-weight: bold;
}

#mn dd a:hover
{
	text-decoration: underline;
}

/* ROWED LIST */
dl.rowed,
ul.rowed
{
	display: block;
	
	font-size: 93%;
}

		ul.rowed li ul
		{
			padding: 0 0 0 10px;

			font-size: 100%;
			
			border-left: 1px dotted #aaa;
		}

	dl.rowed dt
	{
		padding: 10px 0 2px 0;
	}
	
	dl.rowed dd,
	ul.rowed li
	{
		display: block;
	
		clear: both;
		
		padding: 2px 0;
	}

	dl.rowed span,
	ul.rowed span
	{
		display: block;
		
		margin: 0 2px;
	}

	dl.rowed span a,
	ul.rowed span a
	{
		text-decoration: none;
		
		background: url(img/freccia.gif) 0 50% no-repeat;
	}

	dl.rowed span a:hover,
	ul.rowed span a:hover
	{
		text-decoration: underline;
	}

/* LIST INLINED */
dl.inlined
{

}

	dl.inlined dt
	{
		font-weight: bold;
	}

	dl.inlined *
	{
		display: inline;
		
		margin: 0 1em 0 0;
	}
	
	
/* META */
div.meta
{
	margin: 0 0 1em 0;

	color: #888;
	background: transparent;
}

	div.meta dt
	{
		display: none;
	}
	
	div.meta dd
	{
		word-spacing: 0.2em;
	}

	div.meta a
	{
		color: #3fadff;
		background: inherit;
	}

/* TAGS */
dl.tags dd,
dl.tags dd a
{
	margin: 0;
}

/* FIELDSET */
div.fieldset
{
	position: relative;

	margin: 0 5px 10px 5px;
}

	.squared
	{
		padding: 0 0 1em 0;
		
		background: url(img/head-bg.png) 0 0 repeat-x;
		border: 1px solid #ddd;
		border-top: none;
	}

div.fieldset h2
{
	display: block;

	margin: 20px 0 0 0;
	padding: 0 5px 1px 5px;
	
	height: 20px;

	font-weight: bold;

	/* color: #79e; */
	color: #000;
	background: url(img/background.jpg) 100% -6px no-repeat;
	border-top: 1px solid #ccc;
}

	div.fieldset h2 a
	{
		text-decoration: none;
	}

	div.fieldset h3
	{
		margin: 1em 0 0 0;
	
		font-weight: bold;
	}


		div.square
		{
			clear: both;
			
			margin: 2px 5px;
		
			font-size: 92%;
			line-height: 1.7em;
			text-align: justify;
		}
		
			div.square p
			{
				margin: 0 0 1em 0;
			}

		div.column
		{
			clear: both;
		
			margin: 2px 5px;

			font-size: 85%;
		}
		
			div.column p
			{
				display: block;
			
				padding: 1em 0;
			}
			
			
/* FOOTER */
#ft
{
	margin: 10px 0 0 0;

	color: inherit;
	background: #598937;
}

	#ft .fieldset
	{
		color: #fff;
		background: transparent;
	}

#ft h2
{
	display: none;
}

#ft a
{
	font-weight: bold;
	text-decoration: none;

	color: #fff;
	background: transparent;
}

#ft a:hover
{
	text-decoration: underline;
	
	color: #ff0;
	background: transparent;
}

#ft dt
{
	display: none;
}

/* FORM */
input.inputText
{
	width: 90%;
	
	font-size: 114%;
	font-family: monospace;
	line-height: 152%;

	color: #000;
	background: #FBF9EC url(img/form.jpg) repeat-x;
	border: 1px solid #777;
}

textarea.inputTextarea
{
	width: 90%;
	height: 150px;
	
	font-size: 114%;
	font-family: monospace;
	line-height: 152%;

	color: #000;
	background: #FBF9EC url(img/form.jpg) repeat-x;
	border: 1px solid #777;
}

/* SEARCH */
#search_box
{
	display: none;
}
