body {
	background: #ffffff url("images/bg-tile.gif") repeat scroll left top;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 50px;
	margin: 0px;
	text-align: center;
}

#wrapper {
	background: url("images/wrapper_bg.png") repeat-y scroll left top transparent;
	overflow: hidden;
	text-align: left;
	margin: auto;
	width: 1020px;
}

#content {
	margin: 0px 10px;
	background: #ffffff;
	width: 1000px;
}

a img {
	border: none;
}

h1 {  
	color: #0084c9;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	color: #0084c9;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 20px 0 0 0;
}

h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

#no-sidebar-content {
	margin: 0px 10px;
	background: #ffffff;
}

.editme {
	color: #ff4403;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background: #ffffff;
	padding: 45px 0 10px 0;
	height: 150px;
}

#logo {
	width: 430px;
	margin: 0 0 30px 30px;
	float: left;
}

.splashsignupfirstname input.box {
	width: 250px;
}

.splashsignuplastname {
	width: 250px;
	float: right;
}
#signup-splash .signupname {
	width: 225px;
	color: #666;
}

#splash-signup #signupemail {
	width: 380px;
	color: #666;
}

/* =Main content
--------------------------------------------------------------- */

#main-content {
	width: 950px;
	padding: 35px 25px 25px 25px;
	background: #ffffff;
}

#container {
	width: 900px;
	padding: 0;
	margin: 0;
}

del {
	text-decoration: line-through;
}

#latest-posts {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	width: 300px;  
	margin-top: 55px;
}

#latest-posts h2 {
	color: #0097cd;
	font-size: 1em;
	padding-bottom: 0px;
	padding-top: 10px;
}

#latest-posts h2 a {
	color: #0081C9;
	font-size: 1em;
	text-decoration: none;
}

#latest-posts a:hover {
	color: #0097cd;
	font-size: 1em;
	text-decoration: underline;
}

#latest-posts .entry {
	border-bottom: 1px dotted #333333;
}

#page-content {
	width: 630px;
	background: #ffffff;
	float: left;
	padding-top: 25px;
}

.page-content li {
	margin-left: 25px; 
}

#page-container {
	padding: 0 25px 25px 25px;
}

.page-content ol {
	margin-left: 0px; 
}

#right-content {
	float: right;
	width: 700px;
	padding-left: 30px;
}

#member-container {
	margin: 0px;
}

#member-content {
	padding-left: 30px;
	padding-top: 20px;

}

#member-content .lcp_catlist {
	margin: 0px; 
}

#member-content .lcp_catlist li {
	list-style: none;
}

.member-page-content {
	clear: both;
	padding: 12px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	width: 710px;
}

#member-left {
	width: 150px;
	float: left;
	padding-right: 25px;
}

#member-left-nav {
	padding: 0 25px;
	color: #0082cc;
	float: left;
	font-size: 12px;
	line-height: 16px;
	width: 125px; 
}

#member-left-nav h7 {
	color: #3084C2;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}

#member-left-nav ul {
	padding: 0;
	margin: 0 5px;
}

#member-left-nav li {
	display: block;
	margin-bottom: 5px;
}

#member-left-nav li a {
	color: #0081C9;
	text-decoration: none;
}

#member-left-nav li a:hover {
	color: #c3cf21;
	text-decoration: underline;
}

#member-sidebar {
	padding-right: 25px;
	width: 210px;
	float: right;
	color: #0082CC;
	font-size: 12px;
	line-height: 16px; 
}

#member-pages {
	padding-top: 30px;
	padding-bottom: 20px;
}

#member-pages h7 {
	color: #3084c2;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px; 
}

#member-pages ul {
	margin: 0px;
	padding-top: 10px;
}

#member-pages li {
	display: block;
	margin-bottom: 5px; 
}

#member-pages li a {
	color: #0081C9;
	text-decoration: none; 
}

#member-pages li a:hover {
	color: #c5d700;
	text-decoration: underline;  
}

.member-title {
	color: #0084C9;
	font-size: 21px;
	font-weight: bold;
	line-height: 5px;
	padding-bottom: 10px;
}


a.llc-nominate-member{
	display:block;
	font-size:13px;
	float:right;
	line-height:100%;
	margin:0 10px 4px 3px;
	border:1px solid #CCC;
	border-color:#CCC #666 #666 #CCC;
	padding:3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*
	background-color:#DDDDDD;
    background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:         linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		color:#666;
	Changed per Alex spec */
	background-color: #c3cf21; color: #333333 !important;
		text-decoration:none;
		width:70px;
		height:25px;
		text-align:center;
}
a.llc-nominate-member:hover{
	/*background-color:#BACDCF;
    background:      -o-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
    background:     -ms-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
    background:    -moz-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
    background: -webkit-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
    background:         linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
		color:#000;
		*/
		background-color: #d0d841; color: #000 !important;
}


#member-blog-list {
	width: 690px;
	font-size: 13px;
	line-height: 18px;
	padding: 0 33px;
	clear: both; 
}

#member-blog-list .post {
	padding-top: 20px;
}

.my-calendar-nav {
	padding-left: 225px;  
}

#nosidebar-content {
	width: 930px;
	padding: 0px 35px 25px 35px;
	background: #ffffff;
}

/* =Pages
-------------------------------------------------------------- */

#left-side {
	width: 125px;
	padding-right: 25px;
	color: #0082cc;
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding-top: 30px;
}

#left-side h7 {
	color: #3084c2;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;  
}

#left-side ul {
	margin: 0px;
}

#left-side li {
	display: block;
	margin-bottom: 5px; 
}

#left-side li a {
	color: #0081C9;
	text-decoration: none;
}

#left-side li a:hover {
	color: #c5d700;
	text-decoration: underline; 
}

#main-content-page {
	width: 560px;
	padding-right: 25px;
	float: left;
}

#main-content-noleftsidebar {
	width: 700px;
	padding-right: 25px;
	float: left;
	padding-left: 10px;
}

.span3 {
    width:30%;
    padding-right:3%;
    float:left;
}
#blog-list {
	width: 700px;
	margin-right: 10px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px; 
}

#page-sidebar {
	width: 200px;
	float: right;
	padding-top: 10px;
}

#research-page {
	width: 675px;
	padding-right: 25px;
	float: left;
}

#research-sidebar {
	width: 225px;
	float: right;
}

#research-posts {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

#research-posts h2 {
	color: #0097cd;
	font-size: 1em;
	padding-bottom: 0px;
	padding-top: 10px;
}

#research-posts h2 a {
	color: #0081C9;
	font-size: 1em;
	text-decoration: none;
}

#research-posts a:hover {
	color: #0097cd;
	font-size: 1em;
	text-decoration: underline;
}

#research-posts .entry {
	border-bottom: 1px dotted #333333;
}

#research-posts #featured-item-text {
	padding-top: 20px;
}

#archives ul {
	padding: 0px;
	margin: 0px;
}

#archives ul li {
	padding: 0px 5px;
	border-bottom: 0px;
}

#audience-page-content {
	width: 650px;
	padding-right: 50px;
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 18px;
	clear: both;
}

#audience-page-container {
	padding: 0 25px 25px 30px;
}

#audience-sidebar {
	width: 250px;
	float: left;
	color: #0082CC;
	font-size: 12px;
	line-height: 16px;  
}

#audience-sidebar ul {
	margin: 0px;
}

#audience-sidebar ul li {
	list-style: none;
	border-bottom: 1px dotted #aca196;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#audience-sidebar a {
	text-decoration: none;
}


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content ul li ul {
	padding-top: 10px;
}

.entry-content ul li ul li {
	list-style-type: circle;
}

.entry-content ol li {
	padding-bottom: 10px;
}


/* =Homepage
--------------------------------------------------------------- */

#main-top {
	height: 300px; 
}

#main-top-side {
	float: right;
	padding-right: 15px; 
	height:300px;
}

#main-bottom {
	width: 950px;
}

#main-featured-items {
	width: 630px;
	margin-right: 10px;
	float: left;
	font-size: 13px;
	line-height: 18px;
}

.feature-container {
	margin-bottom: 40px;
}

.featured-item-image {
	width: 230px;
	height: 130px;
	float: left;
	padding-right: 25px; 
}

.featured-item-text h2 {
	color: #00a2dd;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0 0 10px 0;
}

.featured-item-text h2 a {
	color: #0081C9;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0 0 10px 0;
}


.featured-item-text h2 a:hover {
	color: #0097cd;
	text-decoration: underline; 
}

.featured-item-text p {
	margin: 0px;
}

.featured-item-text .post-meta-key, .cs-excerpt .post-meta-key {
	display: none;
}

.featured-item-text .post-meta {
	margin-bottom: 5px;
}

.featured-item-text .entry ul li {
	display: block;
}

#main-bottom-side {
	width: 310px;
	float: right;
}


/* =Structure
-------------------------------------------------------------- */

/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}

#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
	padding: 0;
	
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	
	padding: 15px;
	background: #f1edea;
	border-left: 1px solid #888888;
}

blockquote p {

margin: 0px;
padding-bottom: 12px;


}
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;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type="text"],
textarea {	
	border: 1px solid #ccc;
	padding: 2px;
}

a:link {
	color: #3084C2;
}
a:visited {
	color: #3084C2;
}
a:active,
a:hover {
	color: #c8d600;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Utility navigation = Social and Signup
-------------------------------------------------------------- */
#utility-nav {
	float: right; 
	width: 301px; 
	padding-right: 60px;
}
#signup {
	float: left;
	padding: 10px 0 0 0;
	color: #fdb900;
}
#signup #signupemail {
	width: 177px;
	color: #666666;
}
#signupsubmit {
	background: url("images/sign-up.png");
	height: 20px;
	width: 77px;
	text-indent: -1000px;
	border: 1px solid #CCCCCC;
}
#signupemail-locus {
	width: 210px;
	color: #666666;
}
.signupname-locus {
	width: 210px;
	color: #666666;
}
#signupsubmit-locus {
	background: url("/images/sign-up-green.png");
	height: 18px;
	width: 68px;
	text-indent: -1000px;
    border:none;
}
#signup .signupname {
	width: 125px;
	color: #666666;
}
#signup ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
#signup ul li#line1 {
	padding-bottom:5px;
}
#signup ul li#line2 {
	vertical-align:middle;
}
#social {
	padding-top: 10px;
	float: right;
	padding-left: 5px;
}
#social img {
	border:none;
}
#social a {
	text-decoration:none;
}
#facebook {
	margin-top: 2px; 
	height: 27px;
}

/* =Main navigation
-------------------------------------------------------------- */

#menu {
  clear:both;
  padding: 0 0 0 30px;
  height: 22px;
	width:970px;
	background-position:50% 0;
	margin:0;
	font-size: 14px;
	text-transform: uppercase;
	color: #0082c8;

}

/*** ESSENTIAL STYLES ***/
div.menu ul, div.menu ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
div.menu ul {
	width:100%;
}
div.menu ul li {
	float:left;
}
div.menu ul li ul {
	visibility:hidden;
	position:absolute;
	width: 230px;
}
div.menu ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

div.menu ul a {
	font-weight:bold;
}
div.menu ul li:hover ul {
	visibility:visible;
	left:auto;
	z-index: 999;
	background: #ffffff;
	opacity: 0.9;
	position: absolute;
}

/*** DEMO SKIN ***/
div.menu ul {
	margin-bottom:	1em;
	border:none;
	background:none;
}
div.menu ul a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 5px;
}
div.menu ul li a:hover {
	color: #c3cf21;
}
div.menu ul li {
	background:none;
	letter-spacing:0px;
	font-weight:bold;
	font-size:13px;
	padding:0;
	margin:0 0px;
	border-right: 1px solid #aca196;
}
div.menu ul ul li {
	letter-spacing:0px;
	color:#000000;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	background:#FFFFFF;
	width:230px;
	margin:0;
}
div.menu ul li li a {
	padding:4px 10px;
	line-height:22px;
	color:#444444;
	text-decoration:none;
}
div.menu ul li li:hover a {
	text-decoration:none;
        background-color:rgba(195,207,33,0.9);
	color:#444444;
}
div.menu ul li:hover,
div.menu ul a:focus, div.menu ul a:hover, .menu a:active {
	color:#444444;
}

/* =Program left navigation
-------------------------------------------------------------- */

#program-left-nav {
	width: 175px;
	padding: 40px 25px 0 0; 
	float: left;
	color: #aca196; 
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
#program-left-nav ul {
	position: relative;
	overflow: visible;
	margin-left: 0px;
}
#program-left-nav ul li {
	/* No positioning */
	overflow: visible;
	display: block;
	padding-bottom: 10px;
}
#program-left-nav ul li a {
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
	display:block;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #807971;
	text-decoration: none;
}
#program-left-nav ul li a:hover {
	color: #c3cf21;
}

#program-left-nav ul ul.children{
	display: none;
	position: relative;
	text-transform: none;
	margin-left:10px;
	margin-top:5px;
}

#program-left-nav ul li ul.children li {
	padding:5px 0;
}
#program-left-nav ul li ul.children li a {
	border-bottom:none;
	padding:0;
}

#program-left-nav ul li.current_page_parent ul,
#program-left-nav ul li.current_page_item ul {
   display: block !important;
}

/* =Footer navigation
-------------------------------------------------------------- */

#footer ul, #footer p {
	color: #aea195;
	text-align:center;
}

#footer-nav ul {
	list-style:none;
	width:900px;
	margin:0 auto 10px;
}
#footer-nav ul li {
	display:inline;
}
#footer-nav ul li a{
	margin:0 30px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}

#content,
#content textarea {
	color: #333;
	line-height: 24px;
}

.content input {
	color: #666666;	  
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h3,
#content h4,
#content h5,
#content h6 {

	line-height: 1.5em;
	font-weight: bold;
}

#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

#content tr.odd td {
	background: #f2f7fc;
}
.hentry {

	margin: 0 0 40px 0;
	
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #0084c9;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	line-height: 30px;
}
.entry-title a:link {
	color: #0084c9;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #c5d700;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	margin-top: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	border-bottom: 1px solid #E7E7E7}

.page-content {
	clear: both;
	padding: 12px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #c5d700;
}
#content .video-player {
	padding: 0;
}

.post error404 not-found {
	width: 900px;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}

.entry-content ul li {
	padding-bottom: 10px;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {	
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f7f5f3;
	line-height: 13px;
	margin-bottom: 20px;
	text-align: center;
}
#content .wp-caption img {
	margin: 0px;
	padding-top: 5px;
}
#content .wp-caption p.wp-caption-text {
	color: #464749;
	font-size: 0.85em;
	margin: 10px;
	text-align: left;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Local Leaders Membership Directory
-------------------------------------------------------------- */

textarea {
	resize: none;	
}

.formReq {
	color: #f00;
	font-size: 16px;
	vertical-align: middle;	
}

.memberDivider {
	width: 100%;
	border-bottom: 1px dotted #ccc;	
}

.memberPhotoUpload {
	/*width:100px;*/
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.fieldError {
	box-shadow: 0 0 5px #faa;
    background-color: #FEE;
}

.profileLeft {
	float:left;
	width:205px;
	margin: 0 0 30px 0 !important;
}

.profilePhoto {
	/*float:left;*/ 
	margin-right: 20px;
	margin-bottom: 30px;

}

.profileRight {
	float:left;
	width:500px;
	margin: 0 0 30px 30px; !important;	
}

.profileRight b, .profileRight strong {
	color: #0084C9;	
}

.profileQuote {
}

.profileFocusAreas {
	float:left;
	width: 100%;
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 4px;	 
}

.profileFocusAreas div {
	float:left;
	margin: 5px 15px 5px 0;	
}

.srItem {
	width: 130px;
	padding: 10px 30px 10px 0px;
	vertical-align:top;
	border:solid grey 0px;
	text-align:center;
}

.srPhoto {
	margin: 0px ;
}
.llcrole {
	color:green;
	font-style: italic;
}

.formContent {
	font-size:13px;
	line-height:18px;
	padding: 13px;
	margin: 4px 0 8px 0;
	background-color: #f7f7f7;
	border-radius: 3px;	
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#CCC #666 #666 #CCC;
}
.formContentGrants  {
	font-size:13px;
	line-height:18px;
	padding: 13px;
	margin: 4px 0 8px 0;
	background-color: #f7f7f7;
	border-radius: 3px;	
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#CCC #666 #666 #CCC;
}
.formContent table,.formContentGrants table  {
	margin:0;
}
.formContent td, .formContentGrants td {vertical-align:text-top}
.formContent select, .formContent input, .formContent button, .formContentGrants select, .formContentGrants input, .formContentGrants button {
	font-size:100%;
}
.formContent select, .formContent input[type=text] {width:150px; box-sizing:border-box; margin-bottom:5px}

.formContentGrants select, .formContentGrants input[type=text] {width:150px; box-sizing:border-box; margin-bottom:5px;}

input.member-search-inputBtn[type=submit] {
	width:auto;
	/*height:16px;*/
	text-align:center;
	/*display:block;
	float:right;
	line-height:100%;
	margin:0 10px 0px 0px;*/
	border:1px solid #CCC;
	border-color:#CCC #666 #666 #CCC;
	/*padding:3px;*/
	/*position: relative;
	z-index:0;
	-moz-border-radius: 4px;*/
	border-radius: 4px;
	/*background-color:#DDDDDD;
    background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	Changed per Alex spec*/
	color: #ffffff; background-color: #0082c8;
	
}
input.member-search-inputBtn:hover{
	color:#fff; background-color: #4098d8;
	/*
	background-color:#BACDCF;
  background:      -o-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
  background:     -ms-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
  background:    -moz-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
  background: -webkit-linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
  background:         linear-gradient(top, #BACDCF 0%, #D1D1D1 60%);
	*/
}
.remove-search-term a {
	text-decoration:none;
	font-weight:bold;
	opacity:.3;
}
.remove-search-term:hover a {
	opacity:1;
}
.remove-search-term:hover a:hover {
	color:#0081C9; /*don't change hover color */
}

div#sortby-div {
	font-size:85%;
	float:right;
}
div#sortby-div select {
	font-size:100%;
}
#registerMember td{
	/*white-space:nowrap;*/
	vertical-align:top;
}

.searchPhotoGroup {
	 float:left;
	 width: 100px;
	 height: 100px;
	 border: 1px solid #ccc;	
	 overflow: hidden;	
}

.searchPhoto {
	width: 100px;
}

#loginBar {
	float:right;
	max-width: 400px;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 4px 12px 4px 12px;
	text-align: right;
	font-size: 12px;
	margin-top:-4.2em;
}
#page-container>#loginBar {
	/* Adjusts bar when it's not in the 700px container */
	margin-right:50px; margin-top:3px;
}
/* Policy Tools and Toolkits */
.policy-tools-landing-table {
	width:100%;
	border-collapse:collapse;
	border:0 solid white;
	margin:0;
	padding:0;
}
.policy-tools-landing-table td {
	vertical-align:top;
	width: 127px;
	padding:24px 48px 16px 0;
	margin:0;
	border:0px solid white;
}

.policy-tools-landing-table img {
	width: 125px; 
	height: 125px; 
	padding: 0px; 
	border: 1px solid #c2c2c2; 
	margin:0 0 0 0;
}

.pt-drop-icon {
	height:16px;
	width: 16px;
	margin-right:1em;
}

.pt-drop-text {
	margin-left:3em;
	border: 1px white solid; /*fixes Chrome "popping" action on slideToggle() */
}

.pt-subtopic-header {
	margin-left:.5em;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.pt-toolkit-list {
	margin-left:1em;
}
/* AD added 10/29*/
.pt-toolkit-list li:nth-child(5n+5) {
	padding-bottom: 10px;
}
.pt-toolkit-list a{
	text-decoration:none;
	color: #807971;
}
.pt-toolkit-list a:hover{
	color: #3084C2;
	text-decoration:underline;
}

.pt-topic-image-topic-page {
	height:50px; 
	width:50px; 
	margin-right:10px;
	vertical-align:middle;
	float:left;
}
.pt-toolkit-title,  .pt-archive-title{
	line-height:120%;
}
.pt-archive-title  a, .pt-toolkit-title  a{
	text-decoration:none;
}
.pt-toolkit-breadcrumb {
	font-size:80%;
	font-weight:normal;
}
.pt-toolkit-title-part {
	white-space:nowrap;
	font-size:110%;
}

ul.pt-resource-button-bar {
	display:block;
	margin:0;
	/*border:1px solid #CCC;*/
	border-width:0 0 1px 0;
	height:37px;
	padding:0;
	position:relative;
}
ul.pt-resource-button-bar:after {
    position: absolute;
    content: "";
		width:100%;
    margin:0 3em 0 0;
		bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
li.pt-resource-button {
  min-width:40px;
	max-width:80px;
	height:29px;
	text-align:center;
	display:block;
	float:left;
	line-height:100%;
	margin:0 0 0 6px;
	border:1px solid #CCC;
	padding:3px 5px 3px 5px;
	position: relative;
	z-index:0;
	-moz-border-radius: 8px 8px 0 0;
	background-color:#DDDDDD;
    
	
}
li.pt-resource-button  a {
		color:#666;
		text-decoration:none;
		/*display:block;
		width:70px;
		height:29px;
		padding:0;
		margin:0; 
		border:0px solid black;
		text-align:center;*/
}
li.pt-resource-button  a:hover, li.pt-resource-button-show  a:hover {
		color:#000;
}
li.pt-resource-button:hover, li.pt-toolkit-pdf-button:hover{
	background-color:#c3cf21;
    background:      -o-linear-gradient(top, #adb726 0%, #c3cf21 60%);
    background:     -ms-linear-gradient(top, #adb726 0%, #c3cf21 60%);
    background:    -moz-linear-gradient(top, #adb726 0%, #c3cf21 60%);
    background: -webkit-linear-gradient(top, #adb726 0%, #c3cf21 60%);
    background:         linear-gradient(top, #adb726 0%, #c3cf21 60%);
}
li.pt-resource-button-show, li.pt-resource-button-show:hover{
	z-index:2;
	border-bottom-color:#FFF;
	background-color:#FFF;
    background:      -o-linear-gradient(top, #EEE 0%, #FFF 50%);
    background:     -ms-linear-gradient(top, #EEE 0%, #FFF 50%);
    background:    -moz-linear-gradient(top, #EEE 0%, #FFF 50%);
    background: -webkit-linear-gradient(top, #EEE 0%, #FFF 50%);
    background:         linear-gradient(top, #EEE 0%, #FFF 50%);
}
li.pt-toolkit-pdf-button {
	width:60px;
	height:25px;
	text-align:center;
	display:block;
	float:right;
	line-height:100%;
	margin:0 10px 4px 3px;
	border:1px solid #CCC;
	padding:3px;
	position: relative;
	z-index:0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#c3cf21;
    } 
li.pt-toolkit-pdf-button  a {
		color:#333333;
		text-decoration:none;
		display:block;
		width:60px;
		height:25px;
		padding:0;
		margin:0; 
		border:0px solid black;
		text-align:center;
}

h2.pt-resource-title {
	font-size: 22px;
	margin-top: 35px;
	font-weight: normal;
	color: #666666;

}
h2.pt-resource-title a {
	font-size: 22px;
	margin-top: 35px;
	font-weight: normal;
	color: #666666;

}
.pt-toolkit-resource-content {
	width:100%;
}

.pt-landing-rt-heading {
	font-size:120%;
	margin-top:2em;
	margin-bottom:1em;
}
.pt-rtypes-list-div {
	float:left;
	margin-right:10px;
	margin-left:10px;
}
.pt-rtypes-list-div li {
	margin-bottom:.5em;
}

/* New LLC PT Toolkits landing page 2014-10-01*/
.toolkitDiv {
	/*clear:both;*/
	border-top:1px solid #CCC;
	margin-top:.5em;
	margin-bottom:1em;
}
.toolkitDiv td {
	vertical-align:top;
	padding-top:1em;
	padding-bottom:.5em;
}
.toolkitDiv .pt_toolkit_index_image_td {
	width: 220px;
	text-align:left;
}
.toolkitDiv .pt_toolkit_index_image_td img{

	width: 200px;
	height:110px;
}
.toolkitDiv .pt_toolkit_index_title {
	clear:none;
	text-transform: uppercase;
	margin:0;
}
.toolkitDiv .pt_toolkit_index_title a{
 text-decoration:none;
}
.toolkitDiv p {

}

/* LLC Model Polcies landing page 2014-09*/
.model-topic-div, .ls-subnav-div {
	clear:both;
	border-top:1px solid #CCC;
	width:700px;
	margin-top:.5em;
	margin-bottom:1em;
}
.model-topic-div  ul {
	margin-left:0;
}
.model-topic-div li { /*makes the list go two columns */
	width: 46%;
	float: left;
	margin-left: 1.5em;
}
.model-topic-div li  a{
	text-decoration:none;
	color: #807971;
}
.model-topic-div li  a:hover{
	color: #3084C2;
	text-decoration:underline;
}

/* Tabs on the New Policy Toolkits landing page (and Model Policies landing page)*/
ul.policy-tools-landingpage-tabs, ul.model-policy-landingpage-tabs{
	display:block;
	margin:0;
	/*border:1px solid #CCC;*/
	border-width:0 0 1px 0;
	height:37px;
	padding:0;
	position:relative;
}
ul.policy-tools-landingpage-tabs:after, ul.model-policy-landingpage-tabs:after{
    position: absolute;
    content: "";
		width:100%;
    margin:0 3em 0 0;
		bottom: 0;
    left: 0;
    border-bottom: 0px solid #AAA;
    z-index: 1;
}
ul.policy-tools-landingpage-tabs li, ul.model-policy-landingpage-tabs li{
  min-width:40px;
	max-width:120px;
	height:29px;
	text-align:center;
	display:block;
	float:left;
	line-height:100%;
	margin:0 0 0 6px;
	border:1px solid #CCC;
	padding:3px 10px 3px 10px;
	position: relative;
	z-index:0;
	background-color:#0084C9;
}
ul.model-policy-landingpage-tabs li {
	background-color:#B0C123;
}
ul.policy-tools-landingpage-tabs  li a, ul.policy-tools-landingpage-tabs li.policy-tools-landingpage-tabs-show a:hover,
ul.model-policy-landingpage-tabs  li a, ul.model-policy-landingpage-tabs li.model-policy-landingpage-tabs a:hover {
		color:#FFF;
		text-decoration:none;
}
ul.policy-tools-landingpage-tabs  li a:hover, ul.model-policy-landingpage-tabs  li a:hover {
		color:#000;
}
/*
ul.policy-tools-landingpage-tabs li:hover{
	background-color:#c3cf21;
}
*/
ul.policy-tools-landingpage-tabs li.policy-tools-landingpage-tabs-show, ul.policy-tools-landingpage-tabs li.policy-tools-landingpage-tabs-show:hover,
ul.model-policy-landingpage-tabs li.policy-tools-landingpage-tabs-show, ul.model-policy-landingpage-tabs li.policy-tools-landingpage-tabs-show:hover{
	z-index:2;
	border-bottom-color:#FFF;
	background-color:#EFA82F;
}

/*Sub-nav links on the Local Successes page */
ul.local-success-subnav {
	text-align:left;
	margin-left:0;
}
ul.local-success-subnav li {
	color: #807971;
	display:inline;
	list-style-type:none;
	margin-left:1em;
}
ul.local-success-subnav li a {
	color: #807971;
	text-decoration:none;
}
ul.local-success-subnav li a:hover {
	color: #c3cf21;
}
ul.local-success-subnav li.local-success-subnav-show a {
	color:#EFA82F;
}

/* New "full-width" and "drop-down" tabs, 2014-10-15 */
.ls-tabs {
    width: 716px; /* [3] */
    margin-left:  -8px; /*compensate for the border-spacing*/
		margin-right:-8px;
    padding: 0;
    list-style: none;
    display: table; /* [1] */
    table-layout: fixed; /* [2] */
    text-align: center;
    border-radius: 0px;
    border:0px solid black;
    border-spacing: 8px;
    border-collapse:separate;
    /*overflow: hidden; /* [1] */
}
.ls-tabs .ls-row {
    display:table-row;
}

.ls-tabs li.a-tab{
    display: table-cell; /* [4] */
    border:0px red solid;
    vertical-align:middle;
    position:relative;
}
.ls-tabs li.a-tab div.inside-table {
    display:table;
    border-spacing: 0;
    border:0px solid green;
    height:48px;
    width:100%;
}
.ls-tabs li.a-tab div.inside-table ul {
    display:none;
    position:absolute;
		z-index:1000;
    top:47px;
    left:0px;
    width:125px;
    border:0px solid blue;
    padding:0;margin:0;
}
.ls-tabs li.a-tab:hover div.inside-table ul {
    display:block;
}
.ls-tabs li.a-tab div.inside-table  ul li {
    display:block;
    padding:0em;
    border:0px solid purple;
    margin:0;
}
.ls-tabs li.a-tab div.inside-table  ul li a {
    margin:0;
    display:block;
    height:100%; 
    width:147px; /*To match the nav tab when there are 4 across */
    padding: 10px;
    /*background-color: #B0C123;*/
		background-color: #FFFFFF;		
    /*background-color:rgba(176, 193, 35, 0.8);*/
    background-color:rgba(255, 255, 255, 0.8);
    
    color: #666;
    font-family:arial, helvetica, sans-serif;
    font-size:13px;
    font-weight: bold;
    text-decoration: none;
    border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
}
.ls-tabs li.a-tab div.inside-table  ul li a:hover {
    background-color: #82941b; /*#EFA82F; orange */
		background-color: rgba(130, 148, 27, 0.95); /*rgba(239, 168, 47, 0.8); orange transparent*/
		color:#FFF;
}

.ls-tabs li.a-tab a.pri-nav {
    border:0px solid black;
    display:table-cell;
    vertical-align:middle;
    height:100%; 
    width:100%;
    padding: 5px; /* AD change 10/29 10px; */
    background-color: #B0C123;
    color: #fff;
    font-family:arial, helvetica, sans-serif;
    font-size:14px;
    /* AD change 10/29 font-weight: bold;*/
    text-decoration: none;
 }

.ls-tabs li.a-tab a.pri-nav:hover, .ls-tabs li.policy-tools-landingpage-tabs-show a.pri-nav {
    background-color: #82941b; /*#EFA82F; orange */
}

.ls-subnav-picture-div, .mp-subnav-picture-div {
	float: left;
	margin: 22px 10px 1em 0;/* AD change 10/29 20px 10px 1em 0; */
}
.ls-subnav-picture-div  img,  .mp-subnav-picture-div img {
	height:110px;/* AD change 10/29 100px; */ 
	width:200px;
}

.ls-subnav-list-div {
	float: left;
	width: 480px;
}


/* PT Browse-by-resource type page */

.pt-rtpage-topic {
	margin-bottom:0;
}

ul.pt-rt-toolkit-list {
	margin-left:0;
	padding-left:0;
}

/* Special State Pages (Maryland) */
.llc-state-resource-grid {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.llc-state-resource-grid td {
	vertical-align:top;
	width: 102px;
	padding:24px 25px 16px 0;
	margin:0;
	border:0px solid white;
	
}
.llc-state-resource-grid img {
	width: 100px; 
	height: 100px; 
	padding: 0px; 
	border: 1px solid #c2c2c2; 
	margin:0 0 0 0;
}



/* end local leaders membership styles */

/*  LOCUS pages 
-------------------------------------------------------------- */
#locus-login-errormsg {
	color:#f00;
	margin-bottom:1em;
	font-size:85%;
	width:700px;
}


/* =Blog
-------------------------------------------------------------- */
#nav-below {
	width: 100%;
	height: 35px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;  
}

#comments {
	clear: both;
	font-size: 13px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #0084C9;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 16px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	padding-top: 5px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 11px 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 13px;
	padding: 0 0 16px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;	
}

.widget_search #s {/* This keeps the search inputs in line */	
	width: 145px;
	padding: 0px;
	height: 17px;
}

#searchsubmit {
	background: url("http://smartgrowthamerica.org/images/go.png") no-repeat;
	height: 19px;
	width: 47px;
	border: 1px solid #CCCCCC;
	text-indent: -1000px;
}

#searchsubmit:hover {
	background-position: 0 -17px;
}

#home-search {
	float: left; 
	width: 300px;
}

#home-search .box {
	width: 240px;
	color: #666666;
}

#page-search .box {
	width: 140px;
}
.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* =Sidebars
-------------------------------------------------------------- */

#sidebar {
	width: 270px;
	float: right;
	padding: 0 30px 0 0;

}

#sidebar-home {
	width: 275px;
	float: right;
	padding: 0 15px 0 0;
}

#donate {
	height: 68px;
	width: 300px;
	background: url("http://www.smartgrowthamerica.org/images/donate-2013.png") no-repeat;
	margin-bottom: 20px;
}

#donate:hover {
	background-position: 0 -68px;
}

#member-side .widget-title {
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}
  
#ps_sidebar_name {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#ps_sidebar_content {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
}

#ps_sidebar_content h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 25px 0 15px 0;
	text-transform: uppercase; 
}

#ps_sidebar_content li {
	padding: 5px;
	display: block;
	border-bottom: 1px dotted #777777;
}

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}


/* =State pages posts
-------------------------------------------------------------- */
.page-content .lcp_catlist {
	padding: 0px;
	margin: 0px;
}

.page-content .lcp_catlist li {
	margin: 0px;
	display: block;
}

.page-content #state-posts ul {
	padding: 0px;
	margin: 0px;
}

#state-posts .title {
	color: #0084C9;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;  
  }

/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;	
	padding: 20px;
	background: url("images/footer-bg.png") repeat-y scroll left top transparent;
	color: #0083cd;
	font-size: 0.8em;
	width: 960px;
	text-align: center;
	line-height: 1em;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

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

.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		
		width: 1000px;
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	
	#colophon {
		
		border-top: 2pt solid #000;
	}
	
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =Policy Styles
-------------------------------------------------------------- */

#policy-section-nav a {
	color: #aca196;
	font-size: .8em;
	text-decoration: none;
}

#policy-section-nav ul{
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
}

#policy-section-nav li{
	border-right: 1px solid #AD9F94;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	z-index: 999;
}

#policy-section-nav a:active {
	font-weight: bold;
}

#policy-sidebar {
	width: 227px;
	float: right;
}

#policy-sidebar #ps_sidebar_name {
	display: none;
}

#policy-page {
	width: 570px;
	padding-right: 25px;
	float: left;
}
.navigation {
	height: 20px;
	margin-bottom: 20px;
}

.my-calendar-prev {
	background: url("http://smartgrowthamerica.org/images/prev-month.gif") no-repeat;
	text-indent: -1000px;
	width: 125px;
	border: 0px;
}
.my-calendar-next {
	background: url("http://smartgrowthamerica.org/images/next-month.gif") no-repeat;
	text-indent: -2000px;
	width: 125px;
	border: 0px;
}

#blog-archives {
	padding-top: 20px;

}
#blog-archives li {
	display: block;
}

#latest-posts ul li {
	display: block;
	margin: 10px 0px;
	}

#latest-posts .post-meta-key {
	display: none;
}

#latest-posts ul {
	margin: 0px;
}

/* =Coalition Section
-------------------------------------------------------------- */
#membersonly {
	color: #333333;
}

#membersonly input {
	color: #333333;
	text-transform: uppercase;
}

.ss-form-title {
	display: none;
}

/* =Category Shortcodes
-------------------------------------------------------------- */
.csc_post .csc_post_title a {
	color: #0084C9;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	line-height: 30px;
	text-decoration: none;
}

.csc_post_thumbnail {
	display: none;
}

.csc_post_date .csc_post_author {
	color: #888;
	font-size: 12px;
	margin-top: 10px;
}

.display-posts-listing {
	list-style: none;
	margin: 0 0 18px 0;
}

.display-posts-listing li.listing-item {
	margin-left: 0px;
	width:100%;
	height:60px;
	margin-bottom:15px;
}

.listing-item a.image {
	float: right;
	padding-left: 10px;
}

.dps-item {
	margin: 10px 0px;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	display: block;
	height: 57px;
}

#left-nav {
	width: 175px;
	padding-right: 25px;
	text-transform: uppercase;
	color: #aca196;
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding-top: 30px;
}


/* =Program Page Template
-------------------------------------------------------------- */

#program-page-container {
	padding: 0 35px 25px 25px;
}

#program-page-title, #page-container h1.blog-page-title, #program-page-container h1.program-page-title {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 1.8em; 
	font-weight: lighter; 
	line-height:1em;
	color: #444444; 
	padding-top:0;
	padding-bottom: 25px; 
	margin-top:0;
	margin-bottom:0;
}

#program-page-title a, #page-container h1.blog-page-title a, #program-page-container h1.program-page-title a {
	color: #444444; 
	text-decoration: none;
}

#program-page-body {
	width: 500px;
	padding-right: 20px;
	float: left;
}

#program-page-sidebar {
	width: 220px;
	margin-top:20px;
	float: right;

}

#program-page-body-nosidebar {
	width: 720px;
	padding-right: 20px;
	float: left;
}

/* =Complete Streets Section
-------------------------------------------------------------- */

#cs-sidebar-nav {
	list-style:none;
	margin:0;
	padding:0;
}
#cs-sidebar-nav li {
	margin-bottom:0;
}
#cs-recent-news {
	font-size:12px;
	line-height:1.2em;
}
#cs-recent-news h3 {
	font-size:1em;
	line-height:1.2em;
	font-weight:bold;
	margin:10px 0 0 0;
}
#cs-recent-news p.date {
	margin:0 0 15px 0;
	font-style:italic;
}
.cs-excerpt img {
	display:none;
}

/* =Buttons
------------------------------------------------------------- */
#read-more-hover {
	height: 25px;
	width: 86px;
	background: url("/images/read-more-hover.png") no-repeat scroll 0 0; 
}

#read-more-hover:hover {
	background-position: 0 -25px;
}

#learn-more {
	height: 12px;
	width: 215px;
	background: url("http://www.smartgrowthamerica.org/images/learn-more.png") no-repeat scroll 0 0; 
	margin-bottom: 8px;
}

#learn-more:hover {
	background-position: 0 -12px;
}

#subscribe {
	height: 12px;
	width: 215px;
	background: url("http://www.smartgrowthamerica.org/images/subscribe.png") no-repeat scroll 0 0; 
	margin-bottom: 8px;
}

#subscribe:hover {
	background-position: 0 -12px;
}

/* =Toggle
------------------------------------------------------------- */
.toggle-content {
	width: 600px;
	margin:0 0 10px 27px;
	background-color: #edebe9;
}
.toggle-content div {
    	padding:10px;
}
.toggle-title {
    	width:590px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	background-color: #d4d4d4;
}
.toggle-header a {
	float: left;
    	padding:5px 0;
	text-align:center;
	width:25px;
	color:#fff;
	margin-right:2px;
	background-color: #d4d4d4;
	text-decoration:none;
}
.toggle-header a:hover {
	color: #edebe9;
}

/* =Sociable
------------------------------------------------------------- */

div.sociable { /*margin: 8px 0;*/}

li div#___plusone_0 {
float:right !important;
width:60px !important;
}
li#Google_p div {
float:right !important;
width:60px !important;
}
/*
#___plusone_2{
float:right !important;
width:60px !important;
}
#___plusone_3 {
float:right !important;
width:60px !important;
}
#___plusone_4 {
float:right !important;
width:60px !important;
}
#___plusone_5 {
float:right !important;
width:60px !important;
}
#___plusone_6 {
float:right !important;
width:60px !important;
}
#___plusone_7 {
float:right !important;
width:60px !important;
}
#___plusone_8 {
float:right !important;
width:60px !important;
}
*/

div.sociable li#Twitter_Counter iframe{
	width:100px !important;
}

#Digg_Counter{
	width:80px !important;

}
#Facebook_Counter iframe{
	width:76px !important;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 3px;
    float:left;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;

	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.soc_clear{
    clear:both;
}

#sociable {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}
#sociable .popup {
	behavior: url('/wp-content/plugins/sociable/css/pie.htc');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #999999 0px 0px 24px;
    border: 3px solid transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 7px #000000;
    position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
}
#sociable .content {
	behavior: url('/wp-content/plugins/sociable/css/pie.htc');
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 7px #000000;
    display: table;
    padding: 10px;
    width: 370px;
}
#sociable .close {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 2px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#sociable .close img {
    opacity: 0.3;
}

#sociable img {
    border: 0 none;
    margin: 0;
}
#sociable .close{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 2px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.share_buttons{
	list-style:none;
}
.share_buttons li{
	float:left;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cs-excerpt ul {

margin: 0px;

}

.cs-excerpt ul li {

display: block;

}

/* ------------------------------------------------------------- */
/* LOCUS CONNECT WITH CONGRESS */
table.congress-meetings-table {
	width:100%;
	margin-bottom:5em;
	border:0;
	border-collapse:collapse;
}
table.congress-meetings-table td {
	font-size:13px;
	padding:10px;
	border:0;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	padding-bottom:1em; padding-top:1em;
	width:630px; /*overridden for 1st td below */
}
table.congress-meetings-table td.drop-icon-td {
	width:30px;
}
table.congress-meetings-table td a {
	text-decoration:none;
}
table.congress-meetings-table td a:hover {
	text-decoration:underline;
}
.congress-meeting-head {
	color:#0084C9; 
	cursor:pointer;
	font-weight:bold;
}
.congress-meeting-group {
	margin-top:.5em;
	margin-bottom:1em;
}

table.congress-reps-table{
	width:100%;
	margin-bottom:5em;
	border:0;
	border-collapse:collapse;
}
table.congress-reps-table td {
	font-size:13px;
	padding:10px;
	border:0;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	padding-bottom:1em;padding-top:1em;
	width:630px; /*overridden for 1st td below */
}
table.congress-reps-table td.drop-icon-td {
	width:30px;
}	
table.congress-reps-table td a {
	text-decoration:none;
}
table.congress-reps-table td a:hover {
	text-decoration:underline;
}

.congress-company-head {
	color:#0084C9; 
	cursor:pointer;
	font-weight:bold;
}
/* END LOCUS CONNECT WITH CONGRESS */
/* ------------------------------------------------------------- */

/* CORE VALUES */

    #core-top-nav {
        text-transform:uppercase;
        font-weight:normal;
        color:#aca196;
        width:1000px;
        margin: 20px -20px 20px -25px;
        height:35px;
    }
    #core-top-nav ul {
        margin:0;
        width:1000px;
    }
    #core-top-nav a {
        color:#ccc;
        text-decoration:none;
    }
    #core-top-nav ul li.current_page_item a, #core-top-nav ul li:hover a {
        color:#ffffff;
    }
    #core-top-nav ul li {
        list-style:none;
        float:left;
        padding:0 30px;
        margin-top:5px;
        border-right:1px solid #ccc;
    }
    #core-top-nav ul li.current_page_item, #core-top-nav ul li:hover{
        background-color: #c3cf21;
        color: #fff;
        border-right:0;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:31px;
        margin:0 1px 0 -1px;
    }