/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


body{background: white url(/images/gridbg.gif) repeat top center; }

a{color: #ec0000;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #ec0000;}

h2 a{color: #ec0000; text-decoration: none;}

#portfolio h2 a{color: #ec0000; text-decoration: none;}
#portfolio h2 a:hover{text-decoration: underline; font-weight:bold; }

.contact_btn{background: transparent url(/images/contact_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	

#logo{
	margin:0 0 20px 0;
	text-align:center;
}
#logo{
	margin:0;
	padding:0;
}
#logo a{
	margin:0;
	padding:0;
	background:url(/images/logo.png) top left no-repeat;
	height:95px;
	width:220px;
	display:block;
}
#logo a:hover {opacity: 0.80;}
#logo a span{
	display:none;
}

.error{
	color: #ec0000;
}
