/* Egypt comes to Tennessee */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #FFF;
border-top: 5px #008edb solid;
padding: 0;
border-bottom: 5px #008edb solid;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 25px;
padding-right: 100px;
border-bottom: 1px #008edb solid;
color: #008edb;
font-size: 1.4em;
letter-spacing: 5px;
text-align: right;
border-top: 5px #7aaf21 solid;
padding-top: 3px;
padding-bottom: 7px;
font-style: italic;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
border-left: 1px #008edb solid;
border-right: 1px #008edb solid;
color: #000;
}

#main-text IMG {
border: 1px #008edb solid;
padding: 2px;
}

.boxsiti {
	margin-bottom: 0.5em;
	padding: 0 1em 1em 0;
	}

.testocollaboratori {
	margin-left: 10.5em;
	}

.testositi {
	margin-left: 14em;
	}


h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #008edb;
padding-bottom: 9px;
padding-top: 3px;
padding-left: 14px;
padding-right: 0;
font-weight: normal;
border-bottom: 1px #008edb solid;
}

h2 {
padding: 0;
font-size: .9em;
color: #008edb;
font-weight: bold;
padding-left: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

h3 {
padding: 0;
font-size: .8em;
color: #7aaf21;
font-weight: bold;
padding-left: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

p, ul, ol, table, address {
padding-left: 14px;
font-size: .7em;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #008edb;
text-decoration: none;
font-weight: bold;
border-bottom: 2px #008edb dotted;
}

a:hover {
color: #7aaf21;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 0;
left: 0;
width: 160px;
border-right: 1px #008edb solid;
border-bottom: 1px #008edb solid;
height: 100%;
padding-top: 50px;
padding-bottom: 200px;
}

#left-menu a:link, #left-menu a:visited {
border-bottom: 1px #008edb solid;
display: block;
color: #008edb;
text-align: right;
padding-right: 7px;
padding-bottom: 8px;
padding-top: 8px;
font-size: .8em;
}

#left-menu a:hover, #left-menu a.current {
color: #FFF;
background-color: #008edb;
}

#left-menu a:visited.current {
color: #FFF;
background-color: #008edb;
}
/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 100px;
right: 0;
width: 219px;
background-color: #B8CF97;/*7aaf21*/
border-top: 1px #008edb solid;
border-bottom: 1px #008edb solid;
color: #5b6f10; 
font-style: italic;
}

#right-column p {
padding-left: 5px;
padding-right: 5px;
padding-top: 50px;
line-height: 1.5em;
font-size: .70em;
}

#right-column strong {
color: #5b6f10;
font-style: italic;
}

#right-column a {
color: #5b6f10;
border-bottom: 1px #5b6f10 dotted;
}

#right-column a:hover {
color: #FFF;
border-bottom: 1px #FFF dotted;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #7aaf21;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px #008edb solid;
margin-top: 0;
border-bottom: 5px #7aaf21 solid;
padding-right: 50px;
font-size: .7em;
}

#footer a:link, #footer a:visited {
color: #7aaf21;
border: none;
}

#footer a:hover {
color: #008edb;
text-decoration: underline;
}
	
img.portfolio {
float: left;
margin: 0.7em 1em 1em 1em;
}

/******** FORM *********/

form {
		padding: 0 1em;
			}

legend {
		font-weight: bold;
			}
			
fieldset {
		padding: 10px;
		font-size: 90%;
		border: 1px #7aaf21 solid;
	}
	
input {
		border: 1px #7aaf21 solid;
		width: 200px;
	}

input.button {
		border: 1px #7aaf21 solid;
		width: 100px;
	}
	
textarea {
		border: 1px #7aaf21 solid;
		width: 300px;
	}

/************** VARI *************/

.bottom {
		clear:both;
		}

