/*
Theme Name: ACCADEMIA PA 2.2 
Theme URI: http://www.accademiapa.it/
Description: Tema originale basato sul progetto grafico generico per i siti di iniziative promosse da FORUM PA.
Version: 1.6
Author: Federico Romanazzo
Author URI: mailto:federico.romanazzo@fastwebnet.it
Tags: Custom graphic project, custom header, fixed width, two columns, widgets

	ACCADEMIA PA 2.2 
	 mailto:federico.romanazzo@fastwebnet.it

	This theme was designed and built by Federico Romanazzo

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #114866;
	margin: 0px;
	padding: 0px;
}
/*****************************/

ol, ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin:0px;
	padding:0px;
}
ol, ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr{
	display:none;
}
td{
	vertical-align:top;
}
a {
	color:#005aa1;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.clearBoth{
	clear:both;
}

#page {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

/********************STRUCTURE***********************/
#sidebar {
	width:200px;
	float:left;
	margin-right: 15px;
	background-image: url(images/sidebarBg.gif);
}
#sidebar .bottomBg {
	background-image: url(images/sidebarBottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 1%;
	padding-bottom: 90px;
	overflow: visible;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#content {
	float: left;
	width: 655px;
	background-color: #FFFFFF;
}
#footer {
	clear:both;
	background-color: #D6D6BE;
	color: #CCCCCC;
	text-align: center;
	width: 870px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer p {
	padding: 15px;
	color: #474D4B;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #474D4B;
}
#footer strong {
	font-size: 16px;
	color: #005aa1;
}


#footer a {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer a:hover {
	color: #D6D5C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5C1;
}
.forumPAlink a {
	float: right;
	width: 60px;
	display: block;
	height: 1px;
	padding-top: 55px;
	overflow: hidden;
	margin-top: 10px;
	background-image: url(images/forumpa.png);
	background-repeat: no-repeat;
}
.mainBg {
	background-image: url(images/mainBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
.topBg {
	background-image: url(images/topBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomBg {
	background-image: url(images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1%;
	overflow: visible;
	position: relative;
	padding-bottom: 50px;
}
#header {
	height: 160px;
	overflow: visible;
	background-image: url(images/headBg.jpg);
	margin-bottom: 15px;
}
#header #headerimg h1{
	padding-top: 20px; 
}
#header .description {
	font-size: 25px;
}
#header #headerimg h1 a {
	font-size: 35px;
}
#header #headerimg .sponsorLink {
	float: left;
	height: 160px;
	width: 240px;
}
#header #headerimg .sponsorRight {
	float: right;
	height: 46px;
	width: 333px;
}
#header #headerimg .sponsorRight a {
	display: block;
	height: 40px;
	width: 327px;
	overflow: hidden;
	text-indent: -3000px;
	background-image: url(images/farmafactoring.jpg);
	margin: 3px;
}
.clearer {
	display: block;
	clear: both;
	float: none;
	height: 0px;
	width: 100%;
}
#header #headerimg .sponsorLink a {
	float: left;
	width: 170px;
	display: block;
	height: 1px;
	padding-top: 150px;
	overflow: hidden;
	margin-top: 0px;
}

#sidebar .widgettitle {
	/*font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;*/
	display: none;
	height:1px;
	overflow:hidden;
}
#sidebar li {
	width:170px;
	overflow:hidden;
}
#sidebar .widget a {
	display: block;
	background-image: url(images/sidebarBullet.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #474D4B;
	padding-top: 3px;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#sidebar .widget a:hover, #sidebar .widget .current_page_item a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #474D4B;
	background-image: url(images/sidebarBulletHilite.gif);
}
#content .post .postTitle {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/sidebarBulletGhost.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	background-position: left top;
	height: 20px;
	overflow: visible;
}
#content .entry {
	padding-right: 35px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BFBD9D;
}
#content .entry p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 35px;
	padding-top: 5px;
	text-align: justify;
}
#content .entry strong {
	color: #7E7B53;
}
#content .entry blockquote {
	background-color:#f7f7f3;
	background-image: url(images/blockquoteBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;

}
#content .entry blockquote p{
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	color: #7E7B53;
	padding-right: 20px;
	padding-left: 20px;
}

#content .entry a {
	color: #065975;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #474D4B;
}
#content .entry a:hover {
	color: #7E7B53;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #065975;
	text-decoration: none;
}
#content .entry h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/sidebarBullet.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
}
#content .entry h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/bullet_01.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	background-position: 15px 6px;
	margin-top: 10px;
}
#content .entry h3 {
	padding-left: 35px;
	color: #065975;
	font-size: 16px;
	font-weight: bold;
}
#content .entry h4, #content .entry h5, #content .entry h6 {
	padding-left: 35px;
	color: #065975;
}
#content .entry ul {
	padding-left: 50px;
}
#content .entry ul li {
	background-image: url(images/miniBullet_01.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 6px;
	color: #065975;
	margin-bottom: 5px;
}
#content .entry ol {
	padding-left: 70px;
}
#content .entry ol li {
	background-image: none;
	padding-left: 0px;
	list-style-type: decimal;
}
#content .post-edit-link {
	display: block;
	background-color: #666666;
	color: #A9DFF1;
	text-decoration: none;
	text-align: right;
	padding: 5px;
}
#comments {
	font-size: 18px;
	font-weight: normal;
	color: #EDEDE4;
	background-image: url(images/sidebarBullet.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	background-position: left top;
	height: 22px;
	overflow: hidden;
	background-color: #97968A;
}
.commentTop {
	height: 15px;
	background-color: #D6D5C1;
}

.navigation {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5C1;
	margin-bottom: 5px;
	padding-right: 35px;
	padding-left: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D5C1;
	line-height: 25px;
	clear: both;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.navigation a {
	
}
.commentlist {
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.commentlist .comment {
	clear: left;
	margin-bottom: 15px;
}
.commentlist .vcard {
	float: left;
	background-image: url(images/commentVcardBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-left: 5px;
	width: 60px;
	padding-right: 20px;
	margin-bottom: 15px;
	background-color: #D5D5C1;
	padding-bottom: 5px;
}
.commentlist .vcard .avatar {
	display: block;
	border: 3px solid #FFFFFF;
	margin-bottom: 5px;
}
.commentlist .vcard .fn {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.commentlist .comment-meta {
	float: left;
	padding-top: 8px;
	width: 450px;
}
.commentlist  p {
	float: left;
	display: block;
	width: 450px;
	margin-bottom: 15px;
}
#respond {
	margin-bottom: 0px;
	padding-bottom: 15px;
	background-color: #AFB198;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8D8F74;
}
#respond h3 {
	font-size: 18px;
	font-weight: normal;
	color: #EDEDE4;
	background-image: url(images/sidebarBullet.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	padding-top: 2px;
	background-position: left top;
	height: 22px;
	overflow: hidden;
	background-color: #606051;
}
#respond p {
	padding-bottom: 5px;
	padding-left: 35px;
}
#respond .inputTf {
	width: 200px;
	background-color: #D6D5C1;
	border: 1px solid #606051;
}
#respond label {
	color: #000000;
}

#respond #comment {
	width: 350px;
	background-color: #D6D5C1;
	border: 1px solid #606051;
}
#respond #submit {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606051;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #47473D;
	border-right-color: #47473D;
	border-bottom-color: #47473D;
	border-left-color: #47473D;
	color: #FFFFFF;
}
.customForm {
}
#content .customForm h2, #content .customForm h3{
	clear:both;
	padding-top:15px;
	display:block;
	background-position: 15px 21px;
}
.customForm .table .tr {
	padding-left: 35px;
	clear: both;
}
.customForm .table .tr .td{
	padding-bottom:10px;
}
.customForm .table .tr .left {
	float: left;
	width: 150px;

}
.customForm .table .tr .right {
	float: left;
	width: 400px;
	padding-left: 20px;

}

.customForm .table .tr .phpgendomanda {
	font-weight: bold;

}
.customForm .table .tr textarea {
	width: 350px;
}

.customForm .table .tr #categoria {
	width: 570px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.customForm .table .submitButton{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606051;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #47473D;
	border-right-color: #47473D;
	border-bottom-color: #47473D;
	border-left-color: #47473D;
	color: #FFFFFF;
}

.phpgentitolo{
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	width:550px;
}
.khide {
	display: none;
}
.kshow {
	display: inline;
}
select,input,textarea {
	border: 1px solid #000000;
	padding: 1px;
	margin: 1px;
}

.dblabel {
	font-weight: bold;
	color: #7E7B53;
}
.dbbr {
	line-height: 10px;
	font-size: 10px;
}

.finalista {
	font-weight: bold;
}

/*.phpgendomanda {
	color:#E2664F;
	font-size:12px;
	font-weight:bold;
}
.phpgentitolo {
	
}
.phpgennote {  font-style: italic}
.bg1 { background: #ececec; background-color:#ececec;}
.bg0 { background: #ffffff; background-color:#ffffff;}
.table {
	width: 100%;
	margin: 0 auto;
}
.table .tr {
	width: 100%;
	clear: both;
}
.table .tr .td {
}
.table .tr .left {
	width: 25%;
	float: left;
}
.table .tr .right {
	width: 75%;
	float: right;
}

.table .tr .phpgentitolo {
	width: 100%;
}

fieldset legend {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.error {
	font-size: 16px;
	color: #ff0000;
}
input#action {
	background-color: #ffff00;
	padding: 10px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 400px;
}
*/

