@charset "utf-8";
/* CSS Document */

/*
Theme Name: Enright Access
Description: The original WordPress theme for Enright Access.
Author: Datorix
*/

/*GENERAL STUFF//////////////////////////////////////////////////////////////////*/
body{
	background:#fff url(images/mainBg.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

*{
	margin: 0;
	padding: 0;
}

img{
	border:none;
}

div.clear{
	clear:both;
}

a:link, a:visited{
	font-size:1.2em;
	color:#06F;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}

div#mainWrapper{
	width:992px;
	margin:0 auto;
	background: url(images/home/mainBg.png) repeat-y;
	z-index:-1;
}

div#bgLeft{
	width:30px;
	/*height:735px;*/
	float:left;
	/*background:url(../images/home/mainBgLeft.png) repeat-y;*/
}

div#mainContent{
	width:932px;
	float:left;
	background: #FFF;
}

div#contentArea{
	background: url(images/home/contentBg.jpg) repeat-x #DDD;
	margin: 3px;
	width:926px;
}

div#bgRight{
	width:30px;
	/*height:735px;*/
	float:left;
	/*background:url(../images/home/mainBgRight.png) repeat-y;*/
}
	
hr{
	border: #06C solid medium;
	margin-top:20px;
	margin-bottom:20px;
}

h1{
	font-size:1.6em;
	color:#FFF;
}

h2{
	background:#0066CC;
	font-size:1.2em;
	color:#FFF;
	padding:2px;
}

h3{
	font-size:1.2em;
	color:#06C;
	font-weight:bold;
}

p{
	color:#00264D;
	font-size:1.2em;
	margin-bottom:10px;
}

/*HEADER STUFF////////////////////////////////////////////////////////////////////*/
div#headerWrapper{
	height:117px;
	width:992px;
	margin:0 auto;
}

img#logo{
	margin-left:20px;
	width:334px;
	height:79px;
	float:left;
}

img#phone{
	width:252px;
	height:55px;
	float:left;
	margin-top:13px;
	margin-left:370px;
}

/*NAVBAR STUFF/////////////////////////////////////////////////////////////////////*/
ul#navBar{
	margin:10px 0px 0px 35px;
	color:#fff;
	width: 500px;
	float:left;
}

ul#navBar li{
	display:inline;
	margin-right:8px;
}

ul#navBar li a:link, ul#navBar li a:visited{
	font-size:1.2em;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

ul#navBar li a:hover, ul#navBar li a:active{
	color: #012851;
}

form#search{
	width:220px;
	float:right;
}

input#userSearch{
	width:170px;
	height:20px;
	margin-top:5px;
	border: thin solid #000;
}

#go{
	width:31px;
	height:20px;
	color:#fff;
	background-color: #0066cc;
	border: thin solid #000;
	margin-top:5px;
}

/*FOOTER STUFF////////////////////////////////////////////////////////////////////*/
div#footer{
	height:250px;
	width:100%;
	margin-top:10px;
	background: url(images/footerBg.jpg) repeat-x top #00264D;
}

div#footerWrapper{
	width:930px;
	margin:0 auto;
}

div#footerWrapper h1{
	color:#FFF;
	font-size:1.4em;
	margin-bottom:10px;
}

div#footer div#footerWrapper ul li{
	line-height:200%;
	list-style:none;
}

div#footer div#footerWrapper a:link, div#footer div#footerWrapper a:visited{
	font-size:1.2em;
	color:#FFF;
	text-decoration:none;
}

div#footer div#footerWrapper a:hover, div#footer div#footerWrapper a:active{
	text-decoration:underline
}

div#footer div#footerWrapper div#whatWeDo{
	width:116px;
	height:145px;
	border-right: dotted medium #fff;
	float:left;
	margin-top:30px;
}

div#footer div#footerWrapper div#quickLinks{
	width:206px;
	height:145px;
	border-right: dotted medium #fff;
	float:left;
	margin-left:20px;
	margin-top:30px;
}

div#footer div#footerWrapper div#quickLinks ul{
	width:100px;
	float:left;
}

div#footer div#footerWrapper div#contact{
	width:220px;
	height:145px;
	border-right: dotted medium #fff;
	float:left;
	margin-left:20px;
	margin-top:30px;
}

div#footer div#footerWrapper p{
	color:#FFF;
}

div#footer div#footerWrapper div#follow{
	width:300px;
	height:145px;
	float:left;
	margin-left:30px;
	margin-top:30px;
}

div#footer div#footerWrapper div#follow div#followImg{
	width:70px;
	float:left;
	margin-right:30px;
	text-align:center;
}

div#footer div#footerWrapper p#copyright{
	width:400px;
	float:left;
	margin-top:20px;
}


div#footer div#footerWrapper a#logo{
	width:370px;
	float:right;
	margin-top:20px;
}

/*HOME PAGE SPECIFIC///////////////////////////////////////////////////////////*/
div#welcome{
	border-top:thick #0066CC solid;
	width:100%;
	background-color:#FFF;
}

div#welcome img{
	float:left;
	width:567px;
	height:225px;
}

div#welcome div#text{
	width:339px;
	height:220px;
	padding:10px;
	float:left;
}

div#training{
	width:216px;
	height:219px;
	background:url(images/home/training.jpg);
	margin:3px;
	border-top:medium solid #06F;
}

div#inspection{
	width:216px;
	height:219px;
	margin:3px;
	background:url(images/home/inspection.jpg);
	border-top:medium solid #06F;
}

div#repairs{
	width:216px;
	height:219px;
	margin:3px;
	background:url(images/home/repairs.jpg);
	border-top:medium solid #06F;
}

div#shop{
	width:216px;
	height:219px;
	background:url(images/home/shop.jpg);
	margin:3px;
	border-top:medium solid #06F;
}

div#contentLinks{
	margin-top:7px;
}

div.contentLinkWrapper{
	width:222px;
	height:231px;
	float:left;
	background:#FFF;
	margin-left:7px;
}


div#contentLinks div.contentLinkWrapper h1{
	font-size:3.4em;
	margin-top:-48px;
	margin-left:5px;
}

div#leftColNews{
	width:451px;
	height:240px;
	float:left;
	margin-left:7px;
	margin-top:7px;
	background-color:#FFF;
}

div#leftColNews div#twitterContent{
	margin:10px;
	height:148px;
	
}

div#leftColNews div#twitterContent p{
	margin-left:10px;
	margin-right:10px;
}


div#blog{
	width:451px;
	height:240px;
	margin-top:7px;
	margin-left:7px;
	background: #FFF;
	float:left;
}

div#blog div#blogContent{
	margin:0px 7px 0px 7px;
	border-top:solid medium #06F;
	padding:10px;
}

div#blog div#blogContent div#post{
	height:60px;
	display:block;
	overflow:hidden;
}

div.post div.entry ul li{
	font-size:1.2em;
	font-family:Arial, Geneva, sans-serif;
	color:#00264D;
	margin:12px;
}


div#blog div#blogContent{
	margin-left:7px;
}

div#hse{
	height:78px;
	margin:10px;
}

div#hse ul li{
	display:inline;
	padding-right:10px;
}


/*SHOP STUFF ////////////////////////////////////////////////////////////////*/
div#shopMainContent{
	background: #DDD;
	width:932px;
	float:left;
}

div#leftContent{
	width:190px;
	float:left;
	margin:0px 0px 2px 2px;
	background: #FFF;
}

div#leftContent div.box ul li{
	list-style:none;
}

div#rightContent{
	width:725px;
	background:#FFF;
	margin-left:7px;
	float:left;
}

div#leftContent div.box ul li a{
	font-weight:bold;
}

div#leftContent div.box ul li.hse{
	display:inline;
}

div.box{
	width:186px;
	margin:2px;
	border-top: solid medium #06F;
}

div#rightContent div.box{
	width:721px;
	margin:2px;
	border-top: solid medium #06F;
}


div.box h1{
	color:#06C;
	background-color:#efefef;
	width:100%;
	height:30px;
	display:block;
}

div.shopItem{
	width:153px;
	height:210px;
	border:thin solid #b7d1ea;
	background: #e4eef8;
	float:left;
	margin:12px;
	text-align:center;
}

div.shopItem img{
	margin:2px 0px 0px 0px;
}

/*BLOG STUFF///////////////////////////////////////*/
div#allBlogs{
	border-top:medium solid #06C;
	width:620px;
	max-width:620px;
	float:left;
}

div#sideBar{
	width:299px;
	margin-left:7px;
	float:left;
}

div#sideBar li{
	list-style:none;
	margin-top:5px;
}


div#blogItem h1{
	color:#06F;
	font-size:3em;
}

div#blogItem p {
	line-height: 180%;
}

div#blogItem img {
	margin-top:10px;
}

div.blogInfo{
	width:100%;
	background: #E9E9E9;
}

/* SIDEBAR STUFF//////////////////////////////////////////////////////////////////*/
div#sidebar{
	margin-top:-20px;
}

div#sidebar h2{
	height:18px;
	font-weight:bold;
	margin:20px 0 20px 0;
}
