/* ------------------------------------------------------------------------
Basic Style Sheet - Glastonbury Vegans

Author: Tor New Media
Website: http://www.tornewmedia.co.uk/
Email: hello@tornewmedia.co.uk
-------------------------------------------------------------------------*/


/* =Toolbox
-------------------------------------------------------------------------*/

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* =Defaults
-------------------------------------------------------------------------*/

body { 
	background: #f9f6e7 url('../img/background-bg.gif') repeat 0 0;
	color: #4c4c44;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	padding: 40px;
	text-align: center;
	}
	
h1 { 
	background: url('../img/logo-bg.png') no-repeat 0 0;
	display: block;
	height: 150px;
	margin: 0 auto 40px auto;
	text-indent: -25000px;
	width: 274px;
	}

#content { 
	margin: auto;
	max-width: 800px;
	}
		
p { 
	margin: 0 auto 20px auto;
	}
	
form { 
	margin-top: 40px;
	}
	
#facebook {
	margin-top: 40px;
	}
	
#facebook a {
	background: url('../img/icon-facebook.png') no-repeat 0 0;
	color: #4c4c44;
	display: inline-block;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding-left: 50px; 
	text-decoration: none;
	}
	
#facebook a:hover {
	background-position: 0 -40px;
	color: #88bb66;
	text-decoration: underline;
	}