/********** STRUCTURE DIVS **********/


body 
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg) no-repeat fixed center;
	font-family:  "Lucida Sans Unicode", Arial;
	font-size: 13px;
}

div.frame
{
	width: 790px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header 
{
	float: left;
	width: 100%;
	color:#333333;
	font-size: 11px;
	text-align:center;
	margin:0px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

#header div.name
{
	float: left;
}

#header div.slogan
{
	float: right;
}

div.menu a
{
	float: left;
	text-decoration: none;
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-right: 19px;
	margin-left: 19px;
}

div.menu a:hover
{
	
}

#header div.menu
{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#headerImage
{
	clear:both;
	width: 790px;
	height: 200px;
	overflow:hidden;
	margin: 0;
	padding:0;
	border:0;
}


#headerImageCycle 
{
	float: right;
	clear: both;
	height: 7px;
	width: 160px;
	list-style:inline;
	margin:0;
	padding:0;
	margin-bottom: 2px;
}

#headerImageCycle a:link, #headerImageCycle a:visited 
{
	display: block;
	text-indent:-5000px;
	float: left;
	width: 7px;
	height: 7px;
	line-height: 7px;
	margin:0 0 0 5px;
	text-decoration: none;
	background: #ccc;
	outline:none;
	color: red;
}

#headerImageCycle a:hover, #headerImageCycle a.activeSlide 
{
	background: #000;
	text-decoration: none;
}

div.donate
{
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #333333;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.donate a
{
	color: #ffffff;
}

div.donate form
{
	float: right;
	position: relative;
	left: -5px;
	
}

div.contentFrame
{
	float: left;
	width: 790px;
	text-align: justify;
	background: #ffffff;
}


#sidebar-left
{
	float: left;
	background: #ffffff;
	margin-left: 0px;
	margin-top: 15px;
	width: 140px;
}

div.mainNoSidebars
{
	width: 98%;
	padding-left: 5px;
	padding-right: 5px;
}

div.mainSidebars
{
	float: left;
	width: 60%;
}

div.mainLeftSidebar
{
	float: left;
	padding-right: 10px;
	
}

div.mainRightSidebar
{
	float: left;
	width: 76%;
	padding-left: 10px;
}

#sidebar-right 
{
	float: right;
	background-color: #ffffff;
	text-align: right;
	width: 140px;
	margin-top: 8px;
	margin-right: 5px;
}

div.admin-panel
{
	width: 400px;
}



div.block-user
{
	margin-top: 25px;
	border: 0px solid;
}

div.footer
{
	float: left;
	width: 100%;
	color: #333;
	text-align:center;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	font-size: 12px;
}


div.footer a
{
	text-decoration: none;
	color: #333333;
}

div.footer a:hover
{
	color: #659FDE;
	text-decoration: underline;
}

/******** GENERIC STUFF: TITLES, TABLES, FORM AND SO ON ********/


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

a:link 
{
	color: #333;
}

a:visited 
{
	color: #333;
}

a:hover 
{
	color: #ee8c00;
	text-decoration: underline;
}


div.content a, div.content a:link, div.content a:visited
{
	color: #333333;
	text-decoration: underline;
}


h1, h2
{
	font-size: 50px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h2.title
{
	float: left;
	width: 100%;
	background: url('../images/bullet-italy-small.png') no-repeat right;
	border-bottom: 1px solid #c0c0c0;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;

}

h3.title
{
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	background: url('../images/bullet-italy-small.png') no-repeat right;
	margin-top: 25px;
	margin-bottom: 15px;
}

h4.title
{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	margin-top: 15px;
	margin-bottom: 15px;
}

p 
{
	margin-bottom: 3px;
	line-height: 15px;
}

pre 
{
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}


table 
{
	/* make <td> sizes relative to body size! */
	font-size: 1em;
}

tr.odd td, tr.even td 
{
	padding: 0.3em;
}

img.topPadded
{
	position: relative;
	top: 2px;
}


img.thumbnail
{
	border: 1px solid;
}	

input.textInput
{
	border: 1px solid;
	margin: 0px; 
	padding: 0px;
}

input.submitButton
{
	border: 1px solid #F99E00;
	background: #dedede;
	margin: 0px;	
}

fieldset
{
	border: 1px solid #ccc;
}



.form-item label 
{
	font-size: 1em;
	color: #222;
}

.item-list .title 
{
	font-size: 1em;
	color: #222;
}

.clear
{
	clear: both;
}



/*********** MODULE SPECIFIC STYLES ***********/

/*********** AGGREGATOR ***********/

#aggregator .feed-source 
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age 
{
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}

#aggregator .title 
{
	margin-bottom: 0.5em;
	font-size: 1em;
}

#aggregator h3 
{
	margin-top: 1em;
}

/*********** FORUM ***********/

#forum table 
{
	width: 100%;
}

#forum td 
{
	padding: 0.5em;
}

#forum td.forum, #forum td.posts 
{
	background-color: #eee;
}

#forum td.topics, #forum td.last-reply 
{
	background-color: #ddd;
}

#forum td.container 
{
	background-color: #ccc;
}

#forum td.container a 
{
	color: #555;
}

#forum td.statistics, #forum td.settings, #forum td.pager 
{
	height: 1.5em;
	border: 1px solid #bbb;
}

#forum td .name 
{
	color: #96c;
}

#forum td .links 
{
	padding-top: 0.7em;
	font-size: 0.9em;
}

.block-forum h3 
{
	margin-bottom: .5em;
}


/*********** PROFILE ***********/

#profile .profile 
{
	clear: both;
	border: 1px solid #abc;
	padding: .5em;
	margin: 1em 0em;
}

#profile .profile .name 
{
	padding-bottom: 0.5em;
}

/*********** ADMIN-PANEL ***********/

div.admin-panel .description 
{
	color: #999;
}

div.admin-panel .body 
{
	background: #f4f4f4;
}

div.admin-panel h3 
{
	background-color: #69c;
	color: #fff;
	padding: 5px 8px 5px;
	margin: 0;
}


/************  RECORDS PAGE  -OUTSIDE DRUPAL *************/

a
{
	text-decoration: underline;	
}

a.recordsAvailable
{
	background: #dddddd;
	padding-left: 5px;
	padding-right: 5px;
}

th
{
	border: 1px solid;
}

th a, th a:link, th a:visited
{
	text-decoration: none;
}

th.letters
{
	border: 1px solid;
	text-align: center;
}

td.bordered
{
	border: 1px solid #B0B0B0;
	text-align: left;
}


td a, td a:link, td a:visited
{
	text-decoration: underline;
}

div#errormessage
{
	color: #C00000;
	font-weight: bold;
}

div.searchByRegion
{
	width: 100%;
	margin-top: 30px;
}

div.map
{
	float: left;
	width: 70%;
	text-align: center;
}

div.regions
{
	float: left;
	width: 30%;
}



/* set the size of the definition list <dl> and add the background image */

#imap 
{
	display:block;
	width:357px;
	height:441px;
	background:url(../images/regions/map_italy_regions.gif) no-repeat;
	position:relative;
}

/* set up the definition list <dt><a> to hold the background image for the hover state */

#imap a#title 
{
	display:none;
	width:357px;
	height:0;
	padding-top:441px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:transparent url(../images/regions/map_italy_regions.gif) no-repeat 357px 441px;
	cursor:default;
}

/* the hack for IE pre IE6 */

* html #imap a#title 
{
	height:240px;
	he\ight:0;
}

/* the <dt><a> hover style to move the background image to position 0 0 */

#imap a#title:hover 
{
	background-position: 0 0;
	z-index:10;
}

/* place the <dd>s in the correct absolute position */
#imap dd 
{
	position:absolute;
	padding:0;
	margin:0;
}

/* style the span text so that it is not initially displayed */

#imap a span, #imap a:visited span 
{
	display:none;
}


