/*
Theme Name: Peregrinator
Theme URI: http://www.ezwpthemes.com/templates/peregrinator.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: blue, fixed-width, three-columns, right-sidebar, threaded-comments
*/

/*Body Start*/
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF3300;   
}

a img {
	border: 0;
}

h1 {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 3.2em;
	padding-top: 27px;
	padding-left: 5px;
	display: block;
	padding-bottom: 5px;
}
h1 a:link, h1 a:visited {
	color: #fff;
}
h2 {
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 2.2em;
	line-height: 110%;
	margin-bottom: 10px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 40px;
	color: #FFFFFF;
	display: block;
	height: 40px;
	padding-left: 20px;
	text-align: left;	
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	display: inline;
	margin-right: 10px;
}
h6 {
	font-size: 1.0em;
	color: #FFFFFF;
	background-image: url(images/comment_bg.jpg);
	display: block;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
}
/*Body End*/

/* Structure Start */ 
* {
	margin: 0px;
	padding: 0px;
}

#wrap {
	background-image: url(images/wrap_bg.jpg);
	width: 979px;
	background-repeat: repeat-y;
	margin: 0 auto;
}
#page {
	background-image: url(images/page_bg.jpg);
	width: 940px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 21px;	
}
#header {
	margin-bottom: 5px;
}


#sidebar {
	background-color: #D2DDED;
	float: right;
	width: 208px;
}
#footer {
	clear: both;
	margin-top: 5px;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 15px;
	color: #FFFFFF;
}
#credit{
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
}
#credit a {
	text-decoration:none;
	color: #FFFFFF;
}
#footer ul {
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	height: 25px;
	margin-bottom: 10px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin-right: 20px;
	line-height: 25px;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #000000;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #FF3300;
}
/* Structure End */ 



/* Header Start */
#header_nav {
	height: 75px;
}
#header_nav ul {
    font-size: 1.2em;
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 8px;
	padding-left: 20px;
}
#header_nav li {
	float: left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 57px;
	width: 126px;
 	line-height: 50px;
	font-weight: bold;
	text-align: center;
}
#header_nav li a:link, #header_nav li a:visited {
	color: #153657;
}
#header_nav li a:hover, #header_nav li a:active {
	color: #FF0000;
}
#rss_link {
    font-size: 1.1em;
	float: right;
	margin-top: 14px;
	padding-right: 50px;
	font-weight: bold;
}
#rss_link img {
	border: none;
}
#rss_link a:link, #rss_link a:visited {
	color: #000000;
}
#banner {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/banner.jpg);
	height: 122px;
	background-repeat: no-repeat;
	clear: both;
}
#description {
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
}
/* Header End */	
	
	
/*Sidebar Start*/
#sidebar ul {
	display: block;
	width: 208px;
	list-style-type: none;
}
#sidebar ul ul {
	margin-top: 10px;
}
#sidebar li li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-left: 20px;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #000000;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #FF3300;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 40px;
	color: #FFFFFF;
	display: block;
	height: 40px;
	padding-left: 20px;
	width: 188px;
	background-image: url(images/sidebar_title_bg.jpg);
}
#sidebar p {
	font-size: 1.2em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidebar_text {
	border: 1px solid #CCCCCC;
	width: 120px;
	padding: 2px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidebar_button {
	font-size: 1.2em;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50px;
}
/*Sidebar End*/
	
/*Home Page Start*/
#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 940px;

}
#left {
	background-color: #4E759E;
	width: 222px;
	text-align: center;
	float: left;

}
.module {
	background-image: url(images/gallery.jpg);
	background-repeat: repeat-x;
}
.module_content {
	background-color: #FFE7C3;
	padding: 10px 5px;
	text-align: left;
}
.module_content a:hover, .module_content a:active {
	text-decoration: underline;
}
#donate {
	height: 130px;
	font-size: 17px;
}
#donate img {
	margin: 0px;
	padding-top: 2px;
}
.module_content ul, #meet ul {
	list-style-type: none;
}
.module_content li, #meet li {
	display: block;
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0px;
}
#meet li {
	font-size: 11px;
	padding-top: 0px;
	position: relative;
}
#meet div.coffeeshop {
	width: 72px;
	height: 54px;
	margin-right: 5px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../images/mask.gif) top left no-repeat;
	z-index: 1;
}
#meet img {
	width: 72px;
	height: 54px;
	padding: 0px;
	border: 0px;
	margin-right: 5px;
	float: left;
	z-index: 0;
}
.module_content p {
	text-align: left;
	font-size: 20px;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color: #555;
}
.recent_posts {
	background-image: url(images/recent_posts.jpg);
	background-repeat: repeat-x;
}
.recent_content {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.recent_content li {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.recent_content a:link, .recent_content a:visited {
	color: #FFE7C3;
}
.recent_content a:hover, .recent_content a:active {
	color: #FFFFFF;
}
.line {
	height: 25px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6D1DF;
}
#right {
	float: right;
	width: 713px;
}
#top_title {
	line-height: 40px;
	background-image: url(images/top_title.jpg);
	height: 52px;
	width: 633px;
	padding-left: 80px;
	font-size: 1.1em;
}
#newest {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #F4F4EB;
	margin-bottom: 5px;
}
#mission_statement {
	padding: .4em;
	font-size: 1.6em;
}
#mission_statement legend {
	font-weight: bold;
	color: #f00;
}
#bullet_points {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 278px;
	border: 1px solid #777;
	margin-top: 10px;
	margin-right: 15px;
}
#bullet_points h6 {
	font-size: 1.9em;
	text-align: left;
	padding-left: 10px;
}
#bullet_points p {
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	padding: 4px;
}
#bullet_points p strong {
	color: #f00;
}
#bullet_points p + ul {
	margin-top: 10px;
}
#bullet_points ul {
	font-size: 1.2em;
	padding-left: 25px;
}
#bullet_points ul {
	font-weight: bold;
}
#bullet_points ul ul {
	margin-bottom: 5px;
	font-weight: normal;
}
#bullet_points ul + p {
	margin-top: 10px;
	padding: 0;
	font-weight: bold;
	border: 2px solid #f00000;
	background-color: #faa;
}
#bullet_points ul + p a {
	padding: 4px;
	height: 100%;
	display: block;
}
#bullet_points ul + p a:hover {
	text-decoration: underline;
}
#newest_content {
	float: right;
	width: 385px;
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 5px;
}
#post_table {
	background-image: url(images/post_table_bg.gif);
	background-repeat: repeat-y;
}
#post {
	background-color: #FFFFFF;
	width: 470px;
	float: left;
	line-height: 150%;
}
#post_content {
	width: 470px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#post h2 {
margin-bottom: 0px;
}
#post p {
margin-bottom: 10px;
}
.postmetadata {
	font-size: 1.1em;
	color: #666666;
	margin-left: 2px;
	margin-top: 2px;
}
.entry {
	font-size: 1.2em;
	line-height: 150%;
}
.entry_img {

	float: left;
	margin-right: 10px;

	margin-left: 2px;
}
.entry img, .navigation img {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 4px;
}
.entry li {
	margin-left: 35px;
}
.entry a:hover {
	text-decoration: underline;
}
/*Home Page End*/

/*Page Start*/
#trail, #sub_trail {
	font-size: 1.2em;
	line-height: 40px;
	height: 40px;
	background-image: url(images/trail_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
}
#trail {
    width: 485px;
	margin-bottom: 20px;
}
#sub_trail {
    width: 698px;
	margin-bottom: 10px;
}
#trail a:link, #sub_trail a:link, #trail a:visited, #sub_trail a:visited {
	color: #000000;
}
#trail a:hover, #sub_trail a:hover, #trail a:active, #sub_trail a:active {
	color: #FF3300;
}

*html #post_right {
	float: right;
	width: 713px;
	background-color: #FFFFFF;
	height:600px;
}
#post_right {
	float: right;
	width: 713px;
	background-color: #FFFFFF;
	min-height: 600px;
}
#sub_post, #comments {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sub_post p, #comments p {
    padding-bottom: 10px;
}

*html .align_left {
	text-align: left;
	float: left;
	font-size: 1.2em;
	padding-left: 20px;
	padding-bottom: 0px;
}
*html .align_right {
	text-align: right;
	float: right;
	font-size: 1.2em;
	padding-right: 20px;
	padding-bottom: 0px;
}
.align_left {
	text-align: left;
	float: left;
	font-size: 1.2em;
	padding-left: 20px;
	padding-bottom: 7px;
}
.align_right {
	text-align: right;
	float: right;
	font-size: 1.2em;
	padding-right: 20px;
	padding-bottom: 7px;
}
#consultation {
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
#consultation .input_check {
	display: none;
}
#consultation input[type=text] {
	background-image: url(images/input_stripe.gif);
	border: 1px solid #aaa;
}
#consultation input[type=text]:focus {
	background-image: none;
	background-color: #ccc;
	border: 1px solid #555;
}
#consultation table td {
	vertical-align: top;
}
#consultation input[type=checkbox] {
	margin-right: 3px;
}
#consultation #msg, #consultation #msg1 {
	width: 142px;
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font-size: 14pt;
	margin: 5px 0;
	padding: 0;
	line-height: 24px;
}
#consultation .bad, #consultation .good {
	width: 100%;
	height: 100%;
	display: block;
}
#consultation .bad {
	border: 2px solid #f00000;
	color: #f00000;
	background-color: #fcc;
}
#consultation .good {
	border: 2px solid #060;
	color: #060;
	background-color: #9e7;
}
#consultation ul {
	font-weight: bold;
	list-style-type: none;
}
#consultation ul ul {
	display: none;
	font-weight: normal;
	margin-left: 20px;
}
/*Page End*/

/*Footer Start*/



/*Footer End*/

/*Archive Start*/

/*Archive End*/

/* Begin Comments*/
#comments {
	font-size:1.2em;
	clear: both;
	padding-top: 20px;
	width: 677px;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
		font-size: 1.1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;

	color: #990000;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float: right;
	background-color: #CCCCCC;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	}


/*Comments End*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End Images */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
