/* Design in Finland CSS  */
/* By Kristofer Layon     */
/* July 2011              */
/* Rev. August 1, 2011    */
/* Copyright 2011         */
/* Aesthete Software, LLC */

@charset "UTF-8";
body {
	background-color: #FFF;
	color: #1C1C1C;
	font-family: Helvetica, Arial, sans-serif;
}
.container {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.gray {
	background-color: #E3E3E3;
}

a:link, a:visited {
	color: #003580;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration: underline;
}



/* FLOATS */
.clearabove {line-height:0;height:0;font-size:0;clear:both;} /* Use on a clearing element following a float */

/* TOP OF PAGE */

#fullbanner {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
}


img#flag {
	margin-right: 15px;
	border: 1px solid #999;
}
.interviewphotos img {
	width: 40%;
	padding: 10px;
}


/* TYPOGRAPHIC STYLES */

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;	/* font-family: "Myriad Pro", Helvetica, Arial, sans-serif; */
}



h2 {
	font-size: 2.2em;
	margin: 0px 0ps 12px 0px;
}

h3 {
	font-size: 1.8em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
}

ol li {
	padding-top: 10px;
}


#tweets {
	margin: .4em 8px;
	font-size: 1em;
}
div#nav #tweets h3 {
	margin-left: 0;
}
ul#twitter_update_list, ul#twitter_update_list li {
	margin-left: 0;
	padding-left: 0;
	font-size: 1em;
	list-style-type: none;
	padding-bottom: 20px;
}


#bodycontent {
	background-color: #FFFFFF;
	padding-top: 20px;
	margin: 0px;
	padding-left: 25px;
}
#rightbar {
	padding-top: 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
#bodycontenthome {
	background-color: #FFFFFF;
	padding-top: 20px;
	margin: 0px;
	font-size: 1.2em;
	
}
table {
	margin-bottom: 30px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

#footer  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #FFFFFF;
    margin: 0px;
	padding: 0px;

}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 20px;
}

#footer li {
	font-size: 1em;
	line-height: 1.3em;
}
tr {
	margin: 0px;
	padding: 0px;
}

td {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}
.quotebox {
	float: right;
	width: 35%;
	padding: 10px;
	border-top: thin #666666;
	border-right: thin #666666;
	border-bottom: thin #666666;
	border-left: thin dotted #660000;
}
.rightthird {
	float: right;
	width: 260px;
}
.twoThirds {
	float: left;
	width: 55%;
	margin: 0px;
	padding: 10px;
}
.boxgray {
	background-color: #FEFFD1;
	font-weight: normal;
	margin: 0px 0px 20px;
	font-size: 1.2em;
	padding: 10px;
	font-style: italic;
	border-top: none #333333;
	border-right: none #333333;
	border-bottom: none #333333;
	border-left: none #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.photo {
	width: 208px;
	float: right;
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.right {
	float: right;
	padding: 0px 10px;
}
caption, th, td {text-align:center;font-weight:normal;}
.countrieshalf {
	float: left;
	width: 25%;
	margin-right: 10px;
}

/* new CSS from mobile framework */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	color: #000;
}


#nav { display: block; }

#nav ul {
	position: static;
	list-style-type: none;
	line-height: 36px;
	overflow: hidden;
	float: none;
}

#nav li {
	display: inline;
	font-size: 1.5em;
}

#nav a {
	margin: 0 0.5em 0 0;
	display: block;
	float: left;
	padding: 10px 10px 19px 10px;
	color: #555;
	font-weight: bold;
	border-bottom: none;
}

#nav a:hover, #nav a:focus {
	color: #000;
}

#secondarynav li {
	font-size: 1.3em;
}

.returnnav {
	font-size: .9em;
}


/* PHOTO GRID STYLES */

#grid {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;

}

#grid img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}


/* FOOTER STYLES */


#social {
	display: none;
}

.formfield {
	width: 75%;
}

#footer_inner {
	padding:0;
	font-size: 90%;
	background: #FFFFFF;
}
.copyright { float:left; margin-left: 10px; }

#footer_right{
	font-size: 90%;
	text-align: right;
	background: #FFFFFF;
	margin-right: 10px;
	padding: 0;
}
ul.footer_links {
	padding-right: 10px;
}
ul.footer_links li {
	display:inline;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#jqueryheader, #jquerynav {display: none;}
