/*   
Theme Name: Open Trip Planner
Theme URI: 
Description: Open Trip Planner Website Theme
Author: Colin Zwiebel based on work by 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-l-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: circle;
}
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;
}

a.fancy-link
, #footer a.fancy-link { 
    font-size: 110%;
    font-weight: bold;
    color: #F5863B;
}

a:hover.fancy-link 
, #footer a:hover.fancy-link {
    color: #ED6115;
    text-decoration: none;
} 

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

#header {
    z-index:2;
    /* border-bottom: 1px solid #fff; */ 
    background: transparent url(img/header-separator-simple.png) bottom center no-repeat scroll;
    height: 84px;
    width: 960px;
    margin: auto;
}
#branding {
    padding: 0 0 0;
    width: 960px;
}
#blog-title {
    width: 380px;
    background: #4C4D50;
}
#blog-title a {
    display: block;
    background: url(img/opentripplanner-logo-white-298x48.png) no-repeat scroll;
    background-position: center;
    /* width: 242px; */
    width: 330px;
    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: 50px;
    font-size: 20px;
    overflow:visible;
    z-index:100;
    margin:0 auto;
    position: relative;
    top: -44px;
    width:940px;
}

* html #access {
    margin:0 auto;
}

#access .menu {
    background-color: #898888;
    width: auto;
    margin: 10px 0px;
    position: absolute;
    right: 20px;
}

* 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;
    //TODO: document change or remove original
    */ 
	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 20px 15px;
	text-decoration: none;
	/* color: #4c4c4c; */
    color: #FDFDFD;
	text-shadow: 1px 1px 0 #000;
}
.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 {
    /* TODO: document change or clear original */
    /* background: #fff url(img/header-tile-118.gif) 0 0 repeat-x scroll; */
    background-position: center;
}
#main-wrapper {
    /* background: #f8f6f5 url(img/main-white.png) center top repeat-y scroll; */
    background: #FAF8F8; /* #EEE */
    border: solid #4C4C4C 1px;
    border-top: none;
    /* border-bottom: none; */
    width: 958px;
    margin: auto;
}
body.home #main-wrapper {
}
#main {
    clear:both;
    padding: 15px 0 ;
}
body.home #main { 
    padding: 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;
    margin-top: 18px;
}
.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: circle;
    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 {
    padding: 45px 0;
}

#footer {
    width: 960px;
    margin: 0 auto;
}

#footer a {
    color: #007FBF;
    text-decoration: none;
}

#footer a:hover,
 #footer a:active {
    color: #FF5F0B;
}

#footer h3 {
    color: #e6e1df;
    font-size: 15px;
}

div #siteinfo {
    margin: 0;
    width: 100%;
    clear: none;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;

}

#siteinfo h3 {
    margin-top: 0;
}

#siteinfo p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 4px;
}

#siteinfo a img {
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 2px;
}

#siteinfo #siteinfo-left {
    float: left;
    height: 95px;
    width: 789px;
    text-indent: -10px;
    text-align: middle;
    
    background: #FAF9F9 url(img/otp-siteinfo-background-161.png) no-repeat scroll 0 0;
    padding-left: 165px;
    padding-right: 5px;

    border-right: 1px solid black;
}

#siteinfo #siteinfo-left table {
    width: 750px;
    margin: 12px 30px;
    border: none;
}

#siteinfo #siteinfo-left img {
    height: 20px;
}

#siteinfo #siteinfo-left table tr {
    border: none;
}

#siteinfo #siteinfo-left table td {
    padding: 0;
    vertical-align: middle;
    border: none;
} 

#footer #siteinfo-right p.openplans-logo {
    /* margin-left: 6px; */
}


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

/* =Page Sizing / Ratios
-------------------------------------------------------------- */
#content {
    width: 640px;
    margin-left: 280px;
}

#blog-aside: {
    width: 260px;
}

#primary {
    width: 260px;
}

div.hentry {
    width: 650px;
}

/*
#primary {
    width: 260px;
}
*/


/* =Features Page Menus 
-------------------------------------------------------------- */
div#page-menu {
    font-size: 18px;
    margin-left: 8px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 35px;
}


div#page-menu div {
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    padding-left: 7px;

    background: url(img/flexipages-bullet-light.gif) scroll no-repeat 0 50%;
    /* background: url(img/features_button_bckg.png) scroll no-repeat 0 0; */
}

div#page-menu div a {
    display: block;
    width: 100%;
    height: 100%;
}

div#page-menu a {
    text-decoration: none;

}
div#page-menu a:hover {
    text-decoration: none;
}
div#page-menu a:active {
    text-decoration: none;
}
div#page-menu a.right {
    float: right;
}

div#page-menu a span {
    /* border-bottom: 2px solid #8C8B8B; */
}


/* =Your System Should Be Features
-------------------------------------------------------------- */
ul.system-should-features li {
    font-weight: bold;
}
ul.system-should-features li p {
    font-weight: normal;
    margin-bottom: 0px;
}


/* =Home Page 
-------------------------------------------------------------- */
#intro {
    border-bottom: 1px solid #c7baaf;
    margin: auto;
    padding-top: 5px;
    width:958px;
    border: solid black 1px;
    border-top: none;
    border-bottom: none;

    background: #FAF8F8;
}

* html #intro {

}

#intro-wrapper {
    padding: 0 0 10px;
    position: relative;
}

.intro-container {
    margin:0 auto;
    position:relative;
}

.intro-main-slide {
    /* background: url(img/slides/otp_main_slide_bg.png) center no-repeat scroll; */
    /* background: url(img/home-page/clinton_hill_trip_alt_crop_1.png) 0 0 no-repeat scroll; */
    background: url(img/home-page/clinton-hill-little-ocean-crop.png) 0 0 no-repeat scroll;
    width:958px;
    height: 400px;
}

.intro-main-slide .main-slide-right {
    float: right;
    height: 100%;
    background: white;
    background: url(img/white_90_trans.png) repeat scroll 0 0; 
    margin: 0px;
}

.intro-main-slide .main-slide-right .v-separator {
    position: absolute;
    top: 19px;
    height: 90%;
    width: 4px;
    background: url(img/td.gif) repeat-y scroll 100% 0; 
}

.intro-main-slide .main-slide-right .content {
    width: 300px;
    font-size: 12.2pt;
    line-height: 1.4;
    padding: 20px;
    padding-right: 12px;
    padding-top: 4px;
}

.intro-main-slide .main-slide-right .content img.aligncenter {
    display: inline;
}

.intro-main-slide .main-slide-right p { 
    margin-bottom: 18px;
}

.intro-main-slide .main-slide-right p a { 
    text-shadow: white -1px -1px 0px;
    letter-spacing: 0;
}

.intro-main-slide .main-slide-right p a.fancy-link {
    text-decoration: none;
    text-shadow: none;
}

.intro-main-slide .main-slide-blurb {
    width: 370px;
    background: url(img/white_70_trans.png) repeat scroll 0 0; 
    float: left;
    left: 20px;
    bottom: 45px;
    position: absolute;

    padding-left: 10px;

    /* font-size: 14pt;*/
    line-height: 1.4;
    /* letter-spacing: -1.5px; */
    text-shadow: 1px 1px 0 #fff;
}

/* TODO: if floating div is gone, delete */
.intro-main-slide .main-slide-blurb p {
    margin: 15px;
}

/* TODO: if floating div is gone, delete */
.intro-main-slide .main-slide-blurb p a {
    text-shadow: white -1px -1px 0px;
    letter-spacing: 0;
}

/* TODO: if floating div is gone, delete */
.intro-main-slide .main-slide-blurb p a.fancy-link {
    text-decoration: none;
    text-shadow: none;
}

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

#introfooter {
}

#introfooter ul {
    margin: 0;
    list-style-type: none;
    letter-spacing: 0;
    text-align: left; 
    font-size: 10.5pt;
    color: black;
}

#introfooter ul li {
    float: left;
    width: 216px;
    height: 173px;
    padding: 5px;
    margin-left: 8px;
    margin-right: 2px;

    background: white;
    border: solid 1px black;
}

#introfooter ul li.rightmost {
}

#introfooter ul li a {
    display: block;
    padding: 50px 0px 0px 0px;
    color: black;
    text-decoration: none;
}

#introfooter ul li a h3 {
    letter-spacing: -1.5px;
    padding: 0px 12px;
    margin-bottom: 4px;
    color: #807873;
    text-decoration: underline;

    /* hanging indent */
    text-indent: -50px;
    padding-left: 60px; 
}

#introfooter ul li a:hover h3 {
    color: #ff5f0b;
}

#introfooter ul li a h3 span {
    color: #807873;
    font-size: 14pt;
    letter-spacing: 0px;
    font-weight: normal;
}

#introfooter ul li a p {
    padding: 0px 5px 0px 22px;
    margin-bottom: 0.4em;
    line-height: 1.3em;
}

#introfooter ul li a:visted p {
    text-decoration: none;
}

/* Main Page Feature Squares */
#introfooter #feature-square-one-year-old { 
   background: white url(img/home-page/feature-square-one-year-cupcake.png) no-repeat;
}

#introfooter #feature-square-customized {
   background: white url(img/home-page/feature-square-custom.png) no-repeat;
}

#introfooter #feature-square-multimodal {
   background: #777 url(img/home-page/multi-modal-feature-square.png) no-repeat;
}

#introfooter #feature-square-open-api {
   background: white url(img/home-page/feature-square-open-api.png) no-repeat;
}

#introfooter #feature-square-deploy {
   background: white url(img/home-page/feature-square-deploy.png) no-repeat;
}

/* TODO: DELETE */
#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;
}


/* 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 {
    color: #ff5f0b;
}
#filter-nav a {
    text-decoration: none;
}
#filter-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;
}


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

/* 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--4 {
    margin:0 0 200px 0;
}
.cf-ol li#li--4 label span {
    margin-right:0.3em;
}
/* Submit Message */
div.entry-content div.cf_info.success {
    background: #EAF9C3;
    border: 1px solid #BBF23A;
    padding-left: 4px;
}
div.entry-content div.cf_info.failure {
    background: #FAE1D8;
    border: 1px solid #C13323;
    padding-left: 4px;
}


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


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

