/*
	Title: Barry Hassan's Stylesheet
	Date: Summer 2010
	Author: Barry Hassan

*/

/* Main */

body { 
	background:#d5d5d5 url(images/bg.png) repeat;
	line-height:1.3;
	height:100%;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s linear;
}

a:hover {
	-webkit-transition: 0.5s linear;
	color: #4e91bc;
	text-decoration:underline;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('bebasneue-webfont.eot');
	src: local('?'), url('bebasneue-webfont.woff') format('woff'), url('bebasneue-webfont.ttf') format('truetype'), url('bebasneue-webfont.svg#webfontrUxJUwZ6') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: BebasNeueRegular, Helvetica, Arial, sans-Serif;
	color:#555;
	text-align:left;
	text-transform:uppercase;
	font-size:80px;
	font-smooth:always;
	letter-spacing:-3px;
	text-rendering: optimizeLegibility;
	line-height:0.8;
	bottom:0;
	padding-top:12px;
	margin-left:33px;
}

p {
	font-family: Georgia, Serif;
	font-size:16px;
	color:#666;
	letter-spacing:-1px;
	text-align:right;
	text-rendering: optimizeLegibility;
}

#circle {
	display: block;
	width: 250px;
	height: 250px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	margin:40px 0 0 40px;
	background:#65b2f3;
	text-align:center;
	behavior: url(css/PIE.htc);
}

/* Classes */

.container {
	width:720px;
	height:350px;
	margin:auto;
	margin-top:10%;
	margin-bottom:100px;
	border-left:10px #666 solid;
}

.left {
	float:left;
}

.blurb {
	float:right;
	width:360px;
	line-height:1.5;
	margin-top:55px;
}

/* Footer */

footer {
	float:left;
	bottom:0px ;
	left:0px;
	clear:both;
	display:block; 
	width:100%;
	height:50px;
}

footer p {
	text-align:center;
	font-size:12px;
	letter-spacing:0px;
	color:#aaa;
}
