/*

DEFAULT STYLESHEET

Use this stylesheet to control layout of the page. Do not use for anything related to type.

Parent Website: Graphic.ly
Author: Graham C Morley
Last Revision Date: 17th February 2010


*/

*{

	/* First let's reset all padding and margins to give us an equal work area cross browser */
	margin: 0px;
	padding: 0px;

}

html{

	/* Now reset the font size so we can use EM sizing cross browser */
	font-size: 62.5%; 

}

body{

	/* Now we can specify EM sizing where 1.1em = 11px, 1.4em = 14px etc */
	font: 1.4em/1.6em Helvetica, Arial, sans-serif;
	color: #333;

}

table, th, td, li li, li p, td p, blockquote p {

	/* These specifications should prevent incorrectly font sizes due to inheritance */
	font-size:1em
	
}

a{

	color: #78bc2b;

}

a:hover{

	color: #91d346;

}

h1, p{

	margin-bottom: 1.3em;

}

h2{ margin-bottom: 0.5em;}

h1{

	color: #78bc2b;
	line-height: 1.2em;

}

img{

	border: 0;

}

#container{

	width: 660px;
	margin: 40px auto;

}

#header{

	border-bottom: 1px solid #78bc2b;
	margin: 30px 0;

}

#content{

	border-bottom: 1px solid #78bc2b;

}

#logo{

	width: 113px;
	height: 235px;
	float: left;

}

#ifan{

	width: 185px;
	height: 99px;
	float: right;

}

#header h1{

	letter-spacing: -10000px;
	text-indent: -10000px;
	width: 626px;
	height: 105px;
	background: url(../_img/ifanboy-title.png) no-repeat;
	clear: both;
	display: block;

}

#footer{

	margin: 20px 0;
	height: 120px;

}

#footer div{

	width: 120px;
	float: left;
	display: block;

}

.intro{

	font-size: 1.4em;
	line-height: 1.4em;
	color: #78bc2b;

}