/*
Theme Name: IFCA Seattle
Theme URI: http://www.ifcaseattle.org/news/
Description: 
Version: 1.0
*/



/****************************************
		General Setting 
*****************************************/

@font-face {
    font-family: 'droid_serifregular';
    src: url('DroidSerif-webfont.eot');
    src: url('DroidSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-webfont.woff') format('woff'),
         url('DroidSerif-webfont.ttf') format('truetype'),
         url('DroidSerif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;	
	}


body{
	color: #4C4C4C;
	font-size: 14px;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 1.6em;
	} 

/********************************************************
    Font Size
********************************************************/
.ja {
	font-size:95%;
	line-height:1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.droid {
	font-family: 'droid_serifregular', Arial, sans-serif;
}
.readmore {
	font-size:90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:7px;
	font-style: italic;
	margin-left: 3px;
	}

.number{
	font-size: 240%;
	float: left;
	width: 40px;
	height:60px;
	margin-right: 10px;
	margin-bottom: 15px;
	clear: both;
	
}

#goal li {
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	}

.x-large   { font-size: 174%; }
.large     { font-size: 146.5%; }
.mid       {
	font-size: 118%;
	line-height: 1.7em;
}
.small     { font-size:  90%; line-height: 1.6em; }
.x-small   {
	font-size:  77%;
	line-height: 1.5em;
}
.bold
{
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.redtxt {
	color: #CC3300;
}
.greytxt {
	color: #4F4F4F;
}
.lightgreytxt {
	color: #B5B5B5;
}
.warmgreytxt {
	color: #8F9288;
}
.coolgreytxt {
	color: #DBDBDB;
}

.greentxt {
	color: #009900;
}
.orangetxt {
	color: #F90;
}
.pinktxt {
	color: #FF6588;
}
.bluetxt {
	color:  #0099CC;
}
.mossgreentxt {
	color: #597F2E;
}
.yellowtxt {
	color: #FF9900;
}
.browntxt {
	color: #A47845;
}
.bluenavytxt {
	color: #006699;
}
.txt_right{
	text-align: right;
}
.txt_center{
	text-align: center;
}



/********************************************************
    Link Color
********************************************************/

a{
	color:#D17C01;
	text-decoration: none;
}
	a:hover{
	color: #FF9900;
}


/* Headings
*****************************************/

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1.8em; margin-bottom: 1em; }
h2 { font-size: 1.8em; line-height: 1.8em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.6em; margin-bottom: 0.7em; }
h4 { font-size: 1.2em; line-height: 1.8em; margin-bottom: 0.65em; }
h5 { font-size: 1.2em; margin-bottom: 1em;  margin-bottom: 0.5em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
/********************************************************
    Font Colum, Box
********************************************************/
#lightgreybox
{
	float: left;
	width: 95%;
	padding: 20px;
	background-color: #ffffff;
	border-radius:4px;
	border:
; 	border: 3px solid #DBDBDB;	
}


/********************************************************
    Button
********************************************************/

.joinnow a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	float:right;
	color:#fff;
	text-shadow: 1px 1px 3px #333;
	margin-top: 0px;
	margin-top:10px;
	padding:3px 12px;
	cursor:pointer;
	background-color: #D42A2A;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5p;
	-moz-border-radius:5p;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
	
}

.gotogallery a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	float:left;
	color:#fff;
	text-shadow: 1px 1px 3px #333;
	margin-top:5px;
	cursor:pointer;
	background-color: #D42A2A;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5p;
	-moz-border-radius:5p;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;	
	clear: both;
}


.makedonate a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	float:left;
	color:#fff;
	text-shadow: 1px 1px 3px #333;
	margin-top: 0px;
	margin-top:10px;
	padding:3px 12px;
	cursor:pointer;
	background-color: #003366;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5p;
	-moz-border-radius:5p;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
	
}





/****************************************
		Basic Layout 
*****************************************/
#container
{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

#wrapper{
	width: 960px;
	/*width: ;*/
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#header{
	padding-top: 10px;
	height: 105px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}



.topbanner {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.pagebanner {
	clear:both;
	width: 885px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 4px solid #FFF;
	height: 145px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#d8d8d8', GradientType=0);
}

.newsbanner {
	
	clear:both;
	width: 942px;
	margin-top: 26px;
	margin-bottom: 25px;
	border: 4px solid #FFF;
	height: 157px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#d8d8d8', GradientType=0);
}

#slogan {
	width: 670px;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom:10px;
	clear: both;
	margin-right: auto;
	text-align: center;
	font-family: 'droid_serifregular', Arial, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	text-shadow:1px 1px #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}


#contents{
	margin-top:25px;
	width: 950px;
	margin-left: 0px;
	}
#white{
	width: 890px;
	float: left;
	background-color: #ffffff;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
	margin-bottom:20px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
	
	
#main-full{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
#main-right{
	width: 600px;
	float: left;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#main{
	width: 620px;
	float: left;
	margin-right: 40px;
}

#side{
	width: 220px;
	float: left;
	padding-top: 10px;
}
#side-left{
	margin-top: 35px;
	width: 180px;
	float: left;
	padding-bottom: 20px;
	margin-right: 80px;
}
#side-right{
	margin-top: 35px;
	width: 250px;
	float: left;
	margin-left: 40px;
}

#footer{
	margin-top: 15px;
	background-color: #202020;
	}
	
#credit{
	margin: 0px;
	}

/****************************************
		Grid
*****************************************/

.gridcontainer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


.gridcontainer ul, .gridcontainer ol{margin:20px 0;}
	.gridcontainer ul li{
		list-style: url(images/arrow_list.png);
		margin-left:20px;
		}
	.gridcontainer ol li{list-style: decimal outside;margin-left:20px;}


.grid1, .grid1plus, .grid2, .grid2plus, .grid3, .grid3plus, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12, .grid13, .grid14, .grid15, .topkotoba, .topactive {
  float: left;
  display: inline;
  margin-right: 25px;
}
.grid1 {width: 60px;}
.grid2 {width: 120px;}
.grid3 {width: 180px;}
.grid4 {width: 240px;}
.grid5 {width: 300px;}
.grid6 {width: 380px;}
.grid7 {width: 420px;}
.grid8 {width: 450px;}
.grid9 {width: 545px;}
.grid10 {width: 600px;}
.grid11 {width: 660px;}
.grid12 {width: 720px;}
.grid13 {width: 780px;}
.grid14 {width: 860px;}
.grid15 {width: 900px;}

.first {margin-left: 0;clear: left;}
.spaceright {margin-right: 40px;}
.wideleft {margin-left: 55px;}
.wideright {margin-right: 55px;}

/****************************************
		Header Branding
*****************************************/


#branding {
	position: relative;
	display: block;
}

#branding .hgroup {
	float: left;
}
#branding .hgroup a {
	text-decoration: none;
}

#site-title {
	height: 100px;
	width: 160px;
	background-image: url(images/logo_header.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#site-title p {
	color:#666;
	font-size:95%;
	margin-left:115px;
	padding-top: 0px;
}
#site-title img {
	margin-top: 0px;
	font-weight: bold;
}

/****************************************
		Header Navigation
*****************************************/
#navigation-wrap {
	float: right;
	font-size: 100%;
	font-weight: bold;
}

#languagenavi {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	cursor:pointer;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	letter-spacing: .5px;
	font-weight:normal;
	}
#languagenavi a {
	text-decoration: none;
	color:#fff;
	padding:0px 7px;
	background-color: #003366;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5p;
	-moz-border-radius:5p;
	}
#languagenavi a:hover {
	text-decoration: none;
	color:#fff;
	padding:0px 7px;
	background-color: #D42A2A;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5p;
	-moz-border-radius:5p;
	}
/****************************************
		Language
*****************************************/
#headnavi {
	float: right;
	font-size: 80%;
	
}
#headnavi li{
	display:inline;
	line-height:1;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#headnavi li.on a{
	color: #B88B79;
}

#headnavi li.last{
	border-right-width: 0px;
}
#headnavi li a{
	text-decoration: none;
	color: #848484;
}
#headnavi li a:hover{
	color:#B88B79;
}



#nav {
	position:relative;
	bottom: 0px;
	padding: 0px;
	top: 0px;
	height: 55px;
	margin: 0px;
	clear: both;
}


/****************************************
		Navigation 
*****************************************/
ul#pronav {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 40px;
	float:right;
}

ul#pronav li {
	float: left;
	height: 46px;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-image: none;
	list-style-type: none;
}
ul#pronav li a {
	float: left;
	text-indent: -9999px;
	height: 46px;
}
ul#pronav li:hover a, ul#pronav li a:hover {
	background-position: left bottom;
}
ul#pronav a.menu1 {
	width: 160px;
	background-image: url(images/pro-youthalumni.png);
	background-repeat: no-repeat;
}
ul#pronav a.menu2 {
	width: 157px;
	background-image: url(images/pro-caregivers.png);
	background-repeat: no-repeat;
}
ul#pronav a.menu3 {
	width: 158px;
	background-image: url(images/pro-profesionals.png);
	background-repeat: no-repeat;
}


/****************************************
		Navigation on
*****************************************/
ul#pronav a.menu1_on {
	width: 160px;
	background-image: url(images/pro-youthalumni.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul#pronav a.menu2_on {
	width: 157px;
	background-image: url(images/pro-caregivers.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul#pronav a.menu3_on {
	width: 158px;
	background-image: url(images/pro-profesionals.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}








/****************************************
		Header Navigation
*****************************************/
#topnavi {
	float: right;
	font-size: 100%;
	margin-top: 50px;
	font-weight: bold;
}
#topnavi li{
	display:inline;
	line-height:1;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#topnavi li.last{
	border-right-width: 0px;
}
#topnavi li a{
	text-decoration: none;
	color:#666666;
}
#topnavi li a:hover{
	color: #003581;
}



#access {
	float: right;
	font-size: 95%;
	margin-top: 45px;
	font-weight: bold;
	display: block;
	margin-left: 0px;
	padding-bottom: 16px;
	top: 26px !important;
	/top: 44px; /* IE6 */
}
	*:first-child+html #access{ margin-top: 17px\9; } /* IE7 */
	
	.admin-bar #access{margin-top:28px;}
	


#access ul {
	list-style: none;
}
#access li {
	float: left;
	position: relative;
	margin-left: 5px;
}

#access li.selected > a {
	background-color: #DEDEDE;
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
}
#access li.on a {
	color: #990000;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #270728;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: bold;
	font-size: 96%;
}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.9em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: .7em .7em .7em 1em;
	width: 11em;
	height: auto;
	background-color: #EDEDED;
	text-transform: none;
	letter-spacing: 0px;
	margin-left:-5px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #000000;
	background-color: #DEDEDE;
}
#access ul ul a:hover {
	background-color: #CCCCCC;
}
#access ul li:hover > ul {
	display: block;
}


/****************************************
		Side Menu
*****************************************/
#sidemenu {
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
#sidemenu ul {
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 15px;
}

#sidemenu ul li {
	list-style-image: none;
	list-style-type: none;
}
.menutitle{
	cursor:pointer;
	width: 100%;
	text-align: left;
	font-size: 10pt;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0.4em;
	padding-bottom: 5px;
	padding-left: 0.4em;
}
.menutitle a {
	color: #4F4F4F;
}
.menutitle.selected a  {
	color: #D17C01;
}
.menutitle a:hover {
	color: #8F9288;
}

/********************************************************
    Image
********************************************************/
.img_left-space10r{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.img_right-space10l{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.img_space10t{
	margin-top: 10px;
}

/* img position */

.img-center {
    display: block;
    margin: 0 auto;
}
.img-right { float: right; margin-left: 8px; }
.img-left { float: left; margin-right: 8px; }

/********************************************************
    Misc.
********************************************************/
.clear{ clear: both; line-height: 0}

.dotline {
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
}

.line {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.shadowline {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;

}
.softline {
	margin-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
/****************************************
		Top News
*****************************************/
#news{
	margin-top: 5px;
}
#news .newstitle{
	height: 22px;
	clear: both;
	width: 100px;
	float: left;
}
#news .newstitle a{
		text-decoration: none;
}

#news ul{
	float: left;
	margin-bottom: 20px;
}
#news li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.newsdate{
	font-size: 95%;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.sub{
	font-size: 95%;
	float: left;
	width: 40px;
	margin-right: 5px;
}
.sub100{
	float: left;
	width: 90px;
	margin-right: 10px;
}
#news li a{
	text-decoration: none;
	color: #F60;
}
#news li a:hover{
	color: #FF9900;
}


/****************************************
		Board of Directors
*****************************************/
.profile-right {
	float:left; 
	width:600px;
	margin-right:15px;
	line-height: 1.6em;
}
.profile-right h3 {
	margin-bottom:5px;
	line-height: 1.6em;
}
.profile-right h3 a {
	color: #4C4C4C;
}
.profile-left-140 {
	float:left; 
	width:140px;
	margin-top: 2px;
	margin-right: 20px;
	}
.profile-left-120 {
	float:left; 
	width:120px;
	margin-top: 2px;
	margin-right: 20px;
	}
	
	
/****************************************
		Link Media
*****************************************/
.medias {
	float:left; 
	width:600px;
}

.medias h5 {
	float:left; 
font-size: 1em;
	margin-right:15px;
	line-height: 1.6em;
	width:80px;
}
.medias h6 {
	float:left; 
font-size: 1.1em;
	margin-right:15px;
	line-height: 1.6em;
	color: #d17c01;
}

.mediatitle {
	margin-left:95px;
	clear: both;
}

.medias p {
	float:left; 
	line-height: 1.6em;
}
	
	
/****************************************
		Link Supporters
*****************************************/
.supporters {
	float:left; 
	width:600px;
}
.supporters h6 {
	float:left; 
	margin-right:15px;
	line-height: 1.6em;
}

.supporters p {
	float:left; 
	line-height: 1.6em;
}

/****************************************
		Link Resources
*****************************************/
.supporters {
	float:left; 
	width:600px;
}
.supporters h5 {
	margin-right:15px;
	line-height: 1.6em;
}

.supporters p {
	float:left; 
	line-height: 1.6em;
}



/****************************************
		Fundraiser
*****************************************/
#buytickets select{
    padding: 5px;
    width: 280px;
	}

#buytickets option{
   padding: 5px;
}


#buytickets
{
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 15px;
	background-color: #F5F5F5;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
}
/****************************************
		Donation
*****************************************/

.proposal {
	width:95%;
	float:left;
	border-radius:4px;
	border: 3px solid #DBDBDB;
	padding: 10px;
	}


#donationinfo
{
	float: left;
	width: 90%;
	padding: 15px;
	background-color: #F5F5F5;
	margin-bottom: 25px;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
}

#galleryinfo  h4 {
		line-height: 1.5em;

}
#galleryinfo  h4 a {
}

#galleryinfo  p {
	font-size: 100%;
	line-height: 1.5em;
}
#galleryinfo img {
	margin-bottom:5px;
	border:
; 	border: 1px solid #CCC;
	}



/****************************************
		Gallery
*****************************************/
#galleryinfo
{
	float: left;
	width: 90%;
	padding: 15px;
	background-color: #F5F5F5;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
	/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#ffffff', EndColorStr='#DBDBDB', GradientType=0);
}

#galleryinfo  h4 {
	font-family: 'droid_serifregular', Arial, sans-serif;
		line-height: 1.5em;

}
#galleryinfo  h4 a {
}

#galleryinfo  p {
	font-size: 90%;
	line-height: 1.4em;
}
#galleryinfo img {
	margin-bottom:5px;
	border:
; 	border: 1px solid #CCC;
	}
/****************************************
		projects List
*****************************************/
.project-left {
	float:left; 
	width:280px;
	margin-right:15px;
	line-height: 1.6em;
}

.project-left h3 {
	margin-bottom:5px;
	line-height: 1.6em;
}
.project-left h3 a {
	color: #4C4C4C;
}
.project-right {
	float:left; 
	width:250px;
	}


/****************************************
		youth List
*****************************************/
.projecthalf-left {
	float:left; 
	width:250px;
	margin-right:20px;
	line-height: 1.6em;
}

.projecthalf-left h4 {
	line-height: 1.4em;
}
.projecthalf-left h4 a {
}
.projecthalf-right {
	float:left; 
	width:140px;
	}

/****************************************
		caregivers List
*****************************************/
.projectmini-left {
	float:left; 
	width:165px;
	margin-right:10px;
	line-height: 1.6em;
}

.projectmimi-left h4 {
	line-height: 1.4em;
}
.projectmimi-left h4 a {
}
.projectmimi-right {
	float:left; 
	width:120px;
	}

/****************************************
		professionals List
*****************************************/
.projectvertical {
	float:left; 
	width:250px;
	margin-right:20px;
	line-height: 1.6em;
}

.projectvertical  h4 {
	line-height: 1.4em;
}
.projectvertical  h4 a {
}
.projectvertical img {
	margin-bottom:15px;
	border:
; 	border: 1px solid #CCC;
	}





/****************************************
		Footer
*****************************************/


#footer {
	height:210px;
	color:#DBDBDB;
	font-size: 95%;
	line-height: 1.6em;
	}
	
#footer-wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}

#footer a {
	text-decoration:none;
	}
		
#footer .logo{
	float: left;
	margin-right: 35px;
	height:80px;
	}
	
#footer .donation{
	font-size: 90%;
	line-height: 1.5em;
	float: left;
	width: 300px;
	}
#footer .information{
	float: left;
	margin-right: 50px;
	width: 570px;
	}
	
.social-icons {
	display: table;
	float: left;
	height:40px;
	margin-right: 100px;
}
.social-icons ul {
	list-style: none outside none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}
.social-icons li.social_icon {
	background: none repeat scroll 0 0 transparent !important;
	display: inline;
	float: left;
	margin: 5px;
	padding-left: 0 !important;
}
.social-icons a {
	outline: medium none;
	overflow: hidden;
}

.gotop {
	clear: both;
	font-size:80%;
	color: #999;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	.gotop a{text-decoration: none;}
	
	
/****************************************
		Credit
*****************************************/
#credit {
	font-size: 95%;
	}
	
#credit-wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#credit a {
	text-decoration:none;
	}
		
p.copy{
	float: left;
	clear: both;
	font-size:80%;
	color: #999;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}

	
	
#footernavi {
	margin-top: 0px;
	margin-bottom: 35px;
	padding-top: 15px;
	padding-bottom: 5px;
	float: right;
}

#footernavi ul{
	
}
#footernavi li{
	display:inline;
	font-size: 90%;
	line-height:1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#footernavi li.last{
	border-right-width: 0px;
}
#footernavi li a{
	color:#999;
	text-decoration: none;
}
	
	
	
	
/****************************************
		Form
*****************************************/

input[type="text"], textarea{
	border:1px solid #DBDBDB;
	margin-bottom: 20px;
	padding: 6px 4px;
	color: #666;
	margin-right: 3px;
	background-color: #F1F1F1;
	}
	
input[type="submit"]{
	border:1px solid #003366;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	background-color: #003366;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	}


.contactform p {
	margin-bottom:5px;}


.errorText{
margin: 8px 0 0 5px;
color: #ff0000;
    font-size: 80%;
height: 30px;
}

.form_required {
    color: red;
    font-size: 80%;
}






	
/****************************************
		IFCA Project in 3 areas
*****************************************/




#pro3
{
	margin-top: 10px;
	margin-bottom: 35px;
	color: #FFF;
	width:95%;
	font-weight: normal;
}

#pro3 h4
{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
	width:50%;
	float:left;
	font-size: 1.2em;
	font-weight:bold;
}

#pro3 p
{
	line-height: 1.4em;
	width:50%;
	float:left;
	font-size: 12px;
	margin-top: 3px;
}

#pro3 span
{
	letter-spacing: 0px;
	font-size: 80%;
	font-weight:normal;
}

#pro3 h4 a
{
	color: #FFF;
}

#pro3 h4 a:hover
{
	color: #5F1F16;
}

#pro3 p a
{
	color: #5F1F16;
}


#pro3 p a:hover
{
	color: #FFF;
}



.youth{
	background-color:#D5795A;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 14px;
	height:76px;
	margin-bottom: 3px;	
}
	
.caregivers{
	background-color:#DCAE4A;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 14px;
	height:58px;
	margin-bottom: 3px;
}
.professionals{
	background-color:#728973;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 14px;
	height:40px;
}	


.leaflet {
	width:80%;
	float:right;
	border-radius:4px;
	border: 3px solid #DBDBDB;
	padding: 10px;
	}
	
	
/****************************************
		Sign-Up
*****************************************/

#mc_embed_signup {
	height: auto;
	line-height: 145%;
	width: 550px;
	height:425px;
	background-color: #F5F5F5;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#mc_embed_signup label{
	padding-top: 3px;
	padding-left: 0px;
	margin: 0px;
}
#mc_embed_signup input{
	background:#fff;
	display:block;
	width:280px;
	border:1px solid #CCCCCC;
	margin-top: 5px;
	padding: 10px;
	clear: right;
}
.mce_inline_error {
	font-size: 90%;
	color: #666666;
	margin-top: 5px;
}




/****************************************
/* Spacements */
/* spacement top & bottom 
*****************************************/

.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}


