@import url(module.dojo_chat.css);

html {
	background-color: #f8f8f8;
}

body {
	background-image: url(/img/layout/background-tile.png);
	background-position: top center;
	margin: 0;
	padding: 0;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

p {
	font-size: 12px;
}

a:link img, a:visited img {
	border: 0;
}

#Header {
	background-color: transparent;
	background-image: url(/img/layout/header-border-top.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 70px;
	width: 100%;
	
	margin: 0;
	padding: 0;
}

#Content {
	width: 801px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}
#Content.homepage {
	width: 897px;
}

#Content.wide {
	width: 814px;
}

	#Content #MainWrap {	
		width: 597px;
		float: left;
	}
	
	#Content.wide #MainWrap {	
		width: 814px;
	}
		
		/* top and bottom shadow images */
		#Content #MainWrap .shadow_top {
			float: left;
			overflow: hidden;
			zoom: 1;
			width: 597px;
			height: 10px;
			background-image: url(/img/layout/content-main-top.png);
			background-repeat: no-repeat;
			background-position: center top;
			background-color: transparent;
		}
		
		#Content.wide #MainWrap .shadow_top {
			width: 814px;
			background-image: url(/img/layout/content-main-top-wide.png);
		}
		
		#Content #MainWrap .shadow_bottom {
			float: left;
			overflow: hidden;
			zoom: 1;
			width: 597px;
			height: 10px;
			background-image: url(/img/layout/content-main-bottom.png);
			background-repeat: no-repeat;
			background-position: center top;
			background-color: transparent;
		}
		
		#Content.wide #MainWrap .shadow_bottom {
			width: 814px;
			background-image: url(/img/layout/content-main-bottom-wide.png);
		}

		/* repeating background image */
		#Content #MainWrap .tile {
			float: left;
			background-image: url(/img/layout/content-main-tile.png);
			background-repeat: repeat-y;
			background-position: center top;
			background-color: transparent;
			margin: 0;
			padding: 0 10px;
		}
		
		#Content.wide #MainWrap .tile {
			background-image: url(/img/layout/content-main-tile-wide.png);
		}
		
			/* actual content container */
			#Content #MainWrap .tile #Main {
				background-image: url(/img/layout/content-main-bg.png);
				background-repeat: no-repeat;
				background-position: center top;
				background-color: #bdc9c5;
				min-height: 415px;
				width: 577px;
				position: relative;
				overflow: hidden;
				zoom: 1;
			}
			
			#Content.wide #MainWrap .tile #Main {
				background-image: url(/img/layout/content-main-bg-wide.png);
				width: 794px;
			}
			
				/* subnav takes 50px at bottom of content pane */
				#Content #MainWrap .tile #Main.subnav {
					padding-bottom: 50px;
				}
	
	#Content #Nav {
		width: 204px;
		float: right;
		overflow: hidden;
		zoom: 1;
		padding: 10px 0 0 0;
	}

#Footer {
	background: #f8f8f8;
	width: 100%;
	margin: 113px 0 0 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

	#Footer .left {
		float: left;
		overflow: hidden;
		zoom: 1;
	}
	
		#Footer .left .links {
			float: left;
			line-height: 56px;
			color: #aaa;
			font-size: 12px;
			margin: 0;
		}
		
			#Footer .left .links a:link,
			#Footer .left .links a:visited {
				margin: 0px 16px;
				color: #aaa;
				text-decoration: none;
			}
			
			#Footer .left .links a:hover {
				color: #666;
			}
	
	#Footer .right {
		float: right;
		overflow: hidden;
		zoom: 1;
	}
	
		#Footer .right img {
			float: left;
			margin: 8px 15px 8px 15px;
		}

.content_header {
	overflow: hidden;
	zoom: 1;
}	

	.content_header h2 {
		padding: 5px 100px 5px 15px;
		background: white;
		text-transform: uppercase;
		color: #4c4c4c;
		font-size: 15px;
		font-family: Helvetica, Arial, sans-serif;
		margin: 11px auto 0 0;
		display: block;
		float: left;
		border-left: 4px solid white;
		font-weight: normal;
	}

	.content_header .sub_header {
		clear: left;
	}
	
.sub_header {
	padding: 10px 19px 10px 19px;
	background: white;
	color: #4c4c4c;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 5px 0 12px 0;
	display: block;
	float: left;
	font-weight: normal;
	width: 285px;
	overflow: hidden;
	zoom: 1;
}

/* "what's ballarat like" h1 text is text-indented 
   out of sight and replaced with a graphic. */
#Nav h1{
	padding: 0;
	margin: 0;
	margin-left: 8px;
	width: 182px;
	height:	92px;
	display: block;
	background-image: url(/img/layout/whats-ballarat-like.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
	#Nav h1 a:link,
	#Nav h1 a:visited {
		display: block;
		padding: 0;
		margin: 0;
		width: 182px;
		height:	92px;
		text-indent: -9999px;
	}

h1.wide {
	padding: 0;
	margin: 0 0 5px 10px;
	width: 448px;
	height:	26px;
	display: block;
	text-indent: -9999px;
	background-image: url(/img/layout/whats-ballarat-like-wide.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

/* this guy lives at the base of the content pane */
#ContentSubNav {
	height: 21px;
	border-top: 5px solid #fa9e2c;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #f96400;
	margin: 0;
	padding: 12px 0;
}

	#ContentSubNav a:link,
	#ContentSubNav a:visited {
		margin: 0 10px;
		color: #f96400;
		text-transform: uppercase;
		font-size: 14px;
		text-decoration: none;
	}
		
		#ContentSubNav a:hover {
			text-decoration: underline;
		}
		
.large_text_pane {
	clear: both;
	overflow: hidden;
	zoom: 1;
	width: 285px;
	background: white;
	padding: 19px;
	margin: 12px 0 15px 0;
}

#AmbassadorFlash {
	width: 240px;
	height: 380px;
	position: absolute;
	right: 0;
	top: 0;
}

.ambassador .left_pane {
	width: 50%;
	float: left;
	zoom: 1;
	padding: 0;
	margin: 0;
}

.ambassador .right_pane {
	width: 50%;
	float: right;
	zoom: 1;
	padding: 0;
	margin: 0;
}

	.left_pane .inner,
	.right_pane .inner {
		margin: 10px;
	}
	
.ambassador h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;

	margin: 0;
	padding: 12px 0;

	color: #404040;
}

.ambassador strong {
	text-transform: uppercase;
	font-weight: normal;
}

.ambassador .sub_header {
	font-weight: normal;
	font-size: 14px;
	background: transparent;
	margin: 0 0 20px 0;
	padding: 0;
	width: auto;
	float: none;
	display: block;
	color: #404040;
}

.ambassador .fullPane {
	padding: 10px;
}

.noflash {
	margin: 20px 10px;
}

#HomePage .noflash {
	color: #333;
	margin: 0 auto;
	width: 400px;
	font-size: 12px;
	padding: 30px 10px;
	background: white;
	text-align: center;
}

.noflash a {
	color: #404040;
}

