/* CSS Document */

/*	Global	
---------------------------------------------------------------------------------------------------------------------------*/

h1 {font-family: 'BloklettersPotloodPotlood', arial, serif; font-size : 36px; font-weight: normal; color: #fff; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } 

h2 {font-size : 16px; font-weight: bold; color: #fff; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }  

h3 {
	color: #2396a9;
	font-size: 28px;
	margin: 10px 0px 0px 0px;	
}

h4 {
	color: #12ad2a;
	font-size: 22px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	color: #696b69;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	display: inline;	
}

h6 {font-size : 11px; font-weight: normal; } 

html , body { font-size: 100%; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; background:#fff; height: 100%; } 


@font-face {
  font-family: 'BloklettersPotloodPotlood';
  font-style: normal;
  font-weight: normal;
  src: local('BloklettersPotloodPotlood'), url('http://www.greenislandmedia.com/fonts/Blokletters/Blokletters-Potlood.ttf') format('truetype');
}



/*	Holding	
---------------------------------------------------------------------------------------------------------------------------*/

#logo {
	width: 980px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
}

#blue_container {
	width: 100%;
	height: 179px;
	padding: 0px;
	background: url(/images/blue_gradient.jpg) top left repeat;

}

#content_blue {
	width: 980px;
	height: 165px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #240dca;
	text-decoration: none;
}


/*	Lower Holding Content	
---------------------------------------------------------------------------------------------------------------------------*/

#grey_container {
	width: 100%;
	height: 127px;
	padding: 0px;
	background: url(/images/grey_gradient.jpg) top left repeat;

}


#content_grey {
	width: 980px;
	height: 120px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}


#portfolio_container {
	width: 240px;
	height: 85px;
	padding: 13px 0px 0px 0px;
	float: left;

}


/*	Footer	
---------------------------------------------------------------------------------------------------------------------------*/


#footer {
	width: 980px;
	height: 20px;
	color: #666;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}



/*	Clear
---------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}



