/* 
Author: Harm Wimmenhove
Date: 2010-11-29
*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face 		{ 
					font-family: Delicious; 
					font-weight: bold; 
					src: url('../assets/fonts/Delicious-Bold.otf'); 
}

body		    { background: #eaeded; text-align: center; }



section			{ 
					font: 20px/30px Delicious, helvetica, arial, sans-serif; 
					width: 600px;
					margin: 200px auto 0 auto;
					color: #333;
					text-align: left;	
					display: block;
					text-shadow: 0px 1px 0px #fff;
					font-weight: 400;
				}

a				{ 
					text-decoration: none; 
					-webkit-transition: background 0.5s ease;
					-moz-transition: background 0.5s ease;
					-o-transition: background 0.5s ease;
					transition: background 0.5s ease;
 				}
 				
a.twitter		{ color: #2fc2ef;  }
a.twitter:hover	{ color: #fff; background: #2fc2ef; text-shadow: none; }

a.newwork		{ color: #00aecd; }
a.newwork:hover	{ color: #fff; background: #00aecd; text-shadow: none; }

a.red			{ color: red; }
a.red:hover		{ color: #fff; background: red; text-shadow: none; }

	
