/*
Theme Name: Purser
Theme URI: http://phatmagnet.com
Description: Custom theme for a static non-blog site
Version: WP 2.9
Author: Michael Lovett
Author URI: http://phatmagnet.com
Tags: non-blog, static
*/


/*COLORS

Dark Green		#2f590c
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*STICKY FOOTER*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 301px;}  /* must be same height as the footer */

#footer {
	position: relative;
	background-color: #000;
	margin-top: -301px; /* negative value of footer height */
	height: 303px;
	clear: both;
	} 
	
	#footer-inside{
	}
	
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body{
	font-family: Georgia, serif;
	font-size: 15px;
}

/*LINKS*/


a:focus{
	outline: medium none;
}


a:link, a:active, a:hover, a:active{
	color: #2f590c;
	text-decoration: none;
}

/* IMAGES */

img{
	padding: 6px;
}


/*HEADER*/

#header{
	width: 960px;
	height: 150px;
	margin:0 auto;
	background: url(style/images/header-bg.png) no-repeat;
}


#logo-wrapper{
	float: left;
	width: 550px;
	height: 150px;
}

#logo{
	width: 550px;
	height: 150px;
	margin-left: 10px;
	display: block;
	text-indent: -9999px;
	background: url(style/images/logo.png) no-repeat center;
}

#header-contact{
	float: left;
	margin-top: 16px;
	width: 393px;
	color: #fff;
	text-align: right;
}

	#header-contact a{
		color: #fff;
		text-decoration: none;
	}


	#header-contact a:hover{
		
	}

/*NAVIGATION*/


#nav-bar{
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background: url(style/images/nav-bar.png) no-repeat;
}

	#nav-bar ul{
		width: 825px;
		margin-left: 135px;
		padding-top: 6px;
	}
	
	
	#nav-bar ul li{
		font-size: 15px;
		display: inline;
		margin-right: 25px;
		padding: 4px;
	}
		
	
	
		#nav-bar ul li a{
			text-decoration: none;
			color: #000;
			padding: 3px;
		}
		
		
		#nav-bar ul li a:hover{
			font-size: 15px;
			color: #fff;
			font-style: italic;
			font-weight: normal;
			background-color: #2f590c;
		}
		
		#payroll-nav-block a:hover{
			padding: 3px 1px 3px 1px;
		}
		
		#other-nav-block a:hover{
			padding: 3px 3px 3px 2px;
		}
		
		#info-nav-block a:hover{
			padding: 3px 4px 3px 2px;
		}
		

/*CONTENT*/

#content{
	width: 960px;
	padding-bottom: 75px;
	margin: 0 auto;
	background: url(style/images/lt-bg.png) repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}




/*FRONT PAGE CONTENT*/

#front-page-content{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 75px;
	height: 440px;
	background: url(style/images/lt-bg.png) repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#intro-info-wrapper{
	/*	float: right;*/
	position: absolute;
	width: 376px;
	margin-top: -271px;
	margin-left: 495px;
}


#intro-info{
	width: 346px;
}


	#front-page-info-title{
		text-align: center;
		font-size: 18px;
		border-bottom: 4px solid #c8bf7f;
		
	}
	
	#front-page-info-title a{
		color: #2f590c;
		text-decoration: none;
	}
	
	#front-page-info{
		margin-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #c8bf7f;
	}
	
	
	#front-page-info p{
		padding-top: 5px;
		padding-bottom: 4px;
		font-size: 14px;
	}


#recent-post-wrapper{
	/*float: left;*/
	position: absolute;
	margin-top: 28px;
	margin-left: 20px;
	width: 492px;
	height: 377px;
	background: url(style/images/recent-post-block.png) no-repeat;
}

#recent-post{
	width: 400px;
	margin-left: 50px;
	margin-top: 35px;
	font-size: 14px;
}


.most-recent-post-title{
	padding-top: 31px;
	font-size: 21px;
}


	.most-recent-post-title a{
		color: #2f590c;
		text-decoration: none;
	}



.most-recent-post-content{
	margin-top: 25px;
}


	.most-recent-post-content p{
		margin-bottom: 9px;
	}

	.most-recent-post-content a{
		color: #2f590c;
		text-decoration: none;
		font-size: 14px;
	}
	
	.most-recent-post-content br{
		margin-bottom: 18px;
	}



/*INTERNAL PAGE CONTENT*/


#content h2{
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	color: #2f590c;
	padding: 8px 0 8px 0;
}

#content p{
	width: 860px;
	margin-left: 50px;
	margin-bottom: 8px;
	font-size: 15px;
}



/*BLOG PAGE CONTENT*/

h2#blog-title{
	font-size: 20px;
	text-align: left;
	margin-left: 50px;
	color: #2f590c;
	padding: 8px 0 8px 0;
}


h2#blog-title a{
	color: #2f590c;
	text-decoration: none;
}


.post p a{
	color: #2f590c;
	text-decoration: none;
	font-size: 14px;
	}


.post br{
	margin-bottom: 18px;
}


.post-meta{
	padding-top: 25px;
	text-align: center;
}


/*COMMENTS*/

#respond{
	border-top: 2px dashed #c8bf7f;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 860px;
	margin-left: 50px;
}

	#respond h3{
		margin-top: 12px;
	}
	
#comment{
	margin-left: 50px;
}

/*SIDEBAR*/

#sidebar{
	width: 960px;
	margin: 0 auto;
	height: 400px;
	padding-bottom: 40px;
	background: url(style/images/dk-bg.png) repeat;
}

#bottom-content-box-1{
	margin-top: 25px;
	float: left;
	width: 480px;
}


	#bottom-content-box-1 p{
	margin-bottom: 8px;
	font-size: 14px;
}

#bottom-content-box-2{
	margin-top: 25px;
	float: left;
	width: 480px;
}

		#bottom-content-box-2 p{
	margin-bottom: 8px;
	font-size: 14px;
}

.bottom-title{
	margin: 0 auto;
	text-align: center;
	width: 325px;
	font-size: 20px;
	padding: 3px;
	color: #fff;
	background-color: #2f590c;
}

.bottom-content{
	width: 400px;
	margin-left: 40px;
	margin-top: 18px;
}

/*FOOTER*/

#footer-inside{
	width: 960px;
	height: 301px;
	margin: 0 auto;
	text-align: center;
	background: url(style/images/lt-bg.png) repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}