/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       Bob Fletcher
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         ??  light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/* Bring in the Twenty Twelve style sheet  */
@import url("../twentytwelve/style.css");

/*       =Theme customization starts here
Styles here will override parent styles
LearningQUEST color scheme:
	blue	#0094d9
	green	#247f4c
	cream	#fff9af
	navy	#052df7
	magenta	#922790

rembase=14; 5px = .357142857rem  (px/14)
margin/padding= {top right bottom left}
-------------------------------------------------------------- */

.breadcrumbs{						 /*OK*/
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 11px;
	font-size: 75%;
	color: #00c;
	text-align: right;
}

/* =Schedule for Front page sidebar
------------------------------------------------------------- */
#schedule {
	margin-top: -10px;
	margin-left: 30px;
	border: 1px solid #00c;
	float: right;
	width: 380px;
}
#schedule h4 {
	margin: 5px 0px;
	text-align: center;
}
#schedule li {
	margin-top: 0;
	font-size: 12px;
}

footer[role="contentinfo"] {
	border-top: 1px solid #444;
}

#colophon .site-info{
	clear: both;
	text-align: center;
	font-size: 90%;
}

.site{
	background-color: #fff;
}

.site-content article {
	margin-bottom: 12px;
	border-bottom: hidden;
}

/*    remove header box       */
img.header-image {
	border-radius: 0px;
	box-shadow: 0 0 0 #fff;
}
/*	GoldStar image	*/
img.star {
	float: right;
	margin-left: 13px;
	width:100px;
	height: 100px;
}

/*     Switch sidebar to left side - Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site-content {
		float: right;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 26.041666667%;
	}
}

/*     set background color, hilites & fonts    */
.body { background-color: #fff;
}
body.custom-font-enabled {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.entry-content p { padding-right: 40px; padding-right: 2.857142857rem;
}
a { color: #0094d9;
}
a:hover { color: #922790;
}
.entry-content a:visited {
	color: #052df7;
}

/*------------Navigation Menu-------------*/

.menu-menu-1-container {
	position: relative;
	float: right;
}
.main-navigation {
	margin-top: 0px;
	text-align: center;
}
.main-navigation li {
	margin: 2px 2px 0px 2px;
	margin: 0.142857143rem 0.142857143rem 0 0.142857143rem;
 	background-color: #0094d9;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;

}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom: hidden;
	border-top: hidden;
}
.main-navigation li a {
    margin: 0px;
    padding: 8px 14px; /*t&b, r&l */
    padding: 0.571428571rem 1.0rem;
    color: #fff;
    line-height: 1.0;
}
.main-navigation li a:hover {
	background: #fff9af;
	color: #247f4c;
}
.main-navigation li ul li a {
	background: #0094d9;
	border-bottom: 0;
	line-height: 1.1;
	margin: 0px;
	padding: 8px 14px; /*t&b, r&l */
	padding: 0.571428571rem 1.0rem;
	width: 120px;
	width: 8.571428571rem;
}
.main-navigation li ul li a:hover {
	background: #fff9af;
	color: #247f4c;
}
.main-navigation lu.current-menu-item,
.main-navigation li.current-menu-ancestor,
.main-navigation li.current_page_item ,
.main-navigation li.current_page_ancestor {
	margin:0;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	background: #247f4c;
	color: #fff;
	font-weight: normal;
}
/*-------------end Navigation--------------*/

/* Remove automatic hyphenation */
.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
.widget-area .widget { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
/***   Home page styling, green hilites   ***/

#homeposition.emphasis {
	margin: -40px 40px 40px 0;  /* top right bot */
	padding: 20px 0 20px 0; padding: 1.428571429rem 0 1.428571429rem 0;  /* top bot */
}
.emphasis {
/*	border-style: dashed; border-width: 0 0 3px 0; border-color: #7ed3f7; */
	margin-top:20px;
}
p.value_title {
	font-size: 24px; font-size: 1.714285714rem;
	line-height: 1.375;
}
p.ln_center { text-align: center;
}
p.value_grn {
	font-size: 18px; font-size: 1.285714286rem;
	color: #247f4c;
}
p.value_ital {font-style: italic;
}
p.shrink_vert { margin-bottom: 2px;
}
p.shrink_text { font-size: 95%;
}
p.ln_expand { line-height: 2;
}
.hilite_grn { color: #247f4c;
}
.indent { padding-left: 30px; padding-left: 2.142857143rem;
}
.dbindent { padding-left: 60px; padding-left: 4.285714286rem;
}
.enlarged { font-size: 120%;
}
/***       display photos as old snapshots      ***/
img.old-photo {
	border-radius: 4px;
	border: 12px solid #fff;
	box-shadow: 0 1px 10px #b0acac;
}
.float_photo{
	width: 100%;
	clear: both;
}
.float_photo_left {
	position: relative;
	float: left;
	margin-right: 30px;
	margin-right: 2.142857143rem;
}
.float_photo_right {
	position: relative;
	float: right;
	margin-left: 30px;
	margin-left: 2.142857143rem;
}
.wp-caption .wp-caption-text {
	margin: 4px 0 0 14px;  /* top & left  */
	font-style: normal; font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #fff;
	background-color: #0094d9;
}

/*   move widget area up, set display parameters for News   */
#secondary.widget-area {
	margin-top: -30px;
	margin-top: -2.14285714rem; 
}
.widget-title {
  background-color: #247f4c; padding: 0px 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 100%; text-align: center; font-weight: normal; text-transform: capitalize; color: white
}
/*     reduce separation between News posts    */
.widget-area .widget p {
	margin-bottom: 0px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	background-color: #fff9af;
	padding: 4px 4px 0 4px;
	padding: 0.285714286rem 0.285714286rem 0 0.285714286rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.2;
}
.widget-area .widget a {
	color: #0094d9;
}
.widget-area .widget a:hover {
	color: #922790;
}
.widget-area .widget a:visited {
	color: #283991;
}
.widget-area .widget p.stripe {background-color: #922790;
}
a.homelink, a.homelink:link, a.homelink:hover, a.homelink:visited{
	margin-left: 12px;
	color: white;
	text-decoration:none;
	text-weight: bold;
	box-sizing:border-box;
	padding:6px 8px;
	border:1px solid #999;border-radius:8px;
	font-size:18px;
	text-align:center;
	white-space:nowrap; overflow:hidden;
	background-color:#247f4c;
}
.lnk-image {
	padding: 0 0 0 15px;
}

.courseupdate {
	font-size: 95%; line-height: 1.4; margin: 30px; margin: 2.142857143rem;
	word-wrap: normal; word-break: normal;
	width: 80%;
}

/*  Programs page box   */
.ccprogbox {
 	border-style: solid; border-width: 10px; border-color: #922790;
 	font-size: 95%;
	padding: 30px 0 0 30px;
	padding: 2.142857143rem 0 0 2.142857143rem;
	margin: 30px 60px 30px 30px;
	margin: 2.142857143rem 4.285714286rem 2.142857143rem 2.142857143rem;
}
.regbox {
 	border-style: solid; border-width: 4px; border-color: #922790;
 	font-size: 110%;
	padding: 10px 30px 10px 30px;
	padding: .714285714rem 2.142857143rem .714285714rem 2.142857143rem;
	margin: 30px 100px 60px 30px;
	margin: 2.142857143rem 7.14285714rem 4.285714286rem 2.142857143rem;
}
a.reglink, a.reglink:link, a.reglink:hover, a.reglink:visited{
	float: right;
	width: 175px;
	margin-left: 12px;
	color: white;
	text-decoration:none;
	text-weight: bold;
	box-sizing:border-box;
	padding:6px 8px;
	border:1px solid #999;border-radius:8px;
	font-size:18px;
	text-align:center;
	white-space:nowrap; overflow:hidden;
	background-color:#247f4c;
}

/*   button styling	*/
a.lqbutton {
/*	top: 340px; left: 1050px; bottom: 0px; right: 0px;*/
	position:relative;
	float:right;
	margin: -70px 0px 0px 890px;
/*	text-decoration:none;
	width: 60px;
	box-sizing:border-box;
	padding:30px 20px;
	border:1px solid #999;border-radius:40px;border-bottom-width:3px;
	font-size:20px;
	text-align:center;
	color: white;
	white-space:nowrap; overflow:hidden;
	background-color:#247f4c;
	background-image:-webkit-linear-gradient(top, #247f4c 0%, #247f4c 100%);background-image:-moz-linear-gradient(top, #247f4c 0%, #247f4c 100%);background-image:-ms-linear-gradient(top, #247f4c 0%, #247f4c 100%);background-image:-o-linear-gradient(top, #247f4c 0%, #247f4c 100%);background-image:linear-gradient(top, #247f4c 0%, #e9e9e9 100%);*/
}
/* Previous and Next styling */
.navigation .alignleft{
	font-size: 0%;
}

.navigation .alignright{
	font-size: 75%;
}
