/* Theme Name: davidemonteleone.com */
html{
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
background:#1A1A1A;
margin:0;
padding:0;
}
body{
margin:0;
padding:0;
text-align:center;
color:#fff;
font-size:13px;
}
#background-hp{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:0;
}
#background-hp img{
width:100%;
display:none;
}
.super-edit{
background:#000;
position:absolute;
top:0px; right:0px;
padding:10px 10px 5px 5px;
-webkit-border-radius: 0 0 0 5px;
-khtml-border-radius: 0 0 0 5px;
-moz-border-radius: 0 0 0 5px;
}
#box-hp{
background:#000;
width:260px;
display:block;
padding:0;
position:absolute;
top:100px;
left:0;
text-align:left;
z-index:100;
}
#box-hp ul{
margin:10px 0 10px 43px;
padding:0;
}
#box-hp ul li{
list-style:none;
list-style-position:inside;
height:20px;
display:block;
}
#box-hp ul li a{
height:20px;
font-size:12px;
font-weight: 500;
display:block;
color:#fff;
text-decoration:none;
line-height:20px;
letter-spacing:1.5px;
outline:0;
}
#box-hp ul li a:hover{
color:#C3151B;
text-decoration:none;
}
#box-hp-news{
background:#fff;
width:260px;
display:block;
padding:0;
position:absolute;
left:0;
color:#000;
overflow:hidden;
}
#box-hp-news p{
color:#000;
}
.box-hp-content{
margin:20px 30px;
}
#header{
background:#000000;
height:60px;
display:block;
margin:0 0 80px 0;
}
#logo{
float:left;
margin:2px 0;
}
#logo a{
outline:0;
}
#menu{
height:60px;
width:480px;
float:right;
}
#menu ul{
margin:10px 0;
padding:0;
}
#menu ul li{
list-style:none;
list-style-position:inside;
float:left;
height:20px;
display:block;
text-align:left;
}
#menu ul li a{
font-size:12px;
font-weight: 500;
display:block;
color:#fff;
text-decoration:none;
line-height:20px;
padding-left:5px;
letter-spacing:1.5px;
outline:0;
}
#menu ul li a:hover{
color:#C3151B;
text-decoration:none;
}
#menu ul li a.selected{
color:#C3151B;
}
.center{
width:800px;
margin:0 auto;
position:relative;
text-align:left;
color:#fff;
}
p{
font-size:13px;
margin:10px 0 0 0;
}
a{
color:#999;
text-decoration:none;
}
a:hover{
color:#C3151B;
text-decoration:none;
}
h1{
font-size:14px;
font-weight: 500;
color:#999999;
text-decoration:none;
line-height:15px;
letter-spacing:1.5px;
outline:0;
text-transform:uppercase;
margin:5px 0 0 0;
}
h1 a{
color:#999;
text-decoration:none;
letter-spacing:1.5px;
outline:0;
}
h1 a:hover{
color:#C3151B;
text-decoration:none;
}
h2{
font-size:14px;
font-weight: 500;
color:#999999;
text-decoration:none;
line-height:20px;
letter-spacing:1.5px;
outline:0;
margin:5px 0 0 0;
}
h2 a{
display:block;
color:#999;
text-decoration:none;
line-height:20px;
letter-spacing:1.5px;
outline:0;
}
h2 a:hover{
color:#C3151B;
text-decoration:none;
}
.post{
background:#2d2d2d;
border-left:10px solid #620e11;
margin:10px 0;
padding:10px;
}
.the-excerpt{
height:16px;
overflow:hidden;
}
.the-content{
background:#2D2D2D;
overflow:hidden;
margin:0;
display:none;
}
.nomargin{
margin:0;
padding:0;
}
.category{
text-transform:uppercase;
}
.alignright{
float: right;
}
.alignleft{
float: left;
}
.clear{
clear:both;
}
.fee-field{
cursor:pointer;
}
div.fee-field:hover, span.fee-field:hover{
background:#fff;
color:#4a4a4a;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
}
#searchsubmit{
background:#B2B3B6;
border: 1px solid #818285;
cursor:pointer;
height:20px;
position:relative;
top:1px;
color:#fff;
text-transform:uppercase;
}
.screen-reader-text{display:none;}
input{
height:20px;
}
#footer{
height:20px;
}

/* FROM DEFAULT */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
.center img{
border:0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#333;
}
/* End captions */
