/*
Theme Name: Service Web
Theme URI: http://www.cooperativaserviceweb.it/
Description: Tema del sito della Cooperativa Service Web
Version: 1.0
Author: Lorenzo Nicoletti

*/

/* @group Utili */

* {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {height: 1%;}

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}

.round {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;

	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
a img {
	border: none;
}
/* @end */

/* @group Struttura */

html {
	background: #225289 url(images/bg_html.png) repeat-x scroll left top;
}

body {
	background: transparent url(images/bg_cont.png) repeat-y scroll center top;
}

div#bg-bottom {
	background: transparent url(images/bg_footer.png) no-repeat scroll center bottom;
}

div#bg-top {
	background: transparent url(images/bg_top.jpg) no-repeat scroll center top;
}

div#container {
	width: 813px;
	margin: 0 auto;
}

div#header {
	height: 400px;
	overflow: hidden;
}
div#content {
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
div#footer {
	height: 167px;
	overflow: hidden;
}
div#content-padding {
	margin: 0 9px 0 10px;
}



/* @end */

/* @group Header */

div#header ul {
	margin-top: 11px;
	padding-left: 15px;
}
div#header ul li {
	display:inline;
}
div#header ul li a {
	font-size: 14px;
	color: #fafafa;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	margin: 0 12px 0 0;
}
div#header ul li a:hover {
	color: #CFF0FF;
}
div#header a.logo {
	display: block;
	margin-top: 250px;
	margin-left: 390px;
	width: 405px;
	height: 88px;
	text-indent: -99999px;
}



/* @end */

/* @group Calendario */

div.data {
	width: 44px;
	height: 49px;
	background: url(images/bg_calendario.png) no-repeat scroll 0 0;
	float: left;
}

div.data span {
	display: block;
	text-align: center;
	margin-left: -2px;
}

div.data span.mese {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #fafafa;
	padding-top: 1px;
}

div.data span.grno {
	color: #225289;
	font-weight: bold;
	margin-top: 3px;
	font-size: 18px;
	line-height: 18px;
}

div.data span.anno {
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	color: #225289;
	margin-top: 0px;
}

/* @end */

/* @group Contenuti */

h2.title {
	font-size: 36px;
	font-weight: bold;
	color: #225289;
	margin-bottom: 18px;
	padding-top: 26px;
}

h3.title {
	font-size: 18px;
	font-weight: bold;
	color: #225289;
	margin-bottom: 10px;
}

p.data {
	color: #333;
	margin-top: -20px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 14px;
}

p.riepilogo-risultati {
	color: #333;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 14px;
}
div#content a,
div#content a:link,
div#content a:visited {
	color: #225289;
	text-decoration: underline;
}
div#content a:hover,
div#content a:active {
	color: #225289;
	text-decoration: none;
}

div.post {
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	color: #333;
	font-size: 14px;
}

div.post-text {
	margin-left: 60px;
}

div.page-text {
	margin-left: 0px;
}

div#footer p {
	color: #999;
	font-size: 12px;
	text-align: right;
	margin-top: 35px;
	margin-right: 100px;
	line-height: 20px;
}

div.navigation {
	font-size: 12px;
}

div.risultati {
	margin-left: 0 !important;
}





/* @end */

/* @group Testi */

div.post-text p,
div.page-text p {
	margin-bottom: 12px;
}

div.post-text ul,
div.post-text ol,
div.page-text ul,
div.page-text ol {
	padding-left: 20px;
}
div.post-text li,
div.page-text li {
	margin-bottom: 12px
}

div.post-text ul ul,
div.post-text ol ol,
div.page-text ul ul,
div.page-text ol ol {
	margin-top: 12px;
	margin-bottom: 20px;
}
div.page-text h1,
div.page-text h2,
div.page-text h3,
div.page-text h4 {
	margin-bottom: 12px
}

/* @end */

/* @group Cerca */
form#searchform {
	position: absolute;
	margin-left: 621px;
}
form#searchform div {
	width: 170px;
	border: 1px solid #999;
	padding: 1px;
}
form#searchform input {
	display: block;
	float: left;
}
input#s {
	width: 150px;
	height: 15px;
	color: #999;
	border: 1px solid #fff;
	font-size: 12px;
	line-height: 13px;
}
input#searchsubmit {
	width: 13px;
	height: 13px;
	padding-top: 2px;
	padding-left: 2px;
}
/* @end */

