/*
Theme Name: Dunedin Karate
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

 html { 
	overflow-y: scroll; 
}

body {
	background-color: #231f20;
	font-family: Lato, Helvetica;
	color: #f2f2f2;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#left {
	width: 300px;
	float: left;
	text-align: center;
}

#right {
	width: 660px;
	float: right;
	padding: 50px;
}

h1, h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
	text-decoration: none;
}

p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.menu {
	display: none;
}

.slicknav_menu {
	background-color: #231f20;
	max-width: 960px;
	margin: 0 auto;
}

.slicknav_nav {
		text-align: right;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #ed1c24;
}

.staff {
	margin-top: 20px;
	float: left;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

.staff img {
	float: left;
	width: 200px;
}

.staff p, .staff h3 {
	float: right;
	width: 340px;
}


strong {
	font-weight: bold;
}

a {
	color: #FFF;
}

#right .page img {
	max-width: 100%;
	height: auto;
	margin: 10px 0px;
	border: 3px solid #f2f2f2;
}

#social {
	text-align: center;
	padding-left: 50px;
}

#social img {
	max-width: 40px;
}
#right #mc_embed_signup {
	background: #231f20 none repeat scroll 0 0;
}

#right #mc_embed_signup form {
	padding: 0px;
}

em {
	font-style: italic;
}

.alignleft {
	float: left;
	margin-right: 20px !important;
}

.alignright {
	float: right;
	margin-left: 20px !important;
}

@media (max-width: 960px) {
   #wrapper {
	   width: 100%;
   }
   
	img {
		max-width: 100%;
	}
	
	#left {
		float: left;
		width: 100%;
		padding: 20px;
	}
	
	#right {
		float: left;
		width: 100%;
		padding: 20px;
	}	
	
	.staff p, .staff h3 {
		width: 100%;
		margin-top: 10px;
	}
	#social {
		padding-left: 0px;
	}	
	
}
