/* **************************************************** 

Title: 		AvvocatoCadamuro.it
Author: 	Maurizio Panese
URL: 			http://www.webquadro.it/ 
Created: 	Lun 25 Gen 2010

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}

body {
background: #E5E0E0;
font-family: Georgia, Times;
color: #444;
}

a{
font-weight: bold;
color: #444;
}

h1{
font-size: 50px;
width: 300px;
}

h2{
font-size: 25px;
}

#container {
margin: 50px auto;
width:800px;
}

#header {
background: url(images/header-bg.jpg) no-repeat center;
height: 70px;
position: relative;
}
	
#content {
background: url(images/content-bg.jpg) repeat-y center;
height: 500px;
padding: 10px 40px;
}

#content-text{
position: relative;
border-top: double #CCC;
padding: 10px 0;
}

#content-text p{
width: 370px;
margin: 10px 0;
}

#content-bio p{
width: 700px;
margin: 10px 0;
font-size: 12px;
}

#content li{
margin-left: 20px;
font-size: 11px;
}


#content-text img{
position: absolute;
top:20px;
right:20px;
}

#footer {
background: url(images/footer-bg.jpg) no-repeat center bottom;
height: 100px;
padding: 0px 40px;
}

#footer p{
margin: 3px 0;
}

#footer-text{
border-top: double #CCC;
font-size: 0.7em;
padding: 5px 0 0 0;
position: relative;
}

/* MENU */

#logo{
position: absolute;
bottom: 25px;
right: 40px;
font-size: 1.3em;
color: #EDEDED;
}

#menu{
position: absolute;
bottom: 28px;
left: 40px;
}

#menu li{
float: left;
list-style: none;
text-align: center;
margin-right: 15px;
}

#menu a{
color: #EDEDED;
font-weight: normal;
padding: 3px 6px;
}

#menu a:hover{
color: #701A2B;
}

#menu .current a{
background: #701A2B;
padding: 3px 6px;
}

#menu .current a:hover{
color: #EDEDED;
}


/* FORM */

#content-text .contactform p{
margin: 3px 0;
padding: 0;
font-size: 0.7em;
}

.contactform input{
border: 1px solid #ccc;
background: #f9f9f9;
color: #444;
width:200px;
padding: 5px;
font-size: 1.0em;
}

.contactform textarea{
border: 1px solid #ccc;
background: #f9f9f9;
color: #444;
height: 100px;
width:370px;
padding: 5px;
font-size: 1.0em;
}

.contactform .privacy{
width:600px;
height: 50px;
font-size: 8px;
}

.contactform .check{
width: 20px;
}

#contact-submit{
background: #701A2B;
color: #ededed;
width: 50px;
}

p.contactmsg{
color: #701A2B;
font-weight: bold;
text-decoration: underline;
}



