/* ============ ENABLED SOLUTIONS - CORE STYLES ============ */

/*
*	Enabled Solutions
*
*   Commenced 2 Jun 2009
*	
*	Copyright 2009 Enabled Solutions PTY LTD
*
*   Author: Thomas Bland
*/

/*
* ======================== CONTENTS ========================
*		
*		*1: IMPORTS
*			Auxiliary stylesheets imported
*
*		*2: MAIN LAYOUT
*			Positioning of main divs 
*		
*		*3: GLOBAL NAVIGATION 
*			Style and behaviour of site-wide nav
*
*		*4: MAIN CONTENT
*			Style of content that appears in main blocks
*		
*		*5: MISC
*			Little fixes and things that don't fit anywhere else
*
*			Tip: To skip to a section, just find/search for the 
*			section preceded by "*", e.g. *3 to skip to global nav
*/

/* ============ COLOURS ============ */

/*

	ENABLED PURPLE: #4e2963

*/

/* ============ *1 IMPORTS ============ */

@import url(reset.css); /* Resets all styles */
@import url(typography.css); /* Global typography */
@import url(portfolio.css); /* Portfolio section */
/* @import url(areas.css); Areas section same as portfolio*/
@import url(hero.css); /* Homepage hero slider */
@import url(slider.css); /* Services and team section sliders */
@import url(services.css); /* Services page custom layouts */
@import url(contact.css); /* Contact page */
@import url(blog.css); /* Blog */

/* ============ *2 MAIN LAYOUT ============ */

body {
	text-align: center;
}

div#wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

/* HEADER */

div#header {
	width: 980px;
	height: 120px;
	margin-bottom: 20px;
	position: relative;
}

h1#logo a {
	display: block;
	width: 296px;
	height: 84px;
	background: url(images/logo.png) top left no-repeat;
	position: relative;
	top: 40px;
	left: 20px;
	text-indent: -9999px;
}

h1#logo a:hover {
	background-position: 0px -84px;
}

a#games_link {
	display: block;
	width: 185px;
	height: 22px;
	padding: 8px 15px 0px 0px;
	background: url(images/games_link.png) top left no-repeat;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0px;
	color: #505050;
}

a#games_link:hover {
	background-position: 0px -30px;
	color: #000;
}


/* FOOTER */

div#footer {
	width: 980px;
	height: 36px;
	margin: 0 auto;
	background: url(images/footer.png) repeat-x;
	clear: both;
}

div#footer p {
	padding-bottom: 0px;
}


/* ============ *3 GLOBAL NAVIGATION, READ MORE ============ */

ul#globalnav, ul#footernav {
	float: right;

}

ul#globalnav {
	padding-top: 10px;
}

ul#footernav {
	margin-top: -18px;
}

ul#globalnav li, ul#footernav li {
	float: left;
	padding-right: 22px;
}

ul#globalnav li a, ul#footernav li a, a.k2ReadMore {
	display: block;
	height: 15px;
	padding-left: 20px;
	background: url(images/nav_chip.png) no-repeat;
	background-position: 0 -15px;
}

ul#globalnav li a:hover, ul#footernav li a:hover, a.k2ReadMore:hover {
	background-position: 0px 0px;
}

a.k2ReadMore {
	height: 15px;
	padding-top: 0px;
	font-size: 1.2em;
}

a.k2ReadMore:hover {
	text-decoration: none;
}


/* ============ *4 MAIN CONTENT ============ */

/* REPEATED SECTIONS */ 

.block {
	background: url(images/block_bg.png) no-repeat;
	width: 940px;
	padding: 20px 20px 0px 20px;
}

.threecol {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.threecol img {
	width: 296px;
	margin-bottom: 1em;
}

.fourcol {
	float: left;
	width: 220px;
	margin-right: 20px;
}

/* ============ HOMEPAGE ============ */

/* HERO */

div#hero {
	width: 980px;
	height: 400px;
	margin-bottom: 20px;
	overflow: hidden;
}


div#secondary, div#tertiary {
/* 	height: 400px; */
	margin-bottom: 20px;
	width: 960px;
	padding-right: 0px;
	clear: both;
}

div#secondary h2, div#tertiary h2 {
	font-size: 2em;
}

div#tertiary h3 {
	font-size: 1.5em;

}

div#tertiary h3 span {
	padding-bottom: 5px;
}

div#secondary ul li.secondary_item {
	
}







/* ============ *5 MISC ============ */


.clear {
	clear: both;
}
