/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body {
	background: url(images/bg.png) repeat;
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;

}
h1, h2, h1.entry-title {
	color: #a2ba98;
	font-size: 15px;
	height: 20px;
	line-hegiht: 20px;
	margin: 0px;
	padding: 0px;
	valign: top;
	font-weight: bold;
	display: inline;
	padding: 0 5px;
	text-transform: uppercase;
}
.dot {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 5px;
	background: url(images/title_dot.png) 0 4px no-repeat;
	display: inline;
}

#content {
	padding: 0px;	
	margin: 0px;
}
#primary {
	padding: 40px 20px 20px 20px;
	max-height: 313px;
	height: 313px;
	overflow: hidden;
}
#primaryscroll {
	padding: 40px 20px 20px 20px;
	max-height: 313px;
	height: 313px;
	overflow-y: scroll;
}
.piclenselink a:link, .piclenselink a:visited, .slideshowlink a:link, .slideshowlink a:visited {
	color: #d38f29;
	font-size: 12px;
}
P#primary, #primary, P#primaryscroll, #primaryscroll {
	color:#8d8d8d;
	font-size: 12px;
}		
.container {
	height: 394px;
	min-width: 100%;
	_width: 100%;
	max-hight: 500px;
	background: white;
	position: relative;
	z-index: 1;
	align: left;
}
.topspiral {
	padding-left: 10px;
}
.btmspiral {
	padding-left: 500px;
}
.footerleft {
	background: url(images/bg.png) repeat;
	width:333px;
	valign:bottom;
	algin: left;
	height: 23px;
}
.footerright {
	background: url(images/footer_bg_left2.png) no-repeat;
	width:23px;
	valign:bottom;
	height: 23px;
}
.footer {
	background: url(images/footer_bg_mid2.png) repeat;
	valign:bottom;
	height: 23px;
	width:100%;
	min-width: 100%;
	_width: 100%;
}
.copyright {
	align: right;
	text-align: center;
	width: 120px;
	position: relative;
	left: 519px;
	top: -5px;
	valign: center;
	color: white;
	background: url(images/red_bg.png) repeat;
	font-size: 9px;
}
.bar1, .bar2, .menu {
margin-left: 3px;
}
.menu {
	background: url(images/red_bg.png) repeat;
}
.bar1 {
	background: url(images/grey_bg.png) repeat;
}
.bar2{
	background: url(images/grey_bg.png) repeat;

}
.sideimage1 {
	background: url(images/photo1.jpg) no-repeat;
	width: 168px;
	min-width: 168px;
	_width: 168px;
}
.sideimage2 {
	background: url(images/photo-calendar.jpg) no-repeat;
	width: 168px;
}
.sideimage3 {
	background: url(images/photo-aboutus.jpg) no-repeat;
	width: 168px;
}
.sideimage4 {
	background: url(images/photo-contact.jpg) no-repeat;
	width: 168px;
}
ul.menulist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	align: right
}
a:link, a:active, a:visited {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}
.page_item a:link, .page_item a:active, .page_item a:visited {
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	line-height: 35px;
	display: block;
	height: 35px;
	text-align: right;
	padding-right: 15px;
	behavior: url(iepngfix.htc);	
	background: url(images/title_dot.png) 112px 15px no-repeat;
	
}
.page_item a:hover {
	color: #a2ba98;
}
.current_page_item {
	
	background:  url(images/menu_active.png) 0px 7px repeat-x;	
	
}
.current_page_item a:link, .current_page_item a:visited {
	color: #a2ba98;
]

.safariFix {position: relative; top: 20px; z-index: 0;}
.safariFooterFix {position: relative; top: 0px; z-index: 0;}
