/* Colors and Text */
html, body{
	margin:0;
	padding:0;
}

body{
	background:#fff;
	color:#333;
	text-align:left;
}

.clear{ clear:both; overflow:hidden; height:0; width:0; }

/* MESSAGES AND ERRORS */
span.success{
	display:block;
	text-align:center;
	background: #E6F2DA;
	border:1px solid #B8D3BC;
	color:#73995C;
	clear:both;
	padding:5px 0;
	margin-top:1em;
	margin-bottom:2em;
}

span.error{
	display:block;
	text-align:center;
	background: #F2DADA;
	border:1px solid #995C5C;
	color:#995C5C;
	clear:both;
	padding:5px 0;
	margin-top:0.5em;
	margin-bottom:1em;
}

#container{}

/* HEADER */
#header{
	margin-top:10px;
	height:66px !important;
	padding-bottom:0;
}

#header h1.logo a{
	display:block;
	background-image: url('../images/logo.png');
	width:152px;
	height:66px;
}

#header h1.logo a span{
	display:none;
}

#header .right{
	text-align:right;
	padding-top:3px;
}

/* MENUS */

.main-menu{
	color:#000;
	float:right;
	margin:0;
}
.main-menu li{
    border-right:1px solid #fff;
    padding:3px 5px;
}
.main-menu li a{
	color:#444;
	text-decoration:none;
	font-size:1em;
	
}

.main-menu li a:hover{
	text-decoration: underline;
}

#backoffice-menu{
	margin:10px;
	background: #EDEFF4;
	-moz-border-radius: 3px;
	padding:3px 0;
}

#backoffice-menu li{
	display: inline;
	
}

#backoffice-menu li a{
	color:#3D85B1;
	text-decoration:none;
	font-weight:bold;
	display: inline !important;
	text-shadow:#fff 0 1px 1px;
	line-height: 2em;
}

#backoffice-menu li a.current{
	color:#444;
	font-weight:bold;
}

#backoffice-menu li a:hover{
	color:#444;
}

.top-menu{
	height:20px;
}

.top-menu .links{
	padding:5px;
	text-align:right;
}

ul.sub-menu{
	text-align:right;
	line-height:3.1em;
}

ul.main-menu, .sub-menu{
	margin:0;
}

ul.main-menu, .sub-menu{
	list-style: none;
	padding:0;
}

ul.main-menu li, .sub-menu li{
	display:inline;
	margin:0;
}

ul.main-menu li a, .sub-menu li a{
	padding:5px;
}

.sub-menu{

}

.sub-menu li a{
	background:#3B5998;
	border:1px solid #3B5998;
	text-decoration:none;
	color:#fff;
	padding:3px 14px;
	margin-left: 5px;
}

.sub-menu li a.current{
	background:#fff;
	color:#000;
	border:1px solid #C2C6CF;
}

#backoffice-menu{
	list-style: none;
	padding:0;
}

#backoffice-menu li{
	padding:0;
	margin-left:0;
	line-height:1em;
}

#backoffice-menu li a{
	display:block;
	padding:5px;
}

/* Drop down */
dl.top-menu{
	float:right;
	color:#444;
}


.dropdown{ 
	float:right; 
}

.dropdown dd, .dropdown ul { 
	margin:0px; 
	padding:0px; 
}

.dropdown dd { 
	position:relative; 
}

.dropdown a, .dropdown a:visited { 
	color:#444;
	text-decoration:none; 
	outline:none;
}

.dropdown a:hover { 
	color:#5d4617;
}

.dropdown dt a:hover { 
	color:#444; 
}


.dropdown dt{
	background:transparent url(../images/arrow_down.png) no-repeat scroll right center; 
	display:block;
    border:0px solid #ddd; 
    cursor:pointer;
    padding:0 20px 0 10px;
}

.dropdown dt.single{
	background-image:none;
	padding-right:0;
}
      
.dropdown dt a span {
	cursor:pointer; 
	display:block;
}

.dropdown dd ul { 
	background:#fff none repeat scroll 0 0; 
	 
	color:#3B5998; 
	display:none; 
    left:0px; 
    padding:0; 
    position:absolute; 
    top:1px; 
    width:100%;  
    list-style:none;
}

.dropdown span.value { 
	display:none;
}

.dropdown dd ul li { 
	margin:0;
	
}
.dropdown dd ul li a{
	display:block;
	padding:0 15px 0 15px;
	border-bottom:1px solid #E0E6EF;
	color:#097B9F !important;
} 
.dropdown dd ul li a:hover {
	background-color:#EFF2F7;
}

/* LOGIN */

#frmLogin{
	margin-bottom:10px;
	color:#777;
}

#frmLogin a{
	color:#3B5998;
	font-size:12px;
	text-decoration: none;
}

#frmLogin hr{
	margin:3px 0;
}

#frmLogin a:hover{
	text-decoration: underline;
}

#frmLogin #aForgotPassword{
	font-size: 11px;
	float:right;
	line-height:2.4em;
	display:block;
	width:45%;
	text-align:right;
}

#frmLogin fieldset{
	margin-top:0;
	margin-bottom:0;
}

#frmLogin legend{
	margin-bottom:0;
	font-size:1.4em;
	width:35%;
	float:left;
	display:block;
	color:#000;
}

#frmLogin label{
	display:block;
	padding-bottom:3px;
}

#frmLogin label span{
	display:block;
	
}

#frmLogin label input[type=text], #frmLogin label input[type=password]{

	width:80%;
	margin:0 auto;

}

#frmLogin input[type=checkbox]{
	margin-right:3px;
}

#frmLogin .submit{
	text-align:right;
	padding:5px 0;
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #ddd;
	
}

#frmLogin .submit input, #forgotPassword input[type=submit]{
	background:#3B5998;
	padding:3px 7px;
	color:#fff;
	border-width:0;
	margin-top:0;
}

/* Content */

#content h1.page-heading{
	padding:0;
	font-size: 2.4em;
	line-height:1.4em;
	font-weight: normal;
}

#content h2.page-subheading{
	padding:0;
	font-size: 1.4em;
	line-height:1em;
	font-weight: normal;
	margin-top:-15px;
	padding-top:5px;
	border-top:1px solid #E0E6EF;
}

#content .bottom-right{
	margin-top:-15px;
	padding-top:5px;
	text-align: right;
	border-top:1px solid #E0E6EF;
}

/* Details */

.details .img-area{
	margin-bottom:10px;
}

.details .img-area a{
	display:block;
	text-align: center;
}

.details p span{
	border-bottom:1px solid #E0E6EF;
}
.details p strong{
	display:block;
	color:#777;
	font-weight: normal;
	border-bottom:1px solid #E0E6EF;
}

.details .no-border{
	border-bottom-width: 0;
}

.details h3{
	font-size: 1em;
	margin-bottom:0;
}

.details h2{
	margin-bottom:10px;
	margin-top:10px;
}

.details .goals > strong{
	line-height:2em;
	font-weight:normal;
	font-size: 1.3em;
}

.details .goals ul{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}

.details .goals ul li{
	clear:both;
	border:1px solid #E0E6EF;
	margin:0 0 10px 0;
	padding:10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.details .goals ul li strong{
	border-width:0;
	border-right:1px solid #e3e3e3;
	margin:3px 0;
	padding-left:5px;
}

.details .goals ul li p{
	padding-left:5px;
}

.details .goals ul li span{
	display:block;
	border-width: 0;
	border-right:1px solid #e3e3e3;
}

.details .goals .cost{
	padding:9px 0;
	font-size:1.2em;
}

.details .goals ul li a.donate{
	display:block;
	background:#EFF2F7;
	border:1px solid #D8DFEA;
	text-decoration: none;
	text-align:center;
	color:#000;
	padding:3px 14px;
	margin:8px  0;
}

.details .goals .goal-total{
	font-size:1.3em;
}

.details .sub-options{
	text-align:right;
	padding:10px;
}

.details .sub-options a{
	background:#3B5998;
	color:#fff;
	padding:3px 14px;
	text-decoration: none;
	margin:10px;
}

.details a{
	text-decoration:none;
	color:#3B5998;
}

/* GOALS */

li.goal{
	border-bottom:1px solid #ddd;
}

li.goal strong{
	border-width: 0 !important;
}

li.goal p{
	margin-top:0;
	margin-bottom:0;
}

li.goal p.description{
	padding:8px 0;
	border-top:1px solid #E0E6EF;
	margin-top:4px;
}

/* Donate */

.btnGiveNow{
	margin-top:8px;
	line-height:14px;
	line-break: none;
}

.boxy-wrapper #frmDonate{
	height:400px;
	overflow: auto;
	margin-bottom:10px;
}

#frmDonate > fieldset{
	border-width: 0;
}

#frmDonate #nAmount label{
	width:13%;
	text-align:center;
	float:left;
	
	padding:5px 0;
	margin:10px 6px 15px 6px;
	border:1px solid #D8DFEA;
}

#frmDonate #nAmount label input{
	display:inline;
	width:100%;
	margin:0;
	padding:0;
}

#frmDonate #nAmount .clear{
	clear:both;
}

fieldset.amounts label{
	padding:5px 0;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #D8DFEA;
	text-align:center;
}

p.total{
	font-size:1.4em;
	margin:0;
}

p.total span{
	display:block;
}

#other-amount{
	display:none;
	text-align:center;
}

#other-amount p{
	margin-bottom:-10px;
}

/* Projects */

div.tags{
	clear:both;
}
div.from-this-category div, div.tags div{
	margin:5px 0;
	padding:3px 0;
	border-top:1px solid #ddd;	
}

div.top-contributors ol{
	list-style: none;
	margin:5px 0;
	padding:2px 0;
	border-top:1px solid #ddd;
	
}

div.top-contributors ol li{
	padding:3px 0;
	margin:0;
}

div.top-contributors ol li:last-child{
	border-bottom-width: 0;
}

div.from-this-category div ol{
	list-style: none;
	margin:5px 0;
	padding:2px 0;
}

div.from-this-category div ol li{
	padding:3px 0;
	margin:0;
}

/* Goals */

/* PROGRESS BAR */

.progress-container{
	border:1px solid #bbb; 
	width:100%;
	clear:both;
	float:left;
	margin:0 10px 5px 0;
	line-height:8px;
	height:20px;
}

.progress-container .bar-container{
	background:#eee;
	text-align:right;
	font-size: 11px;
	border:2px solid #fff;
	height:16px;
	
}

.progress-container .bar-container .bar-blue{
	background-color: #3B5998;
	height:16px;
	text-align:right;
	font-size: 11px;
}

.progress-container .bar-container .bar-gray2{
	background:#cecece;
	height:100%;
}

.progress-container .bar-container .bar-gray3{
	background:#cccccc;
	height:100%;
}

.progress-total{
	width:10%;
	float:right;
	height:100%;
}

.progress-container .text{
	position: relative;
	bottom: 13px;
	right:3px;
	padding-top:1px;
	color:#444;
}

/* DONATON DETAILS */

#donation-details div strong{
	display: block;
	border-bottom:1px solid #ddd;
	padding:3px 0;
	font-weight: normal;
	color:#777;
}

#donation-details .left-container, #donation-details .right-container{
	border:1px solid #ddd;
	padding:10px;
	border-top-width:0;
}

#donation-details .right-container h2{
	width:70%;
	margin:0;
}

#donation-details .right-container span.progress{
	display:block;
	position:relative;
	bottom:20px;
}

#donation-details .right-container span.progress strong{
	display:block;
	width:25%;
	float:right;
	text-align:right;
	font-size:11px;
	border-width:0;
}

/* TOP CONTRIBUTORS */
.top-contributors h1{
	margin:0;
	padding:0;
}

.top-contributors ol{
	margin:0;
	padding:0;
}

.top-contributors ol li{
	border-bottom:1px soid #ddd;
	padding:3px;
	list-style: none;
}

.top-contributors ol li a{
	color:#445D95;
	text-decoration: none;
}

/* ADD TO FAVORITES */
#frmAddToFavorites{
	display:inline;
	position: relative;
	top:5px;
}
#frmAddToFavorites fieldset{
	display:none;
}

#frmAddToFavorites fieldset.submit{
	display:inline;;
	text-align: right !important;
	background: none;
	padding:0 !important;
	width:120px;
	margin:0 !important;
}

/* INFO-BLOCK */

.info-block{
	margin-top:10px;
	border-top:1px solid #B3B8BF;
}

.info-block h3{
	border-bottom: 1px solid #E0E6EF;
	padding:5px;
}

.info-block > div{
	padding:3px 0;
}

.info-block div p{
	margin: 0;
	padding-left:4px;
}

.contact{
	margin:10px 0;
}

.contact h1{
	font-size:2em;
	border-bottom: 1px solid #E0E6EF;
	padding:15px 0;
}

.contact div{
	padding-bottom:20px;
}

.contact div p{

}


/* FOOTER */

#footer{
	border-top:1px solid #b3b3b3;
	text-align:right;
	padding-top:3px;
	margin-top:10px;
}

#footer ul{
	list-style: none;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
	color:#444;
	text-decoration: none;
	padding:5px;
}

#footer ul li a:hover{
	text-decoration: underline;
}


#map{
	width:100%; 
	height:300px;
}

#messages .map-message { 
	display:block; 
	background:#fff; 
	position:absolute; 
	display:none; 
	width:150px; 
	padding:5px; 
}

/* MAP */
.gmnoprint .gmnoprint div{
	height:100px;
}
.gmnoprint .gmnoprint div h3{
	padding:0;
	margin:0;
	font-size: 15px;
}

.gmnoprint .gmnoprint div p{
	padding:0;
	margin:0;
	font-size: 12px;
}
/* featured text for prjects page */
.featured{
	margin:5px 0;
	vertical-align: middle;
	background: #F0F2F7;
}
.featured p{
	margin:0;
	padding:0;
	font-weight: normal;
	font-size: 1em;
	padding-top:8px;
	text-align:center;
}

.featured img{
	width:16px;
	margin:5px 0 0 5px;
}
.tag-cloud{
	text-align: justify;
	padding-bottom:10px;
}
.tag-cloud h3{
	text-align: left;
	margin-bottom:10px;
}
.tag-cloud a{
	line-height:1.2em;
	white-space: nowrap;
	text-align: center;
}

.tag-cloud a:hover{
	color:#000 !important;
	text-decoration: none;
}

.big-search{
	border:1px solid #C7C7C7;
	padding:5px 0;
	font-size:16px;
	-moz-border-radius: 3px;
}

img.tooltip, a.tooltip{
	cursor: pointer;
}

#tooltip{
	position:absolute;
	border:1px solid #C7C7C7;
	background:#fff;
	padding:2px 5px;
	color:#333;
	display:none;
	-moz-border-radius: 3px;
}

/* UPGRADE */

.btnTopLinks{
	
}

/* Tags search */





.swfuploaded{
	float:right !important;
	text-align:center;
}

.welcome-text{
	width:50%;
	margin:0 auto;
	font-size:13px;
}

.welcome-text p{
	line-height:1.2em;
}

.feed-item{
	margin-top:3px;
	margin-bottom:3px;
	border-bottom:1px solid #E0E6EF;
	font-size: 1.1em;
	line-height: 1.2em;
}

.feed-item .action{
	color:#000;
}

.feed-item .when{
	color:#777;
	display:block;
	font-size: 0.9em;
	margin-top:4px;
}

.feed-item .user a{
	font-weight: bold;
}

.feed-item .img-container{
	display:block;
	height:50px;
	width:50px;
	margin:0 auto;
	overflow:hidden;
}

.description{
	font-size:1.3em;
	line-height:1.3em;
}

a.green-link span{
	font-weight:bold;
	display:inline;
	border-width:0;
	font-size:11px;
	text-align:right;
	color:#73995C;
}

.btn-delete{
	background: url(../images/delete.png) no-repeat;
	height:16px;
	width:16px;
	display:block;
}

.btn-cancel{
	background: url(../images/add.png) no-repeat;
	height:16px;
	width:16px;
	display:block;
}

.btn-edit span, .btn-delete span, .btn-cancel span{ display:none; }

.reg-complete{
	text-align:center;
	line-height: 1.7em;
	background: #E6F2DA;
	-moz-border-radius: 5px;
	font-size: 1.8em;
	padding:1em;
}
