/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #333;
	background: #FFF url(../images/bkg.jpg) repeat-x;
	text-align: center;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* links */
a {
	background: inherit;
	color: #688549;
}
a:hover {
	background: inherit;
	color: #9C2C38;
}

/* headers */
h1, h2, h3 {
	font: bold 1em;
	color: #9C2C38;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

.post h1 a{
    color:#9C2C38;
    text-decoration:none;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	/*color: #72A545;	*/
}
ul span, ol span {
	color: #333;
}

/* ../images */
#main img {
	/*border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
        background-color: #fff;
        padding: 4px;
        border: 1px solid #e9e9e9;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.noborder{
border:0;
}
/*a img {  
  border: 2px solid #72A545; /* #32CD32; */
}
a:hover img {  
  border: 2px solid #806B4D !important; /* IE fix*/
  border: 2px solid #72A545; /* #32CD32; */
}*/
div.loghi a:hover{
text-decoration:none;
}
div.loghi a img {  
  border-width: 0px;
}
div.loghi a:hover img {  
  border-width: 0px;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font-size: 1.2em/1.5em; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px; padding: 0;
	
}
label {
	display:block;
	font-weight:bold;
	margin:0;
}
input {
	padding: 2px;
width:250px;
	border:1px solid #ddd;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#555;
margin-bottom: 15px;
margin-top: 0px;
}
textarea {
	width:250px;
	padding:2px;
	font-size: 1em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
	height:100px;
	display:block;
	color:#555;
}
input.zemSubmit { 
	margin-top: 10px; 
	font-size: 1em;
	border: 1px solid #CCC;
	background-color: #9C2C38; 
	padding: 2px 3px; 
	color: #fff;	
width: auto;
}
fieldset{
border:none;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font-size: 12px;
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height:100px;
}
#header-content #logo {
	width: 100%;
	position: absolute;
	letter-spacing: -1px;
	color: #DE8C94;
	margin: 0;
	padding: 0; /* change the values of left and top to adjust the position of the logo */
	top: 34px;
	left: 0px;
	font-size: 20px;
	font-weight: normal;
}
.headerphoto #slogan {
	position: absolute;
	bottom: 40px;
	left: 30px;
	font-size: 20px;
	text-transform: none;
	color: white;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.headerphoto #sloganshadow {
	position: absolute;
	bottom: 39px;
	left: 31px;
	font-size: 20px;
	text-transform: none;
	color: #333;
	margin: 0;
	padding: 0;
}


/* header photo */
.headerphoto {
	margin: 0px auto 0px auto;
	width: 770px;
	height: 190px;
	padding: 25px 10px 0px 10px;
	background: #fff url(../images/head.jpg) no-repeat center 15px;
	position: relative;
}

/* content */
#content-wrap {
margin:0;
padding:0;
	clear: both;
	float: left;
	width: 100%;
	background-color: white;
}
#content {
	margin:0;

	text-align: left;
	padding: 0;
	margin: 0 auto;
	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: .9em;
	color: #F7F9F4;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	color: white;
}
.sidebox {
	background: #9C2C38 url(../images/sidebarbkg.jpg) repeat-x top;
	border: 1px solid #D55562;
	margin-bottom: 10px;
	height: auto;
}
.sidebox-footer {
	background-color: #F0F3EA;
	padding: 3px;
	margin-top: -10px;
	font-size: 0.8em;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #D55562;
}
.sidebox-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 18px;
	margin: 0 2px 0 5px;
	
}
.sidebox-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 18px; 
	margin: 0 2px 0 5px;
	
}
#sidebar .sidebox-footer a {
	color: #B53475;
	text-decoration:none;
}

#sidebar .sidebox-footer a:hover {
color: #B53475;
	text-decoration:underline;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	font-size:1.1em;

}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: white;
	/*height: 1.5em;	*/
	padding:.3em 0 .3em 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px solid #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 5px; 
	background: url(../images/tri.gif) no-repeat right center;
	color: #ffcc00;
}
#sidebar ul.sidemenu a.selected {
	padding: .3em 0 .3em 5px; 
	background: url(../images/tri.gif) no-repeat right center;
}
#sidebar a{
	color: #ffffff;
}
#sidebar a:hover{
	color: #ffcc00;
}
#sidebar .loghi{
	background-color: #F1F4ED;
	padding: 8px;
	border: 1px solid #DFE0DA;
}
#sidebar .loghi img{
	margin-bottom:5px;
	margin-right:5px;
}

/* main */
#main {
	float: left;
	width: 68%;
	margin: 0 0 10px 0;
	padding: 0;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	
}

.post {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #FAFAF8;
	background: #FAFBF6 url('../images/gradientbg.jpg') repeat-x top;
}
.post .post-footer {
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
	clear: left;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding-top: 10px;
	font-size: .95em/1.5em;
	text-align: left;
	
	
	
}
#footer h3, #footer p {
	margin-left: 0;
}
#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
}
#footer-content a {
	text-decoration: none;
	color: #9C2C38;
}
#footer-content a:hover {
	color: #6D8C46;
}
#footer-content ul {

	list-style: none;
	margin: 0; padding: 8px;
	
}
#footer-content li{
	display: inline;
	padding:3px;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }
/* additional classes */
.clear { clear: both; }
.ilcalesse  {
	position: absolute;
	top: 16px;
	left: 0px;
	font-size: 46px;
	color: white;
	font-weight: bolder;
	letter-spacing: -2px;
	z-index: 2;
}
.ilcalesse a{
	color:white;
	text-decoration:none;
}
.ilcalesse a:hover{
	color: #72914E;
	text-decoration:none;
}
.ilcalesseshadow  {
	position: absolute;
	top: 17px;
	left: 1px;
	font-size: 46px;
	color: black;
	font-weight: bolder;
	letter-spacing: -2px;
}

/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
	width: 760px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	float: left;
	background: #cccccc url(../images/menubarbkg.jpg) top right no-repeat;
	border-top: 1px solid #ddd; /*top border style*/
	border-bottom: 1px solid #333; /*thick bottom border below tabs*/
/*font-weight: bold;*/
	font-size: 17px;
	display: block; /*clear: both;*/
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
	float: left;
	color: #7D1E26;
	padding: 8px 11px; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(../images/menubkg.jpg) top right no-repeat;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ 

border-right: 1px solid #d3bdbe; 

background-position: top left; 

}



#thicktabs li a:hover,#thicktabs li a.selected {
color: white;
background-image: url(../images/menubkg_over.jpg); /*background image swap on hover*/

}




.clearboth{
clear: both;
}

legend{
display: none;
}
