/*
Theme Name: GLP 2007
Theme URI: http://www.glp.com.au
Description: A Wordpress theme ported from GLP's 2007 website design.
Version: 1.0
Author: Shaun Norton
Author URI: http://www.shaunnorton.com
*/


@import url("reset.css");


BODY {
	width: 100%;
	height: 100%;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	color: #333;
	background-color: #DDD;
}

A {
	color: #33F;
	text-decoration: none;
	cursor: pointer;
}
A:hover { color: #66F; }

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#wrapper {
	width: 770px;
	margin: 0px auto;
	background-color: #efefef;
}

#header {
	width: 770px;
	height: 118px;
	color: #FFF;
	background-color: #01154A;
	background-image: url("images/header_bg.jpg");
	border-bottom: 8px solid #36C;
	overflow: hidden;
}
#header .site-name {
	display: none;
}


#nav-top LI {
	display: inline;
	float: left;
	list-style: none;
}
#nav-top LI A {
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	color: #EFEFEF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20px;
}
#nav-top .current_page_item A, #nav-top .current_page_ancestor A {
	background-image: url("images/nav_top_active.gif");
}
#nav-top A:hover{
	color: #EFEFEF;
	background-image: url("images/nav_top_hover.gif");
}


#nav-sub {
	float: left;
	width: 145px;
	padding: 10px;
	padding-top: 100px;
	font-size: 0.9em;
	color: #999;
}
#nav-sub H2 {
	margin: 0 !important;
}
#nav-sub UL {
	margin-top: 5px;
	line-height: 1.2em;
	list-style: none;
}
#nav-sub UL UL {
	margin-left: 15px;
}
#nav-sub UL A {
	display: block;
	width: 135px;
	padding: 5px 10px;
	background-position: center left;
	background-repeat: no-repeat;
}
#nav-sub UL .current_page_item A {
	background-image: url("images/nav_sub_active.gif");
}
#nav-sub UL .current_page_item UL A {
	background-image: none;
}
#nav-sub UL A:hover, #nav-sub UL .current_page_item UL A:hover {
	background-image: url("images/nav_sub_hover.gif");
}

.page {
	background-image: url("images/page_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 120px;
}
.page.home {
	background-image: url("images/page_home_bg.jpg");
	padding-top: 90px;
}

#page-title {
	margin-left: 165px;
	padding: 20px;
	height: 50px;
}
#page-title P {
	color: #999;
	font-size: 1.1em;
	font-weight: normal;
}
#page-title H1 {
	color: #36C;
	font-size: 1.5em;
	font-weight: normal;
}

.snippet {
	float: left;
	margin: 10px;
	width: 267px;
	padding: 230px 15px 15px 15px;
	background-position: top left;
	background-repeat: no-repeat;
}
.snippet H2 {
	display: none;
}
.snippet.process {
	background-image: url("images/home_plant.jpg");
}
.snippet.engineering {
	background-image: url("images/home_engineering.jpg");
}
.snippet.environmental {
	width: 595px;
	float: none;
	background-image: url("images/home_enviro.gif");
	background-color: #e8e8e8;
	background-position: 10px 12px;
	padding: 10px;
}
.snippet.environmental P.summary {
	padding: 85px 190px 0px 0px;
	background-image: url("images/home_enviro_beach.jpg");
	background-position: 415px 0px;
	background-repeat: no-repeat;
}
.snippet P {
	line-height: 1.4em;
	margin: 0.3em 0 0.6em 0;
}
.snippet UL {
	margin: 1.5em;
}
.snippet LI {
	margin-bottom: 12px;
	list-style: circle;
}
.news {
	clear: both;
	margin: 10px;
}
.news H2 {
	padding: 15px;
	margin: 30px 0 0 -15px !important;
	background-image: url("images/bg_stripe.gif");
}

.read-more {
	text-align: right;
}


#page-body {
	margin-left: 165px;
	padding: 20px;
}
.home #page-body {
	margin-left: 0px;
}
#page-body P {
	line-height: 1.4em;
	margin: 0.3em 0 0.6em 0;
}
#page-body UL {
	margin: 1.5em;
}
#page-body LI {
	margin-bottom: 12px;
	list-style: circle;
}
#page-body H1, H2, H3 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.2em;
}
#page-body H4, H5, H6 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.1em;
}
#page-body STRONG {
	font-weight: bold;
}
#page-body EM {
	font-style: italic;
}
#page-body A:hover {
	text-decoration: underline;
}

IMG.alignleft, IMG.alignright {
	float: right;
	margin: 0px -130px 0px -120px;
}

.news-page IMG.alignleft {
	float: left;
	margin: 0 -140px 0 -160px;
}

UL.news-page  {
	margin: 0 !important;
	padding: 0 !important;
}
UL.news-page LI {
	list-style: none !important;
	margin: 0 0 1em 0 !important;
	padding: 10px 0 0 0 !important;
	border-top: 1px solid #999;
}

#footer {
	clear: both;
	padding: 30px 10px 30px 10px;
	overflow: auto;
}
#footer .copyright {
	float: left;
}
#footer .site-links {
	float: right;
}
#footer .site-links LI {
	display: inline;
	padding: 5px 10px;
}


.right { float: right; }
.left { float: left; }
	