/*   
Theme Name: Open Plans
Theme URI: 
Description: Open Plans Website Theme
Author: Andrew Cochran
Author URI: http://openplans.org/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* =Utility Classes
-------------------------------------------------------------- */

.selfclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.selfclear {
    display: inline-block; /* IE 7 */
}
.selfclear {
    display: block;
    zoom: 1;
}
.nobreak {
    white-space: nowrap;
}
.hidden {
    display: none;
}
p:empty, .emptify {
 display: none;
}


/* =Typography
-------------------------------------------------------------- */

body, input, textarea {
    color: #262626;
    font: 15px "Helvetica Neue",Arial,Helvetica,sans-serif;
    line-height: 22px;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight: bold;
	clear: both;
	color: #807873;
}
h1, h2 { 
    color: #4c4d50;
    font-size: 20px; 
	text-shadow: 1px 1px 0 #fff;
	margin: 22px 0;
}
h3 {
    font-size: 20px;
	margin: 22px 0 10px;
}
h4 {
    font-size: 18px;
    font-weight: normal;
	margin: 10px 0 5px;
	text-transform: uppercase;
}
h5 {
    font-size: 17px;
    font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 5px;
}
h6 {
    font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 5px;
}

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
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 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
    color:#666;
    font-style:italic;
    background: url(img/blockquote.png) 0 0 no-repeat scroll;
	margin: 0 40px 40px 0;
    padding-left: 40px;
}
blockquote p {
    margin-bottom: 12px
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
blockquote cite {
    font-size: 13px;
}
blockquote cite em {
	font-style: italic;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}


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

p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
}
table {
    border:1px solid #c7baaf;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #c7baaf;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color: #c7baaf;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #c7baaf;
    height: 2px;
    margin-bottom: 22px;
}
a:link {
    color: #007fbf;
}
a:visited {
    color: #007fbf;
}
a:active,
a:hover {
    color: #ff5f0b;
}


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

#header {
    z-index:2;
    border-bottom: 1px solid #fff;
    background: transparent url(img/header-innershadow-bottom.png) bottom center no-repeat scroll;
    height: 118px;
}
#branding {
    padding: 25px 0 0;
}
#blog-title {
    width: 242px;
}
#blog-title a {
    display: block;
    background: url(img/openplans-logo-242x66.gif) 0 0 no-repeat scroll;
    width: 242px;
    height: 66px;
    text-indent: -9999px;
    position: relative;
    z-index: 101;
}
#blog-description {
}

/*** HEADER SEARCH FORM ***/
#header #searchform {
    background: url(img/search-box.gif) 0 0 no-repeat scroll;
    width: 170px;
    height: 32px;
    position: absolute;
    bottom: 3px;
    left: 770px;
}

* html #header #searchform {
    margin: 0;
}

#header #searchform #s {
    font-size: 13px;
	color: #807873;
	width: 132px;
	padding: 0;
	background-color: transparent;
	border: 0;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
#header #searchform #searchsubmit {
    position: absolute;
    top: 6px;
    right: 6px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height: 39px;
    font-size: 15px;
    overflow:visible;
    z-index:100;
    margin:0 auto;
    position: relative;
    top: -46px;
    width:940px;
}

* html #access {
    margin:0 auto;
}

#access .menu {
    width: auto;
    position: absolute;
    right: 185px;
}

* html #access .menu {
}

/*** ESSENTIAL MENU STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
/* ul.sf-menu li li:hover ul, */
/* ul.sf-menu li li.sfHover ul { */
/* 	left:			10em; /* match ul width */
/* 	top:			0; */
/* } */
/* ul.sf-menu li li:hover li ul, */
/* ul.sf-menu li li.sfHover li ul { */
/* 	top:			-999em; */
/* }
/* ul.sf-menu li li li:hover ul, */
/* ul.sf-menu li li li.sfHover ul { */
/* 	left:			10em; /* match ul width */
/* 	top:			0; */
/* } */

/*** MENU SKIN ed6115 ff8b38 ***/
.sf-menu {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 12px 15px;
	text-decoration: none;
	color: #4c4c4c;
	text-shadow: 1px 1px 0 #fff;
}
.sf-menu a:hover {
    background-color: #ed6115;
	color: #fff;
}
.sf-menu li {
	font-weight: bold;
}
.sf-menu li li {
	font-weight: normal;
	font-size: 13px;
}
.sf-menu li:hover li,
.sf-menu li.sfHover li {
    background-color: #ff8b38;
}
.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
    color: #fff;
	text-shadow: 1px 1px 0 #ed6115;
}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
    border-top: 1px solid #ffa666;
    border-bottom: 1px solid #e57d32;
	text-shadow: 1px 1px 0 #ed6115;
}
.sf-menu li:hover li a:hover,
.sf-menu li.sfHover li a:hover {
    border-top: 1px solid #e55000;
    border-bottom: 1px solid #ed6115;
	text-shadow: 1px 1px 0 #ed6115;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 39px; /* match access height */
}

/*** MENU Dropdown Indicator ***/
.sf-sub-indicator {
    display: block;
    background: url(img/sf-sub-indicator.gif) 0 0 no-repeat scroll;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 45%;
    right: 12px;
    text-indent: -9999px;
}
.sf-menu li:hover a .sf-sub-indicator ,
.sf-menu li.sfHover a .sf-sub-indicator {
}

.sf-menu a.sf-menu-parent, 
.sf-menu a.sf-menu-parent:visited {
    padding-right: 25px;
}
.sf-menu li:hover a.sf-menu-parent,
.sf-menu li.sfHover a.sf-menu-parent {
    background: transparent url(img/header-innershadow-bottom.png) bottom center no-repeat scroll;
	color: #4c4c4c;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
}


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

body {
    background: #fff url(img/header-tile-118.gif) 0 0 repeat-x scroll;
}
#main-wrapper {
    background: #f8f6f5 url(img/main-white.png) center top repeat-y scroll; 
}
body.home #main-wrapper {
}
#main {
    clear:both;
    padding: 38px 0 60px 0;
}
#content {
    width: 600px;
    overflow: visible;
}
.page-title {
    margin-top: 0;
    padding-bottom: 20px;
    background: url(img/hr.gif) left bottom repeat-x scroll;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #ff5f0b;
}
.page-title span {
    font-style:italic;
    font-weight: normal;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
}
body.blog .hentry,
body.archive .hentry,
body.search-results .hentry {
    background: url(img/hr.gif) left bottom repeat-x scroll;
    margin-bottom: 20px;
    padding: 0 0 22px;
}
.p1 {
}
.single .hentry {
}
.home #content .sticky {
    border:1px solid #c7baaf;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.home h1.entry-title,
.home #post-3081 {
    display: none;
}
.entry-title {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 5px;
}
h1.entry-title {
    margin: 0 0 18px;
}
.entry-title a {
    color: #007fbf;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #ff5f0b;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    margin-bottom: 22px;
}
.entry-meta .author {
}
.entry-meta .n,
.entry-meta .syndicate-author,
.entry-meta .syndicate-url {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #ff5f0b;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
}
.entry-content h1,
.entry-content h2 {
}
.entry-content h3 {
}
.entry-content h4 {
}
.entry-content li {
    margin-bottom: 18px;
}
.entry-content li span.light {
    color: #A69C95;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color: #a69c95;
    font-size: 13px;
    line-height: 18px;
    margin: 22px 0 10px;
}
.entry-utility a {
    color:#a69c95;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #ff5f0b;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #c7baaf;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #ff5f0b;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

a.more {
    font-size: 12px;
    text-transform: uppercase;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

div.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin: 30px 0 22px 0;
    overflow:hidden;
}
div.navigation a {
    color:#fff;
    display: block;
    background: #ed6115 url(img/blue-texture.jpg) center top repeat scroll;
    border-top: 1px solid #40bfff;
    border-left: 1px solid #40bfff;
    border-right: 1px solid #005382;
    border-bottom: 1px solid #005382;
    padding: 8px 12px;
    font-style:italic;
    text-decoration:none;
    text-align: center;
}
div.navigation a:active,
div.navigation a:hover {
    color: #fff;
    background-image: none;
    border-top: 1px solid #ff7a33;
    border-left: 1px solid #ff7a33;
    border-right: 1px solid #945121;
    border-bottom: 1px solid #945121;
}
div.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:30%;
}
.nav-next {
	float: right;
	width:30%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
body.paged #nav-above {
//    display:block;
}
.paged #nav-above {
}


/* =Comments
-------------------------------------------------------------- */

#comments {
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-size:16px;
    line-height:22px;
    margin-bottom: 10px;
}
#comment-notes {
    color: #A69C95;
    }
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border-left:1px solid #fff;
    border-right:1px solid #c7baaf;
    margin:0 0 18px 0;
}
#comments-list li {
    background: url(img/intro-tile.png) -120px top repeat-y scroll;
    border-top:1px solid #fff;
    border-bottom:1px solid #c7baaf;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background: url(img/intro-tile.png) -436px top repeat-y scroll;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #c7baaf;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #ff5f0b;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #ff5f0b;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #c7baaf;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #ff5f0b;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #c7baaf;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #c7baaf;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#ff4080;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#A69C95;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:10px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.xoxo .widgetcontainer {
    margin-bottom: 22px;
}
 
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside {
    color: #4c4c4c;
}
.aside a {
    color: #ff5f0b;
}
.aside a:active,
.aside a:hover {
    color:#007fbf;
}
.aside h3 {
    line-height: 22px;
    margin: 0 0 10px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0 5px;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #c7baaf;
}
.aside tbody {
    border:1px solid #c7baaf;
}
.aside th, .aside td {
    border-right:1px solid #c7baaf;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}

/*** Main Asides ***/
.main-aside ul,
#blog-aside ul {
    padding:0 0 0 10px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding: 0 0 12px;
    margin-bottom: 0;
}
#primary {
}
#secondary {
}
#blog-aside {
    float:right;
    position:relative;
    right:10px;
    width:300px;
}
.main-aside .widgetcontainer {
    background: url(img/hr.gif) left bottom repeat-x scroll;
    margin-bottom: 20px;
    padding: 0 0 20px;
}
.main-aside .widgetcontainer:last-child {
    background-image: none;
    padding: 0;
}



/*** Content Asides ***/
#content .aside {
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
}
#content .aside h3 {
}
#content .aside ul ul {
    padding:0;
}

/*** Footer Asides ***/
#subsidiary {
    display: inline;
}
#subsidiary .aside {
    width: 220px;
    color: #e6e1df;
}
#subsidiary #third {
    margin:0 20px 0 0;
}
#subsidiary .aside a {
    color: #40bfff;
    text-decoration: none;
}
#subsidiary .aside a:hover {
    color: #FF7A33;
    text-decoration: underline;
}
#subsidiary .aside ul ul li {
    padding-bottom: 0.5em;
}

#subsidiary .aside .widgetcontainer:not(:first-of-type) {
    background: url(img/footer-hr.gif) left top repeat-x scroll;
    padding-top: 24px;
}

/*** Sidebar Navigation ***/
.aside ul .flexipages_widget {
    font-size: 18px;
    line-height: 22px;
    color: #c7baaf;
}
.aside ul .flexipages_widget ul {
    list-style: none;
    margin-left: 0;
}
.aside ul .flexipages_widget ul li {
    margin: 0 0 0.3em;
    padding: 0;
	text-shadow: 1px 1px 0 #fff;
}
.aside ul .flexipages_widget ul ul {
    font-size: 15px;
    line-height: 17px;
    margin-top: 0.4em;
    padding: 0;
}
.aside ul .flexipages_widget ul ul li {
    padding-left: 10px;
    background: url(img/flexipages-bullet-light.gif) left center no-repeat scroll;
    margin: 0 0 0.4em;
	text-shadow: none;
}
.aside ul .flexipages_widget ul ul li.current_page_item {
    background: url(img/flexipages-bullet-dark.gif) left center no-repeat scroll;
}
.aside ul .flexipages_widget a {
    text-decoration: none;
}
.aside ul .flexipages_widget a {
    color: #007fbf;
}
.aside ul .flexipages_widget a:hover,
.aside ul .flexipages_widget a:active {
    color: #ff5f0b;
}
.aside ul .flexipages_widget .current_page_item {
    color: #4c4d50;
}
.aside ul .flexipages_widget .current_page_item li {
    color: #c7baaf;
}
.aside ul .flexipages_widget .current_page_item a {
    color: #4c4d50;
}
.aside ul .flexipages_widget .current_page_item .page_item a {
    color: #007fbf;
}
.aside ul .flexipages_widget .current_page_item .page_item a:hover,
.aside ul .flexipages_widget .current_page_item .page_item a:active {
    color: #ff5f0b;
}
/* only show case studies on Case Study child pages */
body.pageid-650 .aside ul .flexipages_widget ul li.page-item-650 ul{
    display: none;
}

/* =Twitter Flock overrides (NB: Assumes images enabled)
-------------------------------------------------------------- */
#twitter-flock h2 {
    margin-bottom: 5px;
		color: #807873;
}

#twitter-flock .tf_status img {
		padding: 5px 0;
}

.tf_status {
    background: url(img/hr.gif) left bottom repeat-x scroll;
    padding: 8px 5px;
}

.tf_name,
.tf_text,
.tf_time {
    display: block;
    margin-left: 58px;
}

.tf_text {
    margin-bottom: -1em;
}

.tf_time {
    font-size: 0.8em;
}

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

#footerwrapper {
    border-top: 1px solid #919399;
    background: url(img/diagonals-dark.gif) 0 0 repeat scroll;
    padding: 60px 0;
}
#footer {
    width: 940px;
    margin: 0 auto;
}
#footer a {
    color: #40bfff;
    text-decoration: none;
}
#footer a:hover {
    color: #FF7A33;
    text-decoration: underline;
}
#footer h3 {
    color: #e6e1df;
    font-size: 15px;
}

#siteinfo {
    color: #e6e1df;
    width: 220px;
    float: left;
    margin: 0;
    clear: none;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}

#siteinfo h3 {
    margin-top: 0;
    }
#siteinfo h3 a {
    background: url(img/openplans-logo-143x40.png) repeat scroll 0 0;
    display: block;
    width: 143px;
    height: 40px;
    text-indent: -9999px;
    margin: -10px 0 10px;
    }
* html #siteinfo h3 a {
		margin: 0 0 10px;
        background: url(img/ie-openplans-logo-143x40.gif) repeat scroll 0 0;
		}

#siteinfo p {
    margin-left: 45px;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #c7baaf !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #c7baaf !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #c7baaf !important;
    color:#ff5f0b !important;
}
.wp-pagenavi a:active {
    border:1px solid #c7baaf !important;
    color:#ff5f0b !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #262626;
    color:#262626;
    margin:2px;
    padding:2px 4px;
}


/* =Home Page 
-------------------------------------------------------------- */
#intro {
    background: #fff url(img/diagonals-light.gif) center top repeat scroll;
    border-bottom: 1px solid #c7baaf;
}

* html #intro {

}

#intro-wrapper {
    background: transparent url(img/intro-tile.png) center top repeat-y scroll;
    padding: 24px 0 10px;
    position: relative;
}
#blog-header {
    background: #f8f6f5 url(img/main-white.png) center top repeat-y scroll; 
    padding: 24px 0 10px;
    position: relative;
}
#blog-tag { 
    float: right;
    color: #ff8b38;
    font-size: 1.4em;
    width: 310px;
    margin-top: 5px;
}
#introfooter {
    background: url(img/blue-texture.jpg) center top repeat scroll;
}
#introfooter-wrapper {
    background: url(img/blue-shadow-top.jpg) center top no-repeat scroll;
    border-bottom: 1px solid #fff;
}
#introfooter-wrapper2 {
    background: url(img/blue-shadow-bottom.jpg) center bottom no-repeat scroll;
    padding: 34px 0 12px;
    color: #e6e1df;
    border-bottom: 1px solid #fff;
}
.intro-container {
    margin:0 auto;
    position:relative;
    width:960px;
}
.intro-container .quotescollection_randomquote {
    color: #fff;
    font-weight: bold;
    width: 445px;
    margin: 0 0 22px 10px;
    background: url(img/blue-quotes.gif) 0 0 no-repeat scroll;
    float: left;
}
.intro-container .quotescollection_randomquote p {
    margin: 0 0 0 40px;
    line-height: 24px;
}
.intro-container .quotescollection_randomquote cite {
    color: #e6e1df;
    font-weight: normal;
    margin-left: 180px;
}
.intro-container .quotescollection_randomquote a {
    color: inherit;
}

a#testimonials-link {
    font-size: 13px;
    line-height: 24px;
    color: #91d2f2;
    display: block;
    position: absolute; 
    bottom: 22px;
    left: 10px;
}

#work-with-us {
    width: 445px;
    margin: 0 10px 22px 0;
    float: right;
    line-height: 24px;
}
#work-with-us h3 {
    color: #91d2f2;
    font-size: 28px;
    margin-top: 0;
	text-shadow: -1.5px -1px 0 #005580;
}
#work-with-us h3,
#work-with-us p {
    margin-bottom: 12px;
}
#work-with-us a:link, 
#work-with-us a:visited {
    color: #fff;
}
#work-with-us a:hover {
    color: #73bfe5;
}

/* Tagline */
#tagline {
    float: right;
    width: 245px;
    margin: 0 10px 0 0;
    line-height: 1.2em;
    color: #666;
    text-align: left;
}

* html #tagline {
		margin: 0 5px 0 0;
}

#tagline h1 {
    color: #3b3b3b;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin: 20px 0 20px;
		text-shadow: 1px 1px 0 #fff;
}
#tagline p {
    color: #4c4d50;
	text-shadow: 1px 1px 0 #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0 20px;
}
#tagline hr {
    margin-bottom: 20px;
}

/* Carousel */
#slider {
    float: left;
    width: 660px;
    margin: 0 0 0 15px;
    position: relative;
    background: url(img/slides-shadow.png) center top no-repeat scroll;
}
* html #slider {
		margin: 0 0 0 7px;
        background-image: none;
}
.scroll {
    height: 302px;
    width: 660px;
    overflow: auto;
    position: relative; /* fix for IE to respect overflow */
    clear: left;
}
.scrollContainer div.panel {
    height: 260px;
    width: 660px;
    background: #fff;
    margin-top: 21px;
}
.scrollbutton {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 35px;
    height: 302px;
    text-indent: -9999px;
}
#scrollleft {
    left: 0;
    background: url(img/slider-prev-d.png) 0 top no-repeat scroll;
}
* html #scrollleft {
        background: url(img/ie-slider-prev.gif) 0 top no-repeat scroll;
}
#scrollright {
    right: 0;
    background: url(img/slider-next-d.png) 0 top no-repeat scroll;
}
* html #scrollright {
        background: url(img/ie-slider-next.gif) 0 top no-repeat scroll;
}
#scrollleft:hover,
#scrollright:hover {
    background-position: 0 bottom;
}
#slider ul.navigation {
    position: relative;
	top: -21px;
	margin: 0 0 0 4px;
    list-style: none;
}
#slider ul.navigation li {
    float: left;
}
#slider ul.navigation li a {
    display: block;
    height: 60px;
    text-indent: -9999px;
}
#slider ul.navigation li a.selected {
    background: url(img/slides-selected-tab.png) center top no-repeat scroll;
}
* html #slider ul.navigation li a.selected {
        background: url(img/ie-slides-selected-tab.gif) center top no-repeat scroll;
}

#slider ul.navigation li.opengeo {
    background: url(img/slides/sm-opengeo.gif) center 24px no-repeat scroll;
    width: 132px;
}
#slider ul.navigation li.streetsblog {
    background: url(img/slides/sm-streetsblog.gif) center 32px no-repeat scroll;
    width: 117px;
}
#slider ul.navigation li.gothamschools {
    background: url(img/slides/sm-gothamschools.gif) center 22px no-repeat scroll;
    width: 84px;
}
#slider ul.navigation li.opentripplanner {
    background: url(img/slides/sm-opentripplanner.gif) center 22px no-repeat scroll;
    width: 101px;
}
#slider ul.navigation li.open311 {
    background: url(img/slides/sm-open311.gif) center 27px no-repeat scroll;
    width: 94px;
}
#slider ul.navigation li.opentransitdata {
    background: url(img/slides/sm-opentransitdata.gif) center 25px no-repeat scroll;
    width: 107px;
}
#slider ul.navigation li.transportation {
    background: url(img/slides/sm-transportation.gif) center 23px no-repeat scroll;
    width: 125px;
}


/* Carousel */
div.panel .slide {
    padding: 30px 50px 0;
}
div#slider div#opengeo { background: url(img/slides/opengeo-bg-dark.jpg) center center no-repeat scroll; }
div#slider div#opengeo .slide { text-align: right; }
div#slider div#opengeo h4 { text-align: center; margin: 0 0 20px; }
div#slider div#opengeo h4 a { display: block; width: 302px; height: 75px; text-indent: -9999px; margin: 0 auto; }
div#slider div#opengeo h5 { font-size: 17px; color: #a6cc43; padding: 0; margin: 0 0 8px; text-align: center; text-transform: none; font-weight: normal; }
div#slider div#opengeo p { color: #fff; font-size: 15px; padding: 0; margin: 0 0 8px; text-align: center; }
div#slider div#opengeo a.about:link, div#slider div#opengeo a.about:visited { color: #a6cc43; background-color: #291c17; padding: 0.2em 0.4em; }
div#slider div#opengeo a.about:hover { color: #fff; }
div#slider div#opengeo span { background-color: #291c17; padding: 2px 6px 4px; }

div#slider div#streetsblog { background: url(img/slides/streetsblog-bg.png) center center no-repeat scroll; }
div#slider div#streetsblog .slide { color: #4c4c4c; }
div#slider div#streetsblog h4 { padding-top: 10px; }
div#slider div#streetsblog h4 a { display: block; width: 240px; height: 30px; margin: 0 0 5px; text-indent: -9999px; }
div#slider div#streetsblog p { font-size: 18px; padding: 0 40px 0 0; margin-bottom: 5px; }
div#slider div#streetsblog a.about:link, div#slider div#streetsblog a.about:visited { color: #fff; }
div#slider div#streetsblog a.about:hover { color: #4c4c4c; }

div#slider div#gothamschools { background: url(img/slides/gothamschools-bg.png) center center no-repeat scroll; }
div#slider div#gothamschools .slide { color: #fff; text-align: right; }
div#slider div#gothamschools h4 { text-align: left; }
div#slider div#gothamschools h4 a { display: block; width: 300px; height: 50px; margin: 0 0 68px; text-indent: -9999px; }
div#slider div#gothamschools p { font-size: 15px; margin-bottom: 5px; text-align: left; }
div#slider div#gothamschools a.about:link, div#slider div#gothamschools a.about:visited { color: #9fcae9; }
div#slider div#gothamschools a.about:hover { color: #fff; }

div#slider div#fixcity { background: url(img/slides/fixcity-bg.png) center center no-repeat scroll; }
div#slider div#fixcity h4 { padding: 10px 0 0 0; margin: 0 0 10px; }
div#slider div#fixcity h4 a { display: block; width: 228px; height: 65px; margin: 0; text-indent: -9999px; }
div#slider div#fixcity p { color: #7896A8; font-size: 15px; line-height: 1.2; padding: 0 330px 0 0; margin: 0 0 5px -5px; }
div#slider div#fixcity a.suggest-a-rack:link, div#slider div#fixcity a.suggest-a-rack:visited { display: block; background: url(img/slides/add-rack-bg.png) -17px top no-repeat scroll; width: 198px; height: 50px; text-indent: -9999px; margin: 0 0 0 -5px; }
div#slider div#fixcity a.suggest-a-rack:hover { background-position: -17px bottom; }

div#slider div#opentripplanner { background: gray; }
div#slider div#opentripplanner { background: url(img/slides/otp-bg.png) center center no-repeat scroll; }
div#slider div#opentripplanner div.info { font-size: 13px; line-height: 17px; background: #f4faf6; float: left; width: 340px; position: absolute; bottom: 30px; left: 60px; }
div#slider div#opentripplanner p { padding: 8px 10px 10px 12px; margin: 0; }
div#slider div#opentripplanner span.logo a:link, div#slider div#opentripplanner span.logo a:visited { color: #ff5f0b; text-decoration: none; font-weight: bold; }
div#slider div#opentripplanner a:link, 
div#slider div#opentripplanner a:visited {  }
div#slider div#opentripplanner a:hover { background-position: -17px bottom; }

div#slider div#open311 { background: url(img/slides/open311-bg.png) center center no-repeat scroll; }
div#slider div#open311 h4 { padding: 10px 0 0 0; margin: 0 0 10px; }
div#slider div#open311 h4 a { display: block; width: 228px; height: 65px; margin: 0; text-indent: -9999px; }
div#slider div#open311 p { color: #5b5b5b; font-size: 15px; line-height: 1.2; padding: 0 350px 0 0; margin: 0 0 5px -5px; }
div#slider div#open311 a:hover { color : #000; }

div#slider div#opentransitdata { background: url(img/slides/otd-bg.png) center center no-repeat scroll; }
div#slider div#opentransitdata h4 { display: none; }
div#slider div#opentransitdata p { color: #fff; text-align: center; font-size: 14px; margin: 134px 0 0; }
div#slider div#opentransitdata a:link, 
div#slider div#opentransitdata a:visited { color: #fff; font-weight: bold; }
div#slider div#opentransitdata a:hover { background-position: -17px bottom; }

div#slider div#transportation { background: url(img/slides/transportation-bg.png) center center no-repeat scroll; }
div#slider div#transportation p { font-size: 14px; margin: 0; position: relative; top: 98px; left: 5px; background-color: #fcfcfc; padding: 6px 8px; width: 25em; border: 1px solid #ccc; }
div#slider div#transportation span { }
div#slider div#transportation a:link, 
div#slider div#transportation a:visited { color: #335580; font-weight: bold; }
div#slider div#transportation a:hover { color: #ff5f0b; }


/* From Our Blog */
h3.from-our-blog {
    margin: 0;
}
h3.from-our-blog a {
    font-size: 13px;
    font-weight: normal;
}
.home .hentry {
    padding-top: 18px;
}

/* From Our Other Blogs */
h3.from-our-other-blogs {
    background: url(img/hr.gif) left top repeat-x scroll;
    margin: 30px 0 0;
    padding: 32px 0 0;
}
.home #page-bottom {}
.home #page-bottom .widgetcontainer {
    background-image: none;
    margin: 0;
    padding: 0;
}
.home #page-bottom .widget_rss ul {
    margin: 0 0 18px;
    list-style: none;
    float: left;
    clear: both; 
}
/* source */
.home #page-bottom .widget_rss .widgettitle {
    font-size: 15px;
    color: #A69C95;
    font-weight: normal;
    margin: 0;
}
.home #page-bottom .widget_rss .widgettitle:before {
    content: "via ";
    color: #A69C95;
}
.home #page-bottom .widget_rss .widgettitle img {
    display: none;
}
/* title */
.home #page-bottom .widget_rss ul li a:link,
.home #page-bottom .widget_rss ul li a:visited {
    color: #007FBF;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
    text-shadow:1px 1px 0 #FFFFFF;
    float: left;
}
.home #page-bottom .widget_rss ul li a:hover {
    color:#FF5F0B;
}
/* date */
.home #page-bottom .widget_rss ul li span {
    color: #666666;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
    clear: left;
}
.home #page-bottom .widget_rss ul li span:before {
    content: "Published: ";
    font-size: 13px;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
}
/* author */
.home #page-bottom .widget_rss ul li cite {
    color: #666666;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
    white-space: nowrap;
    float: left;
    margin-left: 0.5em;
}
.home #page-bottom .widget_rss ul li cite:before {
    content: "By ";
    font-size: 13px;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
}


/* =Filter Lists 
-------------------------------------------------------------- */
#filter-list {
    background: url(img/hr.gif) left top repeat-x scroll;
    margin-top: 20px;
    padding: 2px 0 0;
}
#filter-nav {
    background: url(img/hr.gif) left bottom repeat-x scroll;
    margin-bottom: 20px;
    padding: 10px 0 12px;
}
#filter-nav strong, 
#expertise-nav strong {
    color: #ff5f0b;
}
#filter-nav a,
#expertise-nav a {
    text-decoration: none;
}
#filter-nav a:hover,
#expertise-nav a:hover {
    text-decoration: underline;
}
#filter-nav a.current {
    font-weight: bold;
    color:#4C4D50;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
}
#filter-nav a.current:hover {
    text-decoration: none;
}


/* =Team Page 
-------------------------------------------------------------- */
.team-list .hentry {
    position: relative;
    padding: 20px 0 22px 152px;
    margin-bottom: 20px;
    background: url(img/hr.gif) left bottom repeat-x scroll;
}
.team-list .hentry:last {
    background-image: none;
}

.team-list .hentry .entry-title {
    border: 0;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}
.team-list .hentry img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 120px;
    height: auto;
    background-color: #e6e1df;
    padding: 5px;
    border: 1px solid #e0d0c5;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* =Case Studies Page 
-------------------------------------------------------------- */
.case-list .hentry {
    position: relative;
    padding: 20px 0;
    margin: 0 0 20px 0;
    background: url(img/hr.gif) left bottom repeat-x scroll;
}
.case-list .hentry .thumb {
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
}
.case-list .hentry .thumb img {
    width: 200px;
    background-color: #e6e1df;
    padding: 5px;
    border: 1px solid #e0d0c5;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.case-list .hentry p {
    clear: none;
    margin-left: 232px;
}
.case-list .hentry h2 {
    clear: none;
    margin-top: 0;
    margin-left: 232px;
    margin-bottom: 12px;
}
.case-list .hentry h2 a {
    text-decoration: none;
}
#case-feature a {
    display: block;
    padding: 265px 10px 15px;
    border-color:#E0D0C5 #FFFFFF #FFFFFF #E0D0C5;
    border-style:solid;
    border-width:1px;
    text-decoration: none;
    text-align: right;
}
#case-feature a.ciclovia {
    background: #E6E1DF url(img/case-feature-ciclovia.png) center 6px no-repeat scroll;
}
#case-feature a.trimet {
    background: #E6E1DF url(img/case-feature-trimet.png) center 6px no-repeat scroll;
}
#case-feature a.gap {
    background: #E6E1DF url(img/case-feature-gap.png) center 6px no-repeat scroll;
}
.pageid-650 .edit-link {
    display: none;
}


/* =Projects Page 
-------------------------------------------------------------- */
.pageid-3114 #filter-list {
    background-image: none;
    margin: 0;
    padding: 0;
}
.projects-list .hentry {
    position: relative;
    padding: 40px 0 0;
    margin: 20px 0 0;
    background: url(img/hr.gif) left top repeat-x scroll;
}

.older-projects-header {
    margin-top: 80px;
}

.projects-list .entry-title {
    float: left;
}
.projects-list .entry-title a {
    float: left;
    text-indent: -9999px;
    margin: 0 22px 18px 0;
}

.projects-list #opengeo .entry-title a {
    background: url(img/opengeo-logo.png) 0 0 repeat-x scroll;
    width: 301px;
    height: 75px;
}
* html .projects-list #opengeo .entry-title a {
    background-image: url(img/ie-opengeo-logo.gif);
}
.projects-list #open311 .entry-title a {
    background: url(img/open311-logo.png) 0 0 repeat-x scroll;
    width: 575px;
    height: 70px;
}
* html .projects-list #open311 .entry-title a {
    background-image: url(img/ie-open311-logo.gif);
}
.projects-list #gothamschools .entry-title a {
    background: url(img/gothamschools-project-header.png) 0 0 repeat-x scroll;
    width: 600px;
    height: 103px;
    margin-right: 0;
    margin-bottom: 12px;
}
.projects-list #streetsblog .entry-title a {
    background: url(img/streetsblog-project-header.png) 0 0 repeat-x scroll;
    width: 600px;
    height: 78px;
    margin-right: 0;
    margin-bottom: 12px;
}
.projects-list #streetfilms .entry-title a {
    background: url(img/streetfilms-project-header.png) 0 0 repeat-x scroll;
    width: 582px;
    height: 74px;
    margin-bottom: 0;
    margin-right: 0;
}
* html .projects-list #streetfilms .entry-title a {
    background-image: url(img/ie-streetfilms-project-header.gif);
}
.projects-list #streets-education .entry-title a {
    background: url(img/streetsedu-logo-stacked.png) 0 0 repeat-x scroll;
    width: 184px;
    height: 56px;
    margin-right: 34px;
}
* html .projects-list #streets-education .entry-title a {
    background-image: url(img/ie-streetsedu-logo-stacked.gif);
}
.projects-list #opentripplanner .entry-title a {
    background: url(img/opentripplanner-logo-298x41.png) 0 0 repeat-x scroll;
    width: 298px;
    height: 41px;
    margin-right: 40px;
}
* html .projects-list #opentripplanner .entry-title a {
    background-image: url(img/ie-opentripplanner-logo-298x41.gif);
}
.projects-list #blockparty-nyc .entry-title a {
    background: url(img/blockparty-nyc-logo.png) 0 0 repeat-x scroll;
    width: 328px;
    height: 68px;
}
* html .projects-list #blockparty-nyc .entry-title a {
    background-image: url(img/ie-blockparty-nyc-logo.gif);
}
.projects-list #uncivil-servants .entry-title a {
    background: url(img/uncivil-servants-logo.png) 0 0 repeat-x scroll;
    width: 249px;
    height: 116px;
}
* html .projects-list #uncivil-servants .entry-title a {
    background-image: url(img/ie-uncivil-servants-logo.gif);
}
.projects-list #community-almanac .entry-title a {
    background: url(img/community-almanac-project-header.png) 0 0 repeat-x scroll;
    width: 600px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 12px;
}
.projects-list #openblock .entry-title a {
    background: url(img/openblock-logo.png) 0 0 repeat-x scroll;
    width: 186px;
    height: 63px;
}
* html .projects-list #openblock .entry-title a {
    background-image: url(img/ie-openblock-logo.gif);
}
.projects-list #civic-commons .entry-title a {
    background: url(img/civiccommons-logo-web.png) 0 0 repeat-x scroll;
    width: 434px;
    height: 87px;
}
* html .projects-list #civic-commons .entry-title a {
    background-image: url(img/ie-civiccommons-logo-web.gif);
}


/* =Jobs Page
-------------------------------------------------------------- */


/* =Press Room Page
-------------------------------------------------------------- */
#press-articles {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
}
ul#press-articles li.nytimes {
background:url(img/nytimes.gif) left center no-repeat scroll;
padding: 11px 0 11px 251px;
}
ul#press-articles li.good {
background:url(img/good.gif) left center no-repeat scroll;
padding: 15px 0 15px 86px;
}
ul#press-articles li.v1media {
background:url(img/v1media.gif) left center no-repeat scroll;
padding: 28px 0 28px 83px;
}
ul#press-articles li.wired {
background:url(img/wired.gif) left center no-repeat scroll;
padding: 10px 0 10px 165px;
}
ul#press-articles li.techpresident {
background:url(img/techpresident.gif) left center no-repeat scroll;
padding: 15px 0 10px 210px;
}


/* =Contact Page
-------------------------------------------------------------- */
a#directions-map {
    text-decoration: none;
}
.card-download  {
background: url(img/icon-hcard-download.png) center top no-repeat scroll;
float:right;
height:18px;
overflow:hidden;
text-indent:-9999em;
width:29px;
}
.card-download:hover {
background-position:center bottom;
}

/* Cforms */
.linklove {
    display: none;
}
.cf-ol {
    list-style: none;
    margin: 0;
}
.cf-ol li {
    margin:0 0 40px 0;
    position: relative;
}
.cf-ol br {
    display: none;
}
.cf-ol label {
    font-size:11px;
}
.cf-ol li#li--4 label {
    margin-right: 0.5em;
}
.cf-ol input {
    width:98%;
}
.cf-ol  textarea {
    width:99%;
}
.cf-ol .reqtxt,
.cf-ol .emailreqtxt {
    color:#ff4080;
    font-size:11px;
    font-weight:bold;
}
p.cf-sb {
    text-align:right;
}
.cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cform input,
.cform textarea {
    font-size:13px;
    line-height:18px;
}
.cf-ol input.single,
.cform textarea.area {
    position: absolute;
    top: 1.8em;
    left: 0;
}
.cf-ol  textarea.area {
    height: 160px;
}
.cf-ol li#li--6 {
    margin:0 0 200px 0;
}
.cf-ol li#li--4 {
    margin:0 0 22px 0;
}
.cf-ol li#li--6 label span {
    margin-right:0.3em;
}


/* =For Developers
-------------------------------------------------------------- */
.pageid-746 ul.highlighted-items {
    list-style: none;
    margin: 0;
}
.pageid-746 ul.highlighted-items li {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.pageid-746 ul.highlighted-items {
    list-style: none;
    margin: 0;
}
.pageid-746 ul.highlighted-items li.geoserver {
    background: url(img/geoserver-75.png) 0 0 no-repeat scroll;
    padding-left: 95px;
}
* html .pageid-746 ul.highlighted-items li.geoserver {
    background-image: url(img/ie-geoserver-75.gif);
}
.pageid-746 ul.highlighted-items li.postgis {
    background: url(img/postgis-75.png) 0 0 no-repeat scroll;
    padding-left: 95px;
}
* html .pageid-746 ul.highlighted-items li.postgis {
    background-image: url(img/ie-postgis-75.gif);
}
.pageid-746 ul.highlighted-items li.openlayers {
    background: url(img/openlayers-75.png) 0 0 no-repeat scroll;
    padding-left: 95px;
}
* html .pageid-746 ul.highlighted-items li.openlayers {
    background-image: url(img/ie-openlayers-75.gif);
}
.pageid-746 ul.highlighted-items li.opentripplanner {
    background: url(img/opentripplanner-75.png) 0 0 no-repeat scroll;
    padding-left: 95px;
}
* html .pageid-746 ul.highlighted-items li.opentripplanner {
    background-image: url(img/ie-opentripplanner-75.gif);
}
.pageid-746 ul.highlighted-items li.geoext {
    background: url(img/geoext-75.png) 0 0 no-repeat scroll;
    padding-left: 95px;
}
* html .pageid-746 ul.highlighted-items li.geoext {
    background-image: url(img/ie-geoext-75.gif);
}
.pageid-746 ul.highlighted-items li.geowebcache {
    background: url(img/geowebcache-75.png) 0 0 no-repeat scroll;
    padding-left: 95px;
}
* html .pageid-746 ul.highlighted-items li.geowebcache {
    background-image: url(img/ie-geowebcache-75.gif);
}

#page-bottom  .widgetcontainer {
    background: url(img/hr.gif) left top repeat-x scroll;
    margin-bottom: 20px;
    padding: 20px 0 10px;
}

#text-308369290 .textwidget ul {
    list-style: none;
    margin-left: 0;
}
#text-308369290 .textwidget ul li {
    display: inline;
}
#text-308369290 .textwidget ul li a {
    float: left;
    margin: 0 30px 20px 0;
    text-indent: -9999px;
}
#text-308369290 .textwidget ul li a.wordpress {
    background: url(img/wordpress.png) center center no-repeat scroll;
    width: 63px;
    height: 63px;
}
#text-308369290 .textwidget ul li a.django {
    background: url(img/django.png) center center no-repeat scroll;
    width: 120px;
    height: 63px;
}
#text-308369290 .textwidget ul li a.geotools {
    background: url(img/geotools.png) center center no-repeat scroll;
    width: 188px;
    height: 63px;
}
h3.widgettitle a.rsswidget {
    color: #807873;
}
h3.widgettitle a.rsswidget:hover {
    color: #FF5F0B;
}


a#open311-pledge-bttn {
    display: block;
    background: url(img/open311-pledge-bttn.png) 0 0 no-repeat scroll;
    width: 300px;
    height: 38px;
    text-indent: -9999px;
    margin-bottom: 20px;
}


/* =Event Calendar Plugin
-------------------------------------------------------------- */
.widget_ec3_list .ec3_events {
    margin-left: 0;
    padding-bottom: 5px;
}
.widget_ec3_list .ec3_events ul {
    padding: 0;
}
.widget_ec3_list .ec3_events li.ec3_list_day {
    list-style: none;
    background: url(img/hr.gif) left bottom repeat-x scroll;
    margin-bottom: 8px;
}
.widget_ec3_list .ec3_events li.ec3_list_day ul {
    margin-left: 0;
}
.widget_ec3_list .ec3_events li.ec3_list_day ul li {
    background: url(img/calendar.png) 0 2px no-repeat scroll;
    padding-left: 20px;
    margin: 5px 0;
    list-style: none;
}

/* calendar */
#event-calendar-header {
}
#wp-calendar table {
    width: 100%;
    border-width: 0 0 0 1px;
    margin-bottom: 0;
}
#wp-calendar table caption {
    text-align: center;
    padding: 0.5em 1em;
    border: 1px solid #c7baaf;
    border-bottom: 0;
    background: #e6e1df url(img/header-innershadow-bottom.png) bottom center no-repeat scroll;
}
#wp-calendar table caption a:link,
#wp-calendar table caption a:visited {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	color: #807873;
}
#wp-calendar table thead {
    text-align: center;
    border-right: 1px solid #c7baaf;
    background-color: #e6e1df;
	text-shadow: 1px 1px 0 #fff;
}
#wp-calendar table thead th {
    text-align: center;
}
#wp-calendar table td {
    text-align: center;
    border-right: 1px solid #c7baaf;
}
#wp-calendar table td.pad {
    background: #fff url(img/diagonals-light.gif) 0 0 repeat scroll;
}
#wp-calendar table.nav {
    border-width: 0;
}
#wp-calendar table.nav tr,
#wp-calendar table.nav td {
    border-width: 0;
}
//#ec3_publish {
//    display: block;
//    text-indent: -9999px;
//    width: 16px;
//    height: 16px;
//    margin: 0 auto;
//    background: url(img/calendar.png) 0 0 no-repeat scroll;
//    text-decoration: none;
//}

/* popup */
.ec3_popup {
    margin:0 !important;
    padding:0 !important;
    border: 0;
    position:absolute;
    border-collapse:collapse;
    z-index:30000;
}
.ec3_popup td {
    padding:0;
}
.ec3_popup table {
    background-color: #c7baaf;
    text-align:left;
}
.ec3_popup table td {
}
#ec3_shadow0 div, 
#ec3_shadow0,
#ec3_shadow1,
#ec3_shadow2 div,
#ec3_shadow2 { 
    display: none; 
}

/* schedule */
table.ec3_schedule {
    margin: 0 2em 0.5em 0;
    float:left;
    border: 0;
    font-weight: bold;
    color:#454545;
}

table.ec3_schedule td {
    background-color: #e3e3e3;
    text-align: left;
    border: 0;
    text-align: center;
    line-height: 1;
    padding: 1em 1.5em;
    border-bottom: 1px solid #f7f7f7;
}

table.ec3_schedule td.ec3_start { 
    text-align: right;
    padding: 1em 0 1em  1.5em;
}

table.ec3_schedule td.ec3_to { 
    text-align:center;
    padding: 1em 0.5em;
}

table.ec3_schedule td.ec3_end {
    text-align: left;
    padding: 1em 1.5em 1em 0;
}

/* =Category Posts Widget 
-------------------------------------------------------------- */
.widget_categoryposts li.cat-post-item p {
    display: inline;
}


/* =Quotes Collection Widget 
-------------------------------------------------------------- */
.quotescollection_randomquote {
    color: #666;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 22px 0;
    background: url(img/blockquote.png) 0 0 no-repeat scroll;
}
.quotescollection_randomquote p {
    margin-left: 40px;
}
.quotescollection_randomquote cite {
    color: #a39891;
    font-size: 13px;
    margin-top: 10px;
}
.quotescollection_randomquote a {
    color: inherit;
}

.slug-testimonials #content blockquote.quotescollection {
    color:#666;
    font-style:italic;
    background: url(img/blockquote.png) 0 0 no-repeat scroll;
	margin: 0 40px 40px 0;
    padding-left: 40px;
}
.slug-testimonials #content blockquote.quotescollection cite {
    display:block;
    text-align:right;
    margin-top:10px;
    color:#A39891;
    font-size: 13px;
}
.slug-testimonials #content blockquote.quotescollection cite a:link,
.slug-testimonials #content blockquote.quotescollection cite a:visited {
    color:#A39891;
}
.slug-testimonials #content blockquote.quotescollection cite a:hover {
    color:#007FBF;
}

/* =Donate page buttons
-------------------------------------------------------------- */
.donatebuttons {
    padding: 0 204px;
    margin: -22px 0 0;
}

a.donate-widget-justgive {
    float: left;
    text-indent: -9999em; 
    overflow: hidden;
    height: 49px;
    width : 76px;
    margin: 0.8em 10px;
    background: transparent url(./img/justgive_03.png) top center no-repeat;
}

.donatebuttons form {
    float: left;
    overflow: hidden;
    height: 49px;
    width : 76px;
    margin: 0.8em 10px;
}

.donatebuttons form input{
    border: 0;
    padding: 0;
}

/* =Download page styles
-------------------------------------------------------------- */
#downloadfiles li {
float: left;
width: 48%;
margin: 0 2% 0 0;
}

/* =Support logo list
-------------------------------------------------------------- */
ul#generous-support-from {
    list-style: none;
    margin: 20px 0;
}
ul#generous-support-from li {
    float: left;
}
ul#generous-support-from li a {
    float: left;
    text-indent: -9999px;
}
ul#generous-support-from li.knight a {
    background: transparent url(img/support/knight-foundation.gif) 0 0 no-repeat scroll;
    width: 201px;
    height: 48px;
    margin: 0 60px 0 0;
}
    * html ul#generous-support-from li.knight a { 
        margin: 0 30px 0 0;
    }
ul#generous-support-from li.surdna a {
    background: transparent url(img/support/surdna.gif) 0 0 no-repeat scroll;
    width: 262px;
    height: 44px;
    margin: 2px 0 0 0;
}
    * html ul#generous-support-from li.surdna a { 
        margin: 1px 0 0 0;
    }
ul#generous-support-from li.nacto {
    clear: left;
}
ul#generous-support-from li.nacto a {
    background: transparent url(img/support/nacto.gif) 0 0 no-repeat scroll;
    width: 83px;
    height: 82px;
    margin: 20px 60px 0 0;
}
    * html ul#generous-support-from li.nacto a { 
        margin: 10px 30px 0 0;
    }
ul#generous-support-from li.trimet a {
    background: transparent url(img/support/trimet.gif) 0 0 no-repeat scroll;
    width: 169px;
    height: 40px;
    margin: 41px 60px 0 0;
}
    * html ul#generous-support-from li.trimet a { 
        margin: 20px 30px 0 0;
    }
ul#generous-support-from li.google a {
    background: transparent url(img/support/google.gif) 0 0 no-repeat scroll;
    width: 171px;
    height: 58px;
    margin: 32px 0 0;
}
    * html ul#generous-support-from li.google a { 
        margin: 17px 0 0;
    }
ul#generous-support-from li.world-bank {
    clear: left;
}
ul#generous-support-from li.world-bank a {
    background: transparent url(img/support/world-bank.gif) 0 0 no-repeat scroll;
    width: 232px;
    height: 55px;
    margin: 20px 60px 0 0;
}
    * html ul#generous-support-from li.world-bank a { 
        margin: 10px 30px 0 0;
    }
ul#generous-support-from li.feul a {
    background: transparent url(img/support/feul.gif) 0 0 no-repeat scroll;
    width: 125px;
    height: 60px;
    margin: 20px 0 0;
}
    * html ul#generous-support-from li.feul a { 
        margin: 10px 0 0;
    }

table#job-benefits,
table#job-benefits tr {
border: 0;
font-size: 100%;
margin-bottom: 12px;
}

table#job-benefits li {
margin-bottom: 9px;
}

