/*
Theme Name: Haiti Communitere
Theme URI: http://960basetheme.kiuz.it/
Description: Wordpress theme based on 960 Grid System. SIMPLE
Version: 1.0.0
Author: Domenico Monaco
Tags:

960 Base Theme, Version 1.0.0, 2009-06-29
Created by Domenico Monaco. See the official site for more info: http://kiuz.it
http://960basetheme.kiuz.it/
Under GPL/MIT License
Based on Fluid 960 Grid System
Use Moo Javascript tools

*/

/*
+----------------------------------------------------+
| 960 Base Theme created by Domenico Monaco          |
| This project is free be used and modified under    |
| GPL and Mit License, please read more              | 
| This note remain intact                            |
| ____________________________________________       |
| 960 Base Theme | http://960basetheme.kiuz.it       |
+----------------------------------------------------+
*/

/* Import Css of Framwork, Fluid 960 Grid System */
/*
 * 
 *
 */



@import url("css/reset.css");
@import url("css/960.css");
@import url("css/text.css");
@import url("css/layout.css");
@import url("css/nav.css");


/* 960 Base Theme basic classes & ids */

#img-head {
background: url(img/bg-pair.png);
}
#img-head p{
height:233px;
background: url(img/head.jpg) no-repeat top left;
}
.rss-head a:hover{text-decoration:underline;background:#fff;color:#000;}
.rss-head a {display:block;
text-align:right;color:#fff;margin-bottom:5px;padding:2px 3px;}

/* Several classes for aligning images and block elements (DIV, P, TABLE etc.) were introduced in WordPress 2.5  */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Several classes for wordpress */
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav{}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}

#header{ margin-bottom:10px;}
#slider{ height:330px;}
#content{ margin:0!important; padding:0!important;}

#header a img{ margin:0; padding:0; margin-left: -5px; }




/* TEAM */
#team .entry{
	margin-bottom: 20px;
}
#team h4{
	font-family: 'ArvoRegular'!important; 
	font-size: 15pt;
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
h2{
	font-family: 'ArvoRegular'!important; 
	font-size: 13pt;
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
}
h4{
	font-family: 'ArvoRegular'!important; 
	font-size: 13pt;
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
h5{
	font-family: 'ArvoRegular'!important; 
	font-size: 10pt;
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
#team ul, #team ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#team .post-meta-key{
	display: none;
}
#team .post-meta{
	font-family: 'ArvoRegular'!important; 
	font-size: 9pt;
	text-transform: normal;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .05em;	
}
p{
	font-family: 'Helvetica Nueu', Helvetica;
	font-size: 9.5pt;
	line-height: 1.4em;
	margin-top: 15px;
	height: 100%;
}
.entry p, #team p{
	font-family: 'Helvetica Nueu', Helvetica;
	font-size: 9.5pt;
	line-height: 1.4em;
	margin-bottom: 5px!important;
	height: 100%;
}
#team img{ margin-top: 3px;}
.members{ min-height: 200px; margin-bottom:25px;}


/*---- CONTACT FORM ----*/
.wpcf7-form p label{
	font-size: 9pt;
	letter-spacing: .05em;
	margin-left: 2px;
	padding-bottom: 8px;
}
.wpcf7-form p{ width: 440px; margin: 0; padding:0;}
.wpcf7-form-control-wrap input{
	width: 180px;
	padding: 0;
	height: 14px;
	color: #fff;
	background: #252525;
	padding: 5px 8px;
	border: 1px solid #181818;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

.wpcf7-form textarea{
	width: 460px;
	height: 140px;
	color: #fff;
	background: #252525;
	padding: 5px 8px;
	border: 1px solid #181818;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-family: 'Helvetica Neue', Helvetica;
	font-size: 10pt;
}
.contact_required {
	color: #d01e2f;
	font-size: 12px;
	line-height: 0;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: bold;
}

span.contact_required_description {
	color: #d01e2f;
	font-size: 10px;
	line-height: 0;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
p.contact_submit{
	text-align: right;
}
.wpcf7-submit{
	background: url('images/send.png') no-repeat;
	width: 56px;
	height: 26px;
	border: none;
	display: inline;
	margin-left:404px;
	margin-top: 10px;
		cursor: pointer;
}

#cform img{ border: none; padding: 0; margin: 0; margin-left: -1px; width: 440px;}
#cright{
	width: 300px;
	float: left;
	margin-left: 155px;
}
#cleft{
	width: 440px;
	float: left;
	margin-bottom: 120px;
}
#mc_embed_signup{
	padding: 0px !important;
	margin-left: -5px;
	margin-top: 10px;
}
#mc-embedded-subscribe-form input.email {
	width: 180px;
	padding: 0;
	height: 14px !important;
	color: #fff;
	background: #252525;
	padding: 5px 8px !important;
	border: none;
	border: 1px solid #181818 !important;
	border-right: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;
	margin-bottom: 10px;
	float: left;
}
#mc-embedded-subscribe-form input.subscribe {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #444;
	border: 1px solid #181818 !important;
	border-right: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;
	padding: 4px 8px;
	font-size: 10px;
	cursor: pointer;
	float: left;
}



/*---- CONTACT PAGE ----*/
#osmap{
	-webkit-box-shadow:0px 0px 5px rgba(2,2,2,.5);
	-moz-box-shadow:0px 0px 5px rgba(2,2,2,.5);
	box-shadow:0px 0px 5px rgba(2,2,2,.5);
	z-index: 2;
}
#mapetc{
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: right;
	z-index: 1;
}
#mapetc a{
	background-color: #fff;
	color: #1e1e1e;
	padding: 5px 7px 5px 7px;
	/* optional rounded corners for browsers that support it */
   -moz-border-bottom-right-radius: 3px;
   -khtml-border-bottom-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   border-bottom-right-radius: 3px;
   -moz-border-bottom-left-radius: 3px;
   -khtml-border-bottom-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   border-bottom-left-radius: 3px;
}
#mapetc a:hover{
	color: #b2252b;
	background-color: #eee;
}

#contact ul.addy, ul.addy li{
	list-style: none;
	margin:0;
	padding: 0;
}
ul.addy{
	font-size: 10pt;
}
#contact h5{
	color: #b2252b;
	font-size: 12pt;	
}
h5.email-addy{
	margin-top: 12px;
	margin-bottom: 10px;
}
h5.email-addy a{
	background-color: #b2252b;
	color: #fff;
	font-size: 9.5pt;
	padding: 4px 7px;
	font-weight:normal;
}
h5.email-addy a:hover{
	background-color: #fff;
	color: #b2252b;
	text-decoration: underline;
}

.contact-name{
	margin-top: 10px!important;
	font-weight: bold;
	font-style:normal;
}
.contact-language{
	font-size: 11px;
}

#crumbs{
	background-color: #282828;
	padding: 4px 12px;
	color: #666;
}
#crumbs a{
	color: #666;
}
#crumbs a:hover{
	color: #fff;
}
#page-title h2{
	font-size: 14pt;
	color: #1e1c1c;
	background-color: #fff;
	padding: 3px 10px;
	margin-bottom: 0;
}
#page-title{
	margin-bottom: 20px;
	margin-top:10px;
	z-index: 0;
}

ul{
	font-family: 'Helvetica Nueu', Helvetica;
	font-size: 9pt;
	line-height: 1.4em;
}



/*---- CURRENT PROJECTS ----*/
.project{
	width: 290px;
	text-align: left;
	float: left;
	padding: 0 10px 20px 10px;
	height: 330px;
}
#project-single .project{
	height: 180px;
}
#content .project h2{ margin-bottom: 5px; }
#content .project h2 a{ 
	font-style: italic!important;
	font-weight:normal;
	font-size: 16px;
	}
#content .project h2 a:hover{
	color: #a12228;
}	
.project a img .thumbnail{ margin: 0; padding: 0;}
.project p{
	background: #fff url('images/shadow.jpg') repeat-x;
	color: #282828;
	padding: 12px 12px 10px 12px;
	line-height: 1.2em;
	font-size: 9pt;
	font-weight: 200em;
	letter-spacing: .02em;
	font-weight: 550;
	margin-top: 0;
	margin-bottom: 0;
	height: 110px;
}
p.pmore, p.pmorered{
	background-image:none;
	text-align: right; 
	margin:0;
	padding:0;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 10px;
	margin-bottom: 10px;
	}
p.pmore a{
	color: #fff;
	background-color: #bfbfbf;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold !important;
	letter-spacing: .05em;
	padding: 4px 8px;
	margin-bottom: 10px;
}
p.pmore a:hover{
	background-color: #a12228;
	color: #fff;
}	
p.pmorered a{
	background-color: #a12228;
	color: #fff;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold !important;
	letter-spacing: .05em;
	padding: 4px 8px;
	margin-bottom: 10px;
}
p.pmorered a:hover{
	background-color: #282828;
	color: #a12228;
}
img.gru{ margin-left: 12px;}


#indv-proj p{
	margin: 0;
	margin-top: 12px;
	text-align: justify;
	width: 560px !important;
	clear: both;
}
ul.post-meta, ul.post-meta li{ list-style: none;margin:0; padding:0;}
.post-meta-key{ display:none;}
ul.post-meta{ margin-top:5px;}

ul.post-meta{
	margin-top: 20px;
}
ul.post-meta a{
	margin: 0;
	padding: 0;
	background-color: #b2252b;
	color: #fff;
	font-size: 9pt;
	padding: 4px 7px;
	font-family: 'ArvoRegular'!important; 
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
}
ul.post-meta a:hover{
	background-color: #fff;
	color: #b2252b;
	text-decoration: underline;
}
h2.title-dos{
	margin-top: 20px;
}

#past-projects{
	margin-left:12px;
	display: block;
	clear: both;
}

img.plogo{
	margin-top: 20px;
}
img.plogo a{
	background-color: none;
	padding: 0;
}

/*---- Breadcrumbs ----*/
#crumbs ul, #crumbs ul li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

/*---- Resource Center ----*/
#hcrc .lbox{
	width: 440px;
	float: left;
}
#hcrc .rbox{
	width: 440px;
	float: right;
}
#hcrc .entry{
	padding: 0 10px;
	width: 920px;
}
#hcrc .entry h4{
	font-size: 10pt;
	font-style: italic;
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: normal;
	font-weight: bold;
	letter-spacing: .05em;
}
#hcrc .royalSlider{
	margin-top: 8px;
}
#hcrc .entry ul li{
	margin: 0;
	padding: 0;
	padding: 6px 0;
}
#hcrc .entry ul{
	width: 410px;
	list-style: none;
	background-color: #fff;
	padding: 5px 15px 8px 15px;
	color: #282828;
	background: #fff url('images/shadow.jpg') repeat-x;
}
#hcrc li p{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	font-size: 9pt;
}
#hcrc p.hcp{
	font-size: 9pt;
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
	border-bottom: 1px dotted #313131;
	padding-bottom: 20px;
	margin-bottom: 20px!important;
	text-align: justify;
}
#hcrc p.hcp1, p.hcp1{
	font-size: 9pt;
	font-family: 'ArvoRegular'!important; 
	text-transform: normal;
	font-weight: normal;
	letter-spacing: .05em;
}
#hcrc img{
	margin:0;
	padding: 0;
		margin-bottom: 15px;
}

/*---- Partner ----*/

.partinfo{
	background-color: #fff;
	padding: 10px 15px 8px 15px;
	color: #282828;
	background: #fff url('images/shadow.jpg') repeat-x;
	margin-top: 5px;
	font-size: 10pt !important;
	margin-bottom: 20px;
}
.partinfo p{
	margin:0; padding:0;
	padding: 5px 0;
}
#partnerpg li{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	padding-top: 10px;
	font-size: 9.5pt;
}
#pslist{
	width: 100%;
	background-color: #fff;
	padding: 20px 4px 15px 10px;
	color: #282828;
	background: #fff url('images/shadow.jpg') repeat-x;
	margin-top: 5px;
	margin-left:18px;
	width: 296px;
}
#pslist ul{ margin:0; padding:0; list-style: none;}
#pslist ul li{ 
	margin:0; 
	padding:0; 
	display: inline; 	
	padding-right: 10px;
	}
#ourpart{ margin-left:18px;}
#partnerpg li a.red{
	color: #b2252b;
}
#partnerpg li a.red:hover{
	text-decoration: underline;
}
#testi{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
}
p.quote{
	text-align: right!important;
	margin-top: -5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px!important;
	padding-bottom: 20px!important;
}
p.quote a{ color: #282828;}
p.quote a:hover{ color: #b2252b; text-decoration: underline;}
/*---- Partner with us FORM ----*/
#pform{ 
	padding: 15px !important;
	border: 1px solid #282828;
	background-color: #fff;
	}


/*---- Volunteer ----*/
img.reg-btn{
	margin-top: 15px;
}
ul li {
	font-style:italic;
	letter-spacing: .03em;
}
a.blu:hover{
	text-decoration: underline;
}
a.blu{
	color: #2c5b7f !important;
	font-style:italic;
}
a.red:hover{
	text-decoration: underline;
}
a.red{
	color: #b2252b !important;
	font-weight: normal;
}

/*---- About / Manifesto ----*/
.abouts{
	background-color: #fff;
	padding: 10px 15px 8px 15px;
	color: #282828;
	background: #fff url('images/shadow.jpg') repeat-x;
	margin-top: 5px;
	font-size: 10pt !important;
	margin-bottom: 20px;
}
.abouts p{
	margin:0; padding:0;
	padding: 5px 0;
}
h5.mission{
	border-bottom: 1px dotted #282828;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#imgbot{
	margin-bottom: 15px;
}
p.tiny{
	font-size: 8pt;
	color: #666;
	letter-spacing: .03em;
	font-weight: bold;
	text-align: left;
}

.members a img{
	pointer-events: none;
   cursor: default;
}
p.pbottom{
	margin-bottom: 15px!important;
}
p.smred a{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
p.smred{ margin-bottom: 20px !important;}


/*---- HOME ----*/
#tagline{
	background-image: url('images/tag.jpg');
	width: 941px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#tagline span {display:none;}
img.himg{ margin-bottom: 20px;}
img.limg{ margin-bottom: 30px;}
img.himgr{ float: right;}
img.himgt{ margin-top: 20px; clear: both;}

h2 a{ font-weight: normal !important; }
.rmore{
	margin-top: 10px;
	margin-bottom: 30px;
}

a.nback{
	background-color: #fff;
	padding: 3px 8px;
	color: #282828;
	text-align: right;
	font-style: italic;
}
.nback{ margin-top: 5px!important; float: right; margin-right: 0px;}
a.nback:hover{
	background-color: #b2252b;
	color: #fff;
}
a.lnews{
	font-weight: normal;
	font-style: italic;
	font-size: 9pt;
	letter-spacing: .03em;
}
a.lnews:hover{
	text-decoration: underline;
}
#newses #news-bite h2 a:hover{
	color: #fff!important;
	text-decoration: underline !important;
}
#newses p a{
	color: #888;
	font-weight: normal;
	border-bottom: 1px dotted #888;
}
#newses p a:hover{ color: #b2252b; border-bottom: 1px dotted #b2252b;}
#newses p a img, #newses p a:hover img{ border: none;}
.bloggy{
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	color: #282828;
	background: #fff url('images/shadow.jpg') repeat-x;
	margin-top: 5px;
	font-size: 10pt !important;
	margin-bottom: 40px;
}
.bloggy p{
	margin:0; padding:0;
	padding: 5px 0;
	font-size: 10.5pt;
}

/*---- HOME SLIDER----*/
h1.hslider1{
	font-size: 11pt;
	width: 510px;
	height: 100px;
	margin-top: 116px;
	margin-left: 330px;
	line-height: 1.8em;
	font-weight: normal;
}
h1.hslider2{
	font-size: 11pt;
	width: 460px;
	height: 100px;
	margin-top: 116px;
	margin-left: 350px;
	line-height: 1.8em;
	font-weight: normal;
}
h1.hslider3{
	font-size: 11pt;
	width: 530px;
	height: 100px;
	margin-top: 116px;
	margin-left: 320px;
	line-height: 1.8em;
	font-weight: normal;
}
#why{
	margin-top: 255px;
	margin-left: 45px;
}
#why a{
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
	color: #4f4e4e;
	text-decoration: underline;
	display: none;
}

#feet{ text-align: left;}
#feet p{ margin-top: 5px!important;}
#feet p a{font-weight: normal;}
#feet p a:hover{color: #b2252b;}

.fright{ display: inline; float: right; width: 500px; text-align: right;}
ul.fsoc, ul.fsoc li{
	list-style: none;
	display: inline;
	margin: 0 ;
	padding: 0 ;
}
ul.fsoc li{ padding-right: 8px;}

#video{
	margin-top: 0px;
	margin-bottom: 20px;
}
#video h2{
	font-size: 12pt;
}

#fb-big, h5.fb{float: left;}
h5.fb{ width: 360px; font-size:10pt; padding: 0; margin: 0; margin-bottom: 5px;}
#fb-big{  padding-right: 10px;}
#fblike{ height: 100px; margin-bottom: 0px;}
h5.fb a{ font-weight: normal;}
h5.fb a:hover{ color: #fff; text-decoration: underline;}
.addthis_botton_facebook_like{
	margin: 0;
	padding: 0;
}
#LikeboxPluginPagelet .fan_box .profileimage img, #LikeboxPluginPagelet .name-block{ display: none!important;}
.connect_widget_not_connected_text
{
  display:none !important; /*in your stylesheets to hide the counter!*/
}
/* set width for the <fb:like> tag */

.fb-button {
    width:51px;
}

/* set width for the iframe below, to hide the count label*/

.fb-button iframe{
    width:45px!important;
}
/*---- IE HACKS 8 ----*/


ul.donate{
	margin-top: 15px;
}
ul.donate li{ margin-top:5px;}

div.navigation span.new{ float: left;}
div.navigation span.old { float: right; }

#navi ul li a, #navi ul li {
font-size: 8pt;
}
#navi {
padding-top: 43px;
}