@charset "utf-8";

/* 	Colours
-------------------------------------------------------------

	Header __________________________ #20555e
	Background ______________________ #cbc9b6
	Main ____________________________ #f2efdf
	Text ____________________________ #102a2e
	Text bold _______________________ #2a6e7a
	Links ___________________________ #2b737f
	Lines ___________________________ #a29e82
	Mid Warm Grey ___________________ #e0decd
	Dark Warm Grey __________________ #7a6b5a
	Footer __________________________ #aeaa9a
	Subheads ________________________ #3ea5b6

	Shared
-------------------------------------------------------------
*/

html
	{
	height:100%
	}
body
	{
	min-height:100%;
	height:auto;
	background:#cbc9b6 url(/images/headerBG.jpg) repeat-x left top;
	text-align:center;
	margin:0;
	padding:0;
	font:14px/19px "Trebuchet MS", Arial, sans-serif;
	position:relative;
	color:#102a2e
	}
a:link
	{
	color:#2b737f
	}
a:visited
	{
	color:#7a6b5a
	}
h1	{
	font-size:25px;
	font-weight:normal;
	margin:3px 0 5px;
	}
h1 a
	{
	text-decoration:none
	}
.blogArticle h1
	{
	font-size:19px;
	}
h2	{
	color:#3ea5b6;
	font-weight:normal;
	font-size:15px;
	margin:2px 0 6px;
	}
h3	{
	background:#e0decd;
	color:#7a6b5a;
	padding:5px 12px;
	font-weight:normal;
	font-size:16px
	}
.clear
	{
	clear:both;
	}

/*	Header
-------------------------------------------------------------
*/

#header
	{
	height:267px;
	width:999px;/* NOV 15 */
	margin:0 auto;
	position:relative;
	}
#headerArt
	{
	position:absolute;
	left:0;
	top:0;
	}
#mainLogo
	{
	position:absolute;
	right:18px;
	bottom:27px;
	}
#banner
	{
	width:460px;
	height:60px;
	position:absolute;
	right:267px;
	top:34px;
	}
#leaderBoard
	{
	width:728px;
	height:90px;
	position:absolute;
	right:34px;
	top:34px;
	}
	
/*	Navigation
-------------------------------------------------------------
*/	
		
#mainNav
	{
	float:left;
	text-align:right;
	list-style:none;
	margin:80px 0 0;
	padding:0;
	font-size:18px;
	line-height:20px;
	width:187px
	}
#mainNav li a
	{
	color:#2d2d28;
	padding:19px 43px 19px 8px;
	border-bottom:1px solid #a29e82;
	display:block;
	text-decoration:none
	}
#mainNav li#selected a
	{
	background:#e0decd;
	color:#2d2d28;
	}
#mainNav li a:hover,
#mainNav li a:active
	{
	color:#f2efdf;
	background:#a29e82
	}
#mainNav li:last-child a
	{
	border:none;
	}
	
/*	Main content
-------------------------------------------------------------
*/		
	
#mainContentWrapper
	{
	margin:0 auto;
	width:999px;/* NOV 15 */
	}
#mainContent
	{
	background:#f2efdf url(/images/mainContentBG.png) no-repeat right bottom;
	min-height:427px;/* To show all of the balloon */
	margin:0 0 78px 174px;/*78 to give room for footer */
	border:13px solid #cbc9b6;
	padding:0 0 30px;
	}
.contentItem hr
	{
	margin:20px 0;
	border:none;
	height:1px;
	background-color:#A29E82
	}
.contentItem
	{
	padding-top:12px;
	}
#sectionOne,
#sectionTwo
	{
	text-align:left;
	padding:20px 20px 10px 39px;
	margin-top:38px;
	}	
#sectionTwo
	{
	padding:0 39px 10px 20px;
	}
#sectionTwo h2
	{
	font-size:18px;
	color:#7A6B5A;
	}
#sectionOne .categories	
	{
	padding:0;
	height:26px;
	margin:0 0 10px;
	}
#sectionOne .categories li
	{
	float:left;
	list-style:none;
	}
#sectionOne .categories li a
	{
	border:2px solid #fff;
	margin:3px;
	padding:5px 14px;
	background:#e0decd;
	text-decoration:none;
	color:#7a6b5a;
	display:block
	}
#sectionOne .categories li a:hover
	{
	background:#cbc9b6;
	border-color:#cbc9b6;
	}
.blogArticle
	{
	border-bottom:1px solid #a29e82;
	padding-bottom:20px;
	margin-bottom:20px;
	}
.blogArticle h1
	{
	margin-bottom:0
	}	
.blogArticle p
	{
	padding:0 30px;
	background:url(/images/blogArticleBG.png) no-repeat;
	}
.blogArticle .commentlist
	{
	font-size:13px;
	line-height:14px;
	color:#7a6b5a;
	background-color:#f9f7ee;
	padding:17px 5px 8px 40px;
	}
.blogArticle .commentlist h2
	{
	font-size:13px
	}
#addThis
	{
	margin:10px 0;
	}
.linkCategory dl
	{
	margin:0 20px 20px
	}	
.linkCategory dd
	{
	margin:0 0 10px;
	color:#7a6b5a
	}
	
	
/*	Style One
-------------------------------------------------------------
*/
	
#styleOne #sectionOne
	{
	float:left;
	width:419px;/* NOV 15 */
	border-right:1px solid #a29e82
	}
#styleOne #sectionTwo
	{
	float:left;
	width:261px;
	border-left:1px solid #a29e82;
	margin-left:-1px;
	color:#7a6b5a
	}
#styleOne #sectionTwo #introduction
	{
	font-size:17px;
	line-height:21px;
	padding-top:12px;
	}
#styleOne #sectionTwo #introduction	 strong
	{
	color:#2a6e7a
	}
	
/*	Style Two
-------------------------------------------------------------
*/

#styleTwo #sectionOne
	{
	float:left;
	width:518px;/* NOV 15 */
	border-right:1px solid #a29e82
	}
#styleTwo #sectionTwo
	{
	float:left;
	width:161px;
	border-left:1px solid #a29e82;
	margin-left:-1px;
	color:#7a6b5a
	}
#styleTwo #sectionTwo ul
	{
	margin:0 10px;
	padding:0;
	list-style:none;
	}
#styleTwo #sectionTwo ul ul
	{
	margin:4px 0 20px 15px;
	list-style:circle;
	}

/*	Footer
-------------------------------------------------------------
*/		

#footer
	{
	position:absolute;
	bottom:0;
	left:0;
	right:0;/* NOV 15 */
	/*width:100%;*//* Removed NOV 15 */
	background:#aeaa9a;
	padding:18px 0 56px 171px;/* NOV 15 */
	color:#7a6b5a;
	text-align:center;/* NOV 15 */
	}
.footerPadding
	{
	clear:both;
	height:1px;
	}
#mainBottom
	{
	height:13px;
	position:absolute;
	width:829px;/* NOV 15 */
	z-index:100;
	background:#cbc9b6;
	margin:28px -13px;
	}
#poweredBy
	{
	/* Removed NOV 15 */
	}
#copyright
	{
	/* Removed NOV 15 */
	}
		
/* Forms
------------------------------------------------------ */	
	
.inputBlock
	{
	margin:3px 0;
	padding:6px;
	border-bottom:2px dotted #fff;
	}
.inputBlock	 *
	{
	vertical-align:top;
	}
.inputBlock	label
	{
	width:165px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
	padding-top:5px
	}
.inputBlock	input,
.inputBlock	textarea
	{
	width:292px;
	font:14px "Trebuchet MS", Arial, sans-serif;
	padding:4px;
	}
#button input
	{
	Margin-left:175px;
	margin-bottom:30px;
	}
#captchaImage img
	{
	Margin-left:175px;
	}

#preview, #screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#20555e;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 999;
	}