/*
Client: Ripe Art
URL: http://www.ripeart.com.au/
Description: index style sheet
Version: 2
Author: Pascal Veyradier Jan10

Contents: 
1. Reset 
2. Colours
3. Typography
4. Links & Navigation
5. Page Layout
6. Skin & Pages
7. Messages (error, etc.)
8. Clearing Float (.group)
*/
/* @group RESET */
/***** 1. Reset /
/* From http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
:focus {outline: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End Reset */

/* @end */
/* @group COLOURS */
/***** 2. Colours /
/*
- orange corporate: #ffa100
- orange type: 	#ff6a00
- black: 	#333
- grey: 	#69737B
- grey2:	#455058
- cream:	#f1efe2
*/
html {
	background-color: #f1efe2;
	}
body, #meta span	{
	color: #303438;
	}
#container	{
	background-color: #fff;
	}
h2, h3, a, #nav a:hover, #meta p, #meta a, #meta li, p#txt-wow  {
	color: #ffa100;
	}
h4	{
	color: #455058;
	}
#nav a:hover, #nav a:link span	{
	color: #f69194;
	}
/* End Colours */

/* @end */
/* @group TYPO */
/***** 3. Typography */

body {
	font: 100%/1.4 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	-webkit-text-stroke: 1px transparent;
	}
#nav p	{
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	word-spacing: -0.1em;
	letter-spacing: 0;
	}
#nav a:hover	{
	border-bottom: 2px solid #f69194;
	}
span.amp	{
	font: italic 1.4em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	}
ul#services li span	{
	font: italic 1.1em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	}
p {
	font-size: 0.9em;
	font-variant: normal;
	line-height: 1.4em;
	}
a:link, a:hover, a:visited {
	text-decoration: none;
	}
h1 a, h1, #banner, #pix-sample	{
	text-indent: -9999px;
	}
h3, blockquote p	{
	font: 2em 'jr!handRegular', serif;
	}
#meta	{
	font-size: .8em;
	}
#meta a:hover	{
	border-bottom: 2px solid #ffa100;
	}
p.credit	{
	font-size: .6em;
	}
p.credit span	{
	font-style: italic;
	}
ul#services	{
	font-size: 1.1em;
	line-height: 1.8em;
	margin-left: 76px;
	margin-top: 32px;
	}
/*ul#services li	{
	list-style-type: circle;
	list-style-position: outside;
	}*/
p#txt-wow	{
	font-size: 1.1em;
	margin-left: 76px;
	margin-top: 18px;
	}
p#txt-wow span	{
	font: 1.2em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: bold;
	text-transform: uppercase;
	}
/* End Typography */

/* @end */
/* @group LAYOUT */
/***** 5. Page Layout */

html {
	text-align: center;
	}
body {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	padding-top: 50px;
	}
#container {
	position: relative;
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#branding {
	position: relative;
	z-index: 10;
	height: 177px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	}
#banner	{
	position: absolute;
	width: 563px;
	height: 167px;
	background: url(../img/banner.jpg) no-repeat;
	top: 59px;
	}
#banner a, #banner a:hover	{
	display: block;
	width: 563px;
	height: 167px;
	text-decoration: none;
	outline: none;
	}
#main	{
	height: 493px;
	margin-bottom: 50px;
	}
h3, blockquote	{
	z-index: 200;
	}
h3	{
	margin: 73px 0 0 73px;
	}
blockquote	{
	margin: 0 0 0 73px;
	}
h1 {
	position: absolute;
	top: 60px;
	left: 680px;
	width: 340px;
	height: 111px;
	background: transparent url(../img/h1_index.png) no-repeat;
	}
h1 a {
	display: block;
	height: 111px;
	}
#meta	{
	position: absolute;
	height: 40px;
	top: 197px;
	left: 681px;
	}
#meta li	{
	display: inline;
	}
#nav	{
	position: absolute;
	top: 610px;
	left: 806px;
	z-index: 100;
	}
#pix-sample	{
	background: url(../img/index-bg.jpg) no-repeat;
	position: absolute;
	top: 340px;
	width: 670px;
	height: 235px;
	left: 417px;
	}
p.credit	{
	position: absolute;
	top: 700px;
	left: 773px;
	}
/* End Page Layout */

/* @end */
/* @group HACK */
/***** 8a. Clearing Flaot */
/* From http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
/* Dan Cederholm for .group class replacement */
.group:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/* End Clearing Float */

/***** 8b. Clearing Flaot */

/* si_clear_children */

.pc,.sc {
	position: absolute;
	top: 0;
	left: 0;
	}

.clear_children,.cc_tallest {
	position: relative;
	}

/*\*/

* html .clear_children {
	display: inline;
	}

/**/

.cc_tallest:after {
	content: '';
	}
/* @end */