/*
Theme Name: Highpoint
Theme URI: http://www.agiletech.ie
Description: Official WordPress theme for Highpoint.
Version: 1.0
Author: ferre
Author URI: http://www.agiletech.ie
Tags: stretchable, minimal resolution 1024x768
*/

html,body {
	height: 100%;
	margin: 0;
	font: 16px/20px Helvetica, Arial,  sans-serif;
	color: #333;
}

/* Styles */

a:link, a:active {
	color: #233093;
}
a:visited {
	color: #62678c;
}
a:hover {
	color: #4356e0;	
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0;
	height: 0;
}
h1 {
	border-bottom: 1px solid #ccc;
	font-size: 180%;
	padding-bottom: 3px;
	font-weight: normal;
	color: #8a9e30;
}
h2.h2special {
	padding: 5px 0 0 27px;
	position: relative;
}
h2.h2special span {
	background: url(images/icon_ul.png) no-repeat;
	position: absolute;
	margin: -2px 0 0 -27px;
	height: 21px;
	width: 21px;
}
.double_br {
	width: 100%;
	height: 20px;
}
h3 {
	font-size: 16pt;
	margin: 0 0 10px 0;
}
#singlepage ul {
	list-style-image: url(images/ul_image.png);
}
#singlepage ul ul {
	margin: 5px 0px 10px 10px;
	padding: 0;
}
#singlepage ul li {
	margin-bottom: 5px;
	padding: 0;
}
#singlepage ul li ul li {
	margin-bottom: 3px;
}
#singlepage ul li li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	behavior: expression( !this.before
            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );

}
#singlepage ul li li:before { content: '\2014\a0'; }
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* Layout */

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#inner_main {
	padding: 36px 0 30px 0;
	min-width: 1000px;
}
.minwidthfix {
	display: block;
    font-size: 1px;
	line-height: 0px;
	height: 1px;
	margin-bottom: -1px;
	min-width: 1000px;
	width: auto !important;
	width: 1000px;    
}

/* Header */

#header {
	height: 73px;
	width: 100%;
}
#header #logo {
	position: absolute;
	padding: 0 30px;
	_padding: 0 46px 0 30px;
	background: #fff;
	width: 240px;
	height: 105px;
	left: 0;
	z-index: 2;
	margin-top: -28px;
}
#header #logo a img {
	border: none;
}
#header #nav {
	height: 73px;
	width: 100%;
	background: #aec837;
	font-size: 16px;
}
#header #nav ul {
	list-style-type: none;
	position: relative;
	line-height: 73px;
	height: 73px;
	margin: 0 0 0 300px;
	padding: 0;
	z-index: 5;
}
#header #nav ul li { 
	margin-left: 4%;
	_margin-left: 26px;
	padding: 0 10px;
	float: left;
	display: inline;
	position: relative;
}
#header #nav_gradient {
	height: 73px;
	width: 800px;
	position: absolute;
	left: 300px;
	_left: 299px;
	top: 36px;
	background: url(images/nav_gradient.png) repeat-y left;	
}
#header #nav ul li, x:-moz-any-link { float: none;padding: 0 10px 20px 10px;  } /* ff2 hack */
#header #nav ul li, x:-moz-any-link, x:default { float: left;padding: 0 10px; } /* ff3 hack */

#header #nav ul li.current_page_item {
	padding: 0;
}
#header #nav ul li.current_page_item a:link, #header #nav ul li.current_page_item a:visited, #header #nav ul li.current_page_item a:active, #header #nav ul li.current_page_item a:hover {
	background: #fff;
	color: #738f3b;
	text-decoration: none;
	cursor: default;
	display: inline;
	padding: 5px 10px;
}
#header #nav a:link, #header #nav a:visited, #header #nav a:active {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#header #nav a:hover {
	text-decoration: underline;
}

/* subnav */

#header #nav ul ul {
	background: url(images/subnav_bg.gif) no-repeat 20% 0%;
	display: none;
	position: absolute;
	z-index: 7;
	left: 4%;
	top: 58px;
	padding-top: 6px;
	margin: 0 0 0 -10px;
	height: auto;
	line-height: 30px;
	font-size: 16px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#header #nav ul ul, x:-moz-any-link { top: 30px;} /* ff2 hack */
#header #nav ul ul, x:-moz-any-link, x:default { top: 58px; } /* ff3 hack */
#header #nav ul ul li {
	display:block;
	float: none;
	margin: 0;
	padding: 5px;
	background: #91a62f;
	text-align: left;
}
#header #nav ul li.current_page_item li {
	padding: 5px
}
#header #nav ul li ul li a:link,
#header #nav ul li ul li a:visited,
#header #nav ul li ul li a:active,
#header #nav ul li.current_page_item ul li a:link,
#header #nav ul li.current_page_item ul li a:visited,
#header #nav ul li.current_page_item ul li a:active {
	background: none;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	display: block;
}
#header #nav ul li.current_page_item ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#header #nav ul li ul li.current_page_item {
	padding: 5px
}
#header #nav ul li ul li.current_page_item a:link,
#header #nav ul li ul li.current_page_item a:visited,
#header #nav ul li ul li.current_page_item a:active {
	padding: 5px 10px;
	margin: 0;
	display: block;
}

/* Content */

.contentbox {
	padding: 0 7% 20px 7%;
	margin-top: -35px;
	position: relative;
}
#inner_contentbox {
	width: 100%;	
}
#content_shadow_left {
	background: url(images/content_shadow_left.png) no-repeat left bottom;
	height: 79px;
	padding-top: 30px;
	width: 90%;
	_width: 95%;
	margin: auto;
	_margin: 0 0 0 5%;
}
#content_shadow_right {
	background: url(images/content_shadow_right.png) no-repeat right;
	height: 79px;
	_width: 100%;
}
#content_shadow_right div {
	background: url(images/content_shadow_bg.png) repeat-x top;
	height: 79px;
	margin: 0 254px;
}

/* Footer */

#footerblock {
	height: 30px;
	position: relative;
	margin-top: -30px;
	width: 100%;
	min-width: 1000px;
	background: red;
}
#prefooter {
	height: 50px;
	line-height: 50px;
	text-align: right;
	width: 100%;
	float: left;
	white-space: nowrap;
	position: relative;
	display: none;
}
#prefooter_links {
	padding: 0 7% 0 0;
	width: 770px;
	position: absolute;
	right: 10px;
}
#prefooter a:link, #prefooter a:visited, #prefooter a:active {
	padding: 3px 0 3px 25px;
	line-height: 22px;
	margin-left: 20px;
	color: #555;
	font-size: 11pt;
}
#prefooter a:hover {
	color: #333;
}
#prefooter_news {
	background: url(images/icon_news.png) no-repeat left center;
}
#prefooter_careers {
	background: url(images/icon_careers.png) no-repeat left center;
}
#prefooter_highpoint {
	background: url(images/icon_highpoint.png) no-repeat left center;
}
#prefooter_obelisk {
	background: url(images/icon_obelisk.png) no-repeat left center;
}
#footer {
	height: 30px;
	line-height: 30px;
	font-size: 10pt;
	color: #999;
	background: #e7e7e7;
	position: relative;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #777;
}
#footer a:hover {
	color: #333;
}
#footer_credits {
	position: relative;
	margin: -30px 20px 0 0;
	float: right;
	display: inline;
	}
#footer_nav {
	float: left;
	width: 100%;
}
#footer_nav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#footer_nav ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}