@charset "UTF-8";
/* CSS Document */


*	{
	border:none;
	margin:0;
	padding:0;
	}
	
body	{
	background:#343536;
	color:#fff;
	font:.9em/2.4em Arial, Helvetica, sans-serif;
	}
	
#banner	{
		height:370px;
		background:url(../i/dark-drop.png) repeat-x;
		margin-top:150px;
		width:100%;
		}

#content	{
			margin:0px auto;
			width:820px;
			}
			
#logo	{
		float:left;
		margin:-22px 0px 0px -5px;
		width:218px;
		}

h1	{
	text-indent:-5000px;
	background:url(../i/logo.png) no-repeat;
	width:218px;
	height:448px;
	}

#text	{
		float:right;
		line-height:3em;
		width:600px;}
		
#text span	{
		font-size:1.8em;
		text-transform:uppercase;
		font-weight:normal;
		}
		
h2	{ 
	font-size:5.5em;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	text-transform:uppercase;}

#networks	{
			margin:0;
			padding:0;
			list-style:none;
			}
			
#networks li	{
				padding-left:1em;
				}
				
#networks li a	{
				text-decoration:none;
				padding-left:2em;}
				
a:link, a:visited	{
					color:#ccc;
					}

a:hover, a:active	{
					color:#fff;
					}

#email	{ background:url(../i/mail.png) no-repeat 1em 50%;}

#link	{ background:url(../i/linkedin.png) no-repeat 1em 50%;}

#twitter	{ background:url(../i/twitter.png) no-repeat 1em 50%;}

#flickr	{ background:url(../i/flickr.png) no-repeat 1em 50%;}

#footer	{ 
		color:#666;
		font-size:.8em;
		margin:0px auto;
		width:600px;}

#copyright	{
			float:left;
			width:300px;
			}

#validation	{
			float:right;
			width:100px;
			}

#validation a:link, a:visited	{
					color:#666;
					text-decoration:none;
					}

#validation a:hover, a:active	{
					color:#999;
					text-decoration:none;
					}

.clear	{
		clear:both;
		}
		
strong	{
		font-size:1.2em;
		font-weight:normal;
		text-transform:uppercase;}
