/*
http://www.bigoandtwigetti.co.uk/
Author: Adam Shelton

*/

/* default styles */
	body {
		background: #ffffff;
		font: 62.5%/1.25 Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	}
	
	.clearfix:after {
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
	 }

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	
	/* headings */
		h1 {
			height: 95px;
			margin-bottom: 60px;
		}
		
		h2 {
			color:#000000;
			font-size: 2.4em;
			font-weight: normal;
		}

		h3 {
			background-image:url('../css/images/mail-icon.jpg'); background-repeat: no-repeat;
			background-position: top right;
			color:#000000;
			font-size: 1.8em;
			text-transform: uppercase;
			font-weight: normal;
			margin-bottom: 6px;
		}		
		
	/* text components */	
		p {
			color:#000000;
			font-size: 1.3em;
			font-weight: normal;
			margin-bottom: 10px;
		}
		
		span {
			color:#01aaea;
			font-size: 2.3em;
			font-weight: normal;
		}
		
		
	/* links */
		a {
			color:#01aaea;
			font-size: 2.3em;
			font-weight: normal;
			text-decoration:underline; 
		}
		
		
	/* lists */	
		li {
			margin-bottom: 21px;
		}


		
/* layout styles */
	#wrapper {
		background-image:url('../css/images/background.jpg'); background-repeat: no-repeat;
		background-position: bottom left;
		position:relative;
		width: 966px;
		margin: 0 auto;
		min-height: 930px;
	}
	
	div#right {
		float: right;
		margin-top: 80px;
		width: 398px;
	}
	
	div#links {
		float: left;
		margin-left: 53px;
		margin-top: 80px;
		width: 511px;
	}
	
/* mailing list form */	
	div#mailing-list {
		margin-left: 48px;
		width: 204px;
	}

	div.formrow {
		float:left;
		clear:both;
		width: 204px;
		margin-bottom: 7px;
	}
	
	div.formrow label {
		float: left;
		color:#000000;
		font-size: 1.2em;
		font-weight: normal;
		margin-top: 3px;
		width: 63px;
	}
	
	div.formrow input {
		float: left;
		border: 1px solid #a6a6a6;
		font-family: Lucida Grande, Helvetica, sans-serif;
		font-size: 1.1em;
		padding: 2px 5px;
		width: 128px;
	}

	
	div#mailing-list input.subscribe {
		border: none;
		height: 25px;
		width: 88px;
		margin-left: 64px;
	}	


	
