/*
Theme Name:     theme1706 Child
Description:    Child theme for the theme1706 theme
Template:       theme1706                             

*/

@import url("../theme1706/style.css");

#welcome-box .author {
		color:#0d1b33;
		text-shadow:1px 1px white;
		font-size:18px;
	}

	.button:hover,
	.reply a:hover {
		background:#00456a;
		color:#fff;
		}

#footer-text span {
			color:#00456a;
		}

.sf-menu li ul {
	background-repeat:repeat;
	background-position:0 0;
	background-image:url(images/sub-nav-tail.gif);
	width:185px;
	padding-right: 26px;
	padding-left: 0px;
	border-radius: 5px;
}

/* Links */
a {
	color:#035581;
}

#mcs_container .customScrollBox .content p .desc .title {
    display: block;
    font-size:14px;
    color:#035581;
    margin-bottom: -2px;
}

#back-top a:hover span {
	background-color: #035581;
	color: #fff;
	text-shadow:1px 1px rgba(0,0,0,.2);
}

.comments-link {
	color:#fff;
	text-decoration:none;
	background-color:#00456a;
	line-height:35px;
	height:35px;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	padding: 0 18px;
	margin-left: 10px;
	
	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
}

	.post-meta a {
		color:#00456a;
	}

.post-holder .entry-title {
	font-size:18px;
	letter-spacing: -1px;
	margin-bottom:0;
	color:#00456a;
	}

.fleft {
    float: left;
color:#00456a;
}

.sf-menu > li > a {
	font-size:13px;
	width:106px;
	height:48px;
	padding:88px 3px 0 0;
	background-repeat:no-repeat;
	background-position:0 -136px;
	background-image:none;
	text-align:center;
}

.sf-menu a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	
	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
}

.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current_page_item > a {
	color:#a6a6a6;
	background-position:0 0;
}
