/*
	Filename         : 	home.css
	Created by       : 	Adam Elleston
	Created          : 	07/10/2009
	Last Updated     : 	07/10/2009
	Comments         : 	Styling for IC - Homepage columns and styling
						Only included on homepage
*/

/* Column widths and margin
************************************************************************************************************************/
.homeCol {
	float:left;
	width:304px;
	overflow:hidden;
}
	.homeCol .widget {
		width:302px;
		_width:300px;
		overflow:hidden;
	}
		.homeCol .widget {
			
		}
.middleCol {
	margin:0 0 0 17px;
}


.theme .widget {
	width:304px;
	float:right;
}

#block1{
	float:left;
	width:625px;
	margin-right:19px;
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	background:#f3f3f3; /* column 1 background colour */
}
#homeContent #col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
	#col1 p{
		margin-top:10px;
	}
#homeContent #col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}
	#homeContent #col2  h2{
		padding-left:0;
		padding-top:10px;
	}

	
/* specific home layout
************************************************************************************************************************/
#wrapper.home #main{
	padding-bottom:10px;
}

/* Define the different types/styles of columns boxes
************************************************************************************************************************/
.widget {
	-moz-border-radius:5px;
	-moz-box-shadow:1px 1px #ededed;	
	-webkit-border-radius:5px;
	-webkit-box-shadow:1px 1px #ededed;	
	margin:20px 0 0;
	border:1px solid #eaeaea;
}
	.shadow {
		-moz-border-radius:5px;
		-moz-box-shadow:1px 1px #e0e0e0;	
		-webkit-border-radius:5px;		
		-webkit-box-shadow:1px 1px #e0e0e0;	
	}
	.rssWidget .shadow {
		background:#fff url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_rss_bg.gif) top right no-repeat;
	}
	#rightCol .rssWidget h2 {
		padding-left:0;
	}
	.widget h2 {
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
		-webkit-border-radius-topleft:5px;
		-webkit-border-radius-topright:5px;
		margin-bottom:10px;
		overflow:hidden;
		padding:0 10px;
	}
		.widget h2 span {
			display:block;
			padding:14px 0 10px 40px;
		}

/* Free Form widget which is just a rich text area
************************************************************************************************************************/
.freeWidget {
	background:#fff;	
}
	.freeWidget .shadow {
			-moz-box-shadow:none;
	}
	.freeWidget .greyBox {
		background:#f3f3f3;
	}
	.freeWidget .shadow div {
		padding:10px;
	}
		.freeWidget .shadow div.wysiwyg {
			padding-top:0;
			padding-bottom:0;
		}
	.homeCol .freeWidget h2 {
		-moz-border-radius-topleft:0;
		-moz-border-radius-topright:0;
		-webkit-border-radius-topleft:0;
		-webkit-border-radius-topright:0;
		overflow:hidden;
		padding:0;
	}
	.freeWidget h2,
	.freeWidget h3,
	.freeWidget h4,
	.freeWidget h5,
	.freeWidget h6,
	.freeWidget p{
		margin-bottom:10px;
		font-weight:normal;
	}
		.freeWidget h2 a,
		.freeWidget h3 a,
		.freeWidget h4 a,
		.freeWidget h5 a,
		.freeWidget h6 a {
			font-weight:bold;
			
		}
	.freeWidget li {
		font-size:1.3em;
		line-height:1.3em;
		background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/icon_listArrow.gif) 0 5px no-repeat;
		padding:0 0 0 10px;
		margin:0 0 10px 0;
	}
		.quickLinks li {
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/icon_listArrow_down.png) 0 5px no-repeat;
			padding-left:15px;
		}
		.freeWidget li strong {
			font-size:1.1em;
		}
	.freeWidget p {
		font-size:1.3em;
		line-height:1.3em;
	}
		.freeWidget  li p {
			font-size:1em;
			margin-top:10px;
		}
		.mainWidget p {
			padding:10 0 0;
		}
	.mainWidget h3,
	.mainWidget h4,
	.mainWidget h5,
	.mainWidget h6 {
		margin-left:10px;
		margin-right:10px;
		color:#666;
		font-weight:bold;
	}
	.mainWidget h3 {
		font-size:1.6em;
	}
	.mainWidget h4 {
		font-size:1.5em;
	}	
	.mainWidget h5{
		font-size:1.4em;
	}
	.mainWidget h6 {
		font-size:1.3em;
	}
		.mainWidget p.image {
			padding:0;
		}
		.rssWidget p {
			padding:0 40px 0 0;
		}
	.freeWidget a {
		text-decoration:none;
	}
	.freeWidget a:hover {
		text-decoration:underline;
	}
	.freeWidget hr {
		margin:0 0 10px 0;
		width:303px;
		border:none;
		border-bottom:1px dotted #ccc;
		height:0px;
	}

	div#contact p{
		margin-bottom:0;
	}
	
/* Login box for My IC
************************************************************************************************************************/
.myIcLogin {
	background:#E3F0F8;
}
	.myIcLogin h2 {
		background:#BEDCEF url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/myIC_boxHeaderBg.jpg) repeat-x scroll left top;
		border-bottom:1px solid #DBDBDB;
	}
		.myIcLogin h2 span {
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_myic_login.jpg) 0 10px no-repeat;
		}
/* Boxes that have grey headings such as services, stats and supporting frontline
************************************************************************************************************************/
.servicesBox,
.statsBox,
.infoBox {
	background:#f2f2f2;
}
	.servicesBox .shadow,
	.statsBox .shadow,
	.infoBox .shadow {
		padding:0 0 10px;
	}
	.servicesBox h2,
	.statsBox h2,
	.infoBox h2 {
		background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_boxHeaderBg.jpg) repeat-x scroll left top;
		border-bottom:1px solid #DBDBDB;
	}
		.statsBox h2 span {
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_icon_stats.gif) 6px 10px no-repeat;
		}
		.servicesBox h2 span {
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_icon_services.gif) 6px 10px no-repeat;
		}
		.infoBox h2 span {
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_icon_info.gif) 6px 10px no-repeat;
		}
.servicesBox form,
.statsBox form {
	padding:10px 10px 15px;
	margin:10px 10px 0;
	background:#dbdbdb;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
}
	.servicesBox select,
	.statsBox select {
		width:215px;
		float:left;
		font-size:1.3em;
	}
	.servicesBox select.selectOpen{
		width:350px;
	}
	.statsBox select.selectOpen option{
		width:280px;
	}
	
	.servicesBox label,
	.statsBox label {
		display:none;
	}
	.servicesBox input,
	.statsBox input {
		border:none;
		float:right;
		width:25px;
		height:26px;
		text-indent:-9009px;
		line-height:0;
		cursor:pointer;
		background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_select_list_submit.gif) top left no-repeat;
	}
.infoBox ul {	
	padding:0 0 3px;
	margin:10px 10px 0;
	background:#fff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
}
	.infoBox li {		
		font-size:1.5em;
	}
		.infoBox li.one {		
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_theme_bar_1.gif) bottom left no-repeat;	
		}
		.infoBox li.two {		
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_theme_bar_4.gif) bottom left no-repeat;	
		}
		.infoBox li.three {		
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_theme_bar_2.gif) bottom left no-repeat;	
		}
		.infoBox li.four {		
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_theme_bar_5.gif) bottom left no-repeat;	
		}
		.infoBox li.five {		
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_theme_bar_3.gif) bottom left no-repeat;	
		}
		.infoBox li.six {		
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/ic_theme_bar_6.gif) bottom left no-repeat;	
		}
		.infoBox li a {	
			padding:10px 10px 10px 20px;
			background:url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/icon_listArrow.gif) 8px 14px no-repeat;		
			font-weight:bold;
			display:block;
		}

a.twitter{
	background: url(/ukgwa/20121107111215oe_/http://www.ic.nhs.uk/images/layout/bg_twitter.png) center left no-repeat;
	padding-left:30px;
	padding-top:3px;
	display:block;
	height:21px;
}