<<<<<<< .mine
/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

/* =body - set the background of the page
-------------------------------------------------------------- */
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
        background-color:#c2cfdb;      	
        color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

a:hover,
a:focus,
a:active {
	color: #6633FF;
	outline: 0;
	text-decoration: none;
}

/* set the header with the same as the body after separete them*/
#header {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 25px;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */

.menu {
	background-color: #7f97af;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7f97af), to(#033361));
	background-image: -webkit-linear-gradient(top, #7f97af, #033361);
	background-image: -moz-linear-gradient(top, #7f97af, #033361);
	background-image: -ms-linear-gradient(top, #7f97af, #033361);
	background-image: -o-linear-gradient(top, #7f97af, #033361);
	background-image: linear-gradient(top, #7f97af, #033361);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f97af, endColorstr=#033361);
	margin: 0 auto;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #7f97af;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #70b7f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#70b7f9), to(#025db1));
	background-image: -webkit-linear-gradient(top, #70b7f9, #025db1);
	background-image: -moz-linear-gradient(top, #70b7f9, #025db1);
	background-image: -ms-linear-gradient(top, #70b7f9, #025db1);
	background-image: -o-linear-gradient(top, #70b7f9, #025db1);
	background-image: linear-gradient(top, #70b7f9, #025db1);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70b7f9, endColorstr=#025db1);
}

ul.menu > li:hover {
	background-color: #025db1;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #025db1;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/




/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 30px;
	color:#40b31a;
}

.featured-subtitle {
	font-size: 20px;
	color:#40b31a
}

/* set the font size of the front page content*/
#featured p {
	font-size: 13px;	
	text-align: justify;
}

#featured-image {
    margin: 100px 0 0;
}

#featured-actual-image {
	padding: 0 50px;
	height: 160px;
} 

#featured-image-subtitle{
	color:blue;
	font-size: 10px;
	padding: 0 10px;
	text-align:center;
}




/* =home bottom widgets 
-------------------------------------------------------------- */

.widget-title h3,
.widget-title-home h3 {
	color:#40b31a
}


/* =Round borders to the header menu
-------------------------------------------------------------- */
.menu {
	border-radius: 10px;
}

.menu > li:first-child:hover,
.menu > li:first-child:hover a {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

/*
------------------------------------------------------------*/
.post-entry {	
	text-align: justify;
}

h3 {
	font-size: 1.2em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

/*Registration page button*/
.mu_register input[type="submit"] {
	background-color: #7f97af;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7f97af), to(#033361));
	background-image: -webkit-linear-gradient(top, #7f97af, #033361);
	background-image: -moz-linear-gradient(top, #7f97af, #033361);
	background-image: -ms-linear-gradient(top, #7f97af, #033361);
	background-image: -o-linear-gradient(top, #7f97af, #033361);
	background-image: linear-gradient(top, #7f97af, #033361);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f97af, endColorstr=#033361);
	color: white;
	text-shadow: 0 -1px 0 #000000;
}

=======
/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

/* =body - set the background of the page
-------------------------------------------------------------- */
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
        background-color:#c2cfdb;      	
        color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}


/* set the header with the same as the body after separete them*/
#header {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 25px;
}

h1, h2, h3, h4, h5, h6, a{
    color: #40B31A;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */

.menu {
	background-color: #7f97af;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7f97af), to(#033361));
	background-image: -webkit-linear-gradient(top, #7f97af, #033361);
	background-image: -moz-linear-gradient(top, #7f97af, #033361);
	background-image: -ms-linear-gradient(top, #7f97af, #033361);
	background-image: -o-linear-gradient(top, #7f97af, #033361);
	background-image: linear-gradient(top, #7f97af, #033361);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f97af, endColorstr=#033361);
	margin: 0 auto;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #7f97af;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #70b7f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#70b7f9), to(#025db1));
	background-image: -webkit-linear-gradient(top, #70b7f9, #025db1);
	background-image: -moz-linear-gradient(top, #70b7f9, #025db1);
	background-image: -ms-linear-gradient(top, #70b7f9, #025db1);
	background-image: -o-linear-gradient(top, #70b7f9, #025db1);
	background-image: linear-gradient(top, #70b7f9, #025db1);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70b7f9, endColorstr=#025db1);
}

ul.menu > li:hover {
	background-color: #025db1;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #025db1;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/




/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 30px;
	color:#40b31a;
}

.featured-subtitle {
	font-size: 20px;
	color:#40b31a
}

/* set the font size of the front page content*/
#featured p {
	font-size: 13px;	
	text-align: justify;
}

#featured-image {
    margin: 40px 0 0;
}

/*boxes on the right of the front page*/
#featured-news {
	background-color: #033361;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#033361), to(#7f97af));
	background-image: -webkit-linear-gradient(top, #033361, #7f97af);
	background-image: -moz-linear-gradient(top, #033361, #7f97af);
	background-image: -ms-linear-gradient(top, #033361, #7f97af);
	background-image: -o-linear-gradient(top, #033361, #7f97af);
	background-image: linear-gradient(top, #033361, #7f97af);
	border:#285178;
	border-radius: 10px;
	color: white;
	height: 280px;
	margin: 3px;
	padding: 3px;
	width: 90%;	
} 

#featured-book {
	background-color: #033361;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#033361), to(#7f97af));
	background-image: -webkit-linear-gradient(top, #033361, #7f97af);
	background-image: -moz-linear-gradient(top, #033361, #7f97af);
	background-image: -ms-linear-gradient(top, #033361, #7f97af);
	background-image: -o-linear-gradient(top, #033361, #7f97af);
	background-image: linear-gradient(top, #033361, #7f97af);
	border: #285178;
	border-radius: 10px;
	height: 260px;
	margin: 3px;
	padding: 3px;
	width: 90%;
} 


#featured-download {
	background-color: #033361;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#033361), to(#7f97af));
	background-image: -webkit-linear-gradient(top, #033361, #7f97af);
	background-image: -moz-linear-gradient(top, #033361, #7f97af);
	background-image: -ms-linear-gradient(top, #033361, #7f97af);
	background-image: -o-linear-gradient(top, #033361, #7f97af);
	background-image: linear-gradient(top, #033361, #7f97af);
	border:#285178;
	border-radius: 10px;
	color:white;
	height: 130px;
	margin: 3px;
	padding: 3px;
	width: 90%;
} 

#featured-actual-image {
	padding: 0 50px;
	height: 160px;
} 

#featured-image-subtitle{
	color:blue;
	font-size: 10px;
	padding: 0 10px;
	text-align:center;
}


/* =Round borders to the header menu
-------------------------------------------------------------- */
.menu {
	border-radius: 10px;
}

.menu > li:first-child:hover,
.menu > li:first-child:hover a {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

/*
------------------------------------------------------------*/
.post-entry {	
	text-align: justify;
}

h3 {
	font-size: 1.2em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}

>>>>>>> .r33
