/* -----------------------------------------------------------------------
Blueprint CSS Framework 0.9
http://blueprintcss.org
* Copyright (c) 2007-Present. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins,see AUTHORS.
* This is a compressed file. See the sources in the 'src' directory.
----------------------------------------------------------------------- */
/* reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
body{line-height:1.5/*;border-bottom:25px solid #d3f6ba;*/}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
table,td,th{vertical-align:middle;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
a img{border:none;}
/* typography.css */
html{font-size:100.01%;}
#fundraiser_search,
#events_new,
#updates_new,
#invites_new,
#dashboard_manage,
#dashboard_donate,
#fundraisers_edit,
#donate_index,
#dahboard_contacts,
#dashboard_index,
#donors_list,
#wishes_new,
#fundraisers_benefit,
#fundraisers_photos,
#fundraisers_show,
#widgets_index,
#accounts_manage,
#donate_receipt,
#organizations_edit,
#organizations_personalize,
#organizations_list,
#organizations_contact,
#accounts_invite,
#accounts_recommend,
body#stats_show,
#partners_personalize ,body{background:#f1f2e4;/*background:#f3f2e8;*//*#e7f6fe;*/color:#333;font:14px/21px Helvetica,Arial,sans-serif;}
body#widget{background:#FFF;color:#333;font:14px/21px Helvetica,Arial,sans-serif;line-height:1.5;border-bottom:0}
body#accounts_manage {background:#fff;}

h1,h2,h3,h4,h5,h6{font-weight:normal;color:#444;}
h1{font-size:3em;line-height:1;margin-bottom:0.5em;}
h2{font-size:2em;margin-bottom:0.75em;}
h3{font-size:1.5em;line-height:1;margin-bottom:1em;}
h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5{font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6{font-size:1em;font-weight:bold;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0;}
p{margin:0 0 1.5em;}
p img.left{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right{float:right;margin:1.5em 0 1.5em 1.5em;}

a:focus,a:hover{text-decoration:underline;}
a{/*color:#4577b3;*/ color:#3db0b6;text-decoration:none;font-weight:bold;}

blockquote{margin:1.5em;color:#666;font-style:italic;}
strong{font-weight:bold;}
em,dfn{font-style:italic;}
dfn{font-weight:bold;}
sup,sub{line-height:0;}
abbr,acronym{border-bottom:1px dotted #666;}
address{margin:0 0 1.5em;font-style:italic;}
del{color:#666;}
pre{margin:1.5em 0;white-space:pre;}
pre,code,tt{font:1em 'andale mono','lucida console',monospace;line-height:1.5;}
li ul,li ol{margin:0;}
ul,ol{margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul{list-style-type:disc;}
ol{list-style-type:decimal;}
dl{margin:0 0 1.5em 0;}
dl dt{font-weight:bold;}
dd{margin-left:1.5em;}
table{margin-bottom:1.4em;width:100%;}
th{font-weight:bold;}
thead th{background:#c3d9ff;}
th,td,caption{padding:4px 10px 4px 5px;}
tr.even td{background:#e5ecf9;}
tfoot{font-style:italic;}
caption{background:#eee;}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.medium{font-size: .87em;}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide{display:none;}
.quiet{color:#666;}
.loud{color:#000;}
.highlight{background:#ff0;}
.added{background:#060;color:#fff;}
.removed{background:#900;color:#fff;}
.first{margin-left:0;padding-left:0;}
.last{margin-right:0;padding-right:0;}
.top{margin-top:0;padding-top:0;}
.bottom{margin-bottom:0;padding-bottom:0;}
/* forms.css */
label{font-weight:bold;font-family:Helvetica,Arial,serif;}
fieldset{padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend{font-weight:bold;font-size:1.2em;}
input[type=text],input[type=password],input.text,input.title,textarea,select{background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus{border-color:#666;}
input[type=text],input[type=password],input.text,input.title,textarea,select{margin:0.5em 0;}
input.text,input.title{width:300px;padding:5px;}
input.title{font-size:1.5em;}
textarea{width:390px;height:250px;padding:5px;}
input[type=checkbox],input[type=radio],input.checkbox,input.radio{position:relative;top:.25em;}
form.inline{line-height:3;}
form.inline p{margin-bottom:0;}
.notice,.success{padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.notice{background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success{background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a{color:#8a1f11;}
.notice a{color:#514721;}
.success a{color:#264409;}
.gray{color: #525252;}
.light-gray{color: #999;}
button,input[type="reset"],input[type="button"],input[type="submit"]{cursor:pointer;}
/* grid.css */
.container{width:950px;margin:0 auto;}
.showgrid{background:url(src/grid.png);}
.column,.span-1,.span-2,.span-3,.span-4,.span-5,.span-6,.span-7,.span-8,.span-9,.span-10,.span-11,.span-12,.span-13,.span-14,.span-15,.span-16,.span-17,.span-18,.span-19,.span-20,.span-21,.span-22,.span-23,.span-24{float:left;margin-right:10px;}
.last{margin-right:0;}
.span-1{width:30px;}
.span-2{width:70px;}
.span-3{width:110px;}
.span-4{width:150px;}
.span-5{width:190px;}
.span-6{width:230px;}
.span-7{width:270px;}
.span-8{width:310px;}
.span-9{width:350px;}
.span-10{width:390px;}
.span-11{width:430px;}
.span-12{width:470px;}
.span-13{width:510px;}
.span-14{width:550px;}
.span-15{width:590px;}
.span-16{width:630px;}
.span-17{width:670px;}
.span-18{width:710px;}
.span-19{width:750px;}
.span-20{width:790px;}
.span-21{width:830px;}
.span-22{width:870px;}
.span-23{width:910px;}
.span-24{width:950px;margin-right:0;}
input.span-1,textarea.span-1,input.span-2,textarea.span-2,input.span-3,textarea.span-3,input.span-4,textarea.span-4,input.span-5,textarea.span-5,input.span-6,textarea.span-6,input.span-7,textarea.span-7,input.span-8,textarea.span-8,input.span-9,textarea.span-9,input.span-10,textarea.span-10,input.span-11,textarea.span-11,input.span-12,textarea.span-12,input.span-13,textarea.span-13,input.span-14,textarea.span-14,input.span-15,textarea.span-15,input.span-16,textarea.span-16,input.span-17,textarea.span-17,input.span-18,textarea.span-18,input.span-19,textarea.span-19,input.span-20,textarea.span-20,input.span-21,textarea.span-21,input.span-22,textarea.span-22,input.span-23,textarea.span-23,input.span-24,textarea.span-24{border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1,textarea.span-1{width:18px;}
input.span-2,textarea.span-2{width:58px;}
input.span-3,textarea.span-3{width:98px;}
input.span-4,textarea.span-4{width:138px;}
input.span-5,textarea.span-5{width:178px;}
input.span-6,textarea.span-6{width:218px;}
input.span-7,textarea.span-7{width:258px;}
input.span-8,textarea.span-8{width:298px;}
input.span-9,textarea.span-9{width:338px;}
input.span-10,textarea.span-10{width:378px;}
input.span-11,textarea.span-11{width:418px;}
input.span-12,textarea.span-12{width:458px;}
input.span-13,textarea.span-13{width:498px;}
input.span-14,textarea.span-14{width:538px;}
input.span-15,textarea.span-15{width:578px;}
input.span-16,textarea.span-16{width:618px;}
input.span-17,textarea.span-17{width:658px;}
input.span-18,textarea.span-18{width:698px;}
input.span-19,textarea.span-19{width:738px;}
input.span-20,textarea.span-20{width:778px;}
input.span-21,textarea.span-21{width:818px;}
input.span-22,textarea.span-22{width:858px;}
input.span-23,textarea.span-23{width:898px;}
input.span-24,textarea.span-24{width:938px;}
.append-1{padding-right:40px;}
.append-2{padding-right:80px;}
.append-3{padding-right:120px;}
.append-4{padding-right:160px;}
.append-5{padding-right:200px;}
.append-6{padding-right:240px;}
.append-7{padding-right:280px;}
.append-8{padding-right:320px;}
.append-9{padding-right:360px;}
.append-10{padding-right:400px;}
.append-11{padding-right:440px;}
.append-12{padding-right:480px;}
.append-13{padding-right:520px;}
.append-14{padding-right:560px;}
.append-15{padding-right:600px;}
.append-16{padding-right:640px;}
.append-17{padding-right:680px;}
.append-18{padding-right:720px;}
.append-19{padding-right:760px;}
.append-20{padding-right:800px;}
.append-21{padding-right:840px;}
.append-22{padding-right:880px;}
.append-23{padding-right:920px;}
.prepend-1{padding-left:40px;}
.prepend-2{padding-left:80px;}
.prepend-3{padding-left:120px;}
.prepend-4{padding-left:160px;}
.prepend-5{padding-left:200px;}
.prepend-6{padding-left:240px;}
.prepend-7{padding-left:280px;}
.prepend-8{padding-left:320px;}
.prepend-9{padding-left:360px;}
.prepend-10{padding-left:400px;}
.prepend-11{padding-left:440px;}
.prepend-12{padding-left:480px;}
.prepend-13{padding-left:520px;}
.prepend-14{padding-left:560px;}
.prepend-15{padding-left:600px;}
.prepend-16{padding-left:640px;}
.prepend-17{padding-left:680px;}
.prepend-18{padding-left:720px;}
.prepend-19{padding-left:760px;}
.prepend-20{padding-left:800px;}
.prepend-21{padding-left:840px;}
.prepend-22{padding-left:880px;}
.prepend-23{padding-left:920px;}
.border{padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder{padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1{margin-left:-40px;}
.pull-2{margin-left:-80px;}
.pull-3{margin-left:-120px;}
.pull-4{margin-left:-160px;}
.pull-5{margin-left:-200px;}
.pull-6{margin-left:-240px;}
.pull-7{margin-left:-280px;}
.pull-8{margin-left:-320px;}
.pull-9{margin-left:-360px;}
.pull-10{margin-left:-400px;}
.pull-11{margin-left:-440px;}
.pull-12{margin-left:-480px;}
.pull-13{margin-left:-520px;}
.pull-14{margin-left:-560px;}
.pull-15{margin-left:-600px;}
.pull-16{margin-left:-640px;}
.pull-17{margin-left:-680px;}
.pull-18{margin-left:-720px;}
.pull-19{margin-left:-760px;}
.pull-20{margin-left:-800px;}
.pull-21{margin-left:-840px;}
.pull-22{margin-left:-880px;}
.pull-23{margin-left:-920px;}
.pull-24{margin-left:-960px;}
.pull-1,.pull-2,.pull-3,.pull-4,.pull-5,.pull-6,.pull-7,.pull-8,.pull-9,.pull-10,.pull-11,.pull-12,.pull-13,.pull-14,.pull-15,.pull-16,.pull-17,.pull-18,.pull-19,.pull-20,.pull-21,.pull-22,.pull-23,.pull-24{float:left;position:relative;}
.push-1{margin:0 -40px 1.5em 40px;}
.push-2{margin:0 -80px 1.5em 80px;}
.push-3{margin:0 -120px 1.5em 120px;}
.push-4{margin:0 -160px 1.5em 160px;}
.push-5{margin:0 -200px 1.5em 200px;}
.push-6{margin:0 -240px 1.5em 240px;}
.push-7{margin:0 -280px 1.5em 280px;}
.push-8{margin:0 -320px 1.5em 320px;}
.push-9{margin:0 -360px 1.5em 360px;}
.push-10{margin:0 -400px 1.5em 400px;}
.push-11{margin:0 -440px 1.5em 440px;}
.push-12{margin:0 -480px 1.5em 480px;}
.push-13{margin:0 -520px 1.5em 520px;}
.push-14{margin:0 -560px 1.5em 560px;}
.push-15{margin:0 -600px 1.5em 600px;}
.push-16{margin:0 -640px 1.5em 640px;}
.push-17{margin:0 -680px 1.5em 680px;}
.push-18{margin:0 -720px 1.5em 720px;}
.push-19{margin:0 -760px 1.5em 760px;}
.push-20{margin:0 -800px 1.5em 800px;}
.push-21{margin:0 -840px 1.5em 840px;}
.push-22{margin:0 -880px 1.5em 880px;}
.push-23{margin:0 -920px 1.5em 920px;}
.push-24{margin:0 -960px 1.5em 960px;}
.push-1,.push-2,.push-3,.push-4,.push-5,.push-6,.push-7,.push-8,.push-9,.push-10,.push-11,.push-12,.push-13,.push-14,.push-15,.push-16,.push-17,.push-18,.push-19,.push-20,.push-21,.push-22,.push-23,.push-24{float:right;position:relative;}
.prepend-top{margin-top:1.5em;}
.append-bottom{margin-bottom:1.5em;}
.box{padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space{background:#fff;color:#fff;visibility:hidden;}
.clearfix:after,.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix,.container{display:block;}
.clear{clear:both;}
/* general settings */
input,
textarea,
select{font:100% Helvetica,Arial,sans-serif;vertical-align:middle;}
body.home-page{background:#fff;}
.container{width:998px;}
#wrapper{width:100%;}
.logo{display:block;background:url(../images/logo.png) no-repeat;overflow:hidden;text-indent:-9999px;height:64px;margin:10px 0 10px 5px;}
.logo a{display:block;height:100%;}
.home-page .logo{background:url(../images/logo-home-page.png) no-repeat;overflow:hidden;text-indent:-9999px;width:307px;height:67px;margin:0 0 30px 5px;}
.home-page .logo-big{background:url(../images/logo-home-page-big.png) no-repeat;overflow:hidden;text-indent:-9999px;width:405px;height:124px;margin:0 0 30px 5px;}
#header{height:46px;top:0;left:0;width:100%;background:#4b83c5 url(../images/bg-header.gif) repeat-x 50% 0;font-family:Helvetica,Arial,sans-serif;font-size:15px;font-style:normal;}
#nav,
.user-nav{margin:0;padding:12px 0 0 4px;list-style:none;float:left;font-size:15px;line-height:21px;font-weight:bold;color:#fff;}
#nav li,
.user-nav li{float:left;padding:0 22px 0 0;}
#nav li.right{float:right;padding:0 0 0 22px;}
#nav a,
.user-nav a{color:#fff;text-decoration:none;}
#nav a:hover,
.user-nav a:hover{text-decoration:underline;}
#header .bar{float:right;}
#header .search{background:url(../images/bg-search.gif) no-repeat;width:231px;height:27px;float:left;margin:10px 2px 0 0;}
#header .search fieldset{border:0;padding:0;margin:0;overflow:hidden;width:100%;}
#header .search .text{float:left;width:180px;border:0;padding:4px 10px;margin:0;background:none;color:#4577b3;font-weight:bold;font-size:12px;}
#header .search .submit{float:right;background:url(../images/btn-search.gif) no-repeat;width:24px;height:24px;overflow:hidden;text-indent:-9999px;font-size:0;line-height:0;margin:0 6px 0 0;border:0;cursor:pointer;}
.txt-fundraising{background:url(../images/txt-fundraising.png) no-repeat;overflow:hidden;text-indent:-9999px;width:434px;height:43px;}
.intro{font-size:16px;line-height:24px;padding:15px 0 0;}
.intro h2{color:#4577b3;margin:0 0 8px;}
.intro-text{padding:0 0 0 5px;}
.intro-text p{margin:0 0 23px;font-family:Helvetica,Arial,sans-serif;font-size:14px;color:#333333;}
.fundraising-form{padding:0 0 0 4px;width:472px;margin:0 -6px 0 0;}
.fundraising-form fieldset{margin:0;padding:0;border:0;}
.fundraising-form p{margin:0 0 9px;}
.fundraising-form .bg-row{overflow:hidden;width:424px;height:38px;position:relative;padding:9px 0 0 0;}
.fundraising-form .bg-row span{font-family:Helvetica,sans-serif;font-size:16px;color:#000;font-weight:bold;float:left;}
.fundraising-form .select{float:left;margin:0;border:1px solid #4577b3;padding:2px 0;margin:-2px 5px 0 5px;color:#999;font-size:16px;width:120px;height:31px;font-family:Helvetica,sans-serif;color:#4577b3;font-weight:bold;float:left;}
.fundraising-form .submit{background:url(../images/submit-fundraising-form.gif) no-repeat;font-size:0;line-height:0;width:106px;height:41px;margin:6px 0 0;border:0;cursor:pointer;}
.intro .login-social{padding:18px 0 0 4px;font-size:14px;line-height:21px;}
.intro .login-social img{vertical-align:middle;}
.intro .login-social a{margin:0 0 0 7px;}
.intro .visual{width:510px;min-height:370px;background:url(../images/home_img_2.png) bottom left no-repeat;/* OLD IMAGE:background:url(../images/home_img1.gif) bottom left no-repeat;*/}
.visual .info{float:right;color:#666666;font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;}
.visual .info a{font-family:Helvetica,Arial,sans-serif;display:block;}
.raised-work .cost{font-size:18px;color:#5eb521;}
.holder-image img{vertical-align:top;}
.social-proof{padding:2px 0 1px;background:url(../images/dotted-line.gif) repeat-x;border-bottom:4px solid #c9dae3;}
.social-proof .frame{background:#d9eaff url(../images/dotted-line.gif) repeat-x 0 100%;width:100%;overflow:hidden;padding:0 0 14px;}
.social-proof .container{display:table;}
.social-proof .raised-work{font-family:Helvetica,Arial,sans-serif;font-size:16px;color:#333333;padding-top:40px;}
.social-proof .recent-news{width:430px;padding:0 50px 0 0;vertical-align:middle;font-size:14px;line-height:24px;font-weight:bold;}
.recent-news p{margin:0 0 .5em;padding:0;}
.social-proof .quote blockquote{margin:0;display:table;width:100%;color:#4577b3;font-family:Georgia,"Times New Roman",Times,serif;font-size:16px;}
.social-proof .quote blockquote div{display:table-row-group;width:100%;}
.social-proof .quote q{display:table-cell;width:293px;padding:0 17px 0 7px;vertical-align:middle;font:italic 16px/21px Georgia,Times,"Times New Roman",serif;}
.social-proof .quote .cite{display:table-cell;vertical-align:middle;width:auto;}
.txt-chicago-tribune{background:url(../images/txt-chicago-tribune.gif) no-repeat;overflow:hidden;text-indent:-9999px;width:150px;height:23px;display:block;}
.social-proof .recent-news h3{color:#333;font-size:12px;line-height:24px;text-transform:uppercase;font-weight:bold;margin:20px 0 0;}
.featured-fundraisers{padding:26px 0 30px;}
.featured-fundraisers .heading,.logos-section .heading{font-size:12px;line-height:14px;font-weight:bold;padding:0 0 11px 4px;text-transform:uppercase;text-align:left;}
.featured-fundraisers .heading h3{font-size:12px;margin:0;font-weight:bold;float:left;text-transform:uppercase;}
.featured-fundraisers .heading .swicher,.swicher{margin:-1px -7px 0 0;padding:0;list-style:none;float:right;font-size:12px;line-height:14px;font-weight:bold;text-transform:uppercase;}
.featured-fundraisers .heading .swicher li,.swicher li{float:left;padding:0 10px;background:url(../images/split-swicher.gif) no-repeat 0 2px;}
.featured-fundraisers .heading .swicher li:first-child,
.swicher li:first-child,
.featured-fundraisers .heading .swicher li.first-child{background:none;}
.featured-fundraisers .heading .swicher .link-prev,.swicher .link-prev{padding:0 0 0 13px;float:left;background:url(../images/arrow-prev.gif) no-repeat 0 2px;}
.featured-fundraisers .heading .swicher .link-next,.swicher .link-next{padding:0 13px 0 0;float:left;background:url(../images/arrow-next.gif) no-repeat 100% 2px;}
.featured-fundraisers .boxes{margin:2px;padding:0;width:226px;position:relative;overflow:hidden;}
.featured-fundraisers .mrg-rght{margin-right:28px;}
.featured-fundraisers .boxes-t{height:12px;width:225px;background:url(../images/bg-boxes-t.png) no-repeat;margin-top:2px;}
.featured-fundraisers .boxes-b{height:12px;width:225px;background:url(../images/bg-boxes-b.png) no-repeat;}
.featured-fundraisers .boxes-m{background:url(../images/bg-boxes-m.png) repeat-y;height:270px;}
.featured-fundraisers .box{float:left;background:none;width:190px;margin:10px 15px 0 15px;font-size:11px;line-height:18px;color:#666;height:230px;padding:0;position:relative;}
.featured-fundraisers .box .give{position:absolute;top:0;margin:-23px 0 0 152px;background:url(../images/bg-give.png) no-repeat;overflow:hidden;text-indent:-9999px;width:59px;height:59px;cursor:pointer;}
.featured-fundraisers .box h3{margin:0;padding:0;color:#4577b3;font-weight:bold;font-size:14px;line-height:18px;margin-bottom:10px;height:35px;overflow:hidden;}
.featured-fundraisers .box .box-blurb{height:90px;overflow:hidden;}
.featured-fundraisers .box .holder-image {float:left;background:#b5d3e2;margin:2px 9px 2px 2px;display:inline;}
* html .featured-fundraisers .box .holder-image{margin-right:6px;}
.featured-fundraisers .box .holder-image img{border:3px solid #e9eeab;position:relative;top:-3px;left:-2px;}
.featured-fundraisers .box .info{font-weight:bold;height:1%;*height:60px;overflow:hidden;margin:0 0 26px;border:solid 1px transparent;}
.featured-fundraisers .box .raised-amount{color:#5fb523;font-size:16px;}
.featured-fundraisers .level-pane{width:74px;height:36px;overflow:hidden;margin:5px 0 0;font-family:Helvetica,Arial,sans-serif;font-size:18px;float:left;}
.featured-fundraisers .level-pane div.graph{height:100%;}
.sm_arch_0{background:url(../images/guage/sm_arch_0.png) no-repeat;}
.sm_arch_5{background:url(../images/guage/sm_arch_5.png) no-repeat;}
.sm_arch_10{background:url(../images/guage/sm_arch_10.png) no-repeat;}
.sm_arch_15{background:url(../images/guage/sm_arch_15.png) no-repeat;}
.sm_arch_20{background:url(../images/guage/sm_arch_20.png) no-repeat;}
.sm_arch_25{background:url(../images/guage/sm_arch_25.png) no-repeat;}
.sm_arch_30{background:url(../images/guage/sm_arch_30.png) no-repeat;}
.sm_arch_35{background:url(../images/guage/sm_arch_35.png) no-repeat;}
.sm_arch_40{background:url(../images/guage/sm_arch_40.png) no-repeat;}
.sm_arch_45{background:url(../images/guage/sm_arch_45.png) no-repeat;}
.sm_arch_50{background:url(../images/guage/sm_arch_50.png) no-repeat;}
.sm_arch_55{background:url(../images/guage/sm_arch_55.png) no-repeat;}
.sm_arch_60{background:url(../images/guage/sm_arch_60.png) no-repeat;}
.sm_arch_65{background:url(../images/guage/sm_arch_65.png) no-repeat;}
.sm_arch_70{background:url(../images/guage/sm_arch_70.png) no-repeat;}
.sm_arch_75{background:url(../images/guage/sm_arch_75.png) no-repeat;}
.sm_arch_80{background:url(../images/guage/sm_arch_80.png) no-repeat;}
.sm_arch_85{background:url(../images/guage/sm_arch_85.png) no-repeat;}
.sm_arch_90{background:url(../images/guage/sm_arch_90.png) no-repeat;}
.sm_arch_95{background:url(../images/guage/sm_arch_95.png) no-repeat;}
.sm_arch_100{background:url(../images/guage/sm_arch_100.png) no-repeat;}
.featured-fundraisers .level-pane div.graph .perctg{padding:17px 15px;}
.featured-fundraisers .goal{padding-top:5px;font-size:10px;font-family:Helvetica,sans-serif;font-weight:bold;}
.featured-fundraisers .raised {margin:0 0 5px 0;}
.featured-fundraisers .raised {margin:0 0 5px 0;}
.featured-fundraisers .box p{margin:0;}
.featured-fundraisers .box .more{position:absolute;font-size:10px;padding-top:10px;line-height:12px;font-weight:bold;text-align:right;width:189px;}
.featured-fundraisers .box .more a{padding:0 11px 0 0;background:url(../images/arrow-more.gif) no-repeat 100% 2px;}

#fundraiser_show #mainact,
#fundraisers_show #mainwz,
#fundraisers_show #mainact,
#partners_show #mainact{
height:1%;margin-bottom:21px;padding-bottom:0px;/*background:url(../images/bg-main.gif) repeat-y;*/
border: 1px solid #e8e8e8; background: #fff;
}

#fundraisers_payment #mainact,
#fundraisers_edit #mainact,
#fundraisers_benefit #mainact,
#mainact,
#account #mainact,
#partners_edit #mainact{
 /* background:url(../images/bg-wz-main.gif) repeat-y;*/
  margin-bottom:21px;
  padding-bottom:0px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

#fundraisers_show #mainwz p,#fundraisers_show #mainwz h1{margin:0;}
#fundraisers_show #mainwz .description p{margin-bottom:1.5em;}
.main-holder{/*background:url(../images/bg-main-t.gif) no-repeat;*/height:10px;width:998px;}
.main-frame{/*background:url(../images/bg-main-b.gif) no-repeat;*/height:20px;width:996px;margin-bottom:0;}
.main-header{margin:0px 9px 30px;background:#4477b5;/* url(../images/bg-main-header.gif) repeat-x ;*/
border-bottom:1px solid #11437e;width:980px;color:#daebff;font-size:14px;line-height:18px;padding-top:15px;}
.main-content{width:980px;}
.main-header .section{padding:0 0 3px;min-height:84px;width:980px;}
* html .main-header .section{min-height:84px;}
.main-header .heading-page{font-size:30px;line-height:36px;color:#fff;margin:0 0 4px;}
.heading-page h2.txt-team-title{display:block;overflow:hidden;font-weight:bold;font-size:30px;font-family:Helvetica,Arial,sans-serif;color:#FFFFFF;margin:0;}
.main-header .organizators{font-size:12px;margin:0 0 3px;}
.main-header .date strong{color:#fff;}
.main-nav{margin:0;padding:0;list-style:none;font-size:12px;line-height:14px;font-weight:bold;position:relative;}
.main-nav li{float:left;padding:0 2px 0 0;}
.main-nav a{float:left;height:30px;background:#80ade5 url(../images/bg-main-nav-link.png) no-repeat;cursor:pointer;color:#daebff;padding:0 0 0 20px;}
.main-nav a span{float:left;padding:9px 19px 0 0;background:url(../images/bg-main-nav-link.png) no-repeat 100% 0;}
.main-nav a:hover,
.main-nav li.active a{text-decoration:none;background-color:#fff;background-position:0 -31px;color:#4578b7;position:relative;padding-bottom:1px;margin-bottom:-1px;}
.main-nav a:hover span,
.main-nav li.active a span{background-position:100% -31px;}
#twocolumns{width:702px;float:left;padding:0 0 0 16px;}
#content{padding:5px 20px 0 20px;display:block;}
#updates,#donors,#events,#comments,#members, .vanity-content{padding:5px 20px 0 20px;display:none;}
#content .description,#updates .description,#donors .description,#events .description,#comments .description, .vanity-content .description{color:#333;}
#members li{font-family:Helvetica,Arial,sans-serif;font-size:12px;margin-left:0;padding-left:0;color:#a4a4a4;list-style:disc;}
#updates .lst-entry,#donors .lst-entry,#events .lst-entry, .vanity-content .lst-entry, #comments .lst-entry,#members .lst-entry{padding-bottom:15px;}
#content h2,#updates h2,#donors h2,#events h2,#comments h2,#members h2, .vanity-content h2{margin:0 0 20px;font:italic 18px/25px Georgia,Times,"Times New Roman",serif;color:#757575;}
#updates .entry h3{font:italic 18px/25px Georgia,Times,"Times New Roman",serif;color:#757575;margin:0;}
#updates .entry em.date{display:block;font:bold 10px/12px Helvetica,Arial,sans-serif;margin:0 0 9px;text-transform:uppercase;}
.aside1{font-size:12px;line-height:18px;color:#333;width:240px;padding-left:30px;}
.aside1 p{margin:0 0 18px;}
.aside1 .photo-video-box{padding:0 0 20px;margin:-153px 0 0;height:1%;}
* html .aside1 .photo-video-box{padding-bottom:37px;}
*+html .aside1 .photo-video-box{padding-bottom:37px;}
.photo-video-box img{vertical-align:top;}

.top-block-container {
  height: 1%;
  margin: -163px 0 0;
}

.top-block {
  border: 6px solid #e8e5ae;
  height:208px;
  margin:0 0 17px;
  position:relative;
  width:208px;

   box-shadow: 6px 6px 0px rgba(150,182,191,0.5);
   -moz-box-shadow: 6px 6px 0px rgba(150,182,191,0.5);
   -webkit-box-shadow: 6px 6px 0px rgba(150,182,191,0.5);
}

.top-block img { vertical-align: middle; }

.top-block a {
  cursor:pointer;
  display: block;
  height: 220px;
  position: relative;
  width: 220px;
}

.top-block .zoom-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAFIklEQVR42u1b+08TQRBuC1pswAeggWAUFaEiGjWIioIvQhCBBEQixLeCNgqKCsijvf7nOJfMJpPJ7N7eY49Q+8OX6+Nud+fb2ZnZ2bnM/v5+5n9Gpk5AnYA6AXUCYiALyJHvjYBuwCPAEuAbYAOwA9gFbAP+AEqAl4BhQCdrM3dYCKADPQN4BvgFqEaAT9QooDltIqLOuvrcCphnwniACsIzgN6jnvW1ZByQT4uEOLM+SgbvX8tMGCqkBH5vmXzfBAykoQ1RhC8APpLBVgShPUvV52RwImZckxBW+HY0alU24x4jwsdPwCKq9APAPdSaScBbnOVqAJH+509oXJ2QEFb4XSK8NHBfqAnAWYvBNgEuAeYYkVR7VD8lQkI2TQKUEM1kxsrCAP1BPybGiz6vQ4YZ01kNqaqPDwe5BFYMwpdQO7jQttpF772MsYKOhKmkl4LN7I8ZhF8k9zckFFC1AFYFEtTnYpIkBAnfIaxNJfyCwUKr7yMY5PiG7DNiBY1gXuhXkXhUIEH1/5vYA+cEvGaDUNeVAPekfpszuL9CQN/HyXLg5D9KSgtMAzjHOlfXPcDJgAGo36fJMxVC4BbgmGFgShOKGi34i14k45KAF5rZH7ZY86qNGYMAxyw90AJrQ2nBnSS0QPdHgamfGvi6ZYdJEnBaEzAtu7QBA5rZHxFYl3x8owUBBcPzWdbPK0202BY3ONL9Ma3psDVkh88NBITRpH7NhNyMuwyCAp+KxvJniLvqQ/SSaxETI280BPgJkmsY+PSxNvpJYEUj0R1hnzDlgoA8CXt1nWXJ/iBox2e7M6QYFwSTJuW9iyVwShOB3RUIaAux59dthSn28L8nQqg8T55T7a66MIIdbOYUAQMRNSAMKgYCJgQC/KjwSNIEdGkIKB4wAWMCARuakDoWAZ0hNCDNJZCaBrSygVeEyCtNIyhFpk5tQJPGC0wKljmPbovjKqAHd32SG/QzSzdwWdHnrqB7PCNY92XBC3xwFQh9ETqLEnpOagjYCum7eWiu2pt2FQjNCOpWQRfJGU8jFC5qIsFbrgi4runwvmWHSWyGTDtChXZXS4CHnmrgP1LcDWYFo+wFhOaJ5gNearTgboh8QNSEiJRV4vmAe67yAarBboMFP26ZEZrVuLmyISVGye3RZKV2Ap6PvQSU+r3TaMEnzWEpJ+AhYA09yBdECd1X3uIIblMTlI24zAnShruEYEap4AsH53Y5ci1pchI0LG/YT+FcYMJwHDbv4FzAD8S+Cn3yibiYBAm2N5YMJCyTLHHck6HzWEEiCS+RcCEuCbYqeSLgyKqM67Ix4tlgM/EYkr+vGk6SY5EQZl12MoGlwfi7s6eYUwgKThrw7GGKnDp7IWsLYpMQ1jh1YBBjUx+wijbiCcYOg+i7x7GAat0gUDUtEqJY6BayWfJiVoh4QoVIJSQZsUiIUyM0FiB4nBqh1JZDEuVxS4ZMj8cECaoS85DY4QgJlUgkJFUn2IUbn82IucA1tBXUnQ6loQlJRG48Q9SLhu4dFkpto3qrnJ+/EfqOmjOKniCnafO2axIyCYawujqBAs7sKYwnmgxtZAUNc6oJLooPc4IwpvtyFsssKRJyB1UtniWIamviktB9mMvlkyBBrCo5TLX9cUhQMUbPYX9hIgoJ9P+TtfDGSBgS6H+DtfTKjA0J9Lehg/YCaZNgJXwtvDTFSeC5iqGgnGUtvPmlhBtkS+C2TcK2Vl5/o+80XBeKrOrvDdYJqBNQJ0DEP98hBJKMZ4NnAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 100%;
  position: absolute;
    left: 0;
    top: 0;
  width: 100%;
}

.top-block a:hover .zoom-icon { display: block; }

.photo-video-box .video a:hover {
  background: url(../images/bg-play-big.png) no-repeat;
}

.photo-video-list{margin:0;padding:0 0 0 2px;*padding:0 0 10px 2px;list-style:none;width:240px;overflow:hidden;}

.photo-video-list li {
  border: 6px solid #e8e5ae;
  display: block;
  float:left;
  height:88px;
  margin:0 18px 16px 0;
  position: relative;
  width:88px;

  box-shadow: 6px 6px 0px rgba(150,182,191,0.5);
  -moz-box-shadow: 6px 6px 0px rgba(150,182,191,0.5);
  -webkit-box-shadow: 6px 6px 0px rgba(150,182,191,0.5);
}

.photo-video-list a {
  display: block;
  cursor: pointer;
  height:100%;
  width:100%;
}

.photo-video-list .video_link {
  position: relative;
  overflow: hidden;
}

.photo-video-list .video_link img {
  position: absolute;
    left: -14px;
    top:0;
}

.photo-video-list .video-play-button {
  background:url(../images/bg-play.png) no-repeat center center;
  height: 100%;
  position: absolute;
    left: 0;
    top: 0;
  width: 100%;

}
.aside1 .box{padding:0 2px 15px 2px;*padding:10px 2px 15px 2px;margin:0;background:transparent;}
.aside1 .buttons{margin:0 0 9px -2px;padding:0;list-style:none;height:1%;overflow:hidden;}
.aside1 .buttons li{float:left;padding:0 7px 0 0;}
.aside1 .buttons a{height:27px;overflow:hidden;text-indent:-9999px;background:url(../images/buttons.gif) no-repeat;display:block;}
.aside1 .buttons a.btn-recommend{width:98px;}
.aside1 .buttons a.btn-post-to-twitter{width:102px;background-position:-98px 0;}
.aside1 .heading{border-bottom:1px solid #c2d7f2;padding:0 2px 3px;margin:0 10px 11px 0px;}
.aside1 h3,
.aside2 h3{margin:0;text-transform:uppercase;font-weight:bold;font-size:12px;line-height:14px;color:#333;}
.events-list{margin:0;padding:1px 0 0;list-style:none;}
.events-list li{padding:0 0 10px 16px;height:1%;vertical-align:top;background:url(../images/bg-date.gif) no-repeat;}
.aside1 h4{font-size:12px;margin:0;font-weight:bold;}
.events-list .date{display:block;height:1%;font-style:normal;font-size:10px;text-transform:uppercase;line-height:11px;margin:0 0 5px;color:#777;}
.events-list h4{color:#FF9900}
.links-list{margin:0;padding:0;list-style:none;}
.links-list li{padding:0 0 3px;height:1%;vertical-align:top;}
.links-list h4{margin:0;}
.updates-list{margin:-1px 0 0;padding:0;list-style:none;font:italic 14px/21px Georgia,Times,"Times New Roman",serif;}
.updates-list li{padding:0 0 3px;height:1%;vertical-align:top;}
.updates-list .date{font:bold 10px/12px Helvetica,Arial,sans-serif;text-transform:uppercase;display:block;margin:0 0 9px;}
.updates-list .more{font:bold 12px/14px Helvetica,Arial,sans-serif;cursor:pointer;}
.updates-list p{margin:0 0 4px;}
.aside2{margin-left:10px;font-size:12px;line-height:18px;color:#777;}
.aside2 .donation-box{margin:-152px 0 13px;position:relative;}
.donation-box{width:218px;background:url(../images/bg-donation-box.gif) repeat-y;}
.donation-box .holder{background:url(../images/bg-donation-box-t.gif) no-repeat;}
.donation-box .frame{padding:11px 12px 18px 9px;background:url(../images/bg-donation-box-b.gif) no-repeat 0 100%;min-height:113px;}
* html .donation-box .frame{height:113px;}
.donation-form{margin:0 0 6px;}
.donation-form fieldset{margin:0;padding:0;border:0;}
.donation-form .row{height:1%;overflow:hidden;background:url(../images/double-gray-line.gif) repeat-x 0 100%;padding:0 0 15px;}
.donation-form .currency{float:left;color:#000;font-weight:bold;font-size:20px;line-height:30px;width:19px;padding:0 0 0 2px;}
.donation-form .wrap-text{background:url(../images/bg-donate-wrap-text.gif) no-repeat;width:90px;padding:0 5px;height:30px;float:left;}
.donation-form .wrap-text .text{float:left;margin:0;padding:3px 4px 2px;border:0;background:none;font-size:20px;line-height:26px;font-weight:bold;text-align:right;width:82px;}
.donation-form .submit{float:right;background:url(../images/submit-give.gif) no-repeat;overflow:hidden;text-indent:-9999px;font-size:0;line-height:0;width:72px;height:30px;cursor:pointer;border:0;}
.donation-box .average-donation{font-weight:bold;font-size:14px;line-height:16px;padding:0 1px 9px;color:#333;}
.aside2 .donation-amount,
.raised-amount{/*color:#61b525;*/color:#44ba8e;}

.donation-box .top-donor{padding:0 2px;margin:0;}
p.top-donor{font-size:12px;margin:0;}
.donation-box .top-donor img{float:left;border:3px solid #ccc;margin:0 9px 0 0;}
.donation-box .top-donor .info{overflow:hidden;font-size:10px;line-height:16px;color:#999;}
* html .donation-box .top-donor .info{height:1%;overflow:visible;}
.donation-box .top-donor .gave{font-size:12px;color:#333;}
.donation-box .top-donor .donation-amount{font-size:14px;}
.donation-box .top-donor .info p{margin:0;}
.aside2 .box{margin:0;padding:0 0 11px;background:none;}
.aside2 .heading{padding:0 2px 5px;margin:0 0 10px;background:url(../images/double-blue-line.gif) repeat-x 0 100%;}
.aside2 .raised{padding:2px 0 17px;color:#333;}
.raised .percentage{float:left;font-size:10px;line-height:12px;font-weight:bold;}
* html .raised .percentage{margin-right:-3px;}
.raised .percentage p{margin:0;}
.raised .percentage .number{display:block;text-align:center;font-size:18px;line-height:22px;width:70px;padding:12px 0 2px;}
.raised .percentage-76 .number{background:url(../images/percentage-76.gif) no-repeat;}
.raised .quantity{height:1%;overflow:hidden;font-size:14px;line-height:16px;font-weight:bold;padding:7px 0 0;}
.raised .quantity .raised-amount{display:block;font-size:24px;line-height:27px;}
.aside2 .tabset{margin:0;padding:0 0 3px;list-style:none;height:1%;overflow:hidden;font-size:12px;line-height:14px;}
.aside2 .tabset li{float:left;background:url(../images/split-tabset.gif) no-repeat 0 3px;padding:0 8px 0 10px;}
.aside2 .tabset li:first-child,
.aside2 .tabset li.first-child{background:none;padding-left:0;}
.aside2 .tabset a{color:#333;}
.aside2 .tabset li.active a{color:#4577b3;}
.donors-list,.donors-list-2{margin:0;padding:0;list-style:none;}
.donors-list li{background:url(../images/double-blue-line.gif) repeat-x;padding:16px 0 16px 3px;height:1%;vertical-align:top;}
#fundraisers_show .donors-list-2 li{background:url(../images/double-blue-line.gif) repeat-x;padding:10px 0 0px 3px;height:1%;vertical-align:top;}
.donors-list h4,.donors-list-2 h4{margin:0;font-size:12px;color:#ff9900;font-weight:bold;}
.donors-list .date,.donors-list-2 .date{display:block;font-style:normal;font-weight:bold;font-size:10px;line-height:13px;text-transform:uppercase;margin:0 0 7px;}
.donors-list .quote,.donors-list-2 .quote{font:italic 14px/21px Georgia,Times,"Times New Roman",serif;}
.donors-list .quote p,.donors-list-2 .quote p{margin:0;}
#footer{
    /*background:#d3f6ba url(../images/bg-footer.gif) repeat-x;*/
    background: none;
    text-align:center;font-size:13px;line-height:16px;color:#477cbc;padding:30px 0 5px;margin:0;
}
#footer p{margin:0;padding:0;line-height:1.5em;text-align:center;}
#footer a{color:#477cbc;font-weight:normal;}
.logos-section{margin-bottom:25px;text-align:center;}
.home-page h1{margin-bottom:0em;}
.home-page h1#logo-home a{font-size:0;text-indent:-9999px;display:block;float:left;height:94px;background:url(../images/logo_home.png) no-repeat top left;width:277px;margin-right:10px;}
.home-page h2{font-size:30px;line-height:1.2em;padding:0px 0 20px;font-weight:bold;}
.fundraiser-box{background-color:#f2b03a;border:1px solid #cc8a19;padding:20px 10px 10px;font-size:14px;line-height:15px;font-weight:bold;font-family:Helvetica,Arial,sans-serif;color:#FFFFFF;float:left;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-box-shadow:3px 3px 0 rgba(202,218,225,1);margin-right:10px;text-shadow:1px 1px 0px #ce6b07;}
.fundraiser-box .title{font-size:18px;font-weight:bold;}
.fundraiser-box a{text-decoration:underline;}
.create_sect .notice-select{padding-left:8px;}
.create_sect{margin-left:0px;padding:12px 0 5px 0;background:url(../images/fundraiser-hr.png) repeat-x bottom left;}
.create_sect p.notice-fund{margin-left:-5px;padding-top:8px;}
.create_sect .fund-start{background:url(../images/home-btn-fund.gif) no-repeat;height:31px;width:129px;border:0;margin-top:-2px;}
.create_sect .select-fund{height:27px;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:bold;border:solid 1px #cc8a19;padding:3px;margin:0;}
.create_sect .select-fund option{font-size:12px;padding:3px;margin:0;}
.non-profit{padding-top:10px;}
.non-profit a{color:white;}
.rgth-col{width:228px;}
.donations{font-size:12px;font-family:Helvetica,Arial,sans-serif;color:#daebff;}
.donations h3{margin:15px 0 5px;color:#daebff;font-weight:bold;font-size:16px;}
.top-donor{font-size:10px;}
.top-donor .title-ind{font-weight:bold;}
.donations strong{color:#FFFFFF;}
.donations .lft-donation-box{background:url(../images/dnt-fld-lft.gif) no-repeat;height:45px;width:28px;}
.donations-module .lft-donation-box{background:url(../images/donations-mod-lft.gif) no-repeat;height:39px;width:26px;}
.donations p.dnt-box-c{width:95px;}
.donations-module p.dnt-box-c{width:113px;}
.donations input.dnt-box{width:95px;background:url(../images/dnt-fld.gif) repeat-x;border:0;font-family:Helvetica,Arial,sans-serif;font-size:28px;color:#333;font-weight:bold;margin:0;padding:8px 0;height:33px;}
.donations-module input.dnt-box{width:113px;background:url(../images/donations-mod.gif) repeat-x;border:0;font-family:Helvetica,Arial,sans-serif;font-size:24px;color:#333;font-weight:bold;margin:0;padding:3px 0;height:39px;}
.donations h1.rgt-dnt-box{background:url(../images/dnt-fld-rgt.gif) no-repeat;height:45px;width:6px;}
.donations .dnt-btn{background:url(../images/dnt-fld-btn.gif) no-repeat;width:75px;height:45px;border:0;margin-top:0px;padding:0px;background-color:transparent;font-size:20px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;color:#ffffff;float:left;*margin-left:-31px;}
.donations-module .donation-button{background:url(../images/donation-module-button.gif) no-repeat;width:75px;height:39px;border:0;margin-top:0px;padding:0px;background-color:transparent;font-size:20px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;color:#ffffff;float:left;*margin-left:-31px;}
.inn-ext-btn{margin:0 5px;}
.widg-emb{padding:5px 0;}
.don-fld{margin:5px 0;}
.don-fld h1,.don-fld p{margin:0;}
.btn-dnrs{background:transparent;font-family:Helvetica,Arial,sans-serif;font-size:13px;font-weight:bold;height:20px;text-align:left;border:0;}
.top-btn{color:#313538;width:82px;padding:0;margin:0;}
.rec-btn{color:#4f7bac;width:100px;padding:0;margin:0;}
.sep_dnr{padding-top:2px;color:#666666;font-weight:bold;font-size:15px;text-align:center;width:6px;height:15px;padding-right:5px !important;}
.lst-entry{font-size:12px;}
.lst-entry .date{font:bold 12px/14px Helvetica,Arial,sans-serif;text-transform:uppercase;display:block;margin:0 0 9px;color:#979797;}
.lst-entry .event-date{font:bold 12px/14px Helvetica,Arial,sans-serif;text-transform:uppercase;display:block;margin:0 0 9px;color:#979797;}
.lst-entry .element-1,.lst-entry .element-2,.lst-entry .name-tag{padding-left:5px;}
.lst-entry .dn-name,.lst-entry .dn-name{font-weight:bold;color:#666666;}
