/*
Theme Name: SeniorLAW Center Custom Theme
Theme URI: http://seniorlawcenter.org/
Description: Custom theme developed by SeniorLAW Center Custom Theme.
Version: 1.0
Author: Michael Shannon
Author URI: http://solutionmedia.net
Tags: custom

	Kubrick v1.5
	 http://solutionmedia.netkubrick/

	This theme was designed and built by Michael Shannon,
	whose site you will find at http://solutionmedia.net

	The CSS, XHTML and design are copyright 2009 SeniorLAW Center

*/


/* General Styles */

body {
margin: 0;
padding: 20px 0;
font-family: Arial, sans-serif;
color: #333;
background: #d9f1fd;
}

h1,h2,h3,h4,h5,h6,p,form {
margin: 0;
padding: 0;
}

h1{
font-size: 24px;
}

h2 {
font-size: 22px;
clear: left;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

form, td, p, li {
font-size: 14px;
}

#content div.coll p,
#content div.coll h3 {
padding-bottom: 10px;
}

a {
text-decoration: none;
color: #0082c8;
}

a:hover {
text-decoration: underline;
}

a img {
border: none;
}

a.btn {
display: block;
padding: 0 0 0 10px;
background: transparent url(img/btn.gif) no-repeat left;
}

a.btn span {
display: block;
padding: 5px 10px 5px 0;
background: transparent url(img/btn.gif) no-repeat right;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.bluebtn {
background: transparent url(img/bluebtn.gif) no-repeat left;
padding: 0 0 0 10px;
}

.bluebtn span {
background: transparent url(img/bluebtn.gif) no-repeat right;
padding: 5px 10px 5px 0;
display: block;
}

.nolist {
list-style: none;
margin: 0;
padding: 0;
}

.hnav li {
float: left;
}

.hnav li a {
display: block;
float: left;
width: auto;
}

.hrule {
background: transparent url(img/hrule.gif) no-repeat bottom;
padding-bottom: 25px;
}

.tleft {
text-align: left;
}

.tright {
text-align: right;
}

.tcenter {
text-align: center;
}

.fleft {
float: left;
}

.fright {
float: right;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.hide {
display: none;
}

a.more-link {
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
}

p.edit {
margin: 10px 0 !important;
padding: 0 !important;
float: left;
width: 100%;
}

p.edit a {
padding: 2px 3px;
background: #fffede;
color: #000;
font-size: 10px;
font-weight: bold;
display: block;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-transform: uppercase;
float: left;
}

p.edit a.fright {
float: right;
}

#content li {
clear: both;
}

table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}

td {
vertical-align: top;
}

img.alignright {
padding-left: 10px;
padding-bottom: 10px;
}

img.alignleft {
padding-right: 10px;
padding-bottom: 10px;
}

/*
--------------------------------------------------------------------------------------- TOOLBAR
*/

div#sm_toolbar {
background: #000;
-moz-opacity: .5;
filter:alpha(opacity=50);
-khtml-opacity:0.5;
opacity:0.5;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
color: #ccc;
font-size: 11px;
text-align: right;
}

div#sm_toolbar p {
padding: 5px 20px;
-moz-opacity: .75;
}

div#sm_toolbar p a {
color: #fff;
font-weight: normal;
font-size: 11px;
padding: 0 5px;
}

/*
------------------------------------------------- Wrapper
*/
#wrap{
width: 930px;
margin: 0 auto;
}

/*
------------------------------------------------- TOP
*/

#top {
background: #d9f1fd;
position: relative;
}


#top div.search {
height: 24px;
width: 417px;
background: transparent url(img/srchbg.gif) no-repeat top left;
position: relative;
top: -10px;
}

#top div.search input.searchfield {
border: none;
background: none;
font-size: 14px;
padding: 0 0 3px 25px;
width: 293px;
}

#top div.topnav {
position: absolute;
right: 0;
bottom: 0;
background: transparent url(img/topnavbg.gif) no-repeat bottom right;
height: 28px;
width: 503px;
}

#top div.topnav ul {
position: relative;
top: 5px;
left: 10px;
margin: 0;
padding: 0;
list-style: none;
}

#top div.topnav ul li {
float: left;
position: relative;
}

#top div.topnav ul li a {
color: #fff;
padding: 3px 10px;
font-size: 14px;
display: block;
float: left;
}


#top div.topnav ul li ul {
visibility:hidden;
width: 150px;
background: #CD9B68;
position: absolute;
top: 19px;
left: 0;
margin: 0;
padding: 0;
border: 3px solid #0082c8;
z-index: 99999;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}

#top div.topnav ul li ul.smdrop {
width: 100px;
}

#top div.topnav ul li ul li, 
#top div.topnav ul li ul li a {
display: block;
float: none !important;
}

#top div.topnav ul li ul li a,
#top div.topnav ul li.current-cat ul li a,
#top div.topnav ul li.current_page_item ul li a,
#top div.topnav ul li.current_page_parent ul li a,
#top div.topnav ul li.current_page_ancestor ul li a,
#top div.topnav ul li.current-cat ul li a,
#top div.topnav ul li.current-cat-parent ul li a {
border-top: 1px solid #abd4e9;
border-bottom: 1px solid #6a9ab3;
padding: 5px 7px;
color: #fff;
background: #66B4DE;
}

#top div.topnav ul li ul li a:hover,
#top div.topnav ul li.current_page_parent ul li.current_page_item a,
#top div.topnav ul li.current_page_ancestor ul li.current_page_parent a,
#top div.topnav ul li.current-cat-parent ul li.current-cat a  {
color: #0082c8;
background: #fff !important;
}

#top div.topnav ul li:hover ul {
	visibility:visible;
}

#top div.topnav div.textsizes {
position: absolute;
top: 5px;
right: 10px;
}

#top div.topnav div.textsizes a {
display: block;
float: left;
width: 22px;
height: 22px;
margin-left: 5px;
}

#top div.topnav div.textsizes a span {
display: none;
}


#top div.topnav div.textsizes a.sm {
background: transparent url(img/textsm.gif) no-repeat top left;
}
#top div.topnav div.textsizes a.med {
background: transparent url(img/textmed.gif) no-repeat top left;
}
#top div.topnav div.textsizes a.lg {
background: transparent url(img/textlg.gif) no-repeat top left;
}

#top div.topnav div.textsizes a.on {
background-position: 0 -22px;
}


/*
------------------------------------------------- Header
*/
#hdr {
height: 133px;
background: transparent url(img/hdr.gif) no-repeat top left;
position: relative;
}

#hdr h1 a {
display: block;
height: 133px;
width: 335px;
}

#hdr h1 a span {
display: none;
}

#hdr div.hdrr {
position: absolute;
top: 15px;
right: 15px;
width: 380px;
text-align: center;
}

#hdr div.hdrr a.btn {
width: 170px;
margin: 0 auto;
margin-top: 5px;
} 


#hdr div.hdrr h2 span {
color: #0082c8;
}


/*
------------------------------------------------- Navigation
*/
#nav {
background: transparent url(img/navbg.gif) repeat-x top left;
height: 43px;
border-right: 3px solid #66b4de;
border-left: 3px solid #66b4de;
border-top: 2px solid #66b4de; 
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav ul li {
position: relative;
z-index: 999;
float: left;
}


#nav ul li a {
padding: 12px 16px 11px 16px;
font-size: 14px;
color: #fff;
background: transparent url(img/navlines.gif) no-repeat left;
font-weight: bold;
float: left;
display: block;
}


#nav ul li.page-item-3 a {
background: none;
}

#nav ul li.current-cat a,
#nav ul li.current_page_item a,
#nav ul li.current_page_parent a,
#nav ul li.current_page_ancestor a,
#nav ul li.current-cat a,
#nav ul li.current-cat-parent a,
#nav ul li.current_item_parent a,
#nav ul li a:hover,
#nav ul li:hover a {
text-decoration: none;
background-color: #fff;
color: #0082c8;
}

/*
--------------------------------------------------------------------------------------- DROP MENU
*/

#nav ul li ul {
visibility:hidden;
width: 280px;
background: #CD9B68;
position: absolute;
top: 39px;
left: 0;
margin: 0;
padding: 0;
border: 3px solid #0082c8;
z-index: 99999;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}

#nav ul li ul.news,
#nav ul li ul.events,
#nav ul li ul.faqs {
width: 170px;
}

#nav ul li ul li, 
#nav ul li ul li a {
display: block;
float: none !important;
}

#nav ul li ul li a,
#nav ul li:hover ul li a,
#nav ul li.current-cat ul li a,
#nav ul li.current_page_item ul li a,
#nav ul li.current_page_parent ul li a,
#nav ul li.current_item_parent ul li a,
#nav ul li.current_page_ancestor ul li a,
#nav ul li.current-cat ul li a,
#nav ul li.current-cat-parent ul li a {
border-top: 1px solid #abd4e9;
border-bottom: 1px solid #6a9ab3;
padding: 5px 7px;
color: #fff;
background: #66B4DE;
}

#nav ul li ul li a:hover,
#nav ul li.current_page_parent ul li.current_page_item a,
#nav ul li.current_page_ancestor ul li.current_page_parent a,
#nav ul li.current_item_parent ul li.current_page_item a,
#nav ul li.current-cat-parent ul li.current-cat a  {
color: #0082c8;
background: #fff !important;
}

#nav ul li:hover ul {
	visibility:visible;
}

/*
--------------------------------------------------------------------------------------- SIDE NAVIGATION
*/

ul.snav {
margin-top: 5px;
border-top: 1px solid #cdcdcd;
position: relative;
z-index: 99;
}

ul.snav li a,
.snav li.current_page_parent ul li a {
display: block;
padding: 6px 15px;
color: #0082c8;
border-bottom: 1px solid #cdcdcd;
border-top: 1px solid #fff;
font-weight: bold;
font-size: 14px;
}

.snav li a:hover,
.snav li.current_page_item a, 
.snav li.current-cat a,
.snav li.current_page_parent a {
background: #66b4de;
text-decoration: none;
color: #fff;
}

.snav li {
position: relative;
}

.snav li a {
z-index: 999;
}

.snav li img.snavarrow {
position: absolute;
top: 3px;
left: -10px;
}


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

#content {
float: left;
width: 100%;
background: transparent url(img/pgbgrep.gif) repeat-y top left;
}

#content div.colr,
#content div.coll {
float: left;
}

#content div.coll {
width: 673px;
}

#content div.coll div.subpad {
padding: 15px 25px;
}

#content div.colr {
width: 254px;
}

div.col2 {
float: left;
}

div.col2 .idxleft,
div.col2 .idxright {
float: left;
}

div.col2 .idxleft div.pad,
div.col2 .idxright div.pad {
padding: 20px 25px;
}

div.col2 .idxright div.pad {
padding-left: 10px;
}

div.col2 .idxleft {
width: 369px;
}

div.col2 .idxright {
width: 304px;
}

h1.pagetitle {
color: #0082C8;
border-bottom: 1px solid #66B4DE;
margin-bottom: 15px;
}


h2.title {
color: #666;
border-bottom: 1px solid #66B4DE;
margin-bottom: 15px;
}


/*
--------------------------------------------------------------------------------------- INDEX PAGE SPECIFIC AREA
*/

div.idxpic {
padding-left: 3px;
}

ul.svcs li a {
display: block;
font-weight: bold;
font-size: 16px;
}


div.newsposts {
margin-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 20px;
}

div.post h2 {
margin-top: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}

div.post h2.posttitle {
margin: 0;
border-bottom: none;
font-size: 16px;
}

div.post div.entry {
font-size: 14px;
}

div.post small {
display: block;
padding: 5px 0;
color: #666;
}

div.headlinelist h2 {
border-bottom: 1px solid #ccc;
padding-bottom: 0;
margin-bottom: 5px;
}

div.headlinelist ul li,
div.post ul li {
padding-bottom: 10px;
}

div.headlinelist ul li a {
font-size: 13px;
font-weight: bold;
}

div.headlinelist ul li small {
display: block;
font-size: 12px;
color: #666;
}

ul.eventsmall li h2 {
font-size: 12px;
margin: 0;
border-bottom: none;
color: #666;
font-weight: normal;
}

#content ul.eventsmall li h3 {
padding-bottom: 0;
line-height: 100%;
}

ul.eventsmall li h3 a {
font-size: 14px;
line-height: 100%;
}

ul.eventsmall li h4 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #333;
}

div.clients {
margin-top: 20px;
}

div.clients div {
font-size: 14px;
}

div.clients h2 {
margin-bottom: 10px;
}

div.clients p {
padding-top: 5px;
}

div.clients div span {
font-size: 26px;
line-height: 5px;
font-family: Georgia, serif;
position: relative;
top: 8px;
padding: 0 5px;
}

/*
--------------------------------------------------------------------------------------- MISC CONTENT AREA STYLES
*/

table {
border-collapse: collapse;
border-spacing: 0;
}

table.intake {
width: 500px;
margin: 0 auto;
}

table.intake th {
background: #D9F1FD;
width: 50%;
border: 1px solid #ccc;
padding: 5px;
}

table.intake td {
padding: 5px;
vertical-align: top;
border: 1px solid #ccc;
width: 50%;
text-align: center;
}

/*
--------------------------------------------------------------------------------------- PROJECT MAIN PAGE LISTING
*/

ul.projects {
padding: 0 50px;
}

ul.projects li h2 {
border: none;
font-size: 16px;
padding: 0;
margin: 0;
}

ul.projects li p strong {
font-weight: normal;
}

/*
--------------------------------------------------------------------------------------- CONTACT FORM
*/

table.contact {
width: 100%;
}

table.contact td {
vertical-align: top;
padding: 0 10px 0 0;
position: relative;
z-index: 2;
}

table.contact td.form {
width: 340px;
}

form.wpcf7-form input {
z-index: 9998;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
width: 320px;
font-size: 14px;
border: 1px solid #ccc;
-moz-border-radius: 1px;
-webkit-border-radius: 5px;
padding: 5px;
zoom: 1;
}

form.wpcf7-form div.norm input,
.input_norm input {
width: auto !important;
margin: 0;
padding: 0;
}

form.wpcf7-form textarea {
font-family: Arial, sans-serif;
}

form.wpcf7-form label {
font-weight: bold;
color: #333;
font-size: 14px;
display: block;
}

span.wpcf7-list-item-label {
color: #666;
}

form.wpcf7-form h3 span,
form.wpcf7-form p.note {
font-weight: normal;
font-size: 11px;
color: #999;
}

form.wpcf7-form {
padding-top: 15px;
}

form.wpcf7-form div {
padding-bottom: 15px;
}

form.wpcf7-form div.submit input,
input.btnlg {
width: auto;
background: transparent url(img/btnbg.gif) repeat-x top left;
border: 2px solid #66b4de;
font-weight: bold;
font-size: 14px;
padding: 5px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor: pointer;
}

div.mapwrap {
height: 363px;
width: 623px;
background: #f1f1f1;
}

span.wpcf7-list-item {
margin-left: 0;
}


span.wpcf7-not-valid-tip {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #FF0000;
font-size:10px;
padding:2px;
position:relative !important;
left: 0 !important;
top: 0 !important;
display: block;
}

div.checkboxes .wpcf7-list-item {
display: block;
position: relative;
padding-left: 20px;
padding-bottom: 5px;
}

div.checkboxes .wpcf7-list-item input {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: auto;
}

form.wpcf7-form div.inline {
float: left;
width: 623px;
border-bottom: 1px solid #f1f1f1;
padding: 8px 0;
}

div.inline .wpcf7-form-control-wrap,
div.inline label {
float: left;
}

div.inline label {
width: 400px;
}

div.inline .wpcf7-form-control-wrap {
width: 200px;
text-align: right;
}

div.inline div.other {
clear: left;
}

div.inline div.other label {
width: auto;
}


div.inline div.other .wpcf7-form-control-wrap {
width: auto;
}

div.inline span.homeboundregions {
text-align: left;
}

label span.note {
display: block;
font-weight: normal;
font-size: 11px;
color: #666;
}

span.homeboundregions span.wpcf7-list-item {
display: block;
width: 22%;
float: left;
margin: 0;
padding: 4px;
}

span.homeboundregions span.wpcf7-list-item span.wpcf7-list-item-label {
padding-left: 5px;
}

div.inline div.norm {
clear: left;
}

div.inline div.norm label,
div.inline div.norm .wpcf7-form-control-wrap {
float: none;
width: auto;
}

div.inline div.norm label,
div.other label {
font-weight: normal;
color: #666;
}

div.other label {
margin-right: 5px;
}

div.inline div.norm label.other {
display: block;
clear: left;
}

span.wpcf7-radio input {
width: auto;
}

div.agree {
padding: 6px 6px 6px 35px;
border: 1px solid #ccc;
background: #fffff3;
font-weight: bold;
font-size: 14px;
position: relative;
}

div.agree input {
position: absolute;
top: 6px;
left: 6px;
width: auto;
margin: 0;
}

div.left-labels {
clear: left;
float: left;
width: 623px;
}

div.left-labels label {
width: 100px;
padding-right: 15px;
float: left;
text-align: right;
}

/*
--------------------------------------------------------------------------------------- RIGHT SIDEBAR
*/

div.supportbtn {
height: 31px;
width: 226px;
background: transparent url(img/bluebtn.gif) no-repeat top left;
margin-top: 10px;
}

div.supportbtn a {
font-size: 12px;
font-weight: bold;
display: block;
float: left;
padding: 9px 10px 6px 10px;
margin-top: 1px;
}

div.supportbtn a.left {
border-right: 1px solid #fff; 
}
div.supportbtn a.right {
border-left: 1px solid #d4dfe4; 
}

div.colr h2 {
color: #0082c8;
font-size: 18px;
}

div.colr div.colritem {
padding: 15px;
border-bottom: 1px solid #cdcdcd;
border-top: 1px solid #fff;
}

div.addr img.logo {
padding-bottom: 10px;
}

div.addr h4 {
padding-bottom: 10px;
}

/*
--------------------------------------------------------------------------------------- LINKS PAGE
*/

ul.slclinks li {
border-bottom: 1px solid #f1f1f1;
}

ul.slclinks li h2 {
font-size: 16px;
border-bottom: none;
margin-bottom: 0;
}

ul.slclinks li h2 span {
font-size: 12px;
color: #999;
}

ul.slclinks li div.entry {
padding: 0 20px;
}

a.blank {
background: transparent url(img/extlink.png) no-repeat right;
padding-right: 15px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}

/*
------------------------------------------------- EVENTS DETAIL PAGE
*/

div.em-detaddr {
background: #e0f4fd;
border: 1px solid #ccc;
-moz-border-radius: 8px;
width: 200px;
float: left;
margin: 0 20px 10px 0;
}

div.em-detaddr hr {
width: 75%;
margin: 0 auto;
}

div.em-detaddr h2,
div.em-detaddr h3 {
margin: 0;
padding: 5px 10px;
border: none;
font-size: 16px;
text-align: center;
}

div.em-detaddr h3 {
color: #666;
}

div.em-map {
clear: both;
border: 1px solid #ccc;
width: 623px;
margin-top: 25px;
}

div.em-bookingform {
margin-top: 30px;
}

div.em-bookingform h2 {
border-bottom: none;
}

div.em-bookingform ul li {
float: left;
clear: none !important;
}

div.em-bookingform ul li div {
float: left;
margin-right: 5px;
}

div.em-bookingform ul li div label {
display: block;
font-size: 12px;
font-weight: bold;
color: #666;
}

div.em-bookingform ul li div input.text {
border: 1px solid #ccc;
padding: 2px;
width: 210px;
font-size: 14px;
}

div.em-bookingform ul li div.phone input.text {
width: 100px;
}

div.em-bookingform div.submit {
clear: left;
position: relative;
}

div.em-bookingform div.submit input.btnlg {
position: absolute;
top: 5px;
right: 20px;
font-size: 12px;
padding: 2px 5px;
width: 130px;
}

div.em-bookingform div.submit p {
padding-right: 170px;
font-size: 12px;
color: #464646;
}

ul.dbem_events_list {
list-style: none;
margin: 0;
padding: 0;
}

ul.dbem_events_list h2 {
border-bottom: none;
margin: 0;
font-size: 13px;
}

#content ul.dbem_events_list h3 {
border-bottom: none;
margin: 0;
padding: 0;
}

#content ul.dbem_events_list h4 {
color: #666;
font-weight: normal;
}

#content ul.dbem_events_list li.em-eventitem {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #f1f1f1;
}

/*
--------------------------------------------------------------------------------------- MEMBER LIST
*/

#content ul.memberlist li {
width: 33%;
float: left;
clear: none;
}

ul.memberlist li h2.posttitle {
margin: 0;
padding: 0;
font-size: 12px;
border: none;
}

ul.memberlist li h2.posttitle a {
text-decoration: none;
}

ul.memberlist li p {
margin: 0;
padding: 0;
font-size: 12px;
font-family: Arial, sans-serif;
color: #666;
}

ul.memberlist li div.data {
width: 200px;
height: 200px;
margin: 0 auto;
text-align: center;
}

ul.memberlist li div.data img {
padding: 1px;
border: 1px solid #ccc;
width: 132px;
height: 132px;
}

ul.memberlist li p.edit {
width: 100px;
font-size: 10px;
}

div.bio img {
border: 1px solid #ccc;
width: 132px;
height: 132px;
}


div.bio h1.pagetitle {
margin-bottom: 0;
}

div.bio p.title {
margin: 0 0 10px 0;
padding: 0;
font-size: 18px;
font-family: Arial, sans-serif;
color: #333;
font-weight: bold;
}

img.imageleft {
float: left;
margin: 0 10px 10px 0;
padding: 1px;
border: 1px solid #ccc;
}

/*
--------------------------------------------------------------------------------------- TOP NAVIGATION ON SINGLE POST PAGES
*/

div.navigation {
position: relative;
text-align: center;
height: 15px;
font-size: 12px;
margin: 10px 0;
padding: 5px;
background: #f1f1f1;
border: 1px solid #ccc;
}

div.navigation div.alignleft {
position: absolute;
left: 5px;
}

div.navigation div.alignright {
position: absolute;
right: 5px;
}

div.navback {
text-align: left;
}

div.navback a {
font-weight: bold;
font-size: 14px;
text-decoration: none;
}


div.volunteer_panel {
width: 260px;
border: 1px solid #ccc;
background: #fffff3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
float: right;
margin-left: 10px;
margin-bottom: 10px;
text-align: center;
}

div.volunteer_panel div.pad {
padding: 10px;
}

div.volunteer_panel h2 {
margin: 0;
}

div.volunteer_panel h3 a.baction {
text-decoration: none;
border: 1px solid #ccc;
padding: 3px 5px;
width: 180px;
background: #c7eafd url(img/btnbg.gif) repeat-x top left;
margin: 0 auto;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
}

/*
--------------------------------------------------------------------------------------- DONATE PAGE
*/

ul.donate-options {
list-style: none;
margin: 0;
padding: 0;
}

#content ul.donate-options li {
width: 70%;
clear: none;
margin: 0 auto;
}

#content ul.donate-options li ul li {
float: none;
width: auto;
text-align: left;
}

ul.donate-options li h2 {
font-size: 16px;
border-bottom: none;
margin: 0;
}

ul.donate-options li h2 a {

}

ul.donate-options li div.box {
background: #f1f1f1;
border: 1px solid #ccc;
background: #f1f1f1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 5px 10px;
}

ul.donate-options li div.box div.boxpad {
padding: 10px;
}

div.footnote {
font-size: 11px;
color: #999;
}

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

#ftr {
clear: left;
background: transparent url(img/botcap.gif) no-repeat top;
padding: 15px 10px;
}

#ftr p {
font-size: 10px;
}