/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{text-align:center; margin:0; padding:0; background:#232C2D; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; line-height:140%; }
h1		{margin:0; padding:0 0 5px 0; font-weight:normal; font-size:150%; }
a		{color:#000000; text-decoration:underline; }
a:hover	{text-decoration:none; }

/*structural*/
#all			{margin:80px auto 10px auto; padding:1px; width:778px; background:#FFFFFF; text-align:left; }
#content		{float:left; padding:20px 20px 5px 20px; width:460px; }
#rightColumn	{float:right; padding:20px 20px 5px 20px; width:200px; margin:-190px 20px 0 0; background:#232C2D; border:1px solid #FFFFFF; color:#FFFFFF; }
#footer			{clear:both; padding:20px 20px 5px 20px; font-size:80%; background:#232C2D; color:#FFFFFF; }
#footer span	{float:right; }
#footer a		{color:#FFFFFF; }

/*custom heading*/
h1#intro	{background:url('../images/intro-bg.jpg') no-repeat 0 0; color:#FFFFFF; margin:0; padding:20px 0 160px 20px; font-size:200%; font-weight:normal; display:block; }
h1#intro a	{text-decoration:none; color:#FFFFFF; display:block; }

/*navigation*/
ul#nav			{margin:0 0 1px 0; padding:10px 0; background:#232C2D; }
#nav li			{margin:0; padding:0; list-style:none; display:inline; }
#nav a			{color:#FFFFFF; text-decoration:none; padding:10px 20px; text-transform:uppercase; background:#232C2D; }
#nav a:hover	{color:#999999; }

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */