/*  
Theme Name: VNPA
Theme URI: http://www.voyageurs.org/
Description: A Wordpress content management system.
Version: 1.5
Author: greg seitz (greg.seitz / gmail)
Author URI: http://www.gregseitz.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* BEGIN layout elements */

body {
	background-color: #313D42;
	font-family: arial, helvetica, verdana, san-serif;
	font-size: 10pt;
	}

a {
	color: #426FA2;
}

a:hover {
	text-decoration: none;
}
	
#content {
	width: 745px;
	background-color: #fff;
	padding: 0px;
}

#top_line {
	height:22px;
	clear:both;
	font-size: 8pt;
	font-family: verdana, helvetica, arial, san-serif;
	font-weight: bold;
	text-align: left;
}

#top_line #address {
	padding-top: 6px;
	}
	
#top_line #email {
	float: right;
	padding-top: 6px;
	}

#top_line #left {
	float:left;
}

#top_line #right {
	float:right;
	}
	
#top_line a {
	color: #426FA2;
	text-decoration: underline;
	}
	
#top_line a:hover {
	text-decoration: none;
	}

#searchbox {
	position: absolute;
	top: 35px;
	left: 680px;
	width: 190px;
	height: 60px;
	border: 2px solid navy;
	padding: 7px;
	filter: alpha(opacity=96); 
	-moz-opacity: .96; 
	background-color:#fff;
	}

#searchbox a:hover {
	color: red;
	}

#header {
	background-color: #B5D4F1;
	height: 138px;
	text-align: center;
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #fff;
	border-right: 6px solid #fff;
}

#header img {
	border: 0px;
	}

#header a {

}

#header #logo {
	float: left;
}

#header #nameplate {
	float:left;
	}

#top_nav {
	text-align: left;
	font-weight: 800;
	line-height: 16pt;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 0px;
}

#top_nav ul {
	padding-left: 15px;
}

#top_nav li {	
	display: inline;
	padding-right: 2px;
	font-size: 10pt;
	padding-left: 15px;
	background-image: url('http://www.voyageurs.org/wp-content/themes/vnpa-15/images/link_bg.jpg');
	background-repeat: no-repeat;

}

/* uses the Wordpress fold_page_list plugin to identify ancestors, etc. */

#top_nav li.current_page_ancestor {
	text-decoration: underline;
}

#top_nav li.current_page_item a {
	text-decoration: underline;
}

#top_nav a {
	text-decoration: none;
	color: #313D42;
	font-family: arial, helvetica, verdana, san-serif;	
}

#top_nav a:hover {
	text-decoration: underline;
}

#top_nav li.page_item {

}

#sub_nav {
	text-align: left;
	background-color: #313D42;
	width: 180px;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 4px solid #fff;
}

#sub_nav h3, #sub_nav h3 a {
	margin-top: 4px;
	text-align: left;
	font-size: 12pt;
	color: white;
	text-decoration: none;
	}

#sub_nav ul {
	line-height: 18px;
	margin-left: 12px;
	padding-left: 12px;
	list-style-image: url('http://www.voyageurs.org/wp-content/themes/vnpa-15/images/sidebar_link_bg.jpg');
	list-style-type: square;
	}

#sub_nav li {
	font-size: 10pt;
	padding: 0px;
	}

#sub_nav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#sub_nav li a:hover {
	text-decoration: underline;
}

#sub_nav li.current_page_item a {
	text-decoration: underline;
}

#sidebar {
	background-color: #313D42;
	width: 196px;
	border: 4px solid #fff;
	border-top: 0px;
}

#sidebar #support {
	background-color: #B5D4F1;
	padding-left: 6px;
	border-bottom: 4px solid #fff;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
}

#sidebar #support img {
	padding-top: 8px;
	padding-left: 2px;
	padding-bottom: 6px;
	border: 0px;
	}

#sidebar #support a.learn-more {
	font-size: 8pt;
	text-align: right;
	padding-bottom: 4px;
	}
	
#sidebar #mission {
	color: white;
	padding-left: 6px;
	border-bottom: 4px solid #fff;
	}

#sidebar #mission h3 {
	font-family: times new roman, times, serif;
	font-style: italic;
	margin-top: 4px;
	text-align: left;
	font-size: 16pt;
}

#sidebar #mission blockquote{
	font-family: times new roman, times, serif;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	font-size: 11pt;
	font-weight: bold;
}
	
#sidebar #random_image {
	padding-top: 0px;
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 4px solid #fff; 
}
	
#sidebar #random_image img {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main1 {
	padding: 6px;
	width: 240px;
}

#main2 {
	width: 240px;
	padding: 6px;
	padding-left: 10px;
	margin-left: 0px;
}

#main2 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}

#main2 strong {
	line-height: 16px;
	font-size: 13px;
	}

#main1 h2, #main2 h2 {
	font-size: 14pt;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	}

#footer {
	background-color: #313D42;
}

#copy {
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 8px;
	font-size: 9pt;
	}

#copy p {
	line-height: 20px;
	}
	
#copy #meta {
	font-size: 0.8em;
	color: #333;
	padding-top: 3px;
	}

#copy h3 {
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	font-size: 1.4em;
	}

#edit {
	float: right;
	size: 0.9em;
	}

#edit img {
	border: 0px;
	}

#copy img {
	border: 0px;
	}

#copy form {
	border: 1px solid #ccc;
	padding: 6px;
	}
	
strong.search-excerpt {
	background-color: yellow;
	}
	
#date {
	font-size: 0.8em;
	color: #333;
	}
