/*
THEME NAME: IGOO CMS
THEME URI: http://www.igoo.co.uk
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, a canvas for CSS
VERSION: 1.4
AUTHOR: ben waldron
AUTHOR URI: http://www.igoo.co.uk
TAGS: igoo, sandbox
*/

@import url('http://a.igoohost.com/css/reset.css');


/*
---------------------------------------------------------------------------
=	HOUSEKEEPING
---------------------------------------------------------------------------
*/

html,
body
{
	height: 100%;
}

body
{
	font-family: Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	font-family: "Comic Sans MS";
	background-color: #00345d;
}


body.pageid-2
{
	background: url(images/bg_home.gif) repeat-x #00345d !important;
}

div.wrap
{
	margin: 0 auto;
	text-align:left;
	width:960px;
	position: relative;
}

div#access
{
	display:none;
}

.cb
{
	clear: both;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/

div#header
{
	height:100px;
	padding-top: 10px;
	background-color: #fff;
}

body.pageid-2 div#header span#tel
{
	display: block;
	float: left;
	background: url(images/tel_add2.gif) no-repeat;
	width: 227px;
	height: 51px;
	margin-top: 15px;
	margin-right: 90px;
}

body.pageid-2 div#header a#back
{
	display: none;
}

div#header a#back
{
	display: block;
	float: left;
	background: url(images/btn_back2.gif) no-repeat;
	padding-left: 80px;
	line-height: 68px;
	margin-top: 10px;
	margin-right: 195px;
	font-size: 180%;
	text-decoration: none;
	color: #414142;
}

div#header a#back:hover
{
	color: #1A6EB0;
}

a#logo
{
	display: block;
	float: left;
	background: url(images/logo.gif);
	width: 364px;
	height: 79px;
}

a#logo span
{
	display:none;
}

a#font_switch
{
	display: block;
	float: right;
	background: url(images/font_switch.gif);
	width: 167px;
	height: 42px;
	margin-top: 20px;
}

#language
{
	display: block;
	float: right;
	margin: 5px 0 0 0;
}


/*
---------------------------------------------------------------------------
=	FONTSIZE SWITCHER
---------------------------------------------------------------------------
*/


div#fontsize
{
	display: block;
	float: right;
	background: url(images/btn_fontsize.gif);
	width: 153px;
	height: 46px;
	margin-top: 5px;
}

div#fontsize span
{
	display: none;
}

div#fontsize ul
{
	margin:0 0 0 10px;
}
div#fontsize ul li
{
	display:block;
	float:left;
	width:43px;
	height:45px;
	margin:0;
	cursor:default;
	cursor:pointer;
}
div#fontsize ul li b
{
	display:none;
}




/*
---------------------------------------------------------------------------
=	SIDEBAR
---------------------------------------------------------------------------
*/

div#pagenav
{
	float: right;
	margin-top: 10px;
	position: absolute;
	bottom:-15px;
	right:0;
}

div#pagenav a
{
	display: block;
	float: left;
	font-size: 120%;
	text-decoration: none;
	color: #414142;
}

div#pagenav a:hover
{
	color: #1A6EB0;
}

div#pagenav a#back_btn
{
	background: url(images/btn_back.gif) no-repeat;
	line-height: 65px;
	padding-left: 80px;
	margin-right: 20px;
}

div#pagenav a#top_btn
{
	background: url(images/btn_top.gif) no-repeat;
	line-height: 65px;
	padding-left: 80px;
}

/*
---------------------------------------------------------------------------
=	LAYOUT E.G.	: 2 Column (Right)
	DESCRIPTION	: 2 column fluid layout with one sidebars right of content
---------------------------------------------------------------------------


div#container 
{
	float:left;
	margin:0 -200px 0 0;
}

div#content 
{
	margin:0 200px 0 0;
	float: left;
}

div.sidebar 
{
	float:right;
	overflow:hidden;
	width:180px;
	background:#eee;
	min-height:50px;
}

div#secondary 
{
	clear:right;
}

div#footer 
{
	clear:both;
	width:100%;
}
*/

/*
---------------------------------------------------------------------------
=	MAIN CONTENT
---------------------------------------------------------------------------
*/

div#container

{
	background-color: #e4f0fa;
	width: 100%;
	color: #414142;
	padding-top: 20px;
	padding-bottom: 20px;
}

body.pageid-2 div#container
{
	height: 440px;
	background: none;
}

h1
{
	font-size: 320%;
	margin-bottom: 20px;
}

p
{
	font-size: 180%;
	line-height: 1.2em;
	margin-bottom: 18px;
}

.entry-content ul
{
	list-style: circle;
	margin-bottom: 18px;
	padding-left: 30px;
}

.entry-content ul li
{
	font-size: 180%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

/*
---------------------------------------------------------------------------
=	HOMEPAGE ONLY
---------------------------------------------------------------------------
*/

h1.home
{
	text-align: center;
	margin: 10px 0 20px 0;
}

div#homegrid
{
	margin-top: 10px;
}

div#homegrid ul
{
	float: left;
	margin-left: 25px;
}

div#homegrid ul li
{
	float: left;
	padding-right: 10px;
}

div#homegrid ul li a
{
	display: block;
	width: 220px;
	height: 215px;
}

div#homegrid ul li a#about		{background-image: url(images/roid_1.png)}
div#homegrid ul li a#services	{background-image: url(images/roid_2.png)}
div#homegrid ul li a#news		{background-image: url(images/roid_3.png)}
div#homegrid ul li a#person		{background-image: url(images/roid_4.png)}
div#homegrid ul li a#photo		{background-image: url(images/roid_5.png)}
div#homegrid ul li a#training	{background-image: url(images/roid_6.png)}
div#homegrid ul li a#recruit	{background-image: url(images/roid_7.png)}
div#homegrid ul li a#contact	{background-image: url(images/roid_8.png)}

div#homegrid ul li a span
{
	display: none;
}

/*
---------------------------------------------------------------------------
=	NEWS PAGE
---------------------------------------------------------------------------
*/

body.blog div.post
{
	float: left;
	position: relative;
	margin-top: 40px;
}

body.blog div#entry-info
{
	float: left;
	padding-bottom: 10px;
	padding-left: 170px;

}

body.blog div#entry-info .entry-date
{
	font-size: 200%;
	line-height: 1.2em;
	color: #3E5AA8;
}

body.blog div#entry-info .entry-title
{
	font-size: 200%;
	line-height: 1.2em;
	float: left;
}

body.blog .entry-meta
{
	float: left;
	padding-top: 11px;
	padding-left: 10px;
	padding-bottom: 100px;
}

body.blog div#entry-info .entry-meta
{
	padding-bottom: 0 !important;
}

body.blog div#entry-info .entry-meta a
{
	color: #3E5AA8;
}


body.blog div#entry-info a
{
	text-decoration: none;
	color: #414142;
}

body.blog div.entry-image
{
	float: left;
	position: absolute;
	left: 0;
	top:0;
}

body.blog div.entry-image img
{
	width: 160px;
}

body.blog div.entry-content
{
	float: left;
	min-height: 160px;
	height: 160px;
}

body.blog div.entry-content p
{
	float: left;
	padding-left: 170px;
	height: 86px;
	overflow:hidden;
}

body.blog div.entry-content p+p
{
	display: none;
}

body.blog a.readmore
{
	display: block;
	float: right;
	background: url(images/btn_readmore.gif);
	width: 148px;
	height: 58px;
	position: absolute;
	left:170px;
	top:130px;
}

/*
---------------------------------------------------------------------------
=	SINGLE POST
---------------------------------------------------------------------------
*/

body.single h2
{
	font-size: 250%;
	float: left;
	margin-bottom: 20px;
	
}

body.single div.entry-content
{
	clear: left;
	float: left;
	position: relative;
	margin-bottom: 60px;
	width: 100%;
} 

body.single div#post_info
{
	float: left;

}
body.single div.entry-meta a
{
	color: #00345D
	text-decoration: none;
}

body.single div.entry-date
{
	float: left;
	margin: 15px 10px 0 10px;
}

body.single div.entry-meta
{
	float: left;
	margin-top: 15px;
}

body.single p
{

}

body.single p img
{
	float: left;
	clear: left;
	margin: 10px 10px 0 0; 
}

/*
---------------------------------------------------------------------------
=	AUTHOR PAGE
---------------------------------------------------------------------------
*/

body.author h2
{
	font-size: 250%;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

body.author h2 a
{
	color: #00345D;
	text-decoration: none;
}

body.author h3 a
{
	color: #414142;
	display: block;
	font-size: 200%;
	text-decoration: none;
	margin-bottom: 10px;
}

body.author div.post_info
{
	
}

body.author div.entry-date
{
	color: #00345D
}

body.author div.entry-content 
{
	margin-bottom: 30px;
}

body.author div.entry-content a
{
	text-decoration: none;
	color: #00345D;
	font-weight: bold;
	font-size: 120%;
}

body.author div.entry-content a:hover
{
	color: #414142;
}

body.author div#ms
{
	margin-bottom: 100px;
}

/*
---------------------------------------------------------------------------
=	ABOUT PAGE
---------------------------------------------------------------------------
*/

div#about_strip
{
	background-image: url(images/about-panel.jpg);
	width: 960px;
	height: 202px;
	margin: 30px 0 30px 0;
}

a#about_image
{
	display: block;
	float: left;
	background-image: url(images/chart_org2.gif);
	width: 474px;
	height: 347px;
}

/*
---------------------------------------------------------------------------
=	SERVICES PAGE
---------------------------------------------------------------------------
*/

div#service_list
{
min-height: 570px;
}

div#service_list div.service
{
	float: left;
	width: 450px;
	height: 140px;
	padding-right:30px;
	padding-bottom: 30px;
	position: relative;
}

div#service_list div.service a.serviceimg
{
	float: left;
	display: block;
	width: 154px;
	height: 154px;
}

div#service_list div.service a#service1	{background: url(images/srvices_crisis.gif);}
div#service_list div.service a#service2	{background: url(images/srvices_mental.gif);}
div#service_list div.service a#service3	{background: url(images/srvices_support.gif);}
div#service_list div.service a#service4	{background: url(images/srvices_community.gif);}
div#service_list div.service a#service5	{background: url(images/srvices_children.gif);}
div#service_list div.service a#service6	{background: url(images/srvices_goddard.gif);}

div#service_list div.service a span
{
	display: none;
}

div#service_list div.service h2
{
	width:296px;;
	float: left;
	font-size: 200%;
	padding-bottom: 10px;
}

div#service_list div.service h2 span
{
	font-size:14px;
}

div#service_list div.service a.readmore
{
	display: block;
	float: left;
	background: url(images/btn_readmore.gif);
	width: 148px;
	height: 58px;
	position: absolute;
	left: 155px;
	bottom: 20;
}

div#service_list div.service p
{
	font-size: 140%;
}

/*
---------------------------------------------------------------------------
=	CONTACT
---------------------------------------------------------------------------
*/

div.form
{
	font-size: 140%;
	width: 380px;
}

div.form li label
{
	float: left;
	width: 70px;
	line-height: 22px;
}

div.form li input
{
	background: #fff;
	border: 1px solid #1A6DAF;
	width: 300px;
	padding: 5px;
	margin-bottom: 10px;
}

textarea
{
	margin-left: 70px;
	background-color: #fff;
	border: 1px solid #1A6DAF;
	width: 300px;
	height: 200px;
	padding: 5px;
}

li#notes
{
	margin: 10px 0 10px 70px;
	font-size: 60%;
	line-height: 1.4em;
}

input.submit
{
	display: block;
	float: right;
	padding: 5px;
	background-color: #00345D;
	color: #fff;
	font-weight: bold;
	width: 310px;
}


li.screenreader
{
	display: none;
}

#contactform
{
float: left;
width: 500px;
}

#directions
{
float: left;
width: 300px;
}

#directions h2
{
display: block;
float: left;
width: 300px;
font-size: 18px !important;
border-bottom: 1px dashed #ccc;
padding: 0 0 5px 0;
margin: 0 0 10px 0;
width: 600px;
}


#directions p
{
margin: 10px 0 30px 0;
line-height: 1.5em;
}



/*
---------------------------------------------------------------------------
=	LINKS
---------------------------------------------------------------------------
*/


div#links
{
	width: 100%;
	clear: left;
	float: left;
}

div#links h2
{
	font-size: 200%;
	margin: 50px 0 20px 0;
}

div#links div.partner
{
margin-bottom: 1px dotted #ccc;
padding: 0 15px 0 0;
width: 100%:
float: left;
}

div#links div.partner img
{
	float: left;
	margin: 0 15px 0 0;
}

div#links div.partner h3
{
	font-size: 180%;
	margin: 0 0 10px 0;
}

div#links div.partner p
{
}





/*
---------------------------------------------------------------------------
=	SITEMAP
---------------------------------------------------------------------------
*/

div.ddsg-wrapper
{
float: left;
margin: 20px 0;
}


div.ddsg-wrapper h2
{
font-size: 16px !important;
margin: 30px 0 10px 0;
}

div.ddsg-wrapper ul
{
margin: 10px 0!important;
padding: 0;
list-style: none;
}



div.ddsg-wrapper ul li
{
font-size: 14px;
line-height: 1.5em;
}

div.ddsg-wrapper ul li ul
{
list-style-type: disc;
padding: 0 0 0 20px;
}

div.ddsg-wrapper ul li a
{
}

/*
---------------------------------------------------------------------------
=	GALLERY
---------------------------------------------------------------------------
*/

div.ngg-albumoverview
{
	float:left;
	width:100%;
	margin: 30px 0;
}

div.ngg-album
{
	float:left;
	width:230px;
	margin:0 3px;
	text-align:center;
}
div.ngg-album div.ngg-albumtitle
{
	display:block;
	margin:0 0 10px 0;
}
div.ngg-album div.ngg-albumtitle a
{
	display:block;
	height:32px;
	line-height:1.5em;
	text-decoration:none;
	padding:8px;
	color:#00345D;
	font-weight:bold;
	font-size:16px;
}

div.ngg-album div.ngg-albumcontent
{

}

div.ngg-album div.ngg-albumcontent div.ngg-thumbnail
{
	margin:0 auto;
}

div.ngg-album div.ngg-albumcontent div.ngg-thumbnail a
{
	display:block;
}

div.ngg-album div.ngg-albumcontent div.ngg-thumbnail a img
{
	padding:13px;
	background:#fff;
	border:2px solid #000;
	border-color:#eee #ddd #ccc #eee;
}

div.ngg-album div.ngg-albumcontent div.ngg-description
{
	clear:both;
}
div.ngg-album div.ngg-albumcontent div.ngg-description p
{
	
}
div.ngg-album div.ngg-albumcontent div.ngg-description p strong
{
	
}


div.ngg-galleryoverview
{
	float:left;
	width:100%;
}
		
div.ngg-gallery-thumbnail-box
{
	float:left;
	margin:0 7px 10px 6px; 
}

div.ngg-gallery-thumbnail-box div.ngg-gallery-thumbnail
{
	
}

div.ngg-gallery-thumbnail-box div.ngg-gallery-thumbnail a
{
	
}

div.ngg-gallery-thumbnail-box div.ngg-gallery-thumbnail a img
{
	border:2px solid #000;
	border-color:#eee #ddd #ccc #eee;
	padding:10px;	
}




/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/


div#foot
{
	width: 100%;
	float: left;
	height:50px;
	color: #fff;
	margin-top: 10px;
}

div#foot span#foot_logo1
{
	display: block;
	float: left;
	background: url(images/foot_logo1.png);
	width: 72px;
	height: 47px;
	margin-right: 40px;
}


div#foot span#foot_logo2
{
	display: block;
	float: right;
	background: url(images/foot_logo2.png);
	width: 59px;
	height: 48px;
}

div#footer
{
	float: left;
	width: 100%;
	background: url(images/bg_footer.gif) repeat-x #00345d;
	height:100px;
	color: #fff;
	padding-top: 25px;
}

div#footer span#foot_logo1
{
	display: block;
	float: left;
	background: url(images/foot_logo1.png);
	width: 72px;
	height: 47px;
	margin-right: 40px;
}

div#footer p#copy,
div#foot p#copy
{
	display: block;
	float: left;
	font-size: 160%;
	line-height: 50px;
	text-align: center;
	margin: 0 0 0 40px;
}

div#foot p#copy a,
div#footer p#copy a
{
	color: #fff;
}

div#footer span#foot_logo2
{
	display: block;
	float: right;
	background: url(images/foot_logo2.png);
	width: 59px;
	height: 48px;
}


div#footer span#foot_grouplogo,
div#foot span#foot_grouplogo

{
	display: block;
	float: left;
	margin: 0 0 0 0;
}
