/*
 Theme Name:   AIM Library 2014
 Theme URI:    http://aimlibrary.org/
 Description:  Elmax Child Theme
 Author:       1-Stop Design Shop
 Author URI:   http://www.1stopdesign.com
 Template:     elmax
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  elmax-child
*/

@import url("../elmax/style.css");
@import url("style-menu.css");
@import url("style-typography.css");
@import url("style-responsive.css");
@import url("style-forms.css");
	
/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	background: url(imgs/body.png) repeat;
	font-family: 'Open Sans', 'sans-serif';
	margin:0;
	}
	
#wrap {
	-moz-box-shadow: 0 0 3px 2px #141414;
	-webkit-box-shadow: 0 0 3px 2px #141414;
	box-shadow: 0 0 3px 2px #141414;
	position:relative;
	background:#fff;
	overflow:hidden;
	margin: 40px auto;
	padding: 0;
	max-width: 100%;
	width: 1024px;
	}
	
#header {
	position:relative;
	background:#ff6600;
	max-width: 100%;
	overflow:hidden;
	width: 100%;
	margin: 0;
	}
	
#header .left {
	position: relative;
	background:#ff6600;
	max-width: 100%;
	width: 100%;
	padding:0;
	margin: 0;
	float:left;
	}
#header .left .font {
	background:#366c8d;
	font-weight:bold;
	position:relative;
	float:left;
	width:6%;
	height:33px;
	padding:10px 2%;
	color:#fff;
	}
#header .left .font ul{
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
	}
#header .left .font ul li{
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
	}
#header .left .menu {
	background: #ff8a00;
	width: 90%;
	min-height:53px;
	float:left;
	}
#header .left .menu ul{
	font-weight:700;
	font-size:14px;
	float:left;
	width:60%;
	padding:0;
	margin:0;
	}
#header .left .menu ul li{
	display:inline-block;
	float:left; 
	margin: 0;
	line-height:53px;
	}
#header .left .menu ul li a{
	border-left:1px solid #fff;
	padding: 0 10px;
	}
#header .left .menu ul li.no-border a{
	border-left: none;
	}
#header .left .logo {
	padding:3% 3%;
	float:left;
	width:69%;
	}
#header .left .logo h1{
	font-family: 'Open Sans', 'sans-serif';
	font-weight:normal;
	line-height:48px;
	font-size: 36px;
	padding:0;
	margin:0;
	color:#fff;
	}
#header .left .logo h1 span{
	display:block;
	font-weight:bold;
	width:100%;
	}
#header .left .logo h1 a:hover,
#header .left .logo h1 a:active,
#header .left .logo h1 a:visited{
	text-decoration:none;
	outline:none;
	}

#header .left .copy-right{
	font-family: 'Montserrat', sans-serif;
	background:#FFF;
	position:relative;
	text-align:center;
	padding:40px 1.5% 0 1.5%;
	font-size:14px;
	color:#ff6600;
	display:inline-block;
	height:140px;
	width:22%;
	float:right;
	}
#header .left .copy-right a{
	text-decoration:none;
	font-weight:normal;
	font-size:16px;
	display:block;
	color:#ff6600;
	width:100%;
	}
#header .left .copy-right a:hover {
	color:#366C8D;
	}

#header .left .menu form#searchform {
	float:right;
	padding:0;
	margin:14px 0 0 0;
	max-width:100%;
	width:40%;
}
#header .left .menu form#searchform div{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333;	
	margin-right:20px;
	background: #fff;
	float:right;
	width:100%;
	}
#header .left .menu form#searchform input {
	border:0;
	margin:0;
	}
#header .left .menu form#searchform input[type=text] {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	cursor: text;
	font-size:14px;
	color: #3b3b3a;
	padding: 1.2% 0 1.2% 2%;
	width:73%;
	float:left;
}
#header .left .menu form#searchform input:focus[type=text] {
	background:#f0f0f0;
}
#header .left .menu form#searchform input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	background:#366c8d;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	border:0;
	padding:0 1%;
	width:23%;
	float:right;
	display:block;
	height:28px;
}
#header .left .menu form#searchform input:hover[type=submit] {
	background:#308bc2;
}
	
.clear{
	clear:both;
	}

#sidebar ul li {
  padding: 0;
  font-size: 1.4rem;
}
	
a, #sidebar a {
	color: #fff;
}
a:hover, a:focus, a:active, #sidebar a:hover {
	text-decoration:underline;
	color: #fff;
}
	
#content-full{
	padding: 2% 2% 0 2%;
	line-height: 1.4em;
	float: left;
	font-size: 14px;
	width: 96%;
	}
#content{
	padding: 2% 3% 1.5% 3%;
	line-height: 1.4em;
	float: left;
	font-size: 14px;
	width: 60%;
	}
	
#panels {
	-webkit-box-shadow: 0px 8px 6px -6px black;
	-moz-box-shadow: 0px 8px 6px -6px black;
	box-shadow: 0px 8px 6px -6px black;
	background: url(imgs/panels.png) repeat;
	padding:2%;
	position:relative;
	overflow:hidden;
	clear:both;
	width:96%;
	}
#panels .left{
	max-width:100%;
	padding:0;
	width:50%;
	float:left;
	}
#panels .right{
	border-left:1px solid #666;
	padding:0 0 0 2%;
	max-width:100%;
	width:47.5%;
	float:left;
	}
#panels .image{
	margin-right:3%;
	float:left;
	max-width:100%;
	width:30%;
	}
#panels .text{
	padding:0;
	float:left;
	max-width:100%;
	width:60%;
	}
#panels .left h3, #panels .right h3{
	line-height:26px;
	font-weight:600;
	font-size:19px;
	color:#3b759a;
	padding:0;
	margin:0;
	}
#panels a {
	-webkit-box-shadow: 2px 8px 6px -6px #333333;
	   -moz-box-shadow: 2px 8px 6px -6px #333333;
	        box-shadow: 2px 8px 6px -6px #333333;
			
background-color: #73b601; 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#73b601, endColorstr=#597f1b);
background-image: -webkit-gradient(linear, left top, left bottom, from(#73b601), to(#597f1b));
background-image: -webkit-linear-gradient(top, #73b601, #597f1b);
background-image: -moz-linear-gradient(top, #73b601, #597f1b);
background-image: -ms-linear-gradient(top, #73b601, #597f1b);
background-image: -o-linear-gradient(top, #73b601, #597f1b);
background-image: linear-gradient(top, #73b601, #597f1b);

background-image: linear-gradient(top, #597f1b, #73b601);
border: 1px solid #2a4200;

font-weight:bold;
text-decoration:none;

-webkit-border-radius: 75px;
-moz-border-radius: 75px;
border-radius: 75px;

padding:2% 6% 3% 6%;
margin:10px 0 0 0;
font-size:16px;
color: #fff;
width:88%;
display:block;
}
#panels a:hover {
background-color: #609800; 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#609800, endColorstr=#2c4601);
background-image: -webkit-gradient(linear, left top, left bottom, from(#609800), to(#2c4601));
background-image: -webkit-linear-gradient(top, #609800, #2c4601);
background-image: -moz-linear-gradient(top, #609800, #2c4601);
background-image: -ms-linear-gradient(top, #609800, #2c4601);
background-image: -o-linear-gradient(top, #609800, #2c4601);
background-image: linear-gradient(top, #609800, #2c4601);

border: 1px solid #2a4200;
}

#logos {
	padding:0 2%;
	clear:both;
	width:96%;
}
#logos a.logo{
	display:inline-block;
	margin:8px 0;
	width:16.6%;
	float:left;
}
#logos a.logo img{
	border:none;
}

#logos .row{
	overflow:hidden;
	clear:both;
	width:100%;
}
#logos .row.top{
	border-bottom:1px solid #999;
}

#content a,#content-full a {
	color: #ff6600;
	font-weight: 600;
}
#content a:hover {
	text-decoration:underline;
	color: #ff6600;
}

#sidebar {
	background:#104c71;
	position:relative;
	padding-top:1%;
	height:100%;
	max-width:100%;
	width:30%;
	color:#fff;
	}
.widget {
	font-size:14px;
	padding: 0;
	margin:0;
	}
.widget p {
	clear:both;
	}
aside {
	margin: 0 0 14px 0;
	width:100%;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background: #ff6600;
	font-size:12px;
	max-width: 100%;
	overflow:hidden;
	margin:0;
	padding:2%;
	color:#fff;
	clear:both;
	width: 96%;
	}
#footer p{
	text-align:left;
	font-size:12px;
	padding:0;
	margin:0;
	}
#footer a.sitemap {
	text-decoration:underline;
	}

.home .hentry, .archive .hentry {
	position: relative;
	border-bottom:0;
	padding: 0;
	margin: 0;
	}
.hentry{
	padding:0;
	border-bottom:0;
	color:#1d455f;
	margin: 0;
	}
.hentry a{
	font-weight:bold;
	}

.letter-section-container {
    width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
 	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
 	display: -ms-flexbox;      /* TWEENER - IE 10 */
 	display: -webkit-flex;     /* NEW - Chrome */
 	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.lsc-left-cont {
    width: 5%;
}

.lsc-right-cont {
    width: 95%;
}

.lsc-letter {
    font-size: 21px;
    font-weight: 600;
}

.lsc-title {
    font-weight: 600;
    font-size: 19px;
}

.big-or {
    margin-top: -10px;
    margin-bottom: 9px;
}

.efic-inner {
    text-align: center;
    font-weight: 600;
}

.email-for-instructions-cont {
    padding: 10px 0;
}