/*
Theme Name: IYCN
Author: IYCN
Version: 1.0
*/


/* Reset based on Eric Meyer's http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
  background: #f1eeeb;
  font-family: Arial,sans-serif;
  font-size: 12px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
  color: #336699; 
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* */ 
/* */
/* */
/* General */
/* */
/* */
/* */

.wrap {
  width: 962px;
  margin: 0 auto;
}
.page {
  width: 960px;
  border: solid 1px #c8c6c4;
  border-top: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}
h1, .h1 {
  font: bold 36px Arial,sans-serif;
}
h2, .h2 {
  font: bold 30px Arial,sans-serif;
}
h3, .h3 {
  font: bold 16px Arial,sans-serif;
}
h4, .h4, h5, .h5, h6, .h6 {
  font: bold 14px Arial,sans-serif;
}
table {
	border: 1px solid #e7e7e7 !important;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
tr th,
thead th {
	border: none !important;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border: none !important;
	border-top: 1px solid #e7e7e7 !important;
	padding: 6px 24px;
}
sup {
 		vertical-align: super;
 }
img {
	margin: 0;
}
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f6f6f6;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 30px;
	max-width: 300px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
	text-align: left;
}
.wp-smiley {
	margin: 0;
}
.content_aside {
  float: right;
  width: 160px;
  padding: 20px;
  background: #fff;
  border: solid 1px #e2e2e2;
  margin: 10px;
  font-size: 90%;
}
.content_aside h1, .content_aside h2, .content_aside h3, 
.content_aside h4, .content_aside h5, .content_aside h6 {
  margin: 0 0 10px 0;
}
.content_aside ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.content_blublock {
  background: #e9efef;
  padding: 10px;
  margin: 20px 0;
  border: solid 1px #e2e2e2;
}
.content_blublock ul {
  padding-left: 10px;
}
.content_blublock h3 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #cdcdcd;
}

/* Header layout */

#header {
  display: block;
  background: #276564;
  height: 180px;
  position: relative;
}
.headergraphic {
  position: absolute;
  top: 0;
  left: 0;
}
#topnav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #387372;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px; 
}
#topnav ul {
  list-style: none;
}
#topnav ul li {
  float: left;
}
#topnav a {
  color: #fff;
  font: normal 13px Arial,sans-serif;
  display: block;
  padding: 5px 15px;
  text-shadow: -1px 1px 2px #444444;
  filter: dropshadow(color=#444444, offx=-1, offy=1);
}
#topnav a:hover {
  color: #ddd;
}
#header h1 {
  background: url(img/iycn.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 50px;
  left: 160px;
  width: 479px;
  height: 61px;
}
#header h1 a {
  display: block;
  text-indent: -9999px;
}
#header h1 a:focus, #header h1 a:active {
  outline: none;
}
#header .searchbox {
  position: absolute;
  top: 60px;
  right: 30px;
  background: #235e5d;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.searchbox .screen-reader-text {
  display: none;
}
.searchbox div {
  position: relative;
  width: 220px;
  height: 25px;
  background: url(img/searchbox.png) no-repeat 0 0;
  padding: 3px 0 2px 0;
}
.searchbox #s {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 185px;
  height: 25px;
  line-height: 25px;
  border: 0;
  padding: 0;
  margin: 0;
  color: #555;
}
.searchbox #searchsubmit {
  position: absolute;
  top: 3px;
  left: 190px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 0;
  padding: 0;
  margin: 0;
  background: url(img/search_ico.png) no-repeat 0 0;
  cursor: pointer;
}
#mainnav {
  position: absolute;
  bottom: 0;
  left: 0;
}
#mainnav ul {
  list-style: none;
}
#mainnav ul li {
  width: 240px;
  float: left;
  text-align: center;
}
#mainnav ul li a {
  display: block;
  width: 240px;
  height: 40px;
  background: #588d8c;
  text-indent: -9999px;
}
#mainnav ul li a:hover,
#mainnav ul li a:focus,
#mainnav ul li a:active {
  opacity: 0.7;
  outline: none;
}
#mainnav ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#mainnav .page-item-15 a {
  background: url(img/ourlegacy.png) 0 0 no-repeat;
}
#mainnav .page-item-17 a {
  background: url(img/resources.png) 0 0 no-repeat;
}
#mainnav .page-item-19 a {
  background: url(img/countries.png) 0 0 no-repeat;
}
#mainnav .page-item-21 a {
  background: url(img/newsarchives.png) 0 0 no-repeat;
}

/* Carousel */
#homecarousel {
  display: block;
  background: #e9efef;
  padding: 20px 90px 10px;
}
#carousel_container {
  width: 780px;
  height: 380px;
  background: #276564;
  overflow: hidden;
}
.carousel_item {
  width: 780px;
  height: 380px;
  overflow: hidden;
}
.carousel_item img {
  float: left;
}
.carousel_item_content {
  float: left;
  width: 330px;
  padding: 30px;
  color: #fff;
  text-shadow: -2px 2px 3px #134645;
  filter: dropshadow(color=#134645, offx=-2, offy=2);
  line-height: 18px;
}
.carousel_item_content h2 {
  font: normal 34px/36px Georgia, serif;
  padding-bottom: 20px;
}

a.learnmore {
  display: block;
  margin-top: 20px;
  width: 110px;
  height: 20px;
  text-indent: -9999px;
  background: url(img/learnmore.png) no-repeat 0 0;
  text-shadow: none;
  filter: none;
}
a.learnmore:active,
a.learnmore:focus,
#carousel_pager a:active,
#carousel_pager a:focus {
  outline: none;
}
#carousel_pager {
  padding: 5px 0 0 390px;
  margin: 0;
}
#carousel_pager a {
  display: block;
  float: left;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background: url(img/slidepager.png) no-repeat 0 0;
}
#carousel_pager a.activeSlide {
  background-position: -14px 0;
}

/* Homepage */
#homecontent {
  display: block;
  padding: 20px 10px 20px 20px;
}
.home_left {
  float: left;
  width: 700px;
}
.home_right {
  float: left;
  padding-left: 15px;
  width: 215px;
}
.call_to_action {
  float: left;
  padding: 0;
  margin: 0;
}
.photo_credits {
  padding: 0 20px 10px;
  font: normal 11px Arial,sans-serif;
  color: #666;
}
.middlecta {
  margin: 0 15px;
}
.articles {
  padding: 0 0 15px;
}
.home_article {
  float: left;
  border: solid 1px #ddd;
  width: 674px;
  height: 120px;
  padding: 10px;
  line-height: 16px;
}
.home_article img {
  float: left;
  padding-right: 10px;
}
.readmore {
  font: bold 12px/20px Arial,sans-serif;
  padding-right: 10px;
  background: url(img/orangearr.png) no-repeat center right;
}
.signupcta {
  margin: 10px 0;
  float: none;
  width: 200px;
}
a.morebtn {
  display: block;
  margin: 10px 0 0;
  width: 62px;
  height: 22px;
  background: url(img/morebtn.png) no-repeat 0 0;
  text-indent: -9999px;
}
a.morebtn:focus, a.morebtn:active {
  outline: none;
}
.followus_box {
	padding-right: 20px;
}
.followus_box h2 {
  color: #333333;
  font-size: 16px;
  padding: 10px;
  border-bottom: solid 2px #508281;
}
.followus_box ul {
  list-style: none;
}
.followus_box ul li a {
  font-size: 14px;
  display: block;
  line-height: 16px;
  padding: 5px 0 5px 35px;
}
.twitter_link {
  background: url(img/twitico.png) no-repeat 10px 5px;
  border-bottom: solid 1px #dedede;
}
.youtube_link {
  background: url(img/utubeico.png) no-repeat 10px 5px;
}
/* Pages */
.sidebar {
  width: 260px;
  padding-top: 35px;
  float: left;
}
.page_content {
  float: left;
  width: 620px;
  margin-bottom: 10px;
  padding: 0 60px 0 20px;
  font: normal 13px/18px Arial,sans-serif;
  position: relative;
}
.page_content li {
	margin: 5px 0;
}
.page_content p {
  margin: 20px 0;
}
.page_content h1,.page_content h2,.page_content h3,.page_content h4,.page_content h5,.page_content h6 {
  margin: 0 0 10px;
}
.page_content ul {
  margin: 0 0 20px;
  padding-left: 15px;
}
.page_content .content_blublock ul {
  margin: 0 0 10px;
}
#sidemenu {
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  padding: 25px 0;
}
#sidemenu li {
  display: block;
  width: 260px;
}
#sidemenu li a {
  display: block;
  width: 210px;
  padding: 7px 10px 5px 20px;
  background: #e9efef;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #fff;
}
#sidemenu li.current_page_item {
  background: url(img/nav-r.png) no-repeat right center;
}
#sidemenu li.current_page_item a {
  background: #276564;
  border: none;
  color: #fff;
}
#sidemenu li:first-child a {
  border-top: none;
}
.sidebar_undermenu {
  padding: 20px;
}
.content_nav {
  display: block;
  height: 28px;
  position: relative;
  padding-top: 10px;
  border-top: solid 1px #dedede;
  margin-top: 20px;
}
.content_nav a:focus, .content_nav a:active {
  outline: none;
}
.ncv {
  border-top: none;
  margin-top: 10px;
}
.nextpage {
  display: block;
  width: 82px;
  height: 28px;
  text-indent: -9999px;
  background: url(img/nextbtn.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  right: 0;
}
.prevpage {
  display: block;
  width: 82px;
  height: 28px;
  text-indent: -9999px;
  background: url(img/prevbtn.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 0;
}

h2.title {
  margin: 30px 0 15px;
}

/* Newses */
.arc_contentwrapper,
.nor_contentwrapper {
  background: url("img/sidespace.png") repeat-y scroll 0 0 #fff;
  padding-bottom: 10px;
}
.arc_sidebar {
  width: 250px;
  padding: 30px 0 0 10px;
  float: left;
}
.viewall_link {
  display: block;
  padding: 3px 10px;
  font-weight: bold;
}
.arc_sidebar ul {
  list-style: inside disc;
  color: #336699;
}
.arc_sidebar ul li {
  padding: 3px 10px;
}
.taxonomy-drilldown-reset {
  display: block;
  padding: 3px 10px;
}
.attachment-news-thumb {
  border: solid 1px #fff;
  -webkit-box-shadow: -1px 1px 3px 1px #ccc;
  -moz-box-shadow: -1px 1px 3px 1px #ccc;
  box-shadow: -1px 1px 3px 1px #ccc; 
  float: left;
  margin: 0 20px 10px 0;
}
.results { 
	border-top: dashed 1px #ccc;
}
.results p { margin-top: 5px;
}
.resource_metadata {font-size: 90%;}
.entry {
  display: block;
  padding: 20px 5px;
  border-bottom: dashed 1px #ccc;
}

.page .entry { margin-bottom: 20px;}

.entry:last-child {
  border-bottom: none;
}
.article_info {
  margin: 10px 0;
  font-size: 12px;
  color: #666;
}
.promo {
  margin: 10px 0;
  float: none;
  width: 220px;
}
.sidebar_gen {
  padding: 50px 0 0 10px;
  width: 250px;
}
.arc_sidebar h4 {
  margin: 30px 5px 15px;
}
.the_content {
  padding-bottom: 10px;
}

/* Resources */
.res_youtubes, .res_ex_sites, .res_topics {
  display: block;
}
.res_header {
  position: relative;
  height: 22px;
  padding: 0 10px;
  border-bottom: solid 3px #2f6160;
}
.res_header h3 {
  color: #333;
}
.viewall_side {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 22px;
}
.res_youtubes {
  float: left;
  width: 470px;
  padding-top: 20px;
}
.res_youtubes img {
  float: left;
  margin: 7px;
}
.res_ex_sites h3 {
  border-bottom: none;
}
.res_ex_sites {
  margin-left: 15px;
  float: left;
  width: 270px;
}
.res_ex_sites p, .res_ex_sites a {
  display: block;
  padding: 0 10px;
  margin: 10px 0 0;
}
.res_topics {
  padding-bottom: 20px;
}
.res_topics ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.res_topics ul li {
  width: 290px;
  height: 20px;
  float: left;
  padding: 10px 0;
}
.res_topics ul li a {
  display: block;
  float: left;
  border: solid 1px #e2e2e2;
  padding: 3px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eaf0f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf0f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#eaf0f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#eaf0f0 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#eaf0f0 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0f0',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#eaf0f0 100%); /* W3C */
}

.blublock_fixed {
  float: left;
  margin-top: 0;
  width: 420px;
}
.ourseriesleft {
  margin-right: 10px !important;
}
ul.series_list_l, ul.series_list_r {
  list-style: none;
  float: left;
  padding: 0;
}
ul.series_list_l li, ul.series_list_r li {
  list-style: none;
  font-size: 12px;
  height: 15px;
  padding: 11px 2px;
  color: #336699;
  line-height: 13px;
}
ul.series_list_l li {
  width: 140px;
}
ul.series_list_r li {
  width: 140px;
}

.sortby {
  display: block;
  float: right;
  width: 120px;
  background: #e9efef;
  padding: 10px;
  margin: 0 0 10px 10px;
  border: solid 1px #e2e2e2;
}
.sortby a {
  display: block;
  padding: 3px;
}
.mid_col {
  float: left;
  width: 400px;
}
.resource_meta {
  background-color: #fff; 
  border: solid 1px #e2e2e2;
  float: left;
  font-size: 90%;
  margin: 20px 0 10px 10px;  
  padding: 10px;
  width: 180px;
  position: relative;
}
.resource_meta a {
  cursor: pointer;
}
.resource_meta ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.resource_meta ul li {
  list-style: none;
}
#showhide {
 display: block;
 text-align: center;
 border: solid 1px #e2e2e2;
 width: 15px;
 height: 15px;
 font-size: 15px;
 line-height: 15px;
 color: #333;
 position: absolute;
 top: 10px;
 right: 10px;
}
#showhide:hover {
  text-decoration: none;
  background:#efefef;
}
#showhide_content {
  padding-top: 5px;
  display: none;
}
a.pdf_link, a.external_link {
  font: normal 14px/20px Arial,sans-serif;
  padding-right: 30px;
}
a.external_link {
  background: url(img/external.png) no-repeat center right;
}
a.pdf_link {
  background: url(img/file-pdf.png) no-repeat center right;
}
img.internal-resource {
  vertical-align: middle;
  padding-bottom:2px;
}
/* Footer */

#foot {
  display: block;
  padding-top: 5px;
  color: #666;
  font-size: 11px;
}
.firstfoot img {
  float: left;
  padding-right: 10px;
}
.secondfoot img {
  float: right;
  padding-left: 10px;
}
.firstfoot {
  padding: 10px;
}
.secondfoot {
  padding: 20px 200px;
}
#foot p {
  padding: 5px;
}
#foot .secondfoot p {
  padding-top: 10px;
}
.sidebar_youtubes {
  padding-right: 20px;
}
.sidebar_youtubes img {
  padding: 10px;
}
