/*   
Theme Name: YPG Theme
Theme URI: http://ypg.georgiaplanning.org/
Description: A Wordpress Theme for the YPG Website
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Version: 1.0
Tags: custom header, fixed width, two columns, widgets.
*/

/*-------------------------------------------------------------------------*/

/* RESET */

/*-------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	/* clear: both; REMOVED BY JASON */
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	vertical-align: bottom;
}

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

body {
	background-color: #003C69;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin: 20px auto 20px auto;
	padding: 0;
}
a:link { 
	color: #005595;
	text-decoration: none;
}
a:visited { 
	color: #005595;
	text-decoration: none;
}
a:active { 
	color: #005595;
	text-decoration: none;
}
a:hover {
	color: #005595;
	text-decoration: none;
	background-color: #FFFFCC;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 20px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
table {
	margin-bottom: 20px;
}
th, td {
	border-bottom: 1px solid #EEE;
	padding: 10px 0 0 0;
	vertical-align: top;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	clear: both;
	background-color: #FFF;
	border: 20px solid #1A5078;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}
#wrapper-interior {
	clear: both;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	border: 0;
	margin: 0;
	padding: 0;
	width: 910px;
	overflow: hidden;
}
#wrapper-interior-wide {
	clear: both;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 910px;
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#header {
	background-color: #FFF;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 0;
	border-left: 5px solid #FFF;
	margin: 0 auto; 
	padding: 0;
	width: 910px;
	height: 148px;
}
#header-logo {
	float: left;
	display: inline;
	margin: 0; 
	padding: 0;
	width: 380px;
	height: 148px;
}
#header-logo a, #header-logo a:hover {
	text-decoration: none;
	background: none;
}
#header-links {
	float: right;
	display: inline;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 530px;
	height: 148px;
}
#header-links p {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 111px 19px 0 0;
}
#header-links a:link { 
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#header-links a:visited { 
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#header-links a:active { 
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#header-links a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #003C69;
	padding: 3px;
}
#header-image {
	background-color: #FFF;
	border-bottom: 10px solid #666;
	margin: 0 0 0 5px;
	padding: 0;
	width: 910px;
	height: 172px;
}
#header-image a, #header-image a:hover {
	text-decoration: none;
	background: none;
}

/*-------------------------------------------------------------------------*/

/* MENU */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0 5px 1px 4px;
	padding: 0;
	width: 910px;
	height: 50px
}
ul#menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	display: block;
	clear: both;
	text-decoration: none;
	border-right: 1px solid #FFF;
	background-color: transparent;
	margin: 0;
	padding: 15px 22px 15px 22px;
}
ul#menu-main a:hover {
	/* listed below */
}
ul#menu-main li {
	position: relative;
	float: left;
	background-image: none; /* removes bullets */
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 999;
}
/* needed again for dropdown menus */
ul#menu-main ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:1;
	text-transform: none;
	border: 0;
	width: 235px;
}
ul#menu-main li li {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	float: left;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 0px solid #FFF;
	margin: 0;
	padding: 0;
	width: 235px;
	z-index: 999;
}
ul#menu-main li li a {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 10px 18px;
}
ul#menu-main li li a:visited {
	font-weight: normal;
}
ul#menu-main li li a:hover {
	/* drop down menu hover background */
	background: #456933;
}
ul#menu-main li ul ul {
	margin:-37px 0 0 210px;
}
ul#menu-main li ul ul a {
	background: #456933;
	font-size: 12px;
}
ul#menu-main li ul li:hover a, ul#menu-main li ul li li:hover a, ul#menu-main li ul li li li:hover a, ul#menu-main li ul li li li:hover a  {
	/* drop down hover font color */
	color: #FFF;
}
ul#menu-main li:hover a, ul#menu-main li.sfhover a {
	/* main menu hover font color */
	color: #FFF;
}
ul#menu-main li:hover li a, ul#menu-main li li:hover li a, ul#menu-main li li li:hover li a, ul#menu-main li li li li:hover li a {
	/* drop down font color */
	color: #FFF;
}
ul#menu-main li:hover ul ul, ul#menu-main li:hover ul ul ul, ul#menu-main li:hover ul ul ul ul, ul#menu-main li.sfhover ul ul, ul#menu-main li.sfhover ul ul ul, ul#menu-main li.sfhover ul ul ul ul  {
	left:-999em;
}
ul#menu-main li:hover ul, ul#menu-main li li:hover ul, ul#menu-main li li li:hover ul, ul#menu-main li li li li:hover ul, ul#menu-main li.sfhover ul, ul#menu-main li li.sfhover ul, ul#menu-main li li li.sfhover ul, ul#menu-main li li li li.sfhover ul  {
	/* drop down menu background */
	left:auto;
	background: #7EA668;
}
ul#menu-main li:hover, ul#menu-main li.sfhover {
	/* main menu hover background color */
	background: #456933;
}

/*-------------------------------------------------------------------------*/

/* HEADER TEXT STYLES */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 23px;
	margin: 0;
	padding: 0 0 12px 0;
}
h2 {
	/* post title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h3 {
	/* paragraph title */
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 4px 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	margin: 0;
	padding: 12px 0 0 0;
}
h5, h6{
	margin: 15px 0 10px 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

#main {
	float: right;
	display: inline;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 30px;
	width: 610px;
	min-height: 350px;
}
#main ul, #main ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#main ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 6px 0 6px 20px;
	padding: 0 0 0 13px;
}
#main ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 40px;
	padding: 0;
}
#main ul table {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#main table ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
}
#main table img {
	background: none;
}
#main-wide {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 20px 0 20px;
	width: 870px;
}
.mapp-poweredby {
	display: none;
}
#contact {
	float: right;
	display: inline;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 30px;
	width: 610px;
	min-height: 350px;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: left;
	display: inline;
	font-size: 11px;
	text-align: left;
	line-height: 20px; 
	list-style: none;
	margin: 20px 0 20px 0; 
	padding: 0 20px 0 20px;
	width: 210px;
}
#sidebar h2 {
	font-size: 16px;
	color: #555;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 8px 5px;
}
#sidebar h3 {
	/* titles */
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #555;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	border-bottom: solid 1px #DDD;
	margin: 0 0 6px 0;
	padding: 30px 0 6px 5px;
}
#sidebar h4 {
	/* titles for buttons */
	font-size: 14px;
	color: #555;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	margin: 0 0 6px 0;
	padding: 30px 0 6px 0;
}
#sidebar-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar-menu a:link { 
	color: #777;
	text-decoration: none;
}
#sidebar-menu a:visited { 
	color: #777;
	text-decoration: none;
}
#sidebar-menu a:active { 
	color: #777;
	text-decoration: none;
}
#sidebar-menu a:hover {
	color: #005595;
	text-decoration: none;
	background-color: #FFFFCC;
}
#sidebar-menu ul li {
	margin: 0;
	padding: 0;
}
#sidebar-menu ul li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #C05B18;
	border-top: solid 1px #DDD;
	margin: 0;
	padding: 6px 0 6px 5px;
}
#sidebar-menu ul li li {
	margin: 0;
	padding: 0;
}
#sidebar-menu ul li li a {
	display: block;
	font-size: 11px;
	color: #888;
	border: none;
	margin: -10px 0 0 0;
	padding: 6px 0 6px 5px;
}
#sidebar-text p {
	margin-left: 5px;
}
#sidebar-text ul, #sidebar-text ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar-text ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 4px 6px;
	padding: 0 0 0 10px;	
}
.sidebar-post-line {
	margin: 35px 0 0 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	margin: 0; 
	padding: 0;
	width: 920px;
	height: 180px;
}
#footer-wrapper a:link { 
	color: #FFF;
	text-decoration: none;
}
#footer-wrapper a:visited { 
	color: #FFF;
	text-decoration: none;
}
#footer-wrapper a:active { 
	color: #FFF;
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #003C69;
}
#footer-wrapper h3 {
	/* footer titles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 0 40px;
}
#footer-wrapper p { 
	color: #FFF;
	text-align: left;
	line-height: 18px;
	margin: 0 0 20px 40px;
}
#footer-wrapper span a:link, #footer-wrapper span a:hover, #footer-wrapper span a:visited { 
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#footer-wrapper ul {
	list-style-type: none;
	margin: -15px 0 0 0;
	padding: 0;
}
#footer-wrapper ul li {
	background-image: url(images/bullet_arrow_white.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 0 0 0 40px;
	padding: 0 0 0 10px;	
}
#footer-wrapper ul li a {
	padding: 3px;	
}
#footer-left {
	float: left;
	display: inline;
	margin: 20px 0 0 20px; 
	padding: 0;
	width: 240px;
}
#footer-middle {
	float: left;
	display: inline;
	margin: 20px 0 0 20px; 
	padding: 0;
	width: 240px;
}
#footer-right {
	float: left;
	display: inline;
	line-height: 18px;
	margin: 20px 0 0 10px; 
	padding: 56px 0 0 0;
	width: 379px;
}
#copyright {
	clear: both;
	font-size: 11px;
	color: #487393;
	text-align: center;
	line-height: 18px;
	margin: 0; 
	padding: 7px 0 0 15px;
}
#copyright a:link { 
	color: #487393;
	text-decoration: none;
}
#copyright a:visited { 
	color: #487393;
	text-decoration: none;
}
#copyright a:active { 
	color: #487393;
	text-decoration: none;
}
#copyright a:hover {
	color: #487393;
	text-decoration: none;
	background-color: #FFFFCC;
}
.gray-font {
	color: #888;
}
.black-font {
	color: #555;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

#home-main {
	float: right;
	display: inline;
	margin: 10px;
	padding: 0;
	width: 890px;
}
#home-main h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 23px;
	margin: 0;
	padding: 6px 0 8px 0;
}
#home-main h3 {
	color: #444;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 8px 0;
}
#home-main p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 16px 0;
	padding: 0 15px 0 0;
}
#home-main ul {
	list-style-type: none;
	margin: 0 0 18px 0;
	padding: 0;
}
#home-main ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 6px 10px;
	padding: 0 0 0 12px;
}
#home-main .wp-post-image {
	float: left;
	display: inline;
	background-color: #EBE8E0;
	margin: 0 25px 0 0;
	padding: 10px;
}
#home-top-row {
	margin: 0;
	padding: 20px 0;
	width: 890px;

}
#home-middle-row {
	margin: 0;
	padding: 0;
	width: 890px;
}
#home-bottom-row {
	font-size: 13px;
}
.home-left-news {
	float: left;
	display: inline;
	border-right: solid 1px #EEE;
	margin: 0 0 30px 0;
	padding: 0 20px 0 20px;
	width: 269px;
	min-height: 240px;
}
.home-middle-news {
	float: left;
	display: inline;
	border-right: solid 1px #EEE;
	margin: 0;
	padding: 0 10px 0 40px;
	width: 239px;
	min-height: 240px;
}
.home-right-news {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 10px 0 40px;
	width: 220px;
	min-height: 240px;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.home-highlights a {
	background: #619247;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
	/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); */
   -moz-border-radius: 5px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0 1px 3px #999;
}
.home-highlights a:hover {
	background: #456933;
   color: #FFF;
   cursor: pointer !important;
}

/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 0;
	text-align: left;
}
.post-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-listing-info  {
	font-size: 11px;
	font-style: italic;
	color: #888;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding: 0;
}
.post-listing-info a:link, .post-listing-info a:hover, .post-listing-info a:visited { 
	color: #888;
	text-decoration: none;
}
.post img {
	background-color: #EEE;
	margin: 0;
	padding: 10px;
}
.post-line {
	margin: 12px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #CCC;
}
.post hr {
	display: block;
}
.postmetadata {
	background-color: #F4F4F4;
	margin: 20px 0;
	padding: 6px 10px 6px 10px;
}

/*-------------------------------------------------------------------------*/

/* 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 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.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;
	}

/*-------------------------------------------------------------------------*/

/* GENERAL FORMATTING */

/*-------------------------------------------------------------------------*/

.thread-alt {
	background-color: #FAFAFA;
}
.thread-even {
	background-color: #F1F1F1;
}
.depth-1 {
}
.even, .alt {
	border-left: 3px solid #ddd;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}
.comment-body {
	padding: 10px;
}
.commentlist li, .commentlist ol {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-image: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 10px;
}
.commentlist li a:link {
	color :#666666;
}
.commentlist li a:active {
	color :#666666;
}
.commentlist li a:visited {
	color :#666666;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}
	
pre {
	/* used to paste in form code */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}
/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	/* TWENTY-TEN'S WAY */
	background-color: #DDD;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*-------------------------------------------------------------------------*/

/* CAPTIONS */

/*-------------------------------------------------------------------------*/

/*
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/

/*-------------------------------------------------------------------------*/

/* SEARCH FORM */

/*-------------------------------------------------------------------------*/

#searchform {
	float: right;
	display: inline;
	margin: -3px 0 0 0;
	padding: 0;
}
#searchform input {
	width: 120px;
}
#results p {
	font-size: 12px;
}
.gray-font {
	color: #6A4831;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.black-font {
	color: #6A4831;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper {
	font-family: inherit !important;
	max-width: 625px !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_heading {
	margin-bottom: 0 !important;
}
.gform_wrapper input {
	color: #555 !important;
	font-size: 14px !important;
	font-family: inherit !important;
	border: 1px solid #DDD !important;
	background: #FAFAFA !important;
	margin: 0 !important;
	padding: 4px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
}
.gform_wrapper textarea {
	color: #555 !important;
	font-size: 14px !important;
	font-family: inherit !important;
	border: 1px solid #DDD !important;
	background: #FAFAFA !important;
	margin: 0 !important;
	padding: 4px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
}
.gform_wrapper input:hover, .gform_wrapper textarea:hover {
	border: 1px solid #AAA !important;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	border: 1px solid #AAA !important;
	background-color: #FFFFEE !important;
}
.gform_wrapper select {
	color: #555 !important;
	font-size: 14px !important;
	font-family: inherit !important;
	border: 1px solid #DDD !important;
	background: #FAFAFA !important;
	margin: 0 !important;
	padding: 4px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 18px 0px 2px !important;
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 3px !important;
}
.gform_wrapper ul {
	margin: 0 !important;
}
.gform_body ul li {
	/* REMOVE ANY BULLETS FROM MAIN UL */
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 22px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gsection {
	border-bottom: 1px solid #EEE !important;
	margin: 15px 0 0 0 !important;
	padding: 0 0 4px 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 16px !important;
	color: #FFF !important;
	border: none !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 5px 35px 7px 35px !important;
	background: #888 !important;
	background: -moz-linear-gradient(100% 100% 90deg, #888, #CCC) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#888)) !important;
}
.gform_wrapper input.button:hover {
	cursor: pointer !important;
	color: #FFF !important;
	border: none !important;
	background: #C05B18 !important;
	background: -moz-linear-gradient(100% 100% 90deg, #C05B18, #C05B18) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C05B18), to(#C05B18)) !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 0px solid #feda70 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 15px 0 !important;
}
.gform_wrapper .gform_footer {
	padding: 0 0 10px 0 !important;
}

/*-------------------------------------------------------------------------*/

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

/*-------------------------------------------------------------------------*/

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

ul#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#wrapper {
		width: 90%;
		border: none;
		background: none;
	}
	#sidebar { display:none; }
	#header { display:none; }
	#main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#commentform { display:none }
	#footer-wrapper { display:none }
	#copyright { font-size: 8pt;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	     page-break-inside:avoid }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { page-break-inside:avoid; 
	     page-break-after:avoid; }
}
