/*
Theme Name: Movingawareness
Theme URI: http://movingawareness.org/
Description: Moving Awareness by Nick Strauss-Klein
Version: 1.0
Author: Bennett Kolasinski
Author URI: http://bennettk.com/

*/



body {
	background-color: #d8ffe0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main {
	width: 750px;
	border: 1px solid black;
	background-color: #d8ffe0;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

sup {
	font-size: 10px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}
#navcontainer ul
{
	background-color: #7EBF6F;
	color: #ffffff;
/*	float: left;*/
	clear: both;
	margin-left: auto;
	margin-right: auto;
/*	width: 100%;*/
/*	border: 1px solid black;*/
}

#navlist li { 
	display: inline;
	list-style-type: none;
}

#navcontainer ul li a
{
	padding: 5px 14px;
	background-color: #7EBF6F;
	color: White;
	font-size:  12px;
	text-decoration: none;
	float: left;
	border: 1px solid black;

/*	border-right: 1px solid black;*/
}

#navcontainer ul li a:hover
{
	background-color: #283F25;
	color: #fff;
}

#navcontainer ul li a:active
{
	background-color: #283F25;
	color: #fff;
}

#headerimages {
	margin-left: auto;
	margin-right: auto;
	width: 530px;
}

#headerimages img {
	padding: 5px;
}

#headerimage {
	width: 100%;
}

#headerimage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

.caption h3 {
	text-align: right;
}

.caption h4 {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

.imgcaption {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

p.question {
	font-weight: bold;
}

p.faq {
	text-indent: 10px;
}

p.norm {
	text-indent: 10px;
}

p.right {
	text-align: right;
	font-size: 10px;
}

.linklist {
	border: 1px solid #000;
	background-color: #e6e6e6;
	list-style-image: none;
	padding: 10px;
	margin: 10px;
	list-style-position: inside;
	width: 400px;
	clear: both;
}

.cap {
	font-size: 10px;
	font-style: italic;
}