/************************************************************************************
-------------------------------------------------------------------------------------
	
	"sgm.css"
	@desc	main layout rules for www.sgm.ac.uk
	@author ico Design <admin@icodesign.co.uk>
	
-------------------------------------------------------------------------------------
************************************************************************************/

@import 'typography.css';
@import 'modules.css';
@import 'section-themes.css';
/*@import 'svwp_style.css';
@import 'debug.css';*/

/*	Global
-----------------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}
.clear:after,
.row:after,
.recipe-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul#skip-nav{
	position: absolute;
	top: -999em;
}



/*	Layout
-----------------------------------------------------------------------------------*/

#wrapper{
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	width: 928px;
}
#header{
	border-bottom: 3px solid #333;
	float: left;
	min-height: 125px;
	padding-top: 35px;
	position: relative;
	width: 928px;
}
#nav-main{
	float: left;
	width: 928px;	
}
#breadcrumbs{
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 40px;
	width: 928px;
}
#home #breadcrumbs{
	margin-bottom: 20px;
}
#content{
	float: left;
	position: relative;
	width: 928px;
}
#primary{
	float: left;
}
.two-col #primary,
.two-col-quiz #primary{
	/*overflow: hidden;*/
	padding: 0 0 0 33px;
	width: 725px;
}
.two-col-alt #primary{
	padding: 0 15px 0 0;
	width: 690px;
}
.three-col #primary{
	overflow: hidden;
	padding: 0 23px;
	width: 490px;
}
#side-nav{
	border-top: 2px solid #333;
	float: left;
	width: 170px;
}
#side-modules{
	float: right;
	width: 220px;
}
#footer{
	border-top: 3px solid #333;
	clear: both;
	float: left;
	margin: 20px 0;
	width: 928px;	
}
#footer-left{
	float: left;
	font-size: 0.9em;
	line-height: 32px;
}

/*	BG body images
-----------------------------------------------------------------------------------*/

body{
	background-position: top center;
}

body.bg-leptospira		{	background-image: url('/themed/sgm/img/page-backgrounds/leptospira.gif');		}
body.bg-bacteriophage	{	background-image: url('/themed/sgm/img/page-backgrounds/bacteriophage.jpg');	}
body.bg-bordetella		{	background-image: url('/themed/sgm/img/page-backgrounds/bordetella.jpg');		}
body.bg-clostridium		{	background-image: url('/themed/sgm/img/page-backgrounds/clostridium.gif');		}
body.bg-diatoms			{	background-image: url('/themed/sgm/img/page-backgrounds/diatoms.gif');			}
body.bg-fungus_spores	{	background-image: url('/themed/sgm/img/page-backgrounds/fungus_spores.gif');	}
body.bg-leptospira		{	background-image: url('/themed/sgm/img/page-backgrounds/leptospira.gif');		}
body.bg-malaria			{	background-image: url('/themed/sgm/img/page-backgrounds/malaria.gif');			}
body.bg-rabies			{	background-image: url('/themed/sgm/img/page-backgrounds/rabies.jpg');			}
body.bg-salmonella		{	background-image: url('/themed/sgm/img/page-backgrounds/salmonella.gif');		}



