/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       Richard Holding
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/* BODY */

body
{
	background: #d9cbbd;
	color: #333;
}

body, body.custom-font-enabled
{
	font-family: Arial, Helvetica, sans-serif;
}

body.custom-font-enabled
{
	font-size: 14px;
}

body div.site
{
	margin-top: 0;
	margin-bottom: 0;
}

header.site-header
{
	padding: 10px 0 20px 0;
}

header.site-header h1 a, header.site-header h2 a, header.site-header h1 a:hover, header.site-header h2 a:hover
{
	color: #ce5a29;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 5px;
}

header.site-header h2
{
	font-size: 15px;
	color: #333;
}

.header-image
{
	margin-top: 0;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image
{
	border-radius: 0;
	box-shadow: 0 0 0;
}

nav.main-navigation
{
	background: #663300;
	margin-top: -2px;
}

nav.main-navigation div.nav-menu > ul, .main-navigation ul.nav-menu
{
	border-bottom: none;
	border-top: none;
}

nav.main-navigation li
{
	margin: 0 -4px 0 0;
	padding: 0;
	font-size: 0.85em;
}

nav.main-navigation li a
{
	color: #FFF;
	padding: 0 16px;
	line-height: 3.2em;
}

nav.main-navigation .current-menu-item > a, nav.main-navigation .current-menu-ancestor > a, nav.main-navigation .current_page_item > a, nav.main-navigation .current_page_ancestor > a, nav.main-navigation li a:hover, nav.main-navigation .current_page_parent > a, nav.main-navigation li a:focus, nav.main-navigation li ul li a:focus
{
	color: #663300;
	background: #d9cbbd;
	font-weight: normal;
}

nav.main-navigation li ul li a
{
	background: #663300;
	border-top: 1px solid #fff;
	border-bottom: none;
	font-size: 1.15em;
	line-height: 1.8em;
	padding: 0.75em 20px 0.8em 20px;
}

nav.main-navigation li ul li ul li a
{
	font-size: 1.35em;	
}

nav.main-navigation li ul li a:hover
{
	color: #663300;
	background: #d9cbbd;
	font-weight: normal;
}

/* MOBILE NAV */

.site-header h1, .site-header h2
{
	text-align: left;
}

.menu-toggle
{
	padding: 0 20px;
	font-size: 0.85em;
	line-height: 3.2;
	font-weight: normal;
	color: #fff;
	background-color: #663300;
	background-repeat: no-repeat;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	width: 100%;
}

.menu-toggle:active, .menu-toggle.toggled-on, .menu-toggle:hover, .menu-toggle:focus
{
	color: #663300;
	background: #d9cbbd;
	font-weight: normal;
	background-repeat: no-repeat;
	background-image: none;
	box-shadow: none;
	border: none;
}

nav.main-navigation ul.nav-menu.toggled-on, .menu-toggle
{
	display: block;
}

@media screen and (min-width: 600px) {
	.menu-toggle
	{
		display: none;
	}
	
	nav.main-navigation div.nav-menu > ul li a
	{
		border-top: none;
	}
	
	nav.main-navigation div.nav-menu > ul li ul li a
	{
		border-top: 1px solid #fff;
	}
	
	nav.main-navigation div.nav-menu > ul li ul.children li a:before, nav.main-navigation div.nav-menu > ul li ul.children li ul.children li a:before
	{
		content: "";
	}
}

@media screen and (max-width: 600px) {
	body
	{
		background-color: #fff !important;
	}
	
	nav.main-navigation div.nav-menu > ul li a
	{
		width: auto;
	}
	
	nav.main-navigation li
	{
		margin: 0;
	}
	
	nav.main-navigation li a
	{
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 20px;
		line-height: 3.2;
		display: block;
		border-top: 1px solid #fff;
		text-align: left;
	}
	
	nav.main-navigation div.nav-menu > ul li ul.children li a:before, nav.main-navigation li ul li a:before
	{
		content: "- ";
	}
	
	nav.main-navigation div.nav-menu > ul li ul.children li ul.children li a:before, nav.main-navigation li ul li ul li a:before
	{
		content: "- - ";
	}
	
	#organised_by, #partners
	{
		border-left: none !important;
		padding-left: 0 !important;
		height: auto !important;
		padding-top: 20px;
	}
}

/* CONTENT */

.site-content
{
	margin-top: 0;
}

.site-content article
{
	border-bottom: none;
	margin-bottom: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, .entry-content h3
{
	color: #ce5a29;
	font-weight: normal;
}

.entry-content h2, .comment-content h2, .mu_register h2
{
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5;
}

.entry-content h3, .comment-content h3
{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6
{
	margin: 35px 0 5px 0;
}

.entry-header .entry-title, .archive-header .archive-title
{
	color: #ce5a29;
	font-size: 1.5rem;
	text-transform: none;
	font-weight: normal;	
}

.archive-header
{
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: none;
}

.entry-content h2.padded
{
	padding-top: 30px;
	margin-top: 0;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image
{
	border-radius: 0;
	box-shadow: none;
}

a, .widget-area .widget a, .comments-link a
{
	color: #005dab;
}

.entry-content a:visited, .comment-content a:visited, .widget-area .widget a:visited
{
	color: #005dab;
}

a:hover, .widget-area .widget a:hover, .comments-link a:hover, .entry-content a:hover, .comment-content a:hover, .comments-link a:hover, .entry-meta a:hover
{
	color: #EE0000;
}

.entry-header
{
	margin-bottom: 10px;
}

.entry-header .entry-title a
{
	text-decoration: underline;
}

.archive-title
{
	line-height: 1.2;
}

.entry-content li, .comment-content li, .mu_register li
{
	margin-bottom: 10px;
}

p.comment-form-url
{
	display: none;
}

#content h1.blog
{
	line-height: 1.2;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 10px;
}

#content p
{
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

.entry-header .comments-link
{
	margin-top: 10px;
}

.site-content article.post
{
	border-bottom: 1px solid #ce5a29;
	margin-bottom: 20px;
}

.more-link
{
	text-decoration: none;
}

.by-author
{
	display: none;
}

#breadcrumb
{
	padding: 5px 0 25px 0;	
}

.video
{
	clear: both;
	float: left;
}

.caption
{
	float: left;
	width: 515px;
	margin-left: 20px;
}

.caption h2
{
	margin-top: 0;	
}

hr
{
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
	height: 1px;
	background: #CCC;
}

img.alignright, .wp-caption.alignright
{
	margin: 0 0 0 20px;
}

#content .wp-caption p.wp-caption-text
{
	margin: 0;
}

/* SIDEBAR */

.widget-area
{
	margin-top: 5px;
	width: 30%;
}

@media screen and (max-width: 600px)
{
	.widget-area
	{
		width: 100%;
	}
}

.widget-area .widget
{
	margin-bottom: 25px;
}

.widget-area .widget h3
{
	margin-bottom: 0;
}

.widget-title
{
	font-size: 15px;
	line-height: 2;
	font-weight: normal;
	text-transform: none;
	color: #ce5a29;
}

.tagcloud
{
	line-height: 1.8;
}

.tagcloud a
{
	margin-right: 5px;
}

span.zoomHover
{
	padding: 0 !important;
}

.gallery .gallery-icon img
{
	border: none !important;
}

.entry-content dl.gallery-item
{
	margin-top: 15px;
}

/* FOOTER */

footer[role="contentinfo"]
{
	padding-top: 0;
	padding-bottom: 15px;
	border-top: 1px solid #663300;
	background: #fff;
	margin-top: 0;
}

footer div#funded_by
{
	float: left;
	width: 228px; /* 208px logo */
	padding: 15px 0;
}

footer div#collaborators
{
	float: left;
	width: 660px;
	padding: 15px 0 0 20px;
	border-left: 1px solid #663300;
}

footer #login
{
	clear: both;
	float: left;
	text-align: right;
	border-top: 1px solid #663300;
	width: 100%;
	padding: 15px 0 30px 0;
}

footer h2
{
	font-weight: normal;
	float: left;
}

footer p.logos
{
	clear: both;
}

footer[role="contentinfo"] a
{
	color: #005dab;
}

footer[role="contentinfo"] a:hover
{
	color: #EE0000;
}

footer a img
{
	vertical-align: text-top;
	padding: 0;
	margin: 0 35px 20px 0;
}

footer p.logos a
{
	padding: 0;
	margin: 0;
}

@media (max-width: 1000px)
{
	html, body
	{
		background: #fff;
	}
	
	footer div#collaborators
	{
		clear: both;
		width: 100%;
		padding: 15px 0 0 0;
		border-left: none;
	}
}