/*
Theme Name: Mid-America Theatre Conference Theme
Theme URI: http://xtramediumdesign.com/
Description: Theme designed for MATC. Typographically centered, using limited palette with two major colors. Visually minimalistic, straightforward presentation of textual information without bells and whistles.
Author: Justin Maciejewski
Author URI: http://xtramediumdesign.com/
version: 0.2
Tags: two-column, widget-ready
*/


	/* Base */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 100%;
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	color: #342C00;
	margin: 0;
	padding: 0;
	border: none;
	background: #ebdba9 url('images/bg.png') no-repeat top left;
	}

h1 { font-size: 1.6em; font-weight: 600 }
h2 { font-size: 1.4em; font-weight: 300; color: #918458 }
h3 { font-size: 1.2em; font-weight: 300 }
h4 { font-size: 1em; font-weight: 300 }

a {
	color: #b94347;
	text-decoration: none
	}

a:hover {
	color: #ebdb9a;
	background: #918458;
	text-decoration: underline
	}

img {
	border: none
	}

ul {
	list-style: none;
	}

.entry ul { padding-left: 20px; }

blockquote {
	border-left: 1px solid #918458;
	margin: 15px;
	padding: 0 12px
	}

code {
	font-family: "Courier New", Courier, monospace
	}

.hide { display: none; }

.alignright {
	float: right;
	margin: 0 0 2px 7px;
	}

.alignleft {
	float: left;
	margin: 2px 7px 0 0;
	}


	/* Layout */


#wrapper {
	margin: 0 auto;
	width: 800px
	}

#header {
	}

#header a {
	display: block;
	width: 100%;
	height: 125px;
	background: url('images/title.png') center no-repeat;
	}

#header a:hover {
	background-color: transparent;
	}

#menubar {
	}

#content {
	}

#content ul {
	list-style: disc outside none;
	}

#footer {
	font-size: 0.7em;
	text-align: center;
	margin: 50px auto
	}


	/* Typography & Color */


.post {
	margin: 40px 0 10px;
	border-bottom: 1px solid #918458
	}

/* The Post Title */
.post > h2 {
	font-family: Geneva, Verdana, Trebuchet MS, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	color: #EB9277;
	text-transform: uppercase;
	margin: 0 0 5px
	}

/* The Post Date */
.post > h4 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
	text-align: right;
	font-size: 0.8em;
	font-weight: 100;
	color: #b94347;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: 1px solid #918458
	}

.entry {
	font-size: 1em;
	line-height: 130%;
	margin: 15px
	}

.entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 15px 0 0
	}

.title_hr {
	height: 3px;
	border-top: 1px dotted #918458;
	border-bottom: 2px solid #918458
	}


	/* menubar */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu-item-has-children > a:after {
    content: ' ▾';
}

.menu > ul {
	height: 30px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, serif;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 1px dashed #918458;
	border-bottom: 1px dashed #918458;
	z-index: 100;
	}

.menu ul ul {
	width: 150px
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative
	}

/* style the links for the top level */
.menu a {
	display: block;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul ul a  {
	background: #3c3415
	}

/* style the second level hover */
.menu ul ul a.drop:hover, .menu ul ul :hover > a.drop, .menu ul ul ul a:hover, .menu a:hover, .menu ul ul a:hover, .menu:hover > a, .menu ul ul:hover > a  {
	text-decoration: none;
	color: #ebdb9a;
	background: #918458
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 30px;
	left: 0;
	width: 150px
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left: 170px;
	top: 0px;
	width: 150px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -170px
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse
	}

/* style the second level links */
.menu ul ul a {
	background: #3c3415;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 150px;
	border-bottom: 1px dotted #ebdb9a
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility: visible
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul:hover ul ul{
	visibility: hidden
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul:hover ul :hover ul{
	visibility: visible
	}

