﻿#nav li#current,#nav li#current a{
	height:50px;
	background-image: url('../images/navover.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#nav li:hover, #nav li a:hover  {
	height:50px;
	background-image: url('../images/navover.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#sidebar .post h3,#sidebar .post h3 a,#sidebar .post h3 a:hover,#sidebar .post h3 a:visited {
	color: #3291cd;
}
#sidebar li.widget_contact_widget,#sidebar li.widget_text {
	background: #223958;
}
li.bypostauthor{
	border: 1px #3291cd solid;
}
input#searchsubmit:hover {
	background: #3291cd;
}
input#submit:hover{
	background: #3291cd;
}
#footer h2 {
	color: #3291cd;
}
#footer li a:hover {
	color: #3291cd;
}
a {
	color:#3291cd;
}
.pagination a:hover, .pagination a.selected{
	color: #000000;
	background: #c1d7ec;
}
ul.projects li a {
	background: #3291cd;
}
#testimonials {
    background:#EFF9FF;
    border:1px #C2DEEF solid;
}

.notification_ok
{
border: 1px #C2DEEF solid;
background: #EFF9FF;
}