
a {
	color: #0b4e80;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #1f81d7;
}


/************************************************************************
-) NAVIGATION
*************************************************************************/

#nav a:hover, #nav .current_page_item a {
	color:#1f81d7;
}
	
#nav ul ul {
	background:#161519;
	border-left:1px solid #303030;
	border-right:1px solid #303030;
}

#nav ul ul ul {
	border:1px solid #303030;
}
	
#nav ul ul li {
	border-bottom:1px solid #303030;
}



/************************************************************************
-) TEASER
*************************************************************************/

.subhead {
	font-size:13px;
	color:#93afc6;
	margin:0 0 20px 0;
	display:block;
}

.teaser {
	background: url(../images/style_light_blue/teaser_bg.png) no-repeat;
	height: 328px;
}



/************************************************************************
-) TEASER HEAD
*************************************************************************/

.teaser_head {
	background: url(../images/style_light_blue/teaser_head_bg.png) no-repeat;
	height: 150px;
}

/************************************************************************
-) INTRO
*************************************************************************/


a.btn_one {
	background: url(../images/button_grey.png) no-repeat;
	color:#555e7a;
}

a:hover.btn_one {
	background: url(../images/button_grey_hover.png) no-repeat;
	text-decoration:none;
}

a.btn_two {
	background: url(../images/style_light_blue/button_light_blue.png) no-repeat;
	color:#fff;
}

a:hover.btn_two {
	background: url(../images/style_light_blue/button_light_blue_hover.png) no-repeat;
	text-decoration:none;
}



/************************************************************************
-) CONTENT
*************************************************************************/

/*head searchform*/

#s {
background: #fff;
color:#494949;
}

#searchsubmit {
background: transparent url(../images/search.png) 2px center no-repeat;
}


a.work_btn_one {
background-color:#d7d7d7;
color:#545d7b;
}

a:hover.work_btn_one {
background-color:#b4b4b4;
color:#545d7b;
text-decoration: none;
}

a.work_btn_two {
background-color:#1267b1;
color:#fff;
}

a:hover.work_btn_two {
background-color:#0b4e80;
color:#fff;
text-decoration: none;
}



/************************************************************************
-) CONTENT
*************************************************************************/

ul#portfolio-filter a.current {
	padding-top:6px; 
	padding-bottom:5px; 
	background:#ffffff; 
	color: #0b4e80; 
}



/************************************************************************
-) FOOTER
*************************************************************************/

.footer_widget li a:hover {
	color: #1f81d7;
}
 

