body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	min-width: 550px; /* prevents insane vertical scaling if window is made very narrow */
	font-size: 0.8em;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #bfebff;
	color: #333333;
}

a {
	color: #00a0d4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


	/* we don't need no stinkin' borders! */
	a img{
		border: none;
	}

	#PageBody {
		background: white;
		width: 920px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
		#PageBody #BackgroundLeftInner {
			width: 340px;
			height: 100%;
			background-position: top right;
			background-repeat: repeat-y;
			position: absolute;
			left: -340px;
			top: 0px;
		}
		
		#PageBody #BackgroundRightInner {
			width: 340px;
			height: 100%;
			background-position: top left;
			background-repeat: repeat-y;
			position: absolute;
			right: -340px;
			top: 0px;
		}
		
		#LowerFooter #BackgroundLeftFooter{
			position: absolute;
			left: -340px;
			height: 89px;
			width: 340px;
			background-repeat: no-repeat;
			background-position: bottom left;
		}
		
		#LowerFooter #BackgroundRightFooter{
			position: absolute;
			right: -340px;
			height: 89px;
			width: 340px;
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		
	#PageFooter {
		height: 200px;
		width: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		position: relative;
	}

	
#Sitemap{
	font-size: 18px;
}	

	#Sitemap li {
		margin: 10px 3px;
		font-size: 100%;
		font-weight: bold;
	}
	
		#Sitemap li li {
			margin: 3px;
			font-size: 85%;
			font-weight: bold;
		}
	
			#Sitemap li li li {
				font-size: 80%;
				font-weight: normal;
			}


	#container {
		border-left: 4px solid #FF244D;
		border-right: 4px solid #FF244D;
		overflow: hidden;
		min-height: 900px;
	}
		#container.featureboxes {
			min-height: 500px;
		}
			
	
	
#Centre .inner {
	float: left;
	padding: 0 20px 0 20px;
}

#LowerFooter{
	border-bottom: 4px solid #FF244D;
	border-left: 4px solid #FF244D;
	border-right: 4px solid #FF244D;
	overflow: hidden;
	color: #808080;
}

	#LowerFooter div{
		float: left;
		height: 85px;
		line-height: 70px;
		font-size: 11px;
	}
	
	#LowerFooter div.left{ width: 200px; }
	#LowerFooter div.center { 
		text-align: center;
		height: 51px;
		line-height: 15px;
		padding-top: 19px;
	}
	#LowerFooter div.right  { float: right; text-align: right; padding-right: 10px;}	

		#LowerFooter div.right div {
			float: none;
			height: auto;
			line-height: 15px;
			text-align: left;
		}
			#LowerFooter div.right div.facebookRecommend {
				padding-top: 12px;
			}
			#LowerFooter div.right div.twitter {
				padding-top: 3px;
			}
	
	#FooterMenu {
		overflow: hidden;
		zoom: 1;
	
	}
		#FooterMenu img {
			float: left;
		}
		
#Left .sidebar_list {
	margin-left: 26px;
}

	#Left .sidebar_list h2 {
		font-weight: bold;
		font-size: 18px;
		color: #ff244d;
	}
	
	#Left .sidebar_list a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #22b9ff;
		margin: 5px 0;
	}
	
	#Left .sidebar_list a.all_categories {
		margin: 15px 0 0 0;
	}
	
blockquote {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('/img/content/quote_mark_left.png');
	padding: 0 40px;
	position: relative;
	margin: 10px 0;
	margin-bottom: 20px;
}

	blockquote .quote_mark_right {
		background-image: url('/img/content/quote_mark_right.png');
		background-position: top left;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		bottom: 30px;
		width: 40px;
		height: 25px;
	}
		
	blockquote .quote_name {
		padding-top: 10px;
		font-weight: bold;
		font-size: 14px;
	}

	blockquote .quote_description {
		font-weight: bold;
		font-size: 11px;
	}
	
div.roundedbox{
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding: 5px 25px;
	width: 415px;
}

#flashMessage {
	padding: 15px 50px;
	text-align: center;
	font-size: 12px;
}

#Sitemap ul{
	list-style: none;
}

#container img.hero {
	margin-bottom: 30px;
}

/*Styles for silo pages under "Music & Fun" that display all items for a given topic. Ie. All recipes on the website. */

.silo .downloadIndex a.download_heading:link, .silo .downloadIndex a.download_heading:visited {
	color: #FF244D;	
}

.silo .downloadIndex .download .downloadLink img {
	border:2px solid #00A0D4;
}

.silo .funlist li {
	font-size: 20px;
	padding-bottom: 5px;
}

.resources .silo .downloadIndex .description {
	padding-left: 45px;
}

