/* @override 
	http://temp-plen.gaiahost.net/wp-content/themes/plen/style.css
	http://plen.org/wp-content/themes/plen/style.css
*/

/*
Theme Name: PLEN
Theme URI: http://www.vernalcreative.com
Description: Custom theme for PLEN.
Version: 1.0
Author: Jason Lemieux | Vernal
*/

/* @group Generic Fixes */

* {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4 {
	margin-bottom: 15px; 
}


.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	margin: 0 15px 15px 0;
	float: left;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

/* @end */

/* @group General XHTML */
 
a {
	color: #701819;
}

body {
	font: 10.2pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

dl {
	margin: 15px;
}

dt {
	font-size: 150%;
}

dd {
	margin-bottom: 15px;
}

#totop {
	clear: both;
}

/* @end */

/* @group Structure */

#body {
	padding-top: 25px;

	padding-bottom: 50px;
}

#content {
	padding: 0 20px;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	padding: 0 50px 20px 50px;
}

#header { 
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 260px;
}

/* @end */

/* @group Header */

#header {
	background: none !important;
}

#header h1 {
	font-weight: normal;
	font-size: 280%;
	
}

#header h1 a {
	text-decoration: none;
	display: block;
	height: 135px;
	margin: 0;
	color: black;
	padding-top: 40px;
}

#header h1 {
	margin: 0;
}

#header h2 {
	font-weight: normal;
	font-style: italic;
	color: #7b7b7b;
	font-size: 160%;
	float: right;
	width: 230px;
	text-align: center;
	margin-top: 20px;
}



/* @end */

/* @group Navigation */

#nav {
	text-align: left;
	padding-left: 20px;
	background-color: #3c2441;
	height: 25px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: 10px;
	display: none;
}

#nav li {
	display: inline;
	margin-right: 20px;

}

#nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;

}

#nav li a:hover, #nav li.current_page_item a {
	text-decoration: underline;
}

#subnav {
	display: none;
}

#subnav ul {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#subnav li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#subnav li a {
	text-decoration: none;
	color: #2a6664; 
	font-weight: normal;
}

#subnav li a:hover, #subnav li.active a {
	color: #652e28;
}

#subnav ul li ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

#subnav ul li ul li {
	border: none;
	margin-bottom: 10px;
	font-size: 95%;
	list-style: circle;
}

#subnav ul li ul li a:hover, #subnav ul li ul li.active a {
	color: black;
	text-decoration: underline; 
}



/* @end */

/* @group Main content area */

#content blockquote {
	font-size: 90%;
	background: #fff;
	padding: 10px;
	font-style: italic;
	border: 1px solid #ddd;
	margin: 10px 0;
}

#content h1 {
	text-transform: uppercase;
	color: #3c2441;
	font-size: 200%;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#content h2 {
	font-size: 140%;
	font-weight: normal;
	color: #3c2441;
}

#content h3 {
	text-transform: uppercase;
	font-size: 85%;
	margin-bottom: 5px;
}

#content img {
	border: 3px double #fff;
}

#content a img {
	border: 3px double #fff;
}

#content p {
	line-height: 160%;
}

#content ul {
	margin-bottom: 25px;
	line-height: 150%;
	padding: 10px;
	background-color: #e0e0e0;
	border: 4px double #fff;
	
}

#content ul li {
	list-style: circle;
	margin-left: 20px;

}

ul#util {
	float: right;
	background: transparent;
	border: none;
	margin: 0;
	display: none;
}

ul#util li {
	list-style: none;
	padding: 0 5px;
	font-size: 85%;
	display: inline;
}

#util li a {
	color: #656565;
}


/* @end */

/* @group Footer */
#footer {
	clear: both;
	height: 40px;
	padding: 20px;
	background-color: #3e3a38;
	color: white;
	font-size: 85%;
	text-align: left;
}

#footer a {
	color: #fff;
}


/* @end */

#homecontent {
	clear: both;
	margin-top: 20px;
}

#home_bottom {
	font-size: 145%;
	margin-top: 40px;
	clear: both;
	text-align: center;
}

#home_left {
	width: 470px;
	float: left;
	margin-right: 30px;

}

#home_left h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3c2441;
	font-size: 220%;
}

#home_right {
	font-size: 90%;
	background-color: #3e3a38;
	margin-left: 500px;
	color: #fff; 
	padding: 10px 25px;
}

#home_right dd p {
	margin: 0;
}

#home_right a {
	color: white;
}

#home_right dt {
	border-bottom: 1px solid #fff;
}

#tagline {
	font-size: 250% !important;
	text-align: center; 
}


