/*
Design Name: broniiparker.com.au
Author: andrew@macdermid.net
Author URL: http://www.macdermid.net
Version: 2
*/



/*=============================================================
=Colours
==============================================================

bg brown: #B6AA9D;
heading brown: #776A57;
border grey: #cccccc;
content bg: #9EA0A2;
navigation a: #f2f0ee;
blockquote: #afb5bb
*/



/*=============================================================
=Structure
==============================================================*/


body {
	text-align:center;
	background-color:#B6AA9D;
	}
	

#container {
	margin:0 auto;
	width:960px;
	position:relative;
	}

#content {
	position:absolute;
	top:102px;
	left:150px;
	width:810px;
	background-color:#666666;
	color:#FFFFFF;
	text-align:left;
	padding-bottom:2.8em;
	}

#column1 {
	width:360px;
	float:left;
	margin:30px 0 30px 30px;
	display: inline;
	}

#column2 {
	width:360px;
	float:right;
	margin:30px 30px 30px 0;
	display: inline;
	}

#columnmergedc {
	width:750px;
	float:left;
	margin:10px 30px 30px 30px;
	display: inline;
	}

blockquote {
	margin-top:6em;
	width:360px;
	background-color:#afb5bb;
	}


#logos {
	position:absolute;
	top:18px;
	left:0px;
	height:50px;
	width:99px;
	}

#promoplain {
	position:absolute;
	top:360px;
	left:0px;
	height:157px;
	width:145px;
	}

#promosubnav {
	position:absolute;
	top:520px;
	left:0px;
	height:157px;
	width:145px;
	}
	
#logos #girllogo {
	margin-top:18px;
	}	
		
#nav {
	position:absolute;
	top:66px;
	left:150px;
	}
	
#subnav {
	position:absolute;
	top:348px;
	left:0px;
	}

#frontss {
	margin:30px 0 30px 30px;
	width:750px;
	height:360px;
	background-color:#000000;
	}

.thanks {
	padding-bottom:60px;

	}

	
#footer {
	background-color:#B6AA9D;
	position:absolute;
	bottom:-60px;
	left:0;
	width:100%;
	height:60px;
	text-align:center;
	margin-bottom:0;
	}
	

/*=============================================================
=Typography
==============================================================*/

body {
	font-size:76%;
	}

#content p {
	margin:0 0 1.4em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.4em;
	text-shadow: 0 0 0 #000;
	color:#FFFFFF;
	}

#content p strong {
	font-weight:bold;
	}

#content #columnmerged p {
	font-size:1.3em;
	line-height:1.5em;
	text-align:center;
	}

h1, h2, h3 {
	font-weight:normal;
	margin:1.7em 0 0.4em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B6AA9D;
	text-align:left;
	}

h1 {
	font-size:1.8em;
	margin:0 0 1em 0;
	}

h2 {
	font-size:1.4em;
	margin:0 0 0.4em 0;
	}

h3 {
	font-size:1.4em;
	}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:2.8em;
	color:#f2f0ee;
	margin:0;
	}

em {
	font-style:italic;
	}

#content blockquote p {
	margin:0;
	padding:12px 12px 12px 12px;
	font-style:italic;
	font-size:1.2em;

	}




/*=============================================================
=Lists
==============================================================*/

#content ul {
	margin:0 0 0 15px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.4em;
	margin-bottom:0.7em;
	list-style:disc outside;
	text-shadow: 0 0 0 #000;
	}



	
	
/*=============================================================
=Anchors
==============================================================*/

#content a:link,	
#content a:visited
	 {
	color:#B6AA9D;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover,
#content a:active
	 {
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	}
	
#footer a:link,	
#footer a:visited
	 {
	color:#776A57;
	text-decoration:none;
	}

#footer a:hover,
#footer a:active
	 {
	color:#CCCCCC;
	text-decoration:none;
	}

/*=============================================================
=Images
==============================================================*/

#column2 img {
	margin-bottom:2em;
	}


/*=============================================================
=Navigation
==============================================================*/


#nav {
	list-style: none;
	display: inline;
	width:810px;
	text-align:left;
	}
	
#nav li, #nav a {
	float: left;
	padding-right:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.1em;
	}


#nav a:hover {
	color:#9EA0A2;
	}

#nav a:active, #nav a.currentpage {
	color:#776A57;
	}
	

#subnav {
	list-style: none;
	width:120px;
	text-align:right;
	}
	
#subnav li, #subnav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	text-decoration:none;
	font-size:1em;
	line-height:1.4em;
	padding-bottom:0.5em;
	}


#subnav a:hover {
	color:#9EA0A2;
	}

#subnav a:active, #subnav a.currentpage {
	color:#776A57;
	}
	



