/* 	CIVIC Custom CSS
		Lastest release: August 2012 */


/*//	=GLOBAL */

/* fonts */
@font-face {
	font-family: 'ProximaNovaLtBold';
	src: url('/assets/fonts/proximanova-semibold-webfont.eot');
	src: url('/assets/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/assets/fonts/proximanova-semibold-webfont.woff') format('woff'),
			 url('/assets/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
			 url('/assets/fonts/proximanova-semibold-webfont.svg#ProximaNovaLtBold') format('svg');
	font-weight: normal;
	font-style: normal;
	}

html,body {
	background: rgba(235,235,235,1) url(/assets/img/bg.jpg) repeat 0 0;
	color: #222;
	}
html,body,div,section,p,ul,ol,li,dl,dd,table,tr,td {
	font: normal 15px/22px "Proxima Nova", "Myriad Pro", Calibri, Helvetica, sans-serif;
	}

/* headers */
h1,h2,h4 {
	background: url(/assets/img/bg_header-bar.gif) no-repeat 0 100%;
	}
h1 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 30px;
	}
h2 {
	padding-bottom: 14px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 28px;
	}
h3 {
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	}
h4 {
	font-size: 16px;
	padding-bottom: 12px;
	}
/* special headers */
h3.has-icon {
	margin-top: 0;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 40px;
	line-height: 45px;
	}
h3.icon_satellite { background-image: url(/assets/img/icons/icon-satellite.png); }

/* links */
a, a:active, a:visited {
	color: #206aa5;
	}
a.button {
	background-color: #F14032;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 2px #BA3127;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	}
a.button:hover {
	text-decoration: none;
	background-color: #E23C2F;
	}

/* lists */
ul.nav,
ul.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

/* Structure */

#content {
	width: 962px;
	padding: 12px 0 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.row-spacing {
	padding: 25px 0;
	}
/* bootstrap shim */
.shim {
	margin-left: 0;
	margin-right: 20px;
	}



/*//	=HEADER */

header[role="banner"] {
	position: relative;
	overflow: hidden;
	}
#logo {
	float: left;
	width: 325px;
	height: 80px;
	margin-top: 30px;
	background: url(/assets/img/logo.png) no-repeat 0 0;
	text-indent: -999em;
	}
#slogan {
	display: none;
	}

/* search */
form#site_search input {
	float: right;
	width: 227px;
	padding: 5px 5px 5px 30px;
	background: #fff url(/assets/img/icon-search.gif) no-repeat 6px 8px;
	border-radius: 2px;
	font-style: italic;
	color: #888;
	font-size: 13px;
	}

/* navigation */
#header ul {
	list-style-type: none;
	float: right;
	clear: right;
	overflow: auto;
	margin: 60px 0 0;
	color: #222;
	}
#header ul li {
	display: inline;
	float: left;
	}
#header ul li a {
	display: block;
	clear: right;
	float: left;
	color: #565656;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 8px 0;
	margin-left: 15px;
	text-shadow: 1px 1px 0 #fff;
	}
#header ul li:last-child a {
	color: #ef4126;
	}
#header ul li:hover a,
#header ul li.here a,
#header ul li.parent-here a {
	background: rgba(188,188,188,.4);
	border-radius: 4px;
	text-shadow: none;
	color: #206aa5;
	text-decoration: none;
	}



/*//	=CONTENT */

/* breadcrumbs */
p.breadcrumbs,
p.breadcrumbs a {
	margin: 5px 0 0;
	text-transform: uppercase;
	color: #A5A6A1;
	font-weight: normal;
	font-size: 11px;
	}
p.breadcrumbs a:hover {
	text-decoration: underline;
	}


/* main content */
#main_content h1#has_image {
	color: #fff;
	text-shadow: 1px 1px 3px #111;
	height: 165px;
	padding-top: 115px;
	text-align: center;
	background-position: 0 0;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 45px;
	}
#main_content h2 {
	padding-bottom: 8px;
	}
#main_content h3 {
	margin: 20px 0 0;
	color: #636363;
	line-height: 24px;
	}
#main_content p {
	margin-bottom: 18px;
	}
#main_content p.description {
	margin-bottom: 2px;
	}
#main_content ul {
	margin-left: 50px;
	}
#main_content ul li {
	padding-bottom: 10px;
	}

/* sections */
#main_content section {
	overflow: hidden;
	padding-bottom: 15px;
	}

/* section_nav */
ul.nav_subpages li a {
	font-size: 22px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: right;
	}

/* listings */
.byline {
	display: block;
	font-size: 14px;
	color: #777;
	font-style: italic;
	margin-bottom:15px;
	}

/* publications accordion */
#main_content #accordion h3 {
	margin: 0;
	line-height: auto;
	}



/*//	=PAGES

/* Homepage */
#promos {
	height: 430px;
	overflow: hidden;
	border-radius: 5px;
	}
#promos .item h1,
#promos .item h4 {
	padding: 0;
	margin: 0;
	background: none;
	color: #fff;
	text-shadow: 2px 2px 4px #333;
	}
#promos .item {
	height: 430px;
	}
#promos .item h1 {
	margin-bottom: 10px;
	font-size: 34px;
	line-height: 42px;
	font-weight: bold;
	}
#promos .item h4 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	}
#promos .item .promo_content {
	position: absolute;
	top: 95px;
	width: 370px;
	}
#promos .item .right {
	right: 85px;
	}
#promos .item .left {
	left: 85px;
	}
#promos p.credit {
	position: absolute;
	right: 13px;
	bottom: 5px;
	text-shadow: 1px 1px 0 #000;
	font-size: 11px;
	color: #ededed;
	margin: 0;
	}
/* promo carousel override */
.carousel-control {
	top: 50%;
	font-family: "Helvetica Neue", Helvetica;
	}
/* intro text */
#intro {
	text-shadow: 1px 1px 0 #fff;
	}
#intro p {
	font-size: 17px;
	font-weight: lighter;
	}
#intro p:first-child {
	line-height: 23px;
	}
#intro p small {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	}
/* latest news */
#latest_news h3.has-icon {
	font-weight: bold;
	margin-bottom: 20px;
	}
#latest_news h3 {
	margin: 0 0 2px;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	}
#latest_news .news_content p {
	font-size: 14px;
	line-height: 16px;
	}
#latest_news span {
	display: block;
	font-size: 12px;
	color: #555;
	margin-bottom: 20px;
	}
#latest_news .news_content h2, #latest_news .news_content h3, #latest_news .news_content h4, #latest_news .news_content h5, #latest_news .news_content h6, #latest_news .news_content img, #latest_news .news_content ul, #latest_news .news_content ol {
	display: none;
	}
/* highlight */
.highlight {
	height: 150px;
	width: 305px;
	margin: 0 10px 10px 0;
	float: left;
	background-color: #ccc;
	text-align: center;
	background-repeat: none;
	background-position: 50% 0;
	}
#highlights .odd {
	margin-right: 0;
	}
.highlight a {
	display: block;
	padding-top: 60px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0 #222;
	text-transform: uppercase;
	height: 90px;
	}
.highlight a:hover {
	background: rgba(239,65,38,.3);
	text-decoration: none;
	}
.tweet {
	padding-left: 20px;
	background: url(/assets/img/tweet-bg.png) no-repeat 0 2px;
	font-size: 13px;
	}
.tweet p {
	font-size: 14px;
	line-height: 18px;
	}
.tweet date {
	text-transform: uppercase;
	}

/* Country Profile */
.report {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: center;
	}
.report:last-child {
	margin-right: 0;
	}

/* Publications */
#main_content #accordion p {
	margin-bottom: 2px;
	}
#main_content #accordion .byline {
	margin-bottom: 15px;
	}

/* Publication */
#main_content ul.files,
#main_content ul.files li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul.files li a {
	display: block;
	background: url(/assets/img/icon-publication.png) 0 50% no-repeat;
	padding-left: 50px;
	height: 45px;
	padding-top: 5px;
	line-height: 20px;
	}

/* Donation Page (Salsa overrides) */
body#give .donation #left_container {
	width: 40% !important;
	}
body#give .donation #right_container {
	width: 50% !important;
	}
body#give #submit {
	overflow: hidden !important;
	width: 100% !important;
	padding-top: 15px !important;
	border-top: 1px dashed #ddd !important;
	text-align: left !important;
	}
body#give #submit input {
	float: left !important;
	font-size: 20px !important;
	padding: 8px !important;
	}
body#give #submit p {
	float: left !important;
	padding: 7px 0 0 20px !important;
	color: #888 !important;
	font-style: italic !important;
	}

/* Related Content Icons */
a.link-icon {
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
	padding: 10px 0 10px 70px;
	font-size: 16px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}


/*//	=SIDEBAR */

#sidebar h4 {
	font-size: 20px;
	font-weight: normal;
	}
#sidebar p {
	font-size: 13px;
	line-height: 16px;
	}

/* widgets */
.widget {
	margin: 0 20px 20px 0;
	padding-bottom: 30px;
	background: url(/assets/img/widget-bg.png) repeat-x 0 100%;
	}
/* widget nav */
.widget-nav ul,
.widget-nav ul li {
	margin: 0;
	list-style-type: none;
	}
.widget-nav li a {
	display: block;
	padding: 4px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	}
.widget-nav li.has-children a {
	border-bottom: 0;
	}
.widget-nav li li.here a {
	color: #F14032;
	}
.widget-nav li li a,
.widget-nav li li li a {
	font-size: 14px;
	border-bottom: 0;
	}
.widget-nav li li.last a,
.widget-nav li li li.last a {
	border-bottom: 1px dashed #ccc;
	}
.widget-nav li li a {
	padding-left: 20px;
	}
.widget-nav li li li a {
	padding-left: 20px;
	}

/* donate button */
.widget a.button {
	display: block;
	text-align: center;
	}

/* country flag */
img.country_flag {
	margin: 10px 0 20px;
	}



/*//	=FOOTER */

#footer {
	padding: 20px 0;
	text-transform: uppercase;
	}
#footer p,
#footer ul li {
	font-size: 13px;
	line-height: 16px;
	}
#footer p {
	text-align: right;
	}
#footer ul,
#footer ul li {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#footer ul li {
	text-transform: uppercase;
	}
#footer ul li a {
	color: #333;
	font-weight: bold;
	}
