/* Main page */

body { background-color: rgb(0, 0, 0);  background-image: url(../images/bg4circoletto.png); }

p  { color: #3f3f3f; text-align: justify; margin-bottom: 0.5em;}
h1 { font-size: 1.4em; line-height: 1; margin-bottom: 1.0em; margin-top: 1em; }
h2 { font-size: 1.4em; line-height: 1; margin-bottom: 0.5em;}

a:focus,
a:hover     { color: #b32120; text-decoration: underline; border: none; }
a           { color: red;     text-decoration: none;      border-bottom: 1px red dotted; }
.selected a { color: #b32120; text-decoration: none; }

#header h1{font-size: 32px; color: rgb(93, 126, 143); }
#footer a { color: inherit; text-decoration: underline; }
#footer { background-color: White; opacity: 0.92}
#footer p { margin-top: 1px; margin-bottom: 0px; }

/* Main content */
#main_back { background-color: White; opacity: 0.92; min-height: 420px }

#content {
	font-size: 1.1em;
	color: #222;
	background-color: White;
	opacity: 1;
    position:relative;
}

#content h1 {font-size: 1.4em; margin-left: 9px; color: rgb(182, 31, 10); }
#content h2 {font-size: 1.3em; margin-left: 9px; color: rgb(182, 31, 10); }
#content h3 {font-size: 1.2em; margin-left: 9px; color: rgb(182, 31, 10); }
#content p { color: Black; margin-left: 9px; margin-right: 9px; }
#content ul { color: rgb(182, 31, 10); margin-left: 25px; }

.textarea {
	width:            800px;
	height:           80px;
	padding-top:      1px;
	padding-bottom:   1px;
	padding-left:     1px;
	padding-right:    1px;
	margin-top:       1px;
	margin-bottom:    1px;
	border-color:     #bfbfbf;
	border-width:     1px;
	border-style:     solid;
	font-size: 		  1.1em;
/*  background-color: #eee; */
}

.browse4file {
    margin-bottom:  4px;
	font-size: 		1.2em;
    font-style:		italic;
}

/*.placeholder { */
/*    font-size: 3em;*/
/*    color: #C8C8C8;*/
/*}*/

fieldset {
    padding: 0.5em;
    margin: 0 0 0.5em 0;
}
select {
    margin: 0 0 0 0; 
}
legend {
    font-size: 1.4em;
}
input[type=submit] {background-color: #a71d0a; color: #ffffff;}
input[type=reset]  {background-color: #ffffff; color: #a71d0a;}
