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

/*normalization of margin, padding*/

@font-face {
	font-family: 'MuseoSans100';
	src: url('../type/MuseoSans_100.eot');
	src: local('../type/Museo Sans 100'), local('../type/MuseoSans-100'), url('../type/MuseoSans_100.otf') format('opentype');
}
@font-face {
	font-family: 'MuseoSans300';
	src: url('../type/MuseoSans_300.eot');
	src: local('../type/Museo Sans 300'), local('../type/MuseoSans-300'), url('../type/MuseoSans_300.otf') format('opentype');
}

body
{margin:0;}


/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}



/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}

body {
	font-size:13px;
	font-family:'MuseoSans300', sans-serif ;
	}

ul, ol, h1, h2, h3, h4, h5, h6, p{
	color:#e9ebdc;
	line-height:1.5em;
	}
	
h1{
	color:#ec8223;
	font-size:25px;
	padding-bottom:10px;
	}

h2 {
	color:#ec8223;
	font-size:20px;
	padding-bottom:10px;
	}

h3 {
	font-family:'MuseoSans300', sans-serif ;
	color:#ec8223;
	font-size:16px;
	padding-bottom:0px;
	} 
	
	
#colLeft h1 {
	padding-left:30px;
	padding-right:20px;
}
#colLeft p{
	padding-right:20px;
	padding-left:10px;
	text-align:left;
}
#colLeft h3 {
	color:#ec8223;
	font-size:18px;
	line-height:normal;
	margin:0px;
	padding:12px;
	padding-left:15px;
	background-image:url(../images/arch/h3Back.png);
	background-repeat:no-repeat;
	background-position:-5px 13px;
	}
.gray{
	color:#333;
}
#wazup h3 {
	color:#ec8223;
	font-size:15px;
	margin:0px;
	padding:0px;
	padding-top:0px;
	}
#wazup p{
	text-align: left;
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
	padding-top:0;
	}
	
#news p{
	text-align:left;
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
	padding-top:0;
	}
#news h3{
	text-align:left;
	font-size:16px;
	padding-right:10px;
	padding-left:10px;
	padding-top:0;
	}
/* CLASSES Biatch */

.blackTxt {
	line-height: 120%;
	color:#000;
	text-align:left;
	}


/* Links Biatch */
#colLeft a{
	color:#ec8223;
	text-decoration:none;
	border-bottom:none;
}

a {
	color:#ec8223;
	text-decoration:none;
	border-bottom:none;
	}
	
#colLeft a:hover{
	color:#7e2818;
	text-decoration:none;
}
	
a:active{
	border:none;
	outline:none;
}

a:hover {
	color:#7e2818;
	text-decoration:none;
		}
.teaser a:hover {
	color:#7e2818;
	text-decoration:none;
		}
		

#footer p{
	color:#e9ebdc;
	margin:0;
	padding:0;
}
#footer h2{
	color:#f08c48;
}
#footer h3{
	color:#7e2818;
}
#footer a {
	color:#f08c48;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#ea9003;
	text-decoration:none;
	}
#footer p{	
	color:#f08c48;
	font-size:9px;
	}
.portfolio {
	line-height: 120%;
	color:#333333;
	text-align:left;	
}
.slightlyBigger{
	font-size:14px;
	}
	
.address{
	font-size:10px;
	color:#999999;
	text-align:right;
	}
.spaceMe{
	padding:5px;
	}	