/***********************************************/
/* Web Site: Service microsites - Wide         */
/*                                             */
/* Media: Screen                               */
/*                                             */
/* Author: Oliver Hoad                         */
/*                                             */
/* Created: 24th February 2010                 */
/***********************************************/

/* 
-- CSS INDEX --

1. BASIC HTML
2. STRUCTURE
3. GLOBAL NAVIGATION
4. STANDARD PAGE ELEMENTS
5. PAGE ACTIONS

*/

/* ----- 1. BASIC HTML ---------------------------------------*/

/* ----- 2. STRUCTURE ----------------------------------------*/

#main {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fdfdfd;
}

#upper_strip {
	width: 990px;
	height: 18px;
	background: #fdfdfd;
}

#header {
	width: 990px;
	height: 102px;
}

#motif {
	float: left;
	width: 156px;
	height: 102px;
	background: url(microsite10_barnardos_motif.gif) 0 0 no-repeat;
}

#content {
	width: 990px;
	height: auto;
	margin: 0;
	background: #fdfdfd url(microsite_wide_bg.gif) 200px 0px repeat-y;
}

#section {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 683px;
	height: auto;
	margin: 0 45px 0 0;
	padding: 17px 30px 0 30px;
	border-top: 1px solid #daeac1;
	border-left: 1px solid #daeac1;
	border-right: 1px solid #daeac1;
	background-color: #fff;
}

#copy {
	float: left;
	width: 485px;
	height: auto;
}

#sidebar {
	float: right;
	width: 178px;
	height: auto;
}

/* ----- 3. GLOBAL NAVIGATION --------------------------------*/

/* ----- 4. STANDARD PAGE ELEMENTS ---------------------------*/

/* ----- 5. PAGE ACTIONS -------------------------------------*/

#page_actions {
	width: 683px;
	height: 22px;
	margin: 30px 0 10px 230px;
}

#page_actions_share ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#page_actions_share li {
	float: left;
	margin: 0 18px 0 0;
}

#page_actions_top ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#page_actions_top li {
	float: right;
	margin: 0;
}

