/*------------------------------------------------------------------

project:	Brennan & Co
date created:	20 July 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url('../images/core/bg.jpg') top center repeat-x;
	color: #666666;
}

a { color: #2b80cf; text-decoration: none; }
a:hover, a:focus { color: #333333; text-decoration: underline; }
span.mailto { color: #2b80cf; }  
a.mailto { color: #2b80cf; text-decoration: none;  }  
a.mailto:hover { color: #333333; text-decoration: underline; }  

h1 { font-size: 2em; color: #333333; }
h2 { font-size: 2em; color: #1870c2; }
h3 { font-size: 1.5em; color: #64a9ea; }
h4 { font-size: 1.3em; color: #686868; }
h5 { font-size: 1.2em; color: #878686; }
p, ul, ol { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1.2em; }

ul { list-style-type: disc; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#bg-container { 
	width: 100%;
	margin: 0 auto;
	background: url('../images/core/bg_container.jpg') bottom center no-repeat;
}

#container { 
	width: 838px;
	margin: 0 auto;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header { 
	height: 80px;
	position: relative;
}

#header h1 {
 width: 447px; height: 51px;
 background: url('../images/core/logo_brennan.gif') no-repeat;
 text-indent: -9999px;
 position: absolute;
 top: 29px; left: 0;
}

#header h2 {
	width: 258px; height: 28px;
	background: url(../images/core/call_brennan.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0; right: 0;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner {
	width: 838px; height: 330px;
	background: url('../images/core/bg_banner.jpg') no-repeat;
	position: relative;
}

.left-banner {
	width: 395px;
	float: left;
	padding: 48px 30px 0 53px;
}

.left-banner h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #656565;
	margin-bottom: 1.5em;
}

.left-banner .description-box { 
	height: 126px;
	margin-bottom: 18px;
	_margin-bottom: 5px; /* for ie6 */
}

.left-banner .description-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #888888;
	font-weight: normal;
}

span.dark-grey {
	color: #333333;
	font-size: 1.4em;
	font-weight: 600;
}

.right-banner {
	width: 360px;
	float: left;
}

.right-banner img {
	width: 350px; height: 315px;
	margin: 2px 0 0 1px;
}


/*-------------------------------*/
/* Nav
/*-------------------------------*/
#nav {
	width: 458px; height: 30px;
	position: absolute;
	top: 300px; left: 20px;
}

#nav ul { 	
	list-style-type: none;
	margin: 0;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 30px;
}

#nav ul li a.home {
	background: url('../images/nav/nav_home.gif') 0 0 no-repeat;
	width: 56px;
}

#nav ul li a.about {
	background: url('../images/nav/nav_about.gif') 0 0 no-repeat;
	width: 62px;
}

#nav ul li a.areas {
	background: url('../images/nav/nav_areas.gif') 0 0 no-repeat;
	width: 141px;
}

#nav ul li a.past {
	background: url('../images/nav/nav_past.gif') 0 0 no-repeat;
	width: 99px;
}

#nav ul li a.contact {
	background: url('../images/nav/nav_contact.gif') 0 0 no-repeat;
	width: 81px;
}

/* -- Rollover -- */
#nav ul li a:hover.home,
#nav ul li a:hover.about,
#nav ul li a:hover.areas,
#nav ul li a:hover.past,
#nav ul li a:hover.contact {
	background-position: 0 -30px !important;
}

/* -- Active -- */
#nav li a:hover.home, 
body#home #nav li a.home,
body#about #nav li a.about,
body#areas #nav li a.areas,
body#past #nav li a.past,
body#contact #nav li a.contact {
	background-position: 0 -30px !important;
}


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content {
	padding: 48px 12px 0 27px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content h3,
#content h4,
#content h5 { margin-bottom: 0.5em; } 

#image-gallery { 
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

#image-gallery ul {
	list-style-type: none;
	margin: 0;
}

#image-gallery ul li {
	width: 191px;
	margin-right: 11px;
	color: #1870c2;
	float: left;
}

#image-gallery ul li.last {
	margin: 0;
}

#image-gallery ul li p { 
	font-size: 1.1em;
	margin-bottom: 0.5em;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer {
	border-top: 1px solid #bebdbd;
	color: #333333;
	font-size: 1.1em;
	padding: 5px 0 0 0;
}

#footer a { 
	color: #333333;
	text-decoration: none;
}

#footer a:hover { 
	color: #2b80cf;
	text-decoration: underline;
}

.wflogo {
	width: 74px; height: 24px;
	float: right;
	padding: 2px 5px 0 0;
}

/*-------------------------------*/
/* Misc
/*-------------------------------*/
.width { height: 390px; }

.map {
	width: 350px; height: 350px;
	float: right;
	padding: 0 100px 0 0;
}

#enquiry {
	border-top: 1px solid #bebdbd;
	padding: 25px 0;
}
