/*
Theme Name:     LHHSA
Description:    Child theme for the Twenty Thirteen theme 
Author:         The G-AXON Team
Author URI:     http://www.g-axon.com
Template:       twentythirteen
Version:        0.1.0
*/


/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url("../twentythirteen/style.css");

@font-face {
	font-family: 'Conv_Cambria';
	src: url('fonts/Cambria.eot');
	src: url('fonts/Cambria.woff') format('woff'), url('fonts/Cambria.ttf') format('truetype'), url('fonts/Cambria.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'BookmanOldStyleRegular';
    src: url('fonts/bookos.eot');
    src: url('fonts/bookos.eot') format('embedded-opentype'),
         url('fonts/bookos.woff') format('woff'),
         url('fonts/bookos.ttf') format('truetype'),
         url('fonts/bookos.svg#BookmanOldStyleRegular') format('svg');
}


body {
  	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	color: #3b3b3b; 
	font-size: 16px;
	background: url("images/bg_body.jpg") no-repeat center bottom;
}

* {
	 -webkit-box-sizing:content-box;
	 -moz-box-sizing: content-box;
	 box-sizing:content-box;
}

.clearfix:after, .site-main:after, .container:after, .nav-menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix, .site-main, .container, .nav-menu {
	display: inline-block;
}

* html .clearfix, * html .site-main, * html .container, * html .nav-menu {
	height: 1%;
}

.clearfix, .site-main, .container, .nav-menu {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.15em;
	font-variant: normal;
    font-weight: normal;
	margin:0 0 15px;
}

h1 { 
	font-size:26px;
	color: #256fb9;
}

h2 {
	color: #256fb9;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}

h3 {
	color: #514f4e;
	font-size: 22px;
	line-height: 1.4em;
	margin:0 0 10px;
}

h4 {
	font-size:20px; 
	color: #514f4e; 
	margin:0 0 10px;
	line-height:1.4em; 
}

h5 {
	font-size: 18px; 
	color:#256fb9; 
	margin:0 0 10px;
}

h6 {
	font-size: 16px; 
	color: #3b3b3b; 
	margin:0 0 10px;
}

p {
	font-size:16px; 
	color: #3b3b3b; 
	margin:0 0 10px; 
	line-height:1.5em; 
}

ul {
    list-style: none;
    padding: 0;
}

a, a:link, a:visited { 
  	text-decoration:none; 
	color:#464646;
}

a:hover {color: #019362;}

img { max-width:100%;}

a:focus { outline:none;}

.site {
    border: 0 none;
	width:1026px;
	-webkit-box-shadow:0 0 30px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow:0 0 30px rgba(0, 0, 0, 0.3); 
	box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background: none;
	margin: 0 0 20px;
	padding: 0;
	-webkit-hyphens: inherit;
	-moz-hyphens:    inherit;
	-ms-hyphens:     inherit;
	hyphens:         inherit;
	word-wrap: inherit;
}

.widget .widget-title {
	font-style:normal;
	font-weight:normal;
	margin: 0 0 15px;
	font-size:20px;
	color:#256FB9;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Header start */
.header {
	left: 0;
    position: absolute;
    top: 0;
    z-index: 101;
	background: url("images/bg_menu.png") no-repeat center top;
	margin: 0 5px;
}

.sidebar .entry-header, 
.sidebar .entry-content, 
.sidebar .entry-summary, 
.sidebar .entry-meta {
	padding:0;
}

#logo {
	float:left;
	margin:37px 0 0 13px;
}

.donate-widget {
	float:right;
	margin:9px 25px 13px 0;
}

.donate-widget .widget {
	margin:0;
}

.donate-widget .widget a {
	margin-left: 20px;
}

.navbar {
    background: none;
    max-width: none;
	float:right;
	width:615px;
	margin:0 0 15px;
}

.main-navigation {
	max-width: none;
}

ul.nav-menu, div.nav-menu > ul {
	padding:0;
}

.nav-menu li {
	float:left;
	font-family: 'Conv_Cambria', Arial, Helvetica, sans-serif;


	padding:0 11px;
}

.nav-menu li a {
	padding: 12px 0 13px;
	color:#FFFFFF;
	font-size:18px;
}

.nav-menu li:hover > a {
	background: none;
}

.nav-menu li a:hover {
	color:  #ffc574;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #FFF;
	border: 0 none;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.sub-menu li {
	padding:0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #0C3C59;
	margin: 0;
	width: 232px;
	padding: 7px 18px;
	border-top: 1px solid #DCDCDC;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #f0eeee;
	color:#0C3C59;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a, 
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a {
    color: #FFFFFF;
    font-style: normal;
}

.sub-menu .current_page_item > a, 
.sub-menu .current_page_ancestor > a, 
.sub-menu .current-menu-item > a, 
.sub-menu .current-menu-ancestor > a {
	color:#0C3C59;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site-main {
	background: url("images/bg_content.jpg") repeat-x left top;
	padding:30px 0 30px 20px;
}

.sidebar .content-area {
    float: left;
    margin: 0 -286px 0 0;
    width: 100%;
}

.sidebar .site-content {
    margin: 0 346px 0 0;
}

.hentry {
    padding: 0;
}

.entry-header {
    margin-bottom: 15px;
}

.member-widget {
	background: url("images/bg_whymember.png") no-repeat left top;
    padding: 90px 25px 0 194px;
    width: 441px;
	margin: 30px 0 20px -20px;
}

.member-widget .widget-title {
    font-size: 25px;
	margin:0 0 10px;
}

.member-widget P {
	line-height: 1.4em;
}

.more-link {
    display: block;
    font-size: 15px;
    padding: 5px 0 10px;
}

.more-link a {
	color: #0C3C59;
}

.more-link a:hover {
	color: #3b3b3b;
}

.site-content ul {
	margin:0 0 10px;
}

.site-content ul li {
	background: url("images/icon_list.jpg") no-repeat left 9px;
    color: #3B3B3B;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 400px;
	border: medium none;
    -moz-box-shadow: 0 1px 2px #C1C1C1;
	-webkit-box-shadow: 0 1px 2px #C1C1C1;
	box-shadow: 0 1px 2px #C1C1C1;
	color: #1E1C1C;
	font-size: 16px;
}

input:focus,
textarea:focus {
	border:0 none;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	padding: 8px 0 6px 50px;
}

.wpcf7-form input[type="text"] {
	background: url("images/name.jpg") no-repeat 10px 9px #FFFFFF;
}

.wpcf7-form span.captcha input[type="text"] {
 	background:#FFFFFF;
	padding-left: 10px;
	width: 440px;
}

.wpcf7-form input[name="email"] {
	background: url("images/email.jpg") no-repeat 10px 9px #FFFFFF;
}

.wpcf7-form input[name="tel"] {
	background: url("images/phone.jpg") no-repeat 10px 7px #FFFFFF;
}

.wpcf7-form textarea {
	background: url("images/message.jpg") no-repeat 10px 10px #FFFFFF;
	height: 170px;
}

.wpcf7-form p {
	margin:0 0 15px;
}

span.wpcf7-form-control-wrap { display:block;}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #27517C;
    border: medium none;
    -moz-box-shadow: -1px 2px 2px #C1C1C1;
	-webkit-box-shadow: -1px 2px 2px #C1C1C1;
	box-shadow: -1px 2px 2px #C1C1C1;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #ffc574; /* Old browsers */
	border:0 none;
	padding: 5px 10px;
}

.qa-category .qa-faq-title {
	font-size:20px;
	margin:0 0 15px;
}

.qa-category .qa-faq-answer {
	border-bottom: 1px solid #9EB4C1;
	margin:0 0 20px;
}

.qa-category .qa-faq-answer p {
	margin: 0 0 20px;
}

.gallery {
	margin: 0 0 20px;
}

.gallery-item {
	margin:0 30px 20px 0;
	width:300px;
}

/* sidebar start */
.site-main .sidebar-container {
    float: right;
    height: auto;
    max-width: none;
    position: relative;
    top: auto;
    width: 286px;
}

.site-main .sidebar-inner {
	max-width: none;
}

.site-main .widget-area {
    float: none;
    width: auto;
}

.widget-img {
	margin:15px 0 30px;
}

.widget-img .simple-image {
	text-align:right;
}

.recent-widget {
	border-bottom: 1px solid #CBCCCC;
    margin-bottom: 30px;
    padding: 0 20px 15px 0;
}

.recent-widget .widget-title {
	border-bottom: 1px solid #CBCCCC;
	display:inline-block;
    padding: 0 20px 5px 0;
	margin:0 0 10px;
}

.recent-widget .post-title {
	margin:0 0 5px;
}

.recent-widget .post-title a {
	color:#0C3C59;
}

.upw-more {
	font-size:14px;
}

.upw-more a {
	color:#CB882A;
}

.upw-more a:hover {
	color:#3b3b3b;
}

.widget-newsletter {
	background:#EAEAEA;
	padding:10px;
}

.widget-newsletter .widget-title {
	border-bottom: 1px solid #FFFFFF;
    padding: 0 5px 5px;
}

.widget-newsletter form {
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	overflow:hidden;
}

.widget-newsletter form p { margin:0;}

.widget-newsletter .newsletter-email {
	width:185px;
	float:left;
	margin: 3px 0 0 5px;
	padding-left:13px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color:#929292;
	font-size:14px;
}

.widget-newsletter input[type="submit"] {
	background:url(images/bg_button_newsletter.png) no-repeat center center;
	color:#000000;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	float:right;
	margin: 0 5px;
}

.navigation-item li {
	margin:0 0 5px;
	padding:0;
	font-size:16px;
}

.navigation-item li a {
	background-color: #669ED7;
    -moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    display: block;
    padding: 5px 15px;
}

.navigation-item li a:hover {
	background-color:#286ec4;
	color:#FFF;
}

.navigation-item p {
	margin:0;
}

.content-widget .widget-title {
	margin:0 0 8px;
}

address {
    font-style: normal;
	font-size:16px;
}

.volunteer-widget {
	margin: 15px 0 30px;
	position:relative;
}

.volunteer-widget .more {
	font-size:19px;
	position:absolute;
	left:15px;
	bottom:0;
}

.volunteer-widget p.more a {
	color:#fff;
}

.entry-news {
	border-bottom:solid 1px #9EB4C1;
	padding:0 0 5px;
	margin:0 0 20px;
}

.new-title {
	font-size:24px;
}

.entry-date {
	color:#256FB9;
}

.text-underline { border-bottom:solid 1px;}

.parent-underline { border-bottom:0 none;}

p+h4 { padding-top:15px;}

/* Footer start */
.site-footer {
	background:none;
}

.site-footer .sidebar-container {
    background-color: #4381BF;
    padding: 25px 20px 0;
}

.sidebar .site-footer .widget-area,
.site-footer .widget-area {
    left: 0;
    max-width: none;
}

.site-footer .widget,
.sidebar .site-footer .widget {
	float:none;
	width:auto;
	margin:0 0 15px;
	text-align:center;
	font-size:13px;
}

#menu-footer-menu {
	overflow:hidden;
}

#menu-footer-menu li {
	padding:0 7px;
	display:inline;
}

.site-footer .widget a {
	color:#FFF;
}

.site-footer .widget a:hover {
	color:#ffc574;
}

.site-footer p {
	color:#FFF;
	font-size:13px;
}

.site-footer p a {
	padding:0 7px;
}


