/*
THEME NAME: Amenti Mystery School
THEME URI: http://www.mystery-school.com
DESCRIPTION: Site specific theme based on Sandbox by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
VERSION: 1.0
AUTHOR: <a href="http://hirschid.com/">David Hirschi</a>
AUTHOR URI: http://hirschid.com
TAGS: 
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r.css');

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #333333;
	text-align: left;
	background: url(graphics/pageBg02.png) center top #cc6730 repeat-x;
}

/* reset browser defaults */

div, p, ul, li	{
	margin: 0;
	padding: 0;
	}
	
p	{
	margin-bottom: 6px;
	}
	
a img	{
	border: none;
	}
	
/* end resets */

a	{
	text-decoration: none;
	color: #7358dd;
	}

a:hover	{
	text-decoration: underline;
	color: #8973dd;
	cursor: pointer;
	}


#wrapper	{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: url(graphics/bodyBg02.png) 0 161px transparent no-repeat;
	}
	
#wrapper:after, #container:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#header	{
	width: 970px;
	height: 161px;
	background-image: url(graphics/logo.png);
	overflow: hidden;
	}
	
h1#blog-title, #blog-description	{
	display: none;
	}
	
div#access	{
	width: 950px;
	margin: 0 auto;
	}
	
div#post-13 div.entry-content div	{	/* to align images with text on links page */
	clear: both;
	margin-top: 12px;
	}

h2	{
	color: #7358dd;
	font-size: 1.3em;
	font-weight: normal;
	}
	
h2 a	{
	text-decoration: none;
	color: #7358dd;
	}
	
p.button	{
	background: #f6e1aa;
	padding: 3px 0 3px 5px;
	border: 1px solid #ac4513;
	width: 230px;
	line-height: 1em;
	}
	
table.calendar, table.wplc_table	{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
	
table.calendar th	{
	border-bottom: 1px solid #ac4513;
	}
	
table.calendar th, table.wplc_table td	{
	vertical-align: top;
	padding: 7px 0 0 10px;
	font-size: 1em;
	line-height: 1.3em;
	width: 165px;
	}
	
/*table.calendar th.end-date,
table.wplc_table td.wplc_event_end_time,
table.wplc_table td.wplc_event_location	{
	padding-right: 0;
	}
*/
	
table.calendar th.course, table.wplc_table td.wplc_event_name	{
	width: 325px;
	}

table.wplc_table td.wplc_event_name a	{
	text-decoration: underline;
	}
	
table.wplc_table td.wplc_event_desc	{
	padding-right: 200px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ac4513;
	}
	
/* home page specific styles */

.headImage {
	border-bottom: 3px solid #ac4513;
}

h2.home-heading {
	margin: 30px 0 20px -35px;
}

h2.mission {
	width: 173px;
	height: 42px;
	text-indent: -2000px;
	background-image: url(graphics/headingMission.png);
}


h2.services {
	width: 148px;
	height: 35px;
	text-indent: -2000px;
	background-image: url(graphics/headingServices.png);
}

ul.services {
	display: block;
	padding: 15px 60px 0 60px;
}

ul.services li {
	list-style: none;
	background: url(graphics/bullet.png) no-repeat 0px 5px;
	padding: 0 0 10px 30px;
}


	
/* navigation */
div#menu {
	display: block;
	width: 950px;
	height: 39px;
	background: url(graphics/navBg.png) repeat-x;
	padding: 0;
}

div#menu ul, div#menu ul ul {
	list-style: none;
	}

div#menu ul li ul {
	left: -999em;
	position: absolute;
}

div#menu ul li:hover	{
	visibility: inherit;	/* fixes IE7 'sticky bug' */
	}

div#menu ul li	{
	float: left;
	position: relative;
	padding: 10px 20px 0 20px;
	height: 29px;
	background: url(graphics/navDiv.png) no-repeat top right;
	}
	
div#menu ul li a	{
	display: block;
	position: relative;
	}
	
div#menu ul li:hover ul {
	left: 1em;
	top: 39px;	/* match top ul height */
	z-index: 99;
}

div#menu a	{
	font: 14px verdana, arial, sans-serif;
	color: #fdf5d0;
	text-decoration: none;
	text-transform: uppercase;
	}

div#menu li a:hover	{
	color: #ffe794;
	}
	
div#menu ul li ul	{
	width: 20em;	/* match width of li below plus padding */
	}
	
div#menu ul li ul li	{
	background: #7358dd;
	border-bottom: 1px solid #fdf5d0;
	width: 20em;
	height: 18px;
	padding: 5px 7px;
	}
	
div#menu li li:hover	{
	background: #8973dd;
	}

div#menu ul li ul li a	{
	padding: 0;
	font-size: 12px;
	text-transform: none;
	}


#footer p {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #fef9dc;
}

#feed_subscribe	{
	margin-top: 10px;
	background: url("graphics/feed-icon16x16.png") left top no-repeat;
	padding-left: 20px;
	display: block;
	height: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ac4513;
	}

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
clear: left;
margin: 0.5em 1em 1em 0;
display: block;
background: #fff;
padding: 5px;
border: 1px solid #ac4513;
text-align: center;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

h3, h4, .title	{
	color: #7358dd;
	margin: 10px 0 0 0;
	}
	
h3, .title	{
	font-size: 1.2em;
	}

.title	{
	font-weight: bold;
	}

h4	{
	font-size: 1em;
	}

div.sidebar h3, div#ps_sidebar_name {
	background: url(graphics/sidebarHeaderBg.png) no-repeat;
	display: block;
	height: 24px;
	width: 277px;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	color: #fef9dc;
	padding: 4px 0 0 10px;
	margin-bottom: 10px;
}

div#ps_sidebar_name	{
	margin-top: 10px;
	}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul li {
	list-style: none;
	padding: 0 0 10px 10px;
}

div.sidebar ul ul a {
	color: #ac4513;
	display: block;
	text-decoration: none;
}


div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar ul {
margin:0;
padding:0;
}