/*
Theme Name: Purple People
Description: A purple and green theme for the Expanding Your Horizons Network.
Version: 1.0
Author: Nikki Pfarr
Author URI: http://www.nikkipfarr.com/
Tags: purple, green

This theme was designed and built by Nikki Pfarr. You can visit her website at http://www.nikkipfarr.com

*/



/* Begin Typography & Colors */
body {
	font-size:.70em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d6d6d6;
	color:#4C4C4C;
	text-align: center;
	line-height:1.5em;
	}
#background {
	background-image:url('/images/background.jpg');
	background-color:#D6D6D6;
	background-repeat:repeat-y;
	text-align:center;
}
#nav {
	background-image:url('/images/nav_bg_light.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
}
#parent {
	text-align:left;
	border:1px solid #9c9c9c;
	background-color:white;
	}
	
table {
	font-size:inherit;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#3790aa;
	text-decoration:none;
	}
p.big {
	font-size:1.2em;
	line-height:1.6em;
}
#mission {
	font-size:1.4em;
	line-height:1.45em; 
	color:#666666;
}

/* End Typography & Colors */



/* Begin Structure */
.post hr {
	border-bottom: 1px dotted #666666;
}
.post h2 {
}
.entry {
	margin-top:20px;
}
body {
	margin:0px auto;
	padding:0px;
	}
#logo {
	background-image:url('/images/logo.jpg');
	float:left;
	height:118px;
	width:230px;
	background-repeat:no-repeat;
	}
#background {
	margin:10px auto 0;
	width:1200px;
}
#parent {
	margin:0px 100px 10px 100px;
	padding:50px 100px;
	position:relative;
	clear:both;
}
#header {
	position:relative;
	clear:both;
	width:800px;
	margin-bottom:20px;
	height:118px;
}
#locator {
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
}
#nav {
	float:left;
	clear:both;
	width:800px;
	background-color:#882276;
}
#navstem {
	width:800px;
	margin-bottom:10px;
}
#content {
	width:800px;
	float:left;
	margin-top:20px;
}
#content.narrowcolumn {
	width:500px !important;
	margin-top:40px;
}
.category-hidden {
	display:none !important;
}
img.nav {
	border-right:1px solid #FFFFFF;
	margin:0px;
	padding:0px;
}
img.stem {
	margin-left:23px;
}
#toast {
	border:6px solid #882276;
	position:absolute;
	background-color:#FFFFFF;
	width:156px;
	height:100px;
	top:-10px;
	left:800px;
	z-index:10;
}
#innertoast {
	margin:2px;
	border:2px dashed #882276;
	padding:10px;
	width:128px;
	height:72px;
}
#photobox {
	border:7px solid #882276;
	float:left;
	width:776px;
	background-image:url('/images/swirls.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:5px;
}
#innerphotobox {
	border:3px dashed #882276;
	padding:20px 30px;
	float:left; 
	width:710px;
}
#photo {
	width:333px;
	float:left;
	margin-right:10px;
}
#mission {
	width:350px;
	float:left;
	margin-left:370px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}
	
#col1of2 {
	width:220px;
	float:left;
}
#col2of2 {
	width:560px;
	margin-left:20px;
	float:left;
}
#col1of3 {
	width:270px;
	float:left;
}
#col2of3 {
	width:270px;
	float:left;
	margin:0px 20px;
}
#col3of3 {
	width:220px;
	float:left;
}

#col1of3a {
	width:220px;
	float:left;
}
#col2of3a {
	width:270px;
	float:left;
	margin:0px 20px;
}
#col3of3a {
	width:270px;
	float:left;
}

#col1of3a p, #col2of3a p, #col3of3a p {
	margin-bottom:0px;
}
li.cat-item-3 {
	display:none !important;
}

/* End Structure */



/*	Begin Headers */
h1 {
	font-size:2em;
	font-weight:normal;
	margin-top:5px;
	line-height:1.2em;
}
h1.purple {
	color:#862175;
}
h2 {
	font-size:1.4em;
	font-weight:normal;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#cccccc;
	padding-top:5px;
}
h2.green {
	color:#8bc743;
	border-top-color:#8bc743 !important;
}
h2.purple {
	color:#882276;
	border-top-color:#882276 !important;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	display:inline;
}
h3.green {
	color:#8bc743;
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0px;
	color:#333333;
}
p {
	margin-top:0px;
}
p.edit a, p.edit a:hover, p.edit a:visited {
	color:#8bc743;
	padding:5px;
	border:1px solid #8bc743;
	background-color:#EFFEC4;
}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.boardphoto {
	margin-right:20px;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

#nav ul li {
	border-right:1px solid white;
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:normal;
	color:white;
	text-align:center;
	width:6em;
	background-image:url('/images/nav_bg_light.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:9px 0px 21px 0px;
}
#nav ul li a, #nav ul li a:hover, #nav ul li a:visited {
	color:white !important;
}
#nav ul li.current_page_item, #nav ul li.current_page_ancestor, #nav ul li.current_page_parent {
	background-image:url('/images/nav_bg_stem.jpg');
	background-position:bottom center;
	background-repeat:no-repeat
}
#nav ul {
	padding:0px;
	list-style:none;
	margin:0px;
}

ul.linked {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:5px;
}
ul.linked li {
	background-image:url('/images/arrow.jpg');
	background-repeat:no-repeat;
	background-position:left middle;
	padding-left:15px;
}
ul.innerLinked {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}
ul.linked li.selected a, ul.linked li.selectedParent a, ul.innerLinked li.selected a {
	color:#333333 !important;
}
ul.linked li.selectedParent {
	background-image:url('/images/arrow_down.jpg');
}
ul.innerLinked li {
	background-image:none;
}
ul.innerLinked li.notselected a {
	color:#3790aa !important;
}

/* End Lists */



/* Begin Form Elements */
input[type=submit], input[type=button] {
	border:1px solid #862175; 
	padding:2px; 
	color:#862175; 
	background-image:url('/images/btnbg.gif'); 
	background-position:bottom; 
	cursor:pointer
}

/* End Form Elements */



/* Begin Comments*/
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	margin-top:121px;
	}

/* End Sidebar */


/* Begin Calendar */
/* End Calendar */



/* Begin Various Tags & Classes */

.hidden {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
/* End captions */
