/*
 * GetSolution Main CSS
 *
 * GetSolution
 * WebSite 2006
 *
 * Copyright (C) 2005/2006
 * by Davide S. Casali
 * www.digitalhymn.com
 *
 * Last release: 2006-01-17
 *
 */

/*** Golem Common CSS ***/
/* @import url(GetS.ext.v1.css); */

/****************************************************************************************************
 * Defaults
 */
body
{
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0; /* Opera different behaviour */
	background-color: #F2F2F2;
}

a
{
	color: #F47820;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover
{
	background-color: #F47820;
	color: #FFFFFF;
}

img
{
	border: 0;
}

form
{
	margin: 0;
}

/****************************************************************************************************
 * Blocks
 */
#all
{
	width: 915px;
	margin: 0 auto;
	text-align: left; /* counter-effect IEfix */
}
* html body { text-align: center; } /* [IEfix] 5.x align bug */

#header
{
	position: absolute;
}
* html #header { margin-left: -255px; } /* [IEfix] "absolute" has a different position in IE */
*:first-child+html #header { margin-left: -255px; } /* [IE7fix] still buggy *sic* */

#inset
{
	margin-left: 255px;
	background: transparent url(gfx/gets_filler_back.gif) repeat-y;
	
	min-height: 600px;
}
* html #inset { height: 600px; } /* [IEfix] IE doesn't support min-height, but it reads height as min-height */

/****************************************************************************************************
 * Header
 */
#header
{
	background: url(gfx/gets_logo.gif) top left no-repeat;
	height: 385px;
	width: 255px;
	
	cursor: pointer;
}

#header h1
{
	position: absolute;
	text-indent: -600em;
}

/****************************************************************************************************
 * Menu
 */
#menu
{
	
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	display: block;
	float: left;
	
	width: 110px;
	height: 183px;
	
	text-indent: -600em;
	cursor: pointer;
}

#menu ul li#btn1 { background-image: url(gfx/gets_btn_chisiamo.gif); }
#menu ul li#btn2 { background-image: url(gfx/gets_btn_servizi.gif); }
#menu ul li#btn3 { background-image: url(gfx/gets_btn_eventi.gif); }
#menu ul li#btn4 { background-image: url(gfx/gets_btn_pubblicazioni.gif); }
#menu ul li#btn5 { background-image: url(gfx/gets_btn_referenze.gif); }
#menu ul li#btn6 { background-image: url(gfx/gets_btn_contatti.gif); }

#menu ul li:hover,
#menu ul li.sfhover { background-position: 0 -183px; }

#all.chisiamo #menu ul li#btn1 { background-position: 0 -183px; }
#all.servizi #menu ul li#btn2 { background-position: 0 -183px; }
#all.eventi #menu ul li#btn3 { background-position: 0 -183px; }
#all.pubblicazioni #menu ul li#btn4 { background-position: 0 -183px; }
#all.referenze #menu ul li#btn5 { background-position: 0 -183px; }
#all.contatti #menu ul li#btn6 { background-position: 0 -183px; }

/****************************************************************************************************
 * Infobar
 */
#infobar
{
	clear: both;
	background: #FFFFFF url(gfx/gets_header_fade.gif) 0 20px no-repeat;
	height: 35px;
	width: 650px;
	overflow: hidden;
	
	color: #444444;
	padding: 3px 5px;
	font-size: .95em;
}

#infobar a
{
	color: #FF6600;
	font-size: .9em;
}

#infobar a:hover
{
	background: transparent;
	color: #888888;
}

#infobar .search
{
	float: right;
	width: 200px;
	text-align: right;
}
* html #infobar .search { margin-top: -4px; }

#infobar .search small
{
	font-size: .95em;
	margin-top: -5px;
}

#infobar .search form
{
	display: inline;
}

#infobar .search form input
{
	width: 120px;
	height: 10px;
	
	font-size: 10px;
}

/****************************************************************************************************
 * Page
 */
#page 
{
	padding-bottom: 10px;
}
* html #page div { height: 1%; } /* [IEfix] Peekaboo bug (contained float misbehaves w/o this) */

#page .block
{
	background: transparent url(gfx/gets_filler_page.gif) repeat-y;
	
	padding: 1px 20px;
	margin: 30px 0 0;
}

#page .block .backnext
{
	text-align: center;
	margin-bottom: 5px;
}

/****************************************************************************************************
 * Servizi
 */
.servizi #page .block img
{
	float: right;
}

.servizi #page .block
{
	min-height: 154px;
}
* html .servizi #page .block { height: 154px; } /* [IEfix] height = min-height for IE */

/****************************************************************************************************
 * Typo
 */
#page h2
{
	margin: 0;
	padding: 0;
	position: relative;
	top: -17px;
	line-height: 20px;
	margin-bottom: -9px;
	
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	
	color: #FFFFFF;
	
	height: 20px;
	overflow: hidden;
}
* html #page h2 { top: -19px; } /* [IEfix] IE aligns as it likes */

#page h3
{
	margin: 0;
}

#page h4
{
	margin: 0 0 5px;
	font-size: .8em;
	color: #D9D9D9;
}

#page p
{
	text-align: justify;
	padding: 0 0 10px;
	margin: 10px 5px;
}

#page ul
{
	list-style: none;
	padding: 0 0 10px;
	margin: 10px 5px;
}

#page ul li
{
	background: transparent url(gfx/gets_dot_icon.gif) no-repeat 0 -1px;
	padding-left: 20px;
}

#page small
{
	font-size: .8em;
	color: #D5D5D5;
}

#page .linker
{
	margin-left: 160px;
	border-left: 2px solid #F47820;
	padding-left: 3px;
	margin-bottom: 8px;
	
	font-size: .95em;
	color: #666666;
}

#page .linker a
{
	display: block;
}

/****************************************************************************************************
 * Dual columns
 */
#page .split
{
	background: transparent url(gfx/gets_filler_page.gif) repeat-y;
	
	margin: 15px 0 0px;
}

#page .split .col
{
	float: left;
	width: 290px;
	
	margin: 1px 20px;
}
* html #page .split .col { width: 300px; margin: 1px 10px; } /* [IEfix] boxmodel */ 

#page .split .clear
{
	clear: both;
	height: 1px;
	font-size: 1px; /* [IEfix] stupidity hits again */
}


input
{
	border-top: 1px inset #444444;
	border-left: 1px inset #444444;
	border-bottom: 1px inset #AAAAAA;
	border-right: 1px inset #AAAAAA;
}

input.golemBtn
{
	background-color: #EEEEEE;
	border-top: 1px outset #AAAAAA;
	border-left: 1px outset #AAAAAA;
	border-bottom: 1px outset #444444;
	border-right: 1px outset #444444;
}

/****************************************************************************************************
 * Form
 */
form textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	border: 1px inset;
}

.subscribe form textarea
{
	color: #888888;
}

/****************************************************************************************************
 * Nuts
 */
.article
{
	margin-bottom: 30px;
}
* html .article { margin-bottom: 15px; } /* [IEfix] spacing */

#page h2 a
{
	
}

#page .back a
{
	color: #EEEEEE;
}

#all.home #page .col p.smallexcerpt
{
	font-size: .8em;
	margin-top: 1px;
	margin-bottom: 0;
	padding-bottom: 4px;
}

.block .body
{
	margin-bottom: 10px;
	text-align: justify;
}

.home .backnext
{
	display: none;
}

.referenze .block h4,
.contatti .block h4
{
	display: none;
}

#all .map
{
	padding-bottom: 10px;
}

#all .map ul
{
	margin: 0;
	padding: 0;
}

#all .map ul li
{
	margin: 3px 0;
}

#all .block .drawer
{
	margin-bottom: 10px;
}

#all .block .drawer a
{
	font-size: 1.1em;
}

#all .block .drawer ul
{
	margin: 0;
	padding: 0 4px;
}

#all .block .drawer ul a
{
	font-size: .9em;
}

/****************************************************************************************************
 * Closing
 */
#closing 
{
	margin-left: 255px;
	background: transparent url(gfx/gets_filler_closing.gif) no-repeat;
	padding: 4px 20px;
	
	font-size: .95em;
	color: #444444;
}

#closing a, #closing a:hover
{
	font-weight: normal;
}

#golemclosingline
{
	font-size: .7em;
	color: #D5D5D5;
	
	text-align: center;
	margin-bottom: 10px;
}

#golemclosingline a, #golemclosingline a:hover
{
	color: #D5D5D5;
	background-color: transparent;
}

/****************************************************************************************************
 * phpGolem
 */
#page .message
{
	background: transparent url(gfx/gets_filler_page.gif) repeat-y;
	text-align: center;
	
	padding: 5px 20px;
	margin: 15px 0 30px;
}

#page .message h3
{
	font-size: 1.4em;
}
