/**
 * DON BRASH.COM
 * 
 * CSS Stylesheet compiled for version 2009 of DonBrash.com
 * 
 * Author: Will Rossiter
 * Website: http://www.willr.co.nz
 */

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* DEFAULTS */
html { background: #fcf6eb url(../images/page_gradient.gif) repeat-x top left; }
body { font: 10px/16px verdana, arial, sans-serif;}
table { border-collapse:collapse; border-spacing:0; }
a { color: #b02711; font-weight: bold; text-decoration: underline; }
	a:hover { text-decoration: none; }


/* HELPERS */
.nodisplay { position: absolute; top: -9999999999px;}
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; text-align: center; }
.break { clear: both; width: 100%; border-bottom: 1px solid 1px #ede6d5;}
.noMargin { margin: 0 !important; }

/* CONTAINER */
#Container {
	margin: 0 auto;
	width: 920px;
	background: url(../images/page_bg.gif) repeat-y top left;
}

/* HEADER */
#Header {
	width: 920px;
	height: 120px;
	background: url(../images/header.jpg) no-repeat top left;
}
	#Header h1 {
		float: left;
		margin: 30px 0 0 12px;
	}
		#Header h1 a {
			width: 400px;
			height: 80px;
			display: block;
			text-indent: -99999999px;
			outline: none;
		}
		
	/* search */
	#SearchForm_SearchForm {
		float: right;
		margin: 67px 40px 0 0;
		*margin-top: 50px;
		_margin-top: 50px;
		display: inline;
		width: 200px;
	}
		#SearchForm_SearchForm fieldset {
			border: none;
		}
		#SearchForm_SearchForm input.text {
			float: left;
			padding: 5px 4px 3px 4px;
			background: #fff;
			border: 2px solid #1265a0;
		}
		#SearchForm_SearchForm input.action {
			float: left;
			background: none;
			border: none;
			color: #fff;
			background: #16669f;
			padding: 6px 3px 4px 3px;
			cursor: pointer;
			text-transform: uppercase;
		}
			#SearchForm_SearchForm input.action:hover {
				background: #0d4c78;
			}
			
/* NAVIGATION */
#Navigation {
	width: 920px;
	height: 30px;
	background: url(../images/navigation.jpg) no-repeat top left;
}
	#Navigation ul {
		float: left;
		display: inline;
		margin: 2px 0 0 140px;
	}
		#Navigation li {
			list-style: none;
			float: left;
		}
			#Navigation li a {
				display: block;
				float: left;
				text-transform: uppercase;
				padding: 0 12px;
				height: 26px;
				font-family: Georgia, Times, Serif;
				line-height: 26px;
				font-size: 11px;
				text-decoration: none;
				color: #59523a;
				border-left: 1px solid #c7ba91;
			}
			#Navigation li a.last {
				border-right: 1px solid #c7ba91;
			}
				#Navigation li a:hover {
					background: #ede6d5;
				}
			#Navigation li a.current,
			#Navigation li a.section {
				background: #ede6d5;
			}
/* FOOTER */
#Footer {
	height: 55px;
	width: 920px;
	margin: 0;
	background: url(../images/footer.jpg) no-repeat top left;
}
	#Footer p { 
	}
		#Footer p a {
			text-indent: -900000px;
		}
	
/* SITE CREDITS */
#SiteCredits {
	width: 860px;
	padding-bottom: 60px;
	margin: 0 auto;
}
	#SiteCredits p {
		font-size: 10px;
		margin-bottom: 18px;
		color: #bdb9b1;
	}
		#SiteCredits p a {
			text-decoration: none;
			font-weight: normal;
			color: #bdb9b1;
		}
			#SiteCredits p a:hover {
				text-decoration: underline;
			}

/* LAYOUT */
#Layout {
	height: 100%;
	margin: 5px 15px;
	overflow: hidden;
}
	.dual-column { background: url(../images/content_2col.gif) repeat-y center top; }
	.three-column { background: url(../images/content_3col.gif) repeat-y center top; }
	
#LeftCol,
#RightCol {
	width: 156px;
	display: inline;
	margin: 18px 10px 10px 10px;
}
#CenterCol {
	float: left;
	display: inline;
	padding-top: 2px;
	margin-left: 20px;
}
	.single-column #CenterCol { margin: 20px;}
	.dual-column #CenterCol { width: 680px; float: right; margin: 0 15px 0 0;}
	.three-column #CenterCol { width: 500px;}
	
/* SIDEBAR */
.sidebar h3 {
	margin-bottom: 10px;
}
.sidebar h4 {
	margin-bottom: 8px;
	font-size: 10px;
}
.sidebar li {
	list-style: none;
}
	.sidebar li a {
		display: block;
		border-bottom: 1px solid #e5dccb;
		color: #7a756d;
		padding: 5px 0 5px 5px;
		text-decoration: none;
		font-weight: normal;
	}
		.sidebar li a:hover {
			background: #eee5d8;
		}
.sidebar img {
	border: 2px solid #fff;
	outline: 1px solid #ece5d7;
}
	.sidebar img.noborder {
		border: none;
		outline: none;
	}
.sidebar p {
	color: #7a756d;
	margin-bottom: 10px;
}

	#RightCol p {
		padding-bottom: 10px;
		border-bottom: 1px solid #ede6d5;
	}

/* IMAGE REPLACEMENT */
.sidebarImageLink {
	height: 8px;
	margin-top: 18px;
	text-indent: -900000px;
	outline: none;
	display: block;
	overflow: hidden;
}
	.sidebarImageLink:hover {
		background-position: bottom left;
	}
	.aboutLink {
		width: 86px;
		background: url(../images/link_bio.gif) no-repeat top left;
	}
	.readAll {
		width: 77px;
		background: url(../images/link_readall.gif) no-repeat top left;
	}
/* HOMEPAGE */
#Scroller {
	height: 295px;
	width: 493px;
	background: url(../images/scroller_bg.gif) no-repeat;
	margin: 10px 0 0 4px;
}
	#Scroller img {
		float: left;
		margin: 9px 0 0 8px;
		width: 477px;
		height: 278px;
		overflow: hidden;
	}
	
	#ScrollerTitle {
		text-align: center;
		color: #333;
		height: 30px;
		width: 460px;
		font: 11px/1.6 Georgia, Times, Serif;
		font-style: italic;
	}
#HomePage #CenterCol h2 {
	margin-left: 13px;
}
	
/* PAGINATION */
#PageNumbers {
	margin: 36px 0;
	background: #faf3e6;
	padding: 10px;
	color: #b9ae98;
	border: 1px solid #e6ddcc;
	text-align: center;
}
	#PageNumbers strong,
	#PageNumbers a {
		padding: 2px;
	}
/* ARTICLE FORMATING */
#CenterCol .article {
	border-bottom: 1px solid #dfdfdd;
	padding-bottom: 12px;
	margin-bottom: 18px;
}
	#CenterCol .article h3 {
		font-size: 12px;
		margin-bottom: 0;
	}
	#CenterCol .article p {
		margin-bottom: 12px;
		
	}
	#HomePage .article {
		padding: 0 13px;
	}
	
.typography .backToTop {
	margin: 36px 0;
	font-size: 10px;
	color: #888;
}
	.typography .backToTop a {
		color: #888;
	}
#Articles {
	clear: both;
	background: url(../images/article_separator.jpg) center top no-repeat;
	margin-top: 24px;
	padding-top: 36px;
}

.collapsableSection {
	
}
	.collapsableSection h4 {
		background: url(../images/link_viewdetails.jpg) 80% 8px no-repeat;
		cursor: pointer;
	}
		.collapsableSection h4:hover {
			color: #69655e;
		}
		.collapsableSection h4.viewing {
			background: url(../images/link_hidedetails.jpg) 80% 8px no-repeat;
			color: #181818;
		}
		.collapsableSection h4 em {
			display: block;
			font-size: 10px;
			font-style: normal;
			color: #888;
			font-weight: normal;
		}
/* FORMS */
.typography fieldset {
	border: none;
}

/* -- SECURITY -------------------- */
#Page #Content p {
	padding-top: 20px;
}
#MemberLoginForm_LoginForm {
	width: 340px;
	margin: 0 auto 20px auto;
	border: 6px solid #ddd;
	padding: 20px;
}
#MemberLoginForm_LoginForm label {
	display: block;
	float: none;
	font-size: 12px;
}
#MemberLoginForm_LoginForm input.text {
	width: 300px;
	font-size: 14px;
	padding: 4px;
	margin: 4px 0 10px 0;
}
#ForgotPassword {
	float: right;
}
#Remember {
	padding: 0;
	display: none;
}
