/*
Theme Name: Edu Knows Child
Theme URI: http://premium.wpmudev.org/
Version: 1.2.5
Description: Customized FAQ Single Page For incsub and edublogs. Best used for simple FAQ page for your site or blogs.
Author: Richie KS - WPMU DEV - WordPress Experts
Author URI: http://premium.wpmudev.org/
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
WDP ID: 107
Template: edu-knows
Tags: white,blue,two-columns,fixed-width,custom-colors,custom-header,theme-options,threaded-comments

Copyright 2007-2011 Incsub (http://incsub.com)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

changelog
check parent theme style.css for changelog.
*/


/* loading wp parent css */
@import url('../edu-knows/style.css');

/* loading parent theme custom css */
/*@import url('../edu-knows/custom.css');*/

/* loading child theme css - rename the child-style-sample.css to child-style.css */
/*@import url('child-style.css');*/

/* 129689-1354042859 */


@font-face {
  font-family: "Verdana Pro Light";
  src: url("fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-2.eot");
  src: url("fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-2.eot?") format("embedded-opentype"),
       url("fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-3.woff") format("woff"),
       url("fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-1.ttf") format("truetype"),
       url("fonts/Verdana-Pro-Light/470d8a9f-a874-489d-bd19-712a16a7a70d-4.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

body {
	font-family: "Verdana Pro Light", Verdana, Arial;
	font-size: 20px;
	line-height: 34px;
}

h1, h2, h3, h4, h5, h6 {
        font-family: "Verdana Pro Light", Verdana, Arial;
}

h2, h3, h4, h5, h6 {
	margin-top: 1.5em !important;
}

.post-meta h1 {
	font-size: 2.5em;
	line-height: 1.5em;
}

h3 {
	font-weight: bold;
}

p {
	-webkit-margin-before: 0em;
	line-height: 28px;
}

code {
	color: #bb5500;
}

.wp-block-social-links svg {
    fill: white !important;
}

.breadcrumbs {
	margin: 0 0 20px 0;
}

#site-feeds {
	box-shadow: 0px 0px 0px #999;
	-moz-box-shadow: 0px 0px 0px #999;
	-webkit-box-shadow: 0px 0px 0px #999;
	background: none;
}

/* Remove RSS Feed Icon from header */
#site-feeds p.rss-feeds {display : none !important}

#intro ul {
	margin: 0px;
	padding: 0px 0px 0px 2%;
	float: left;
	width: 98%;
	list-style-type: none;
}

#intro ul li {
	margin: 0px 0px 6px;
	padding: 0px 0px 0px 12px;
	width: 90%;
	background: url(../edu-knows/images/dots.gif) no-repeat left 8px;
}

div#intro a:hover, #footer-statement a:hover, .post-content a:hover, #container .textwidget a:hover {
	text-decoration: none!important;
}

h2, div#intro h2 {
	font-size: 1.8em;
}

#entry .post-meta h1 a {
	color: #0066cc!important;
	text-decoration: none!important;
}

#entry .post-meta h1 a:hover {
	color: #3982b8!important;
	text-decoration: none!important;
}

#entry h3 {
	float: none;
	margin: 20px 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
}

#entry h3.widgettitle {
	font-size: 1.8em
}

#wrap {
    width: 1000px;
}

#container .post-content h1 {
	font-size: 2.5em;
	font-weight: normal;
}

#container .post-content h2 {
	margin: 30px 0 10px 0;
	font-size: 1.8em;
	font-weight: normal;
}

#container .post-content h3 {
	margin: 20px 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
}

#container .post-content h4 {
	font-size: 1.3em;
	font-weight: normal;
}

#container .post-content h5 {
	font-size: 1.2em;
}

.post-content {
	padding-bottom: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
}

.post-content ul ul {
	margin-left: 2em;
	padding: 0px;
}

.post-content img {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 2px #ddd;
    margin: 20px auto;
}

.page-content p {
	padding-bottom: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
}

#wrap #fulltag a {
	background: #155d97;
}

#wrap #fulltag a:hover {
	background: #185c9c;
}

#nav li a {
	background: #155d97;
	color: #ffffff;
}

#nav li a:hover {
	background: #185c9c;
}

#nav ul li a {
	background: #155d97;
}

#nav ul li a:hover {
	background: #185c9c;
}

#nav li.home a, #nav li.current_page_item a, #nav li.selected a {
	background: #3982b8;
}

#entry .nolist li a:hover {
	background: #185c9c;
}

.entry-box {
	border-bottom: none;
	padding: 0;
}

.entry-box .ebox#left {
	width: 60%;
}

.entry-box .ebox#cbox {
	width: 30%;
}

.ebox .widget ul li {
	font-size: 1em;
}

.settings {
    font-size: 16px;
}

.settings th, .settings td {
    padding: 10px;
}

table.home {
    border: none;
    width: 100%
}

table.home td {
    border: none;
    font-size: 16px;
    line-height: 22px;
}

#mysearch .sinput {
    font-size: 20px !important;
}

#post-navigator-single .alignleft, #post-navigator-single .alignright {
    height: 30px;
}
