/* GENERAL TYPOGRAPHY */

a {
    color: #0074a1;
}

a:hover {
    color: #004c69;
}


#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #d8b732;
}

span.highlight {
    color: #0074a1;
}

/* MENU */

#menu-wrapper,
#menu-wrapper .menu,
#menu-wrapper .menu li,
#menu-wrapper .menu li a:hover {
    background-image: url(../../images/style/blue/menu.png);
}

#menu-wrapper .menu li ul {
    background-color: #caa427;
    border-color: #caa427;
    border-top-color: #e9c810;
}

#menu-wrapper .menu li ul li a:hover {
    background-color: #fde001;
}

#menu-wrapper .menu li ul ul {
    border-color: #caa427;
}

/* SLOGAN */

#slogan span {
    color: #0074a1;
}

/* SIDEBAR */

#sidebar .widget li a:hover {
    color: #0074a1;
}

/* FOOTER */

#footer-top {
    background-image: url(../../images/style/blue/footer-top.png);
}

/* BLOG */

#content .entry h1 a:hover,
#content .entry h2 a:hover {
    color: #0074a1;
}

/* PORTFOLIO */

#full-width-content .portfolio-box h2 a:hover {
    color: #0074a1;
}

/*HOME SLIDER*/

/*#main .slideshow .slide .wp-post-image

{

display: block;
position:relative;
top:-10px;

}*/







#searchsubmit
{

background-color: transparent;

background-image: url("../../images/shared/white-grad.png");

background-repeat: repeat-x;

background-attachment: scroll;

background-position: 0% 0%;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #cccccc;

border-right-color-value: #cccccc;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #cccccc;

border-left-color-value: #cccccc;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

color: #666666;

cursor: pointer;

display: inline-block;

font-size: 11px;

padding-top: 5px;

padding-right: 12px;

padding-bottom: 5px;

padding-left: 12px;

text-align: center;

text-decoration: none;

text-shadow: #ffffff;

margin-top:20px;

}

#searchsubmit:hover

{

border-top-color: #666666;

border-right-color-value: #666666;

border-bottom-color: #666666;

border-left-color-value: #666666;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

color: #666666;

margin-top:20px;

}



.button,
.more-link {
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 0px 5px;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px #FFFFFF;
	background-image: url(../../images/shared/white-grad.png);
	background-repeat: repeat-x;
}

.button:hover {
    border-color: #666666;
    color: #666666;
}