﻿/*===================================================================================*/
/* Filename:          puzzles.css                                                    */
/* Description:       Puzzles/Quiz Section CSS File                                  */
/* Version:           1.0 (09.06.2010)                                               */
/* Website:           http://www.lifestylechannel.com.au                             */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Tim Hornbrook                                                  */
/*===================================================================================*/
.PuzzlesHeading {
    background-position: 0px -390px;
}
#PuzzlesContent .AllItemsArea {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;    
	border-left: 1px dotted #CCCCCC; 
	border-right: 1px dotted #CCCCCC; 
}
#PuzzlesContent .MoreForYouArea {
    margin-bottom: 25px;       
}
.TodaysItemsArea ul li {
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    width:220px;
	border-top: 1px solid #CCCCCC;    
	border-bottom: 1px solid #CCCCCC;    
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 	
}
#PuzzlesContent .TopBreadCrumbs {
    display: none;
}
#PuzzlesContent .HeadingArea {
    margin-bottom: 10px;
}

#TodaysListItems li.Item {
	margin:0px auto;
	padding:0;
	width:200px;
}
/*
.ItemArea-2Column .Item .Copy {
    height:53px;
    max-height:53px;
}
*/

.ContentLeft {
	float:left;
	margin:0px;
	padding-left:15px;
	width:630px;	
}

#PageContent.CentreColumn {
	float:left;
	margin:0px;
	padding-left:15px;
	width:600px;	
}

#PuzzleEmbed {
	margin-left:32px;	
}
	
