/*   
Theme Name: Liber Ero Theme
Theme URI: http://liberero.ca
Description: This is a custom template created for the Liber Ero Fellowship Program -- WordPress v3.5
Author: Nicole Latorre
Version: 1
*/
		
* { margin: 0; padding: 0; }

article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #5C6756;
	margin: 0;
	padding: 0;
	color: #808080;
}

/* ~~ typography ~~ */

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #697662;
	font-weight: normal;
	line-height: 26px;	
	margin-left: 10px;
	margin-bottom: 30px;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #697662;
	font-weight: normal;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

h2 a {
	font: 18px Arial, Helvetica, sans-serif;
	color: #697662;
	font-weight: normal;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;	
}

h2 a:hover {
	text-decoration: none;	
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

a {
	color: #697662;
	text-decoration: none;
}

a:visited { text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: none; }


/* ~~ header styles ~~ */

header {
	height: 120px;
	width: auto;
	background-color:#DED9CA;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}

#header-wrap {
	height: auto;
	width: 940px;
	margin: 0px auto;
	position: relative;
}

#logo { padding: 25px 0px 0px 0px; }

form#searchform {
position: absolute; 
right: 0; 
top: 32px; 
}

form#searchform input[type="text"] {
width: 175px;
height: 15px;
padding: 5px 10px;
border: 1px solid #DDD;
border-top: 1px solid #CCC;
background: white;
font-weight: 300;
color: #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-image: initial;
cursor: auto;
}

#invisible { font-size: 8px; color: white; visibility: hidden; }


/* ~~ navigation menu ~~ */

nav {
	height: 40px;
	width: auto;
	background-color: #5C6756;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
}

#nav-wrapper {

	padding: 0;
	margin: 0px auto;	
	width: 940px;
}

#nav-wrapper img {
	width: 1px;
	height: 40px;
	float: left;
}

#nav ul { 
	line-height:40px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:100%;
	z-index: 300;
}
		
#nav a, nav a:hover {

border:medium none;
display:block;
text-decoration:none;
}

#nav li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
border-right:1px solid #3F4C3F;

}

#nav a, #nav a:visited {
color: #EFECE5;
font-size: 14px;
font-weight: normal;
display:block;
text-decoration: none;
padding:0 20px;
}

#nav a:hover {
text-decoration:none;
background-color: #4C5949; 
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
-ms-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}

#nav a:active, .current_page_item a, #home .on {
	text-decoration:none;
	background-color: #3F4C3F;
}

#nav li ul {
border-bottom:1px solid #4C5949;
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
}

#nav li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#5C6B5A none repeat scroll 0 0;
border-left:1px solid #4C5949;
border-right:1px solid #4C5949;
border-top:1px solid #4C5949;
width:220px;
}

#nav li li a, #nav li li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#5C6B5A none repeat scroll 0 0;
color:#EFECE5;
font-weight:normal;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}

#nav li li a:hover, #nav li li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#4C5949 none repeat scroll 0 0;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}


/* ~~ Homepage Image Gallery ~~ */

#gallery {
width: 960px;
height: 350px;
margin: 0px auto;
-moz-box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
-webkit-box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
z-index: 100;
}

.prev {
position: absolute;
top: 365px;
left: 215px;
z-index: 300;
}

.next {
position: absolute;
top: 365px;
right: 215px;
z-index: 300;
}


/* ~~ homepage triptych ~~ */

#home-content ul {
	width: 900px;
	list-style: none;
	padding: 0;
	margin: 0px auto;	
	width: auto;
	padding-top: 30px;
	border-bottom: 1px solid #BAB6AA;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: auto;
}

#home-content li {
	width: 288px;
	height: 298px;
	background-color: #FFF;
	border: 1px solid #DCD9CF;
	margin: 0px 0px 30px 0px;
	float: left;
}

#home-content li.side-margin { margin-left: 15px; }

#home-content li p {
	padding: 0px 10px 20px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	overflow: hidden;
}

#home-content li img { margin: 10px; }

h3.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #697662;
	font-weight: normal;
	padding-bottom: 8px;
	padding-left: 10px;	
}


/* ~~ content zone styles ~~ */

#page-wrap-bg {
	padding-top:20px;
	padding-bottom: 20px;
	background-color:#899A79;
	background-image: url(images/background.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;   
}

#page-wrap { 
	position: relative; 
	width: 940px; 
	background: #EFECE5; 
	margin: 0px auto; 
	border: 1px solid #BAB6AA;
}

#main-content {
	background-color: #FFF;
	border: 1px solid #DCD9CF;
	margin: 10px 10px 10px 10px;
	border-bottom: 1px solid #BAB6AA;
	padding-bottom: 80px;
}


/* ~~ sub-page featured image zone styles ~~ */

#subpage_header {
	background-color: #FFF;
	margin: 20px;
}

#subpage_header_image{
	width: 628px;
	height: 300px;
	float:left;
	background-color: #666666;
}

#subpage_header_text{
	width: 250px;
	height:300px;
	float:left;
	background-color: #EFECE5;
	position: relative;
}

.action_bt a {
	position: absolute; 
	display: block;
	right: 0px;
	bottom: 0px;
	background-color: #5C6756;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	height: auto;
	cursor: pointer;
}

.action_bt a:hover { 
	background-color: #42493E; 
	-webkit-transition: background-color 0.5s ease;
  	-moz-transition: background-color 0.5s ease;
 	-ms-transition: background-color 0.5s ease;
 	-o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#subpage_header_text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #697662;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	margin-left: 40px;
}

#subpage_header_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-left: 40px;
	margin-right: 20px;
	height: 160px;
	overflow: hidden;
}

/* ~~ sub-page content styles ~~ */

#subpage_content {
	position:relative;
	margin: 50px 20px 30px 20px;
	
}

#subpage_text {
	width: 628px;
	float: left;
	height: auto;
	border-right: 1px solid #ccc;
}

#subpage_text .entry p {
	padding-bottom: 15px;
}

#subpage_text .entry a {
	color: #697662;
	text-decoration: underline;
}

#subpage_text .entry a:visited {
	color: #697662;
	text-decoration: underline;
}

#subpage_text .entry ul, ol {
	padding-left: 40px;
	padding-bottom: 15px;
}

#subpage_text .entry ul, ol li {
	padding-bottom: 15px;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
	font-weight: normal;
	line-height: 18px;
	width: 580px;
	margin-bottom: 20px;
	margin-left: 10px;	
}

aside {
	width: 229px;
	float: left;
	height: auto;
	background-color:#FFF;
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

aside .widget {
	margin-bottom: 30px;
}


aside .widget p {
width: 210px;
}

aside h2 {
	display: block;
	height: 40px;
	width: 243px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	line-height: 2.25em;
	text-decoration: none;
	background-color: #576754;
	text-indent: 12px;
	margin: 0px 0px 20px 10px;
	-moz-box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
	box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
	position: relative;
}

aside label {
	margin: 0px 0px 10px 0px;
}

aside form {
	margin: 5px 0px 10px 20px;
}

aside form input[type="text"]{
	width: 175px;
	height: 15px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	border-top: 1px solid #CCC;
	background: white;
	font-weight: 300;
	color: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-image: initial;
	cursor: auto;
	margin: 5px 0px 10px 0px;
}

aside .error {
	margin-bottom: 20px;
	color: #C1272D;
	width: 210px;
}

aside ul {
	list-style: none;
}

aside ul li a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #697662;
	text-decoration: none;
	background: #FFF;
	margin: 0px 0px 10px 20px;
}

aside ul li a:hover {
	color: #3F4C3F;
}

aside ul li a:active {
	text-decoration:none;
	background-color: #FFF;
	color: #3F4C3F;
}

aside .current_page_item a {
	text-decoration:none;
	background-color: #FFF;
	color: #3F4C3F;
}


/* ~~ footer styles ~~ */

footer {
	background-color: #5C6756;
	height: auto;
	width: auto;
	padding-top: 20px;
	border-top: 1px solid #3F4C3F;
}

#footer-wrap {
	width: 940px;
	margin: 0px auto 20px;
}

#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EFECE5;
	font-size: 15px;
	font-style: italic;
	width: 50%;
	float: left;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #EFECE5;
	font-size: 11px;
	width: 50%;
	float: right;
	text-align: right;
}