/*
Theme Name: Ensor O'Connor
Theme URI: http://graphedia.ie
Author: Graphedia
Author URI: http://graphedia.ie

Version: 4.0.1

*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


body{
	font-family:Lato;
	font-size:14px;
	line-height:1.5;
}
h1{
	font-size:1.5em;
	font-weight:700;
}
h2{
	font-size:1.3em;
	font-weight:700;
	color:#C70402;
}
#wrapper{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:990px;
}
#nav{
	width:190px;
	float:left;
	padding-top:10px;
	
}
#content{
	width:600px;
	float:left;
	/*border-left: #C70402 2px solid;*/
	padding-left:15px;
}
#footer{
	
	width:990px;
	height:70px;
	border-top: #C70402 5px solid;
}
#sidebar{
	float:right;
	width:180px;
}
#footer .box{
	width:400px;
	float:left;
}
#footer .box-last{
	width:175px;
	float:left;
}
.break{
	 clear:both;
}
.post{
	line-height:1.5;
}
.align-centre{
	text-align:center;
}
.alignright 
{
	float:right;
}
.widget-area ul li{
	list-style:none;
}
.widget-area ul{
	margin-left:0px;
	padding-left:0px;
}

.featuresdiv {
    border: 1px solid #CC0100;
    color: #212733;
    font-size: 80%;
    margin-bottom: 10px;
    padding: 0;
    width: 140px;
	float:right;
}

.featuresspan {
    color: #212733;
    font-family: Arial,Geneva,Arial,Helvetica,sans-serif;
    font-size: 100%;
    padding: 5px;
    text-align: left;
}
.featuresheadspan {
    background: none repeat scroll 0 0 #CC0100;
    color: #FFFFFF;
    font-family: Arial,Geneva,Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bolder;
    text-align: center;
}
a:link, a:visited{color:#06C;}
a:hover{color:#C00;}