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

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

/* RESET - http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 */

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

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	vertical-align: bottom;
}

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

/* COLORS */

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

/* orange = #C05B18 */
/* light beige = #EDECE2 */
/* light green = #BEBA97 */
/* mid green = #979059 */
/* dark green = #7D762E */

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

/* GLOBAL ELEMENTS */

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

body {
	background: #BEBA97;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 20px auto;
	padding: 0;
}
a {
	color: #C05B18;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
a:hover {
	color: #000;
}
.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,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
th, td {
	border-bottom: 1px solid #EEE;
	padding: 10px 0 0 0;
	vertical-align: top;
}

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

/* STRUCTURE */

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

#wrapper {
	clear: both;
	background: #FFF;
	border: 20px solid #CBC8AC;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}
#wrapper-interior {
	clear: both;
	background: #FFF url(images/page_bg.jpg) repeat-y left top;
	border: 0;
	margin: 0;
	padding: 0;
	width: 910px;
	overflow: hidden;
}
#wrapper-interior-home {
	clear: both;
	background: #FFF url(images/page_home_bg.jpg) repeat-y left top;
	margin: 0;
	padding: 0;
	width: 910px;
	overflow: hidden;
}
#wrapper-interior-wide {
	clear: both;
	background: #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: #999966;
	padding: 3px;
}
#header-image {
	background-color: #666;
	border-bottom: 10px solid #666;
	margin: 0 0 0 5px;
	padding: 0;
	width: 910px;
	height: 172px;
}
#header-image a img {
	margin-top: -2px; /* for images with links attached */
}
#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 0 4px;
	padding: 0;
	width: 910px;
	height: 53px
}
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-left: 1px solid #FFF;
	background-color: transparent;
	margin: 0;
	padding: 15px 18px 15px 18px;
	cursor: pointer;
}
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: 210px;
}
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: 210px;
	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;
	cursor: pointer;
}
ul#menu-main li li a:visited {
	font-weight: normal;
}
ul#menu-main li li a:hover {
	/* drop down menu hover background */
	background: #9E4B14;
}
ul#menu-main li ul ul {
	margin:-37px 0 0 210px;
}
ul#menu-main li ul ul a {
	background: #9E4B14;
	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: #C05B18;
}
ul#menu-main li:hover, ul#menu-main li.sfhover {
	/* main menu hover background color */
	background: #9E4B14;
}

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

/* HEADING TAGS */

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

h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 28px;
}
h2 {
	/* post title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #444;
	text-align: left;
	text-decoration: none;
}
h3 {
	/* paragraph title */
	font-size: 16px;
	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;
}
h5, h6 {}

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

/* MAIN COLUMN */

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

.main {
	float: right;
	display: inline;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 30px;
	width: 610px;
}
.main-wide {
	clear: both;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	width: 870px;
}
.main h1 {
	margin: 0 0 18px 0;
}
.main h3 {
	margin: 0 0 4px 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: 20px;
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
}
ul, ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 6px 0 6px 18px;
	padding: 0 0 0 12px;
}
ul ul li {
	background-image: url(images/bullet_line.png);
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 3px 0 3px 0;
	padding: 0 0 0 12px;
}
ol li {
	list-style-type: decimal; 
	line-height: 20px;
	margin: 6px 0 6px 15px;
	padding: 0;
}
ol li li {
	list-style-type: upper-alpha; 
}
ol li li li {
	list-style-type: lower-roman; 
}
ol li li li li {
	list-style-type: lower-alpha; 
}

.main table img {
	background: none;
}
.mapp-poweredby {
	display: none;
}

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

/* 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 */
#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: #C05B18;
	text-decoration: none;
	background-color: #FFFFCC;
}
#sidebar-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar-menu ul li {
	background-image: none;
	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 15px;
}
#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: transparent url(images/footer_bg.jpg) no-repeat;
	font-size: 11px;
	line-height: 20px;
	margin: 0; 
	padding: 0;
	width: 920px;
	height: 180px;
}
#footer-wrapper a:link, #footer-wrapper a:visited, #footer-wrapper a:active  { 
	color: #666;
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #666;
	text-decoration: none;
	background-color: #FFFFCC;
}
#footer-wrapper h3 {
	/* footer titles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	border: none;
	margin: 4px 0 0 40px;
	padding: 0;
}
#footer-wrapper p { 
	text-align: left;
	line-height: 18px;
	margin: 0 0 20px 40px;
	overflow: hidden;
}
#footer-wrapper span a:link, #footer-wrapper span a:hover, #footer-wrapper span a:visited { 
	color: #C05B18;
	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.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 0 52px;
	padding: 0 0 0 12px;
}
#footer-left {
	float: left;
	display: inline;
	margin: 20px 0 0 20px; 
	padding: 0;
	width: 340px;
}
#footer-middle {
	float: left;
	display: inline;
	margin: 20px 0 0 15px; 
	padding: 0;
	width: 280px;
}
#footer-right {
	float: left;
	display: inline;
	line-height: 20px;
	margin: 83px 0 0 -30px; 
	padding: 0;
	width: 254px;
}
#copyright {
	clear: both;
	font-size: 11px;
	color: #6B6B59;
	text-align: center;
	line-height: 20px;
	margin: 0; 
	padding: 7px 0 0 15px;
}
#copyright a:link { 
	color: #6B6B59;
	text-decoration: none;
}
#copyright a:visited { 
	color: #6B6B59;
	text-decoration: none;
}
#copyright a:active { 
	color: #6B6B59;
	text-decoration: none;
}
#copyright a:hover {
	color: #6B6B59;
	text-decoration: none;
	background-color: #FFFFCC;
}
.gray-font {
	color: #888;
}
.black-font {
	color: #555;
}

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

/* HOMEPAGE */

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

#message {
	background: #FFFFDD;
	color: #930;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0;
	padding: 20px 50px 20px 30px;
	overflow: hidden;
}
#message img {
	float: left !important;
	margin: 0 20px 0 0;
	width: 32px;
}
#message-text h3 {
	color: #930;
}
#message-text {
	float: left;
	margin: 0;
	width: 760px;
	overflow: hidden;
}
#message-text p {
	margin: 0;
}
.home-main {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	width: 550px;
}
.home-main h3 {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 20px 0 4px 0;
}
.home-main p {
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0 0 12px;
	padding: 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_home.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 6px 10px;
	padding: 0 0 0 12px;
}
#home-top-row {
	background-image: url(images/page_home_middle_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 0 20px 0;
	width: 550px;
	overflow: hidden;
}
#home-middle-row {
	background-image: url(images/page_home_middle_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 0 20px 0;
	width: 550px;
	overflow: hidden;
}
.home-left-news {
	float: left;
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 265px;
}
.home-right-news {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 265px;
}
#home-bottom-row {
	margin: 0;
	padding: 15px;
	width: 550px;
}
#home-bottom-row a, #home-bottom-row a:hover {
	text-decoration: none;
	background: none;
}
#home-bottom-row a:hover {
	background: none;
}
#home-sidebar {
	float: left;
	display: inline; 
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 345px;
}
#home-sidebar h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}
#home-sidebar p {
	font-size: 12px;
	text-align: left;
	line-height: 20px; 
	margin: 0 0 20px 0; 
	padding: 0 10px 0 20px;
}
#home-sidebar-ads {
	margin: 0;
	padding: 0 0 0 20px;
}
#home-sidebar-ads img {
	float: left;
	display: inline;
	margin: 0 0 11px 0;
	padding: 0;
}

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

/* POST */

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

.post {
	margin: 0;
	text-align: left;
}
.post-info {
	float: left;
	width: 510px;
}
.post-listing-info  {
	font-size: 11px;
	color: #888;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding: 0;
}
.post-excerpt {
	clear: both;
}
/*
.post-listing-info a:link, .post-listing-info a:hover, .post-listing-info a:visited { 
	color: #888;
	text-decoration: underline;
}
*/
.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;
}
.post .social-buttons {
	margin: 25px 0 20px 0;
}
.postmetadata {
	clear: both;
	background-color: #F4F4F4;
	margin: 20px 0;
	padding: 6px 10px 6px 10px;
}
.postmetadata-chapter-awards {
	background-color: #F4F4F4;
	margin: 0 0 10px 0;
	padding: 6px 10px 6px 10px;
}
.news-tags {
	float: right;
	text-align: right;
	width: 100px;
}
.news-tags a {
	background: #EDECE2;
	color: #7D762E;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #999;
}
.news-tags a:hover {
	background: #C05B18;
   color: #FFF;
   cursor: pointer !important;
}

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

/* 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: "Helvetica Neue", Helvetica, Arial, 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: "Helvetica Neue", Helvetica, Arial, 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: "Helvetica Neue", Helvetica, Arial, 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;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 0 0;
}
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-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}
ins {
	background: #FFFFCC;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

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

/* 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;
}
*/

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

/* BUTTONS */

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

.home-highlights a {
	background: #EDECE2;
	background: -moz-linear-gradient(0% 100% 90deg, #EDECE2, #EDECE2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDECE2), to(#EDECE2));
	color: #7D762E;
	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: #C05B18;
	background: -moz-linear-gradient(0% 100% 90deg, #C05B18, #C05B18);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C05B18), to(#C05B18));
   color: #FFF;
   cursor: pointer !important;
}

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

/* EVENTS CALENDAR */

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

/* --- EVENTS HEADER --- */

#tribe-events-calendar-header {
	top: -33px !important;
	margin: 0 0 15px 0 !important;
	height: 0 !important;
}
#tribe-events-calendar-header h1 {
	float: left !important;
	display: inline;
	margin: 8px 0 0 5px !important;
}
.tribe-events-calendar-buttons {
	position: relative !important;
	float: right !important;
	display: inline;
}
.tribe-events-calendar-buttons a {
	background: #BEBA97 !important;
	margin: 0px 0px 0 7px !important;
	padding: 0 6px !important;
	text-shadow: none !important;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}
.tribe-events-calendar-buttons a:hover {
	background: #C05B18 !important;
}
.upcoming a.tribe-events-button-on, .grid a.tribe-events-button-on {
	background: #C05B18 !important;
}

/* --- CALENDAR PAGE --- */

#tribe-events-content {
	margin-bottom: 0 !important;
	padding: 1px 0 !important;
}
.tribe-events-month-nav {
   float: left !important;
   position: relative !important;
	background: transparent !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
	height: 10px !important;
}
select.tribe-events-events-dropdown {
	width: auto !important;
	font-size: 16px !important;
}
table.tribe-events-calendar {
	margin: 0 0 12px 0 !important;
	font-size: 12px !important;
	border: 1px solid #AAA !important;
}
.tribe-events-calendar th {
	color: #FFF !important;
	font-size: 13px;
	background: #C05B18 !important;
	border: 1px solid #CCC !important;
	text-shadow: none !important;
}
.tribe-events-calendar td {
	border: 1px solid #CCC !important;
}
.tribe-events-calendar td.tribe-events-othermonth {
	background: #F5F5F5 !important;
}
.tribe-events-calendar .daynum{
	background: #F5F5F5 !important;
}
.tribe-events-calendar td.tribe-events-present .daynum, .tribe-events-calendar td.tribe-events-present .daynum > a {
	background: #FFFFCC !important;
	color: #444 !important;
}
.tribe-events-calendar td .tribe-events-event a {
	display: block !important;
	line-height: 13px !important;
}
.tribe-events-calendar td .tribe-events-event a:hover {
	color: #333 !important;
}
.tribe-events-calendar .tribe-events-tooltip {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.tribe-events-tooltip .tribe-events-event-title {
	background: #333 !important;
	color: #FFF !important;
	letter-spacing: 1px !important;
}
.tribe-events-calendar .cat_days-event a, .tribe-events-calendar .cat_days-event a:hover {
	color: #CCC;
	font-size: 16px;
	font-weight: normal;
}
.tribe-events-calendar .cat_events a {
	color: #979059;
}
.tribe-events-calendar .cat_aicp-cm-opportunities a {
	color: #C05B18;
}
.tribe-events-legend {
	color: #777;
	font-size: 11px;
	font-style: italic;
}
span#tribe-events-legend-cm {
	background-color: #C05B18;
	margin: 0 7px 0 0;
}
span#tribe-events-legend-other {
	background: #979059;
	margin: 0 7px 0 0;
}

/* --- EVENTS LISTNG PAGE --- */

.upcoming .tribe-events-calendar-buttons {
    top: 0 !important;
}
.tribe-events-events .post-line {
	margin: 10px 0 25px 0 !important;
}
.tribe-events-event-entry {
	width: 55% !important;
}
.tribe-events-event-entry p {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 20px !important;
}
.tribe-events-event-entry h3.entry-title, .tribe-events-event-entry h3.entry-title a {
	color: #C05B18 !important;
	font-weight: normal !important;
	margin: 0 !important;
}
.tribe-events-event-entry h6.event-day {
	color: #777 !important;
	font-size: 11px !important;
	margin-top: 0 !important;
	font-style: italic !important;
}
.tribe-events-event-list-meta {
	font-size: 11px !important;
	margin: 0 !important;
	padding: 6px 0 6px 4% !important;
	width: 35% !important;
}
.tribe-events-event-list-meta table {
	margin: 0 !important;
}
.tribe-events-event-list-meta td {
	border: none !important;
	line-height: 18px !important;
	padding: 4px 0 0 0 !important;
}

/* --- SINGLE EVENTS PAGE --- */

#tribe-events-event-meta {
	border-color: #DDD !important;
}
#tribe-events-event-meta .column {
	float: left;
	width: 100% !important;
	padding: 0 4% 0 0;
	text-align: left;
	margin: 0;
}
#tribe-events-event-meta dt {
	margin-bottom: 10px !important;
}

/* --- VENUE PAGE --- */

#tribe-events-event-meta {
	border-width: 1px 0 !important;
	border-style: solid !important;
	border-color: #DDD !important;
}
.venue-events .tribe-events-event {
	border-bottom: none !important;
}
.venue-events .entry-title {
	font-weight: normal !important;
}
.tribe-events-events .tribe-events-event-entry {
	padding: 0 !important;
}
h2.tribe-events-cal-title {
	font-size: 20px !important;
	font-weight: normal !important;
	color: #444 !important;
}

/* --- SIDEBAR EVENTS WIDGET --- */

.eventsAdvancedListWidget ul.upcoming li {
	background: none !important;
}
.eventsAdvancedListWidget li .when {
	font-size: 13px;
	line-height: 20px;
}
.eventsAdvancedListWidget li .event {
	font-size: 11px;
	line-height: 16px;
}
.eventsAdvancedListWidget li .loc {
	font-size: 11px;
	line-height: 16px;
}
.eventsAdvancedListWidget .dig-in {
	margin: 5px 0 0 0;
}
.eventsAdvancedListWidget .dig-in a:link, .eventsAdvancedListWidget .dig-in a:visited, .eventsAdvancedListWidget .dig-in a:active {
	font-size: 11px;
	color: #FFF;
	background: #4582AD;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 15px 3px 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.eventsAdvancedListWidget .dig-in a:hover {
	cursor: pointer;
	color: #FFF;
	background: #930;
	border: none;
	text-decoration: none !important;
}

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

/* 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;
	margin: 0 !important; 
	max-width: 625px !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_heading {
	margin-bottom: 0 !important;
}
.gform_wrapper input {
	color: #888 !important;
	font-size: 14px !important;
	font-family: inherit !important;
	border: 1px solid #DDD !important;
	background: #F6F6F6 !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: #888 !important;
	font-size: 14px !important;
	font-family: inherit !important;
	border: 1px solid #DDD !important;
	background: #F6F6F6 !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;
	color: #333 !important;
}
.gform_wrapper select {
	color: #888 !important;
	font-size: 14px !important;
	font-family: inherit !important;
	border: 1px solid #DDD !important;
	background: #F6F6F6 !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: 18px !important;
	font-family: inherit !important;
	font-weight: normal !important;	
}
/*
.gform_wrapper h2.gsection_title {
	margin: 0 !important;
	padding: 18px 0 0 0 !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_description {
	color: #888 !important; 
	padding: 4px 0 0 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: 14px !important;
	color: #FFF !important;
	border: none !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 5px 20px !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;
}
.gform_wrapper .gf_progressbar_wrapper {
	clear: both !important;
	border-top: 1px dotted #CCC !important;
	border-bottom: 1px dotted #CCC !important;
	margin: 15px 0 0 0 !important;
	padding: 20px 0 20px 0 !important;
	width: 92% !important;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	color: #444 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	opacity: 1.0 !important;
}
.gform_wrapper .gsection_description_extras {
    clear: both;
    font-family: inherit;
    font-size: 12px;
    font-style: italic;
    letter-spacing: normal;
    line-height: 18px;
    padding: 0 22px;
    width: 540px;
}

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

/* 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; }
}

