/*---[ Details ]---------------------------------------
Print Style Sheet
Site: www.innocentdrinks.co.uk
Author: Lee Powell
Contact: lee.powell@soup.co.uk
Date Created: 21.05.2007
Date Modified: 21.05.2007
-------------------------------------------------------*/

/*-----------------------------------------------------
Contents:
[01] Common Elements
[02] Footer
[03] Hide Stuff
[04] Clearfixes
[05] Page Specific
-------------------------------------------------------*/


/* [01] Common Elements
-------------------------------------------------------*/
body {
	font-size: 11px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	}
table {
	margin: 0 0 1em;
	width: 100%;
	}
caption {
	padding: 0 0 0.5em;
	font-weight: bold;
	font-size: 1.1em;
	}
	
#header h1 {
	margin-bottom: 50px;
	}
#header img {
	margin-bottom: 20px;
	}

/* [02] Footer
-------------------------------------------------------*/
#footer {
	margin-top: 50px;
	width: 100%;
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 15px;
	}
#footer ul {
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
	width: 300px;
	}
#footer ul li {
	float: right;
	}
#footer p {
	float: left;
	width: 134px;
	display: inline;
	}
#footer p span {
	display: block;
	height: 16px;
	}
#footer h6 {
	float: right;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	}

/* [03] Hide Stuff
-------------------------------------------------------*/
.w3c, #navigation, #nav_legal, map, .submitfete,
.backlink, #viewfete .download, .backtolist  {
	display: none;
	}

/* [04] Clearfixes
-------------------------------------------------------*/
#viewfete #attractions:after,
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

#viewfete #attractions,
#footer {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #viewfete #attractions,
* html #footer {
	height: 1%;
	}
#viewfete #attractions,
#footer {
	display: block;
	}
/* End hide from IE-mac */
	
/* [05] Page Specific
-------------------------------------------------------*/
/*--- Home --------------------------------------------*/
#home #col_1 p img {
	float: right;
	margin-left: 20px;
	margin-top: -30px;
	}
#home #col_1 p a img {
	display: none;
	}
#home #col_2 {
	clear: both;
	}
#home #col_2 ul {
	list-style: none;
	}
#home #col_2 ul li {
	float: left;
	}

/*--- Fete Finder -------------------------------------*/
#fetefinder img {
	margin-bottom: 15px;
	}
#fetefinder dl {
	border-top: 1px solid #CCC;
	padding: 15px 0 2px;
	}
#fetefinder dl ul {
	list-style: none;
	padding: 0;
	}
#fetefinder dl dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	}
#fetefinder dl dt:before {
	content: url(http://www.innocentvillagefete.com/images/fetefinder/bg_fetetent_small.gif)" ";
	}
#fetefinder dd {
	padding-left: 35px;
	}
#fetefinder dl dt a:after,
#fetedetails #innocentfetes dt a:after {
	content: " (http://www.innocentvillagefete.co.uk/" attr(href) ")";
	font-weight: normal;
	font-size: 11px;
	color: #000;
	}

/*--- Fete Details ------------------------------------*/
#fetedetails #innocentfetes dt {
	margin-top: 10px;
	font-size: 1.5em;
	}

/*--- View Fete ---------------------------------------*/
#viewfete #attractions {
	list-style: none;
	padding: 0;
	}
#viewfete #attractions li {
	width: 60px;
	height: 90px;
	float: left;
	padding: 0 10px;
	margin: 10px 0 10px 5px;
	border-right: 1px solid #CCC;
	text-align: center;
	}

/*--- Photo Group -------------------------------------*/
#photogroup #col_2 ul {
	list-style: none;
	}

