/* 
Theme Name: Responsive Child Theme (lechnology)
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme (lechnology)
Template: responsive
Version: 1.0.0
Author: David Lechner
Original-Author: CyberChimps
Original-Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

a {
	color: #607caf;
}

a:hover,
a:focus {
	color: #607caf;
	text-decoration: underline !important;
}

.anchor-link {
	display:block;
	color:#fff;
	position:absolute;
	top:0px;
	left:-15px;
	bottom:0px;
	font-size:70%;
	line-height:1.2em;
	vertical-align:middle;
}

dd {
	margin-left: 40px;
}


h1, h2, h3, h4, h5, h6 {
	position:relative;
	z-index:1;
}

input {
	border-radius: 10px !important;
}

.skip-container {
	padding-top: 2em;
}

#header {
	background-color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border: 1px solid #E5E5E5;
	border-bottom-style: none;
}

#logo {
	margin: 20px 20px 10px;
}

#top-widget {
	margin: 40px 30px 0px;
}

.menu {
	background-color: #787878;
	background-image: -moz-linear-gradient(center top, #888888, #6D6D6D);
}

.menu a {
	height: 35px;
	line-height: 35px;
}

#wrapper,
.front-page #wrapper {
	margin: 0px auto;
	padding-left: 35px;
	padding-right: 35px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-style: none;
}

.front-page #wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

#featured {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-style: none;
	width: 99.7936%;
	margin-top: 0px;
}

#widgets .widget-title img {
	top: 0px;
	width: auto;
	height: auto;
}

.widget-wrapper {
	border-radius: 10px;
}

#respond {
	border-radius: 10px;
}

#footer-wrapper {
	padding: 0px 25px;
}

.modified-date {
	position: relative;
	float: right;
	font-style: italic;
	font-size: 12px;
	margin-top: 20px;
}

#toc_container {
	position: relative;
	z-index: 2;
	background-color: #F9F9F9;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
}

.button-download {
	max-width: 380px;
}

th, td {
	padding: 0.3em;
}
