/*
Theme Name: ICF
*/
html, body{height:100%;}
body{
	margin:0;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
	background:#fff url(images/bg-body.gif);
}
img{border-style:none;} 
a{
	color: #4c4c4c;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	width:965px;
	margin:0 auto;
	min-height:100%;
}
* html #wrapper{ height:100%; }
#page{
	width:100%;
	overflow:hidden;
	padding:139px 0 124px;
	position:relative;
}
/* logo */
.logo{
	position:absolute;
	top:0px;
	left:11px;
	z-index:15;
	margin:0;
}
.logo a{
	width:378px;
	height:85px;
	text-indent:-9999px;
	display:block;
	background:url(images/logo.gif) no-repeat;
}
/* header */
#header{
	position:absolute;
	top:14px;
	left:0;
	width:100%;
    z-index:10;
}
#header .holder{
	background:url(images/bg-header.png) no-repeat;
	height:102px;
	padding:12px 18px 0;
}
/* top navigation */
.top-nav{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	position:relative;
}
.top-nav ul{
	float:right;
	margin: 0;
	padding: 0;
	list-style:none;
}
.top-nav ul li{
	float:left;
	font-size:12px;
	background:url(images/t-nav-sep.gif) no-repeat 100% 0;
	margin:0 -7px 0 0;
	padding:0 7px 0 14px;
}
.top-nav ul li a{
	color:#020000;
	float: left;
}
/* search box */
#header .search{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 18px;
}
#header .search .form{float:right;}
#header .search .input-txt{
	float:left;
	width:176px;
	background:url(images/bg-search.gif) no-repeat;
	margin:0 2px 0 0;
}
#header .search .input-txt input{
	float:left;
	width:170px;
	margin:0;
	padding:6px 3px 6px;
	border:0;
	background:none;
	font:11px Arial, Verdana, sans-serif;
	color:#766676;
}
#header .search .btn-search{float:left;}
/* main navigation */
.wrap-l{
	float:left;
	position:relative;
	left:50%;
}
.wrap-r{
	position:relative;
	left:-50%;
	text-align:center;
}
* html .nav { margin-left: -37px; }
* +html .nav { margin-left: -37px; }
.nav{
	margin: 0;
	padding: 0;
	list-style:none;
	position:relative;
	z-index:1;
	float:left;
}
.nav li{
	font-size:14px;
	font-weight:bold;
	float:left;
	background:url(images/nav-sep.gif) no-repeat;
	padding:5px 14px 4px 15px;
}
.nav li:hover,
.nav li.hover{position:relative;}
.nav li:first-child{
	padding-left:0;
	background:none;
}
.nav li:hover ul,
.nav li.hover ul{top:23px;}
.nav li:hover li:hover ul,
.nav li.hover li.hover ul,
.nav li:hover li:hover li:hover ul,
.nav li.hover li.hover li.hover ul{top:-8px;}
.nav li:hover li ul,
.nav li.hover li ul,
.nav li:hover li:hover li ul,
.nav li.hover li.hover li ul{top:-9999px;}
.nav ul{
	position:absolute;
	top:-9999px;
	left:2px;
	width:218px;
	margin: 0;
	padding:8px 0 0;
	list-style:none;
	text-align:left;
	background:#fff;
}
.nav ul li{
	float:none;
	background:url(images/none.gif) !important;
	padding:0 5px 0 15px !important;
	margin:0 0 4px;
	height:1%;
}
.nav li a{
color:#353535;
}
.nav li a:hover{text-decoration:none;}
.nav li:hover a,
.nav li.hover a,
.nav li:hover li:hover a,
.nav li.hover li.hover a,
.nav li:hover li:hover li:hover a,
.nav li.hover li.hover li.hover a,
.nav li:hover li:hover li:hover li:hover a,
.nav li.hover li.hover li.hover li.hover a{color:#0dc6de;}
.nav li:hover li a,
.nav li.hover li a,
.nav li:hover li:hover li a,
.nav li.hover li.hover li a,
.nav li:hover li:hover li:hover li a,
.nav li.hover li.hover li.hover li a{color:#636363;}
.nav ul ul{
	left:218px;
	top:-8px;
}
.nav li:hover .drop-r,
.nav li.hover .drop-r{
	left:auto;
	right:0;
}
.nav li:hover .drop-r ul,
.nav li.hover .drop-r ul{
	left:auto;
	right:218px;
}
/* main content area */
#main {width:100%;}
#main .top{
	background:url(images/bg-main-t.png) no-repeat;
	height:4px;
	overflow:hidden;
}
#main .middle{
	background:url(images/bg-main.png) repeat-y;
	height:1%;
	padding:9px 12px 14px 13px;
}
#main .middle:after{
	display:block;
	clear:both;
	content:"";
}
#main .bottom{
	width: 100%;
	background:url(images/bg-main-b.png) no-repeat;
	height:4px;
	overflow:hidden;
}
/* gallery */
.gallery-box{
	width:936px;
	position:relative;
	margin:0 0 9px;
}
.gallery-box .slicer{
	width:936px;
	overflow:hidden;
	position:relative;
}
.gallery{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
	position:relative;
}
.gallery li{
	float:left;
	width:936px;
}
.gallery img{display:block;}
/* gallery pager */
.pages{
	position:absolute;
	bottom:18px;
	left:0;
	width:100%;
}
.pages ul{
	float:right;
	margin:0 16px 0 0;
	padding: 0;
	list-style:none;
	display:inline;
}
.pages ul li{
	float:left;
	width:22px;
	margin:0 0 0 4px;
	display:inline;
	font-size:15px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
}
.pages a{
	display:block;
	color:#000;
	background:#fff;
}
.pages a:hover,
.pages a.active{
	color:#fff;
	background:#0dc6de;
	text-decoration:none;
}
/* text area */
.text-area{width:100%;}
.text-area .holder{
	width:944px;
	overflow:hidden;
}	
.text-area .box{
	width:227px;
	margin:0 9px 0 0;
	float:left;
	height:160px;
	overflow:hidden;
}
.text-area .box a{
	display:block;
	height:320px;
	overflow:hidden;
}
.text-area .box img{display:block;}
.text-area .box a:hover{margin:-160px 0 0;}
/* content area */
#content{
	width:660px;
	float:left;
	margin:5px 0 0 4px;
	display:inline;
}
#content h2{
	width:398px;
	padding:4px 12px 7px;
	background:#353535;
	margin:0 0 22px;
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
}
#content h2 a{
    color:#fff;
}
#content h2.pagetitle{
    background:none;
    color:#000;
}
#content .text{
	padding:0 0 0 20px;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#4c4c4c;
	text-indent:32px;
}
* html #content .text{
	height:1%;
	overflow:visible;
}
#content .text p{ margin:0 0 25px; }
/* sidebar */
#sidebar{
	float:right;
	width:230px;
	margin:9px 14px 0 0;
	display:inline;
}
.heading-contact{
	background:url(images/text-contact.gif) no-repeat;
	text-indent:-9999px;
	height:24px;
	margin:0 0 3px;
}
.heading-photos{
	background:url(images/text-photos.gif) no-repeat;
	text-indent:-9999px;
	height:20px;
	margin:0 0 3px;
}
/* contact box */
.contact{
	width:100%;
	margin:0 0 19px;
}
.contact .title{
	font-size:14px;
	font-weight:normal;
	color:#0dc6de;
}
.contact address{
	font-style:normal;
	font-size:12px;
	color:#4c4c4c;
	margin:0 0 13px;
}
.contact address span{display:block;}
.contact dl{
	width:100%;
	overflow:hidden;
	font-size:12px;
	margin:0;
}
.contact dl dt{
	float:left;
	color:#0dc6de;
	margin:0 5px 0 0;
}
.contact dl dd{
	float:left;
	margin:0;
	color:#4c4c4c;
}
.contact dl a{color:#4c4c4c;}
/* photos */
.photos{
	width:100%;
	overflow:hidden;
}
.photos .photo{
	width:100%;
	margin:0 0 7px;
}
.photos .photo img{display:block;}
/* footer */
#footer{
	width:965px;
	height:104px;
	overflow:hidden;
	margin:-114px auto 0;
	position:relative;
}
.footer-area{
	background:url(images/bg-footer.png) no-repeat;
	padding:18px 16px 0;
	height:86px;
	overflow:hidden;
}
.foot-logo{
	float:left;
	background:url(images/footer-logo.gif) no-repeat;
	width:75px;
	height:59px;
	margin:0 14px 0 0;
	color: #EBECE3;
}
* html .foot-logo{margin:0 11px 0 0;}
#footer .holder{
	overflow:hidden;
	padding:4px 0 0;
	position:relative;
}
* html #footer .holder{
	height:1%;
	overflow:visible;
}
#footer address{
	font-size:11px;
	font-style:normal;
	margin:0 0 6px;
}
/* footer navigation */
.foot-nav{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
	padding: 0;
	list-style:none;
}
.foot-nav li{
	float:left;
	background:url(images/foot-sep.gif) no-repeat;
	margin:0 0 0 -8px;
	padding:0 14px 0 8px;
	font-size:12px;
}
.foot-nav li a{color:#020000;}
#footer p{
	font-size:10px;
	color:#40413d;
	margin:0;
}
/*---Navigation---*/
.navigation .alignleft{
	float:left;
	display:inline;
}
.navigation .alignright{
	float:right;
	display:inline;
}
/*---Navigationend---*/
/* new pages start */
/* #main start */
.inner #main .middle {
	min-height: 951px;
	padding: 0 12px 14px 0;
	background: url(images/bg-main2.png) repeat-y;
	float: left;
}
* html .inner #main .middle { height: 951px; }
/* content start */
.inner #content {
	width: 685px;
	margin: 0 0 0 2px;
}
/* heading start */
.heading {
	height: 1%;
	margin-bottom: 33px;
	padding: 13px 0 1px 27px;
	background: #ffc400 url(images/bg-heading.gif) repeat-x;
}
#content .heading h2 {
    margin: 0;
    padding:0 0 6px;
}
#content .title{
    background:none;
}
#content .text-icf-special-events,
#content .text-icf-facilities,
#content .text-about-icf-worldwide {
	height: 51px;
	display: block;
	text-indent: -9999px;
}
#content .text-icf-special-events {
	width: 300px;
	background: url(images/text-icf-special-events.gif) no-repeat;
}
#content .text-icf-facilities {
	width: 226px;
	background: url(images/text-icf-facilities.gif) no-repeat;
}
#content .text-about-icf-worldwide {
	width: 341px;
	background: url(images/text-about-icf-worldwide.gif) no-repeat;
}
/* heading end */
/* blog start */
#content .blog {
	width: 597px;
	overflow: hidden;
	margin: 25px 0 7px 37px;
	background: url(images/bg-dots.gif) repeat-x 0 100%;
}
.image {
	padding-bottom: 25px;
	float: left;
}
.image img { display: block; }
.entry-content {
	width: 415px;
	float: right;
	padding: 5px 7px 7px 0;
	font-size: 13px;
	color: #3f3f3f;
	line-height: 18px;
}
.entry-content h3,
.post h3 {
	margin: 0 0 4px;
	font-size: 20px;
	line-height: 24px;
	color: #151d49;
}
.entry-content h3 a,
.post h3 a { color: #151d49; }
.date {
	font-size: 13px;
	font-style: normal;
	color: #0dc6de;
	margin-bottom: 3px;
	display: block;
}
.entry-content p { margin: 0 0 6px; }
.more {
	padding: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #151d49;
	background: url(images/bg-bullet.gif) no-repeat 100% 8px;
	float: right;
}
* html .more { margin-bottom: -6px; }
* +html .more { margin-bottom: -6px; }
.more span {
	position: absolute;
	top: -9999px;
}
/* blog end */
/* post start */
.post {
	height: 1%;
	font-size: 13px;
	line-height: 20px;
	text-indent: 28px;
	color: #3f3f3f;
	margin-top: -4px;
	padding: 0 37px;
}
.post h3 {
	margin: 0 0 20px;
	text-indent: 0;
}
.post p { margin: 0 0 19px; }
.back {
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	color: #151d49;
	padding: 0 0 0 10px;
	background: url(images/bg-bullet2.gif) no-repeat 0 8px;
}
/* post end */
.post .title {
	margin: 0 0 23px;
	display: block;
	text-indent: 0;
}
/* pagination start */
.pagination {
	width: 100%;
	padding: 14px 0 30px;
	font-size: 14px;
	font-weight: bold;
	color: #151d49;
	text-align: center;
}
.prev,
.next { color: #151d49; }
.prev {
	padding: 0 8px 0 10px;
	background: url(images/bg-bullet2.gif) no-repeat 0 8px;
}
.next {
	padding: 0 10px 0 8px;
	background: url(images/bg-bullet.gif) no-repeat 100% 8px;
}
.pagination-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.pagination-nav li { display: inline; }
.pagination-nav a { color: #0dc6de; }
/* pagination end */
/* content end */
/* sidebar start */
.inner #sidebar { margin: 18px 14px 0 22px; }
/* sidebar end */
/* #main end */
/* new pages end */