@charset "utf-8";
/*
Theme Name: Vagabondoo
Theme URI: http://vagabondoo.com/
Description: A theme based on the Vagabondoo.com home page
Version: 0.5
Author: Kevin Zurawel
Author URI: http://arborwebsolutions.com/
Tags: green, fixed width, two columns

*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* CSS Document */

	html, body {
		height: 100%;
	}

	body {
		background: #72606A url("images/background.png") top left repeat-x;
		font-size: 10pt;
		font-family: tahoma, helvetica, arial, sans-serif;
	}

	#header #logo {
		/* background: transparent url("images/logo.png") top left no-repeat; */
		height:104px;
		width:774px;
		/* text-indent: -4000px; */
	}
	#header,
	#content {
		width:774px;
		margin: 0 auto;
	}
	
	#content {
		
		margin: 10px 0px;
		line-height: 1.6em;
	}
	
	
	#weslydecoration {
		background: #C7C1AA url("images/wesleyBack.png") no-repeat top center;
		/* background: transparent url("images/wesleyBack.png") top center no-repeat; */
		/*background: #72606A url("images/background.png") repeat-x top left; */
		width: 774px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -60px;
	}
	#posts {
		float: left;
		width: 450px;
		padding: 0px 10px 0px 20px;
	}
		
	#sidebar {
		margin-left: 520px;
		width: 180px;
	}
	
	#sidebar li h2 {
		font-size: 1.2em;
	}
	
	#searchform {
		margin: 10px auto;
		padding: 5px 3px;
	}

	#sidebar #searchform #s {
		width: 100px;
		padding: 2px;
	}

	#sidebar #searchsubmit {
		padding: 1px;
	}
	
	.post {
		margin: 0 0 40px;
		text-align: justify;
	}

	.post hr {
		display: block;
	}
	
	h1 {
		font-size: 2em;
		font-weight: bold;
	}
	
	h2 {
		font-size: 1.6em;
		font-weight: bold;
	}
	
	.post h2 {
			margin: 30px 0pt 0pt;
	}
	
	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none;
		color: #333333;
	}
	
	small {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	
	#footer, #push {
		height: 60px;
	}
	
	#footer {
		clear:both;
		margin:0pt auto;
		padding:0pt;
		width:774px;
		line-height: 1.4em;
	}
	
	#footer p {
		text-align: center;
		background-color: rgb(109, 192, 103); 
		color: white; 
		font-size: 8pt;
	}
	
	#skiptocontent {
		height: 0px;
		position: absolute;
		left: -4000px;
		top: -4000px;
	}
	#slogan {
		margin-left: 40px;
		margin-top: 35px;
		float: left;
		height: 124px;
	}
	#copyright {
		float: right;
		width: 95%;
		text-align: right;
		color: #cfcab6;
		margin-top: 30px; 
		margin-right: 40px;
	}
