/*  
Theme Name: LaMir
Theme URI: http://www.lamirdesign.com/
Description: Lamirdesign custom theme
Version: 1.0
Author: Jacopo Caggiano
Author URI: http://www.jacopocaggiano.com/
Tags: fixed-width, one-column, white, red, young
.
.
*/
a:link {
	color: silver;
	text-decoration: none;
}
a:visited {
	color: silver;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	text-align: center;
	color: black;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}
#corpo {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#header{
	background: url(images/bg_header.jpg) repeat-x -302px top;
	height: 204px;
	padding-top: 60px;
	padding-left: 27px;
	position: relative;
}
#header img{
	margin-right: 13px;
}
#social{
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	bottom: 15px;
	right: 31px;
	width: 126px;
	height: 33px;
}
#social img{
	margin: 0;
}
#social p{
	margin: 0 0 3px;
	display: block;
}
#social p a{
	color: #366495;
}

ul#menu{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}
ul#menu li{
	background-color: #cc0000;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 40px;
	padding-top: 8px;
	color: white;
	padding-bottom: 8px;
}
ul#menu li a{
	color: white;
}
.current{
	color: silver !important;
}
.contenuti{
	color: #666;
	font-size: 18px;
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.contenuti p{
	margin-bottom: 18px;
}
.contenuti h4{
	color: #ce0115;
	font-size: 24px;
	margin-top: 70px;
	margin-bottom: 40px;
	font-weight: bold;
	font-style: italic;
}
#about img{
	display: inline-block;
	float: right;
	margin-left: 30px;
}
span{
	color: #cc0000;
	font-weight: bold;
}
.scheda{
	width: 160px;
	text-align: right;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
.scheda a{
	font-size: 14px;
}
#girls .scheda img{
	border: 1px solid silver;
}
#limited .scheda img{
	padding: 5px;
	border: 1px solid silver;
}
#girls_gal{
	margin-top: 40px;
	margin-bottom: 30px;
}
#girls_gal .last{
	margin-right: 0px !important;
}
#girls_gal h5{
	margin-bottom: 30px !important;
	margin-top: 40px;
}
#limited h5{
	font-variant: small-caps;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 10px;
}
#events h5{
	margin-bottom: 15px;
}
#events .scheda img{
	padding: 5px;
	border: 1px solid silver;
}
#contact p{
	text-align: left;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	padding-left: 20px;
}
#FSContact1{
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	text-align: center;
	width: 313px !important;
}
#FSContact1 label{
	color: #cc0000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#fsc-submit-1, #fsc-reset-1{
	background-color: #cc0000;
	color: white;
	text-transform: uppercase;
	border-style: none !important;
	padding: 10px !important;
	margin-top: 5px !important;
	width: 100px !important;
}
#FSContact1 input, #FSContact1 textarea{
	border: 2px solid #666666;
	padding: 5px;
	width: 300px;
}
#contact #privacy{
	font-size: 10px;
	margin-top: 15px;
	width: 313px;
	margin-right: auto;
	margin-left: auto;
}
#copyright{
	margin-top: 50px;
	margin-bottom: 8px;
}
#copyright, #footer{
	color: #666;
	font-size: 8px;
	
	text-align: center;
	width: 760px;
	letter-spacing: 1px;
}
#footer{
	background: url(images/bg_footer.jpg) repeat-x -660px top;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.clear {
	clear: both;
	float: none;
	width: 0;
	height: 0;
}