/*
THEME NAME: Quimby Amenti Foundation
THEME URI: http://www.quimbyamenti.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: 
*/

/* One-column with sidebar widgets floated to bottom  */
@import url('examples/1c-b.css');

/* reset browser defaults */

div, p, ul, li, ol	{
	margin: 0;
	padding: 0;
	}
	
ul, ol	{
	margin-left: 1.5em;
	}
	
ul.courses	{
	margin-top: 1.5em;
	}
	
p	{
	margin-top: 8px;
	}
	
a:link, a:visited	{
	color: #811a25;
	}
	
a:hover	{
	color: #7a1521;
	}
	
a img	{
	border: none;
	}
	
/* end resets */

body	{
	margin: 0;
	background: url("graphics/bg-body.png") left top repeat-x #7a1521;
	}
	
#wrapper	{
	width: 958px;
	margin: 0 auto;
	}

#header, #access, #container, #footer	{
	width: 954px;
	margin: 0 auto;
	}
	
#header	{
	height: 159px;
	overflow: hidden;
	background: url("graphics/header.png") center top no-repeat transparent;
	text-indent: -2000px;
	}
	
div#post-36 div.entry-content div	{	/* to align images with text on links page */
	clear: both;
	margin-top: 12px;
	padding-top: 10px;
	}
	
div#post-36 div.entry-content div p	{
	padding-top: 10px;
	}
	
/* ------------------------------------------------------------------------
	main menu styles */
	
div#access	{
	border: 2px solid #e8c548;
	}

div#menu {
	height: 39px;
	background: url("graphics/bg-nav.png") left top repeat-x #7a1521;
	}

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

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 23px 0 20px;
	height: 29px;
	}
	
div#menu ul li a	{
	display: block;
	position: relative;
	}
	
div#menu ul li:hover ul {
	left: 0;
	top: 38px;	/* match top ul height */
	z-index: 99;
}

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

div#menu li a:hover	{
	color: #ffe794;
	}
	
div#menu ul li ul	{
	width: 11em;	/* match width of li below plus padding */
	border-top: 1px solid #e8c548;
	}
	
div#menu ul li ul a	{
	text-transform: none;
	}
	
div#menu ul li ul li	{
	background: #943321;
	border-bottom: 1px solid #e8c548;
	border-right: 1px solid #e8c548;
	border-left: 1px solid #e8c548;
	width: 10em;
	height: auto;
	padding: 5px 7px;
	}
	
div#menu li li:hover	{
	background: #934e1e;
	}


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

div#container {
	clear: both;
	margin-top: 10px;
	border: 2px solid #e8c548;
	background: url("graphics/bg-copy.png") center bottom no-repeat #943321;
}

div#content	{
	width: 876px;
	margin: 10px auto;
	padding: 28px;
	font: 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", verdana, arial, sans-serif;
	color: #3f3f3f;
	background-color: #fff;
	}
	
div#footer	{
	text-align: center;
	font: bold 11px verdana, arial, sans-serif;
	color: #e7cc6c;
	padding-top: 28px;
	padding-bottom: 28px;
	background: url("graphics/bg-footer2.png") center top no-repeat transparent;
	min-height: 139px;
	}
	
.large	{
	font-size: 14px;
	}
	
.intro	{
	background-color: #e7d185;
	margin: -28px;
	margin-bottom: 0;
	padding: 28px;
	padding-bottom: 38px;
	min-height: 250px;
	}
	
.intro span	{
	font-style: italic;
	font-size: 18px;
	color: #811a25;
	}
	
.intro p	{
	text-indent: -7px;
	}
	
.separator	{
	margin: -28px;
	margin-bottom: 0;
	padding-bottom: 28px;
	height: 7px;
	background: url("graphics/bg-separator.png") left top repeat-x #fff;
	}
	
.foundation	{
	font-weight: bold;
	color: #811a25;
	}
	
h2, h3	{
	color: #811a25;
	}
	
h2	{
	margin-top: 0;
	}
	
h3	{
	font-style: italic;
	}
	
.columns	{
	float: left;
	padding-bottom: 6px;
	}
	
.column-wide	{
	width: 600px;
	}
	
.column-photo	{
	width: 217px;
	margin-left: 40px;
	}
	
.column-left, .column-right	{
	width: 397px;
	}
	
.column-right	{
	margin-left: 78px;
	}
	
.services	{
	list-style-type: none;
	font-size: 12px;
	}
	
.services li	{
	padding-bottom: 6px;
	}
	
#content:after,
.intro:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


div#primary, div#secondary	{	/* sidebars */
	display: none;
	}

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

form#commentform span.required {
background:#fff;
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;
display: block;
margin: 0 1em 0 0;
border: 1px solid #ddd;
padding: 5px;
text-align: center;
}

div#post-36 div.entry-content div .alignleft	{	/* adjust top margin for images on links page */
	}

.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;
}

div.sidebar h3 {
font-size:1.2em;
}

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 {
margin:0 0 0 1em;
}

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

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 h3,div.sidebar ul {
margin:0;
padding:0;
}