/* HTML Tags */
body
{
	font-family: Garamond;
	font-size: 14px;
	background: url(images/stripe_bg.png);
	color: #663300;
}

h1
{
	margin-top: 0px;
	font-weight: bold;
	font-size: 28px;
	border-bottom: solid 1px #990000;
}

h2
{
	font-size: 22px;
	margin-top: 0px;
}

h2 a:hover
{
	color: #C9171B;
	text-decoration: none;
}

h3
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
}

p
{
	margin-top: 0px;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: solid 1px #D49100;
	padding: 3px;
}

blockquote
{
	font-style: italic;
}

/* Layout IDs */
#wrapper
{
	
}

#header
{
	width: 862px;
	height: 203px;
	margin: 0px auto;
	background: url(images/navbar.gif);
}

.breadcrumb
{
	width: 840px;
	margin: 0px auto;
	padding: 5px;
	border: solid #996600;
	border-width: 1px 1px 0px 1px;
	background-color: #CC8B00;
}

#container
{
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #996600;
	background-color: #FFCC66;
}

#content
{
	margin: 15px;
}

div#footer {
	clear: both;
	width: 842px;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	background-color: #990000;
	color: #FFCC33;
}

/* Navbar */
#navbar
{
	position: relative;
	top: 160px;
	left: 15px;
	height: 15px;
	padding: 0px;
}

#navbar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #990000;
}

#navbar li {
	float: left;
	text-align: center;
	margin: 0px 0px 0px 10px;
}

#navbar a {
	display: block;
	line-height: 15px;
	vertical-align: middle;
	text-decoration: none;
	color: #FFCC33;
	padding-bottom: 5px;
}

#navbar a:hover, #navbar sfhover a
{
	color: #CC9900;
}

#navbar li ul {	/* Secondary list */
	position: absolute;
	width: 200px;
	left: -999em;
	clear:left;
	border: solid 1px #663300;
	background-color: #D49100;
}

#navbar li ul li {	/* Secondary list item */
	clear:left;
	width: 100%;
	text-align: left;
	border-left-width: 0px;
	margin-left: 0px;
}

#navbar li ul li a {	/* Secondary list item */
	color: #663300;
	padding: 5px;
}

#navbar li:hover ul, #menu li.sfhover ul {	/* Secondary list under highlighted list item */
	left: auto;
	z-index: 20;
}

#navbar li ul li a:hover, #menu li ul li.sfhover a {
	color: #FFCC66;
	background-color: #CC8B00;
}

#navbar li:hover ul ul, #navbar li.sfhover ul ul
{
	margin: -26px 0px 0px 200px;
	left: -999em;
}

#navbar li:hover ul, #navbar li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul
{
	left: auto;
}

/* Navbar Footer */
#navbar-footer
{
	height: 15px;
	padding: 0px;
	text-align: 0px auto;
}

#navbar-footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #990000;
}

#navbar-footer li {
	float: left;
	text-align: center;
	margin: 0px 0px 0px 10px;
}

#navbar-footer a {
	display: block;
	line-height: 15px;
	vertical-align: middle;
	text-decoration: none;
	color: #FFCC33;
	padding-bottom: 5px;
}

#navbar-footer a:hover, #navbar-footer sfhover a
{
	color: #CC9900;
}

/* Home */
.home div.left_col
{
	display: block;
	width: 310px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #D49100;
}

.home div.left_col img.g2image_float_left
{
	margin: 0px 5px 10px 0px;
	padding: 0px;
}

.home div.right_col
{
	display: block;
	width: 489px;
	float: left;
	padding-left: 10px;
	margin-left: -1px;
	border-left: solid 1px #D49100;
}

.home h1
{
	margin-bottom: 5px;
}

.home h2
{
	border-bottom: solid 1px #D49100;
	margin-bottom: 5px;
}

.home div.box
{
	padding: 0px 15px 0px 15px;
	margin-bottom: 15px;
	
}

.home div.box2
{
	padding: 0px;
	margin-bottom: 30px;
	width: 489px;
	height: 25px;
}

.home div.box2 h2
{
	float: left;
	text-align: center;
	width: 152px;
	padding: 5px;
	margin-right: -1px;
	border: solid 1px #CC8B00;
	background-color: #F1AE2D;
	color: #990000;
}

#get_active
{
	padding-top: 15px;
	border: solid 1px #CC8B00;
	background-color: #FFC960;
}


.home div.blog_posts
{
	margin-top: 5px;
}

.home-banner
{
	width: 850px;
	height: 338px;
	border-bottom: solid 1px #CC8B00;
	margin-bottom: 15px;
	background: url(http://activeblessing.com/wordpress/wp-content/uploads/2010/03/photo-library-2038.jpg);
}

/* Projects */
div.projects li
{
	list-style: none;
}

div.projects li a
{
	color: #663300;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

div.projects li a:hover
{
	text-decoration: underline;
}

div.projects ul
{
	padding-left: 10px;
}

div.projects ul li
{
	margin: 0px;
}

div.projects ul li a
{
	font-weight: normal;
	font-size: 13px;
}

/* Overview Page */
div.subpages li
{
	list-style: none;
	margin-bottom: 5px;
}

div.subpages li a
{
	color: #663300;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

div.subpages li a:hover
{
	text-decoration: underline;
}

div.subpages ul li a
{
	font-size: 12px;
	font-weight: normal;
}

/* Meet the Child Soldiers */
div.my_projects
{
	float: left;
	width: 200px;
	border: solid 1px #D49100;
	margin: 0px 10px 10px 0px;
	padding: 10px;
}

div.my_projects ul
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

div.my_projects li
{
	padding: 0px;
	margin: 0px;
}

/* Posts */
div.nav-previous
{
	float: left;
	margin-top: -15px;
	margin-bottom: 5px;
}

div.nav-next
{
	float: right;
	margin-top: -15px;
	margin-bottom: 5px;
}

h2.entry-title
{
	clear: both;
}

/* Notes From Jane */
h2 span.entry-date
{
	font-size: 16px;
	font-weight: normal;
}

/* WPG2 */
div.g2image_float_left div.wpg2tag-image
{
	display: block;
	margin: 0px 10px 10px 0px;
}

div.g2image_float_right div.wpg2tag-image
{
	display: block;
	margin: 0px 0px 10px 10px;
}

img.g2image_float_right
{
	margin: 0px 0px 10px 10px;
}

div.pic_grid
{
	float: right;
	width: 288px;
	border: solid 1px #D49100;
	padding: 2px;
	margin: 0px 0px 10px 10px;
}

.home div.pic_grid
{
	float: none;
	width: 288px;
}

div.pic_grid a img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

/*
div.pic_grid a img
{
	border: none;
	padding: 0px;
}

div.pic_grid a
{
	display: block;
	float: left;
	width: 150px;
	padding: 1px;
}

div.pic_grid a:hover
{
	background-color: #990000;
}
*/

div.person_tile
{
height: 115px;
}

div.person_tile p
{
padding: 10px;
}

/* Gallery */
div#gallery
{
	width: 100%;
	border: 1px solid #996600;
	background-color: #FFCC66;
	font-size: 12px;
}

/* Wordpress Images */
.alignleft
{
	float: left;
	margin-right: 10px;
}

.alignright
{
	float: right;
	margin-left: 10px;
}
