/*---[ Details ]---------------------------------------
Content Style Sheet
Site: www.innocentdrinks.co.uk/bigknit/
Author: Lee Powell
Contact: lee.powell@soup.co.uk
Date Created: 13.08.2007
Date Modified: 13.08.2007
-------------------------------------------------------*/

/*-----------------------------------------------------
Contents:
[01] Global White Space Reset
[02] Widget
[03] Misc
[04] Clearfix
-------------------------------------------------------*/


/* [01] Global White Space Reset
-------------------------------------------------------*/
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, fieldset, input, p, blockquote, pre {
	margin: 	0;
	padding: 	0;
}
body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	background: #FFF;
}

/* [02] Widget
-------------------------------------------------------*/
#widget {
	width: 164px;
	padding: 5px 3px 0px 3px;
	position: relative;
	cursor: pointer;
	}
#widget h2 {
	height: 29px;
	text-indent: -9999px;
	background: url('../img/imr_thebigknit_h2.gif') no-repeat top center;
	}
#widget p.subtitle {
	height: 21px;
	text-indent: -9999px;
	background: url('../img/imr_keepingoldpeoplewarm_p.gif') no-repeat top center;
	margin: 2px 0;
	}
#widget h3 {
	height: 24px;
	text-indent: -9999px;
	background: url('../img/imr_hatometer_h3.gif') no-repeat top center;
	/*2010 update*/
	background: url('../img/imr_hatometer_h3.jpg') no-repeat top center;
	margin: 0 0 5px 0;
	}
#widget .hatometer {
	margin: 8px 0 8px 3px;
	}
#widget .hatometer p {
	width: 93px;
	height: 226px;
	float: left;
	margin: 0;
	position: relative;
	}
#widget .hatometer span {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	text-indent: -9999px;
	background: url('../img/bg_bottle_grey.jpg') no-repeat top left;
	}
#widget .arrow {
	position: absolute;
	top: 0;
	left: -24px;
	z-index: 99999;
	}
#widget ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: -1px 0 0 0;
	font-size: 1.1em;
	position: relative;
	}
#widget ul li {
	margin-bottom: 13px;
	font-weight: bold;
	min-height: 14px;
	}
#widget ul li.alt {
	color: #999;
	}
#widget ul li.last {
	margin: 0;
	}
#widget p {
	text-align: center;
	}
#widget .hatometer p {
	text-align: left;
	}
#widget p {
	clear: both;
	}
#widget p.total strong {
	color: #910330;
	}
#widget p.findoutmore {
	background: url('../img/imr_findoutmore_p.gif') no-repeat top center;
	height: 21px;
	text-indent: -9999px;
	margin: 3px 0 5px 0;
	position: relative;
	}
#widget p.findoutmore a {
	position: absolute;
	width: 162px;
	height: 18px;
	top: 0;
	left: 0;
	}
#widget p.value {
	background: url('../img/imr_toageconcern_p.gif') no-repeat top center;
	height: 10px;
	text-indent: -9999px;
	margin-bottom: 2px;
	}
p.getwidget {
	background: url('../img/imr_getthiswidget_p.gif') no-repeat 37px 3px;
	height: 13px;
	width: 170px;
	padding-top: 5px;
	text-indent: -9999px;
	position: relative;
	border-top: 1px solid #CCC;
	}
p.getwidget a {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 25px;
	}

/* [03] Admin Area
-------------------------------------------------------*/
#wrapper {
	width: 650px;
	margin: 20px;
	font-size: 1.1em;
	}
#wrapper .logo {
	margin-bottom: 20px;
	}	
* html #wrapper .login form label {
	width: 70px;
	}
#wrapper .login form #login_submit {
	font-size: 9px;
	padding: 1px 10px;
	margin-left: 70px;
	}	
#wrapper ul {
	margin-left: 15px;
	}
#wrapper ul.errors,
#wrapper p.result {
	margin-bottom: 15px;
	}

#wrapper form fieldset {
	border: none;
	}
#wrapper form {
	margin-bottom: 20px;
	}
#wrapper form input {
	font-size: 1em;
	padding: 1px;
	}
#wrapper form label {
	display: block;
	float: left;
	min-width: 70px;
	padding-top: 2px;
	}
* html #wrapper form label {
	padding-top: 3px;
	}
#wrapper h2 {
	margin-bottom: 5px;
	color: #850429;
	font-size: 1.4em;
	}
#wrapper form p {
	margin-bottom: 10px;
	}
	
/* [03] Misc
-------------------------------------------------------*/
.w3c {
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
	}

/* [04] Clearfix
-------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
