/**********************************************************
	AUTHOR:  			Carl Vanderpal
	AUTHOR URI:   		http://www.freeenterprise.com.au/
	THEME NAME: 		Twinkles
	TEMPLATE CODE: 		T-20080525
	VERSION:          	1.0
	DATE:             	May-25-2008
	COPYRIGHT:			(c) 2008 Free Enterprise Marketing. All rights reserved.
	DESCRIPTION: 		Brought to you by freeenterprise.com.au
**********************************************************/


	* {
		margin:0;
		padding:0
		}
	img {
		border:0;
	}
	
	.clear	{
		clear:both;
	}
	

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

body {
	/*font-size: 62.5%;*/ /* Resets 1em to 10px */
	font:80%/1.2em Arial, Verdana, Helvetica, sans-serif;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	background-color: #5e238d;
	color: #000;
	text-align: center;
	}

	#container	{
		margin:0 auto;
		padding:0;
		text-align:center;
		width:845px;
		background-image:url(../images/twinkles_bg.gif);
		background-repeat:repeat-y;
	}
	
	#header	{
		padding:0;
		margin:0;
		background:url(../images/twinkles_header.jpg) no-repeat;
		height:253px;
	}
	
	#nav	{
		background: url(../images/menu_bg.gif) repeat-x;
		height:30px;
		margin:0 18px 0 25px;
		padding:0 0 0 12px;
	}
	
	#pageContainer	{
		margin:0 18px 0 25px;
		padding:10px;
	}
	
	#footer	{
		background:url(../images/twinkles-footer.gif) no-repeat;
		height:40px;
		margin:0 auto;
		width:845px;
		padding:0;
	}
	
	#copyright	{
		color:#fff;
		font-size:80%;
		width:845px;
		margin:0 auto;
	}
	
	#copyright a	{
		color:#fff;
	}

	#page	{
		width:540px;
		float:left;
		text-align:left;
		padding:0 0 0 10px;
	}
	
	#sidebar	{
		width:220px;
		float:right;
		text-align: left;
	}


/* Typeography & Links
==============================================================================*/

	#page p	{
		padding-bottom: 15px;
	}

	a { 
		color: #5e238d;
		text-decoration:none;
	}
	
	a:hover { 
		color: #5e238d;
		text-decoration:underline;
	}
	
	ol { 
		list-style-type: decimal;
		margin: 0 0 0 20px;
		padding-bottom:15px;
		color: #5e238d;
		line-height: 1.0em;
	}
	
	#page li	{
		margin: 0 0 0 20px;
		line-height:130%;
	}
	
	h1 { 
		color: #5e238d;
		font-size: 10pt;
		line-height: 12pt;
	}
	
	.red	{
		color:#F00;
	}
	
	li { 
		line-height: 130%;
	}


/* Sidebar
==============================================================================*/







/* Menu
==============================================================================*/

	
	#nav li {
		float: left;
		/*margin-right: 1px;*/
		margin:0;
		padding: 0;
		height: 29px;
		overflow: hidden;
		list-style: none;
	}
	
	#nav li a {
		display: block;
		padding-left: 40px;
		width: 90px;
		line-height: 29px;
		overflow: hidden;
		background-position: left top;
		background:url(../images/menu-background.gif) no-repeat;
		text-align: left;
		font-weight: bold;
	}

	#nav li a:hover {
		background-position: 50% -29px;
		color: #fef200;
		text-decoration: none;
	}

	/*#nav ul	{
		display:inline;
		list-style:none;
	}*/
	
	/*#nav li	{
		background:url(../images/star_icon.gif) no-repeat;
		background-position:.2em .9em;
		display:inline;
		padding: 10px 0 10px 24px;
		text-decoration:none;
		margin: 0 5px;
	}*/
	
	/*#navHome, #navAbout, #navWorkshops, #navLocations, #navEvents, #navContact	{
		width:130px;
		
	}
	
	#navHome	{
		background:url(../images/menu_home.gif) no-repeat;
	}
	
	#navAbout	{
		background:url(../images/menu_about.gif) no-repeat;
	}
	
	#navWorkshops	{
		background:url(../images/menu_workshops.gif) no-repeat;
	}
	
	#navLocations	{
		background:url(../images/menu_locations.gif) no-repeat;
	}
	
	#navEvents	{
		background:url(../images/menu_events.gif) no-repeat;
	}
	
	#navContact	{
		background:url(../images/menu_contact.gif) no-repeat;
	}*/
	

	
	
	
	
	
