/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{ }

a{color: #0d577c;}
#content h1 a:hover{color: #0d577c;}


#navigation li a:hover{
	color:#AAAAAA;
	text-shadow: 1px 1px 0 #3399CC;
}

h2 a{color: #0d577c; 	border-bottom: none;}
h2 a:hover{color: #438da8; 	border-bottom: none;}

.contact_btn{background: transparent url(img/getintouch_btn_black.png) no-repeat top center; height: 38px; width: 155px; display: block;}

#navigation li {background-color:#FFFFFF; width:147px; padding: 2px 2px; border-bottom: 1px solid #DDDDDD; border-right: 1px solid #EEEEEE; -webkit-border-radius:4px; -moz-border-radius:4px;}

#navigation li a{
	font-size: 12px;  
	font-weight:bold;
	background:none;
	padding: 2px 8px 2px;
	margin-bottom:4px; 
	color: #303030; 
	text-transform: uppercase;
}
#navigation .blog_nav a{
	font-size: 12px; 
	font-weight:bold;
	padding: 2px 8px 2px; 
	color: #3399CC; 
	text-shadow: 1px 1px 0px #000000;
}

.more, .archive {
	font-size: 10px; 
	background-color: #CCCCCC; 
	padding: 2px 8px 2px; 
	color: #333333; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-bottom: none;
}

.more a:hover {
    font-size: 12px; 
	background-color: #666666; 
	padding: 2px 8px 2px; 
	color: #FFFFFF; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-bottom: none;
}
	
#content h1 span {
	font-size: 24px; 
	background: transparent;
	color: #0d577c; 
	padding:0;
	margin:0;
	text-transform: uppercase;
}
	


