/*
Theme Name: CNGEI Pisa
Description: A simple two column fluid width theme. Right sidebar supports widgets. Standards compliant. Based on Fluid blue http://srinig.com/wordpress-themes/fluid-blue/ by Srini G
Version: 1.0.1
Author: Cionimba
Author URI: http://cionimba.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: url(/wp-content/themes/cngeipisa/images/bkg.gif) center center repeat-y #c2ffb1;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Layout */
#page {
	width:998px;
	margin:0px auto;
	text-align:left;
	background: white;
}
#content{
	width: 756px;
	border-left:201px solid #ccccff;
	text-align: left;
	float: left;
	padding:0 20px 0 20px;
	margin: 0 0 0 0;
}
#content hr {
	color: #000;
	width: 200px;
	text-align: center;
}

#content a:hover {
	text-decoration: underline;
}
#content a{
	font-size:12px;
}
#content ul{
	font-size:12px;
}
#content ol {
	font-size:12px;
}
#content a:link{
	color: #006633;
	font-weight: bold;
}

#content a:visited{
	color: #006633;
	font-weight: bold;
}
#content p{
	font-size:12px;
}
#content p:link{
	color: #006633;
	font-weight: bold;
}

#content p:visited{
	color: #006633;
	font-weight: bold;
}
#content h3{
	font-size:15px;
	margin-bottom:5px;
	color: #006633;
}
#content h2 {
	font-size:18px;
	color: #006633;
}
#content h2 a{
	font-size:18px;
	text-decoration: none;
	color: #006633;
}
#content td{
	font-size:12px;
}
#content img {
	margin: 5px;
}

/* Header */

#header {
	margin:0;
	padding:20px 0;
	background: url(/wp-content/themes/cngeipisa/images/header4.gif) top left no-repeat;
	background-color: white;
	height: 199px;
}

#headertitle {
	margin:0 20px 0 280px;
}
#headertitle img {
	margin:0;
}
#headertitle h1 {
	margin:0;
	color:#fff;
	font-size:30px;
}
#headertitle h1 a {
	background:transparent;
	text-decoration:none;
	color:#fff;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	text-decoration:none;
}

#pann_base_1 {
	position:absolute;
	top: -97px;
	left: 810px;
	margin: 20px 10px 20px 10px;
	padding: 0px;
	font-size: 12px;
	border: 0px solid #fff;
	height: auto;
	width: 165px;
}
#pann_base_1 p {
	padding: 0px;
	margin: 0px 20px 0px 20px;
	font-size: 11px;
	text-align: right;
}
#pann_base_1 h5 {
	padding: 7px 0 7px 0;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
#pann_base_1 input {
	margin: 0px 0px 10px -5px;
	vertical-align: middle;
	border: gray solid 2px;
	padding: 0px;
	width: 130px;
}
#pann_base_1 p.gotox a {
	padding: 0px 12px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

/* Top navigation */

#hmenu {
	margin: 0 0 0 245px;
	position: absolute;
	top: 120px;
	padding: 0;
	background:transparent;
	width:525px;
	height:104px;
}
#hmenu ul li.hmenu1:before {
	content: "";
}
#hmenu ul li:before {
	content: "| ";
	background:transparent;
	color:#EEEEEE;
}

#hmenu ul li a {
	margin:0;
	background:transparent;
	text-decoration:none;
	color:#fff;
}
#hmenu ul li {
	display:inline;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 15px;
}

#hmenu ul li a:hover {
	background:transparent;
	color:#ddd;
}
#hmenusub ul li.hmenu1:before {
	content: "";
}
#hmenusub ul li:before {
	content: "| ";
	background:transparent;
	color:#006633;
}
#hmenusub ul li{
	text-transform:none;
	font-size: 13px;
}
#hmenusub ul li a {
	color:#006633;
	text-decoration:underline;
}
#hmenusub ul li a:hover {
	background:transparent;
	color:#000;
}
/* Sidebar */

#sidebar{
	width: 171px;
	padding: 0 15px 0 15px;
	background-color: #ccccff;
	position:absolute;
	top:239px;
}
#sidebar li {
	color: #006633;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #006633;
}
#sidebar a:link {
	text-decoration: none;
	font-weight:bold;
	color: #006633;
}
#sidebar a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #006633;
}
#sidebar h2 {
	color:#46C67C;
	font-size:17px;
	text-transform:uppercase;
	margin: 10px 0 0 0;
}
#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
}
#sidebar a:hover {
	color: #006633;
	text-decoration: underline;
}
#sidebar li li {
	margin:2px 4px;
}
#sidebar li li li {
	padding-left:10px;
	font-weight:normal;
}
#sidebar img {
	border:0;
	margin-left: 11px;
}
#sidebar .textwidget{
	font-weight: normal;
	margin-top: 30px;
}
/* Footer */
#footer {
	text-align: center;
	font-size: 10px;
	/*border-top: thin dashed #000;*/
	color: #000;
	width: 100%;
	background: url(/wp-content/themes/cngeipisa/images/bkg.gif) center center repeat-y;
	clear: both;
	padding-bottom: 20px;
}
#footer p a {
	color: #006633;
	text-decoration: none;
}
#footer a {
	color: #006633;
	text-decoration: none;
}
#footer hr {
	width: 450px;
	text-align: center;
}


/* Post */

.postmetadata {
	color: #006633;
	text-align:justify;
	margin: 7px 20px 7px 20px;
}
.post {
	width: auto;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.posttitle {
	background-color: #99d37e;
	padding: 8px 15px 8px 15px;
	margin: 25px 10px 7px 10px;
	text-decoration:none;
}

.postentry {
	background-color: #ccccff;
	padding: 12px 27px 2px 27px;
	margin: 7px 10px 7px 10px;
}
.postentry p {
	margin: 0 0 10px 0;
}
.postmetadata {
	color: #006633;
	text-align:justify;
	font-size: 12px;
	margin: 7px 20px 7px 20px;
}

textarea#comment {
	width:100%;
}
/* Comments */

#comments {
	margin:0 27px;
}
.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:15px 0;
	overflow:auto;
	border-bottom:2px solid #EEEEEE;
}

.commentlist p {
	margin:5px 0;
}

.commentlist h4 {
	margin:0;
}
/* Comment ends */



/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#006633;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#006633;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.navigation {
	margin: 20px 0 50px 0;
}
.navigation a{
	text-decoration: none;
}
.navigation a:link{
	text-decoration: none;
}