/*
Theme Name: MCR Theme
Theme URI: http://montessoricenterroom.com/
Description: Custom theme for MCR
Version: 1.0
Author: Bobby Uhlenbrock
Author URI: http://uhlenbrock.us/
*/

body {
	padding-top: 30px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	background: #fff;
}

#header {
	padding-bottom: 30px;
}

#footer {
	padding-top: 30px;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin-left: 0;
}

#nav ul li ul {
	margin-left: 20px;
	display: none;
}

#nav ul li.current_page_parent ul {
	display: block;
}

#nav a {
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2.5em;
}

#nav a:hover {
	color: #1C76BA;
}

#nav li.current_page_item>a {
	color: #000;
}

#nav li.current_page_parent>a {
	color: #333;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}
}