/*************************************************************************
	Electric Putty
	Developed by Malcolm Elsworth

	MODULE: 	append-homepage.css
	PURPOSE:	homepage specific instructions
*************************************************************************/




/* texture over ride
*************************************************************************/
#texture {
	background: #ded9cf url("../site_images/bg_texture.jpg");
	}




/* Homepage specific
*************************************************************************/
.intro {
	float: left;
	width: 600px;
	margin: 0;
	padding: 20px 10px 10px 4px;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.35em;
	}

.intro p {
	margin: 0;
	}

.casestudy {
	float: left;
	width: 610px;
	padding: 10px 0 0 0;
	}
.casestudy .grab {
	background: url("../site_images/bg_home-screen-grab.png") no-repeat bottom left;
	padding-bottom: 6px;
	}
.casestudy .grab a {
	border: 0px !important;
	}
.casestudy .grab img {
	border: 1px solid #aca8a0;
	padding: 9px;
	background: #fff;
	}
	
#loading {
	position: absolute;
	width: 610px;
	height: 220px;
	background-image: url("../site_images/overlay.png");
	}
	
.casestudy h3 {
	font-weight: normal;
	font-size:0.9em;
	padding: 9px 0 26px 3px;
	float: left;
	}

.hright {
	width: 315px;
	float: right;
	padding: 10px 0 5px 0;
	font-size:0.9em;
	}

.hright p {
	margin: 0;
	}

.top h2 {
	padding: 10px 0 0px 0;
	}

.hright .contact-us {
	margin: 12px 0 6px 0;
	}
	
#home_testimonial h2 {
	width: 200px;
	float: left;
	}
	
#home_testimonial .test-pag {
	float: right;
	line-height:28px;
	}

.hright blockquote {
	clear: both;
	margin: 5px 0 10px 0;
	}

.hright blockquote p {
	/*
	font-size: 1.2em;
	line-height: 1.2em;
	*/
	}

.hright p.credit {
	margin-bottom: 12px;
	}
	
.homebottom {
	background: url("../site_images/bg_home-bottom.gif") repeat-y;
	margin-top: 18px;
	margin-bottom: 30px;
	font-size:0.8em;
	/*border: 1px solid red;*/
	}
	
.homebottom h3 {
	font-weight: bold;
	font-size:1.2em;
	}

.homebottom p {
	margin: 0;
	}


.accreditations {
	float: left;
	width: 130px;
	padding: 0 12px;
	}
.accreditations ul {
	list-style: none;
	margin: 20px 0 0 0;
	}
.accreditations li {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	}
.accreditations a {
	border: none;
	}


.blog {
	float: left;
	width: 430px;
	padding: 0 48px 0 12px;
	}
.blog a.subscribe {
	font-size: 0.9em;
	}
.blog .story {
	width: 200px;
	margin-top: 16px;
	}
.blog .story h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	}
.blog .story p.date {
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
	}
.blog .story p {
	line-height: 1.3em;
	padding-bottom: 5px;
	}
	
.services {
	width: 315px;
	float: right;
	padding-bottom: 5px;
	}

.services h3 {
	margin-bottom: 15px;
	}

.services p {
	margin-bottom: 1em;
	}

/*
.services ul {
	list-style: none;
	float: left;
	width: 140px;
	margin-top: 10px;
	line-height: 1.2em;
	}

.services ul.first {
	margin-right: 15px;
	}
	
.services li {
	background: url("../site_images/bg_bullet.gif") no-repeat 0 6px;
	padding: 0 0 7px 13px;
	}
*/

