/*===================================================================================*/
/* Filename:          landing.css                                                    */
/* Description:       Landing Page CSS File                                          */
/* Version:           1.0 (13.10.2009)                                               */
/* Website:           http://www.lifestyleyou.com.au                                 */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Luke Goodwin                                                   */
/*===================================================================================*/
/*							    LEFT COLUMN STRUCTURE                                */
/*===================================================================================*/
#QuizContent {
	margin-left: 1px;
	background-color: #fff;
	overflow: hidden;/* IE 6 FIX */
	width: 668px;
	
	height: 1%;
}
.HeadingArea {
	padding: 17px 25px;
	Background: #efefef url(../images/heading_background.gif) repeat-x top left;	
	height: 50px;
}
.TopBreadCrumbs {
	margin-top: 5px;
}
.TopBreadCrumbs a {
	margin-right: 5px;
	color: #afb1b4;
	text-transform: capitalize;
}
.TopBreadCrumbs span {
	margin-right: 5px;
	color: #898989;
}

.HeadingArea .Heading {
	height: 35px;
	margin: 0px 0px;
}
/*===================================================================================*/
/*							   LATEST QUIZZES STRUCTURE                              */
/*===================================================================================*/
.LatestQuizzesArea { 
	margin: 0px 0px; 
}
.LatestQuizzesArea .Heading {
		margin: 20px 25px 5px;
		height: 30px;
}
.LatestQuizzesArea ul {}
.LatestQuizzesArea .Item {
	background-color: #F3F3F4;
	margin: 10px;
	padding: 15px;
}
.LatestQuizzesArea .Item .Thumbnail {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.LatestQuizzesArea .Item .Copy {
	float: left;
	margin: 0px 0px;
	width: 500px;
	
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}
.LatestQuizzesArea .Item .Copy .Title a { margin: 5px 0px; font-size: 22px; font-weight: normal;}
.LatestQuizzesArea .Item .Copy .ByLine { color: #7d7d7d; }
.LatestQuizzesArea .Item .Copy .Button { display: block; margin-top: 5px; }
/*===================================================================================*/
/*							   ALL QUIZZES STRUCTURE                                 */
/*===================================================================================*/
.AllQuizzesArea { 
	margin: 0px 10px 20px 10px; 
}
.AllQuizzesArea .Heading {
		margin: 10px 15px 15px;
		height: 30px;
}
.AllQuizzesArea ul { margin-left: 15px;}
.AllQuizzesArea .Item {
	float: left;
	width: 295px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.AllQuizzesArea .Item .Thumbnail {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.AllQuizzesArea .Item .Copy {
	float: left;
	margin: 0px 0px 10px 0px;
	width: 200px;
	
	height: 52px;
	max-height: 52px;
	overflow: hidden;
}
.AllQuizzesArea .Item .Copy .Title { 
	margin: 0px 0px;
}
.AllQuizzesArea .Item .More span { 
	padding-left: 10px;
}
/*===================================================================================*/
/*							   PAGENATION STRUCTURE                                  */
/*===================================================================================*/
#Pagination { text-align: center; margin-bottom: 10px; }
#PaginationText.Title {
	font-size: 12px;	
}
#Pagination .ArrowButton {position: relative; top: 2px;}