/*
Theme Name: SVH Theme
Template: twentytwelve
Author: Robbie Albery
Description: Child of Twenty Twelve theme.
Version: 1
*/

@import url("addinstyle.css");
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600);

body {
    	background-color: #00594C;
	background-image:url('../images/green.png');
	font-size: 120%;
}

.entry-content table, .entry-content th {
	font-size: 100%;
}

#page {
	background-image:url('../images/linedpaper.png');
}


body.custom-font-enabled {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

/* Header */

#logo {
	float: right;
	padding-right: 60px;
	text-align: right;
	padding-bottom: 20px;
	
}

#site-navigation {
	padding-left: 60px;
	clear: both;
}


.site-header {
	background: white;
    	padding-bottom: 0;
	margin-left: -40px; 
	margin-right: -40px;
}

hgroup {
	padding: 0;
	padding-left: 60px;
	float: left;
}

.site-header h1 {
    	line-height: 1;

}

.site-header h1 a {
    	color: #00594C;
	font-weight: 200;
	letter-spacing: 4px;
	font-size: 66px;
	font-size: 4.71428rem;		
	padding-top: 24px;

}

.site-header h1 a span {
	color: #d8902d; /* Orange */
	font-weight: 400;
	padding: 0 0.5rem;
}

.site-header h1 a:hover, .site-header h2 a:hover {
    color: #716558;
}

.site-header h2 {
	color: #796f63;
    text-align: right;
	font-size: 18px;
	font-size: 1.28571rem;
	font-weight: 200;
}






/* Navigation */

.main-navigation {
    	margin: 0;
	
	background: #16234d; /* Navy blue */
	background: #00594C; /* Dark Green */
 	padding: 1px 24px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0px solid #EDEDED;
    border-top: 0px solid #EDEDED;
   }

.main-navigation li a {
	color: white;
   	border-bottom: 0 none;
   	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 1.35714rem; /* 19px */
	line-height: 2.71428;
	line-height: 2.2;

	letter-spacing: 2px;	
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #d8902d; /* Orange */
    font-weight: normal;
}

.main-navigation li a:hover {
    color: #d8902d; /* Orange */

}

.main-navigation li ul {
    display: none; /* display: block; to turn view all submenu */
	top: 102%;
}

.main-navigation li ul li a {
	color: #16234d; /* Navy blue */
	color: #00594C; /* Dark Green */	
	font-weight: 400;
}

.main-navigation li ul li a:hover {
    background: none repeat scroll 0 0 #E3E3E3;
    color: #d8902d; /* Orange */
}

.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #d8902d; /* Orange */
		background-color: #16234d; /* Navy blue */
		background-color: #00594C; /* Navy blue */
		font-weight: 600;
	}

/* Content */


#main {	 
	min-width: 100%;
	height: auto;
}

article {
	padding: 0 20px 0 20px;
}



/* Footer */



footer[role="contentinfo"] {
	background: white;
	
	margin-left: -40px; 
	margin-right: -40px;
	max-width: 74.571rem;

	border-top-style:solid;
	border-width:5px;
	border-color: #00594C; /* Dark Green */


    margin-top: 0;
    padding: 20px 60px 10px;
}



.site-info {
	color: #16234d;
	font-weight: 200;
	font-size: 19px;
	font-size: 1.2rem; 
	line-height: 1.5;
	text-align: right;
	
	float: right;
}

.site-info a {
	color: #d8902d !important; /* Orange */
	text-decoration: none;	
}

.site-info span {
	font-size: 1rem;
}

.entry-content ul.rslides{
    list-style: none;
}

img.pdf {
	border-radius: 0px;
    	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	margin: 0 10px -8px 0;
}