/* @override http://www.oslofreedomforum.com/css/stylesheet.css */
/* @override https://www.oslofreedomforum.com/css/stylesheet.css */
html {
	height: 100%;
}
body {
	background-color: #02040c;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 907px;
	margin: 0 auto -100px auto;
	background-repeat: no-repeat;
}
img {
	border: 0;
	behavior: url(/css/iepngfix.htc);
}
a {
	outline: none;
}

.clearificator {
	clear: both;
}
div.error_message {
	background-color: red;
	font-size: 10px;
	color: white;
	padding: 3px;
}
div.more {
	margin-top: 10px;
	
}
div.more a {
	color: white;
}
/* @group Navigation */

/* @group General */

ul.navigation {
	margin: 0 0 0 57px;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	height: 124px;
	background: no-repeat 675px 31px;
}
ul.navigation li {
	display: block;
	float: left;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
	font-family: futura, arial, helvetica;
	margin-top: 53px;
}
ul.navigation li a {
	text-decoration: none;
	font-size: 13px;
}
ul.navigation li.selected {
	background: no-repeat center bottom;
	padding: 0 35px 10px 35px;
	margin-left: -25px;
	margin-right: -25px;
}

/* @end */

/* @group Speaker Pages */
body.speaker ul.navigation {
	background-image: url(/images/logo-light.png);
}
body.speaker ul.navigation li.selected {
	background-image: url(/images/speaker-swoosh.png);
}
body.speaker ul.navigation li a {
	color: #104f8a;
}
body.speaker ul.navigation li.selected a {
	color: #ffffff;
}

/* @end */



/* @group Content Pages */
body.page ul.navigation {
	background-image: url(/images/logo-dark.png);
}
body.page ul.navigation li.selected {
	background-image: url(/images/content-swoosh.png);
}
body.page ul.navigation li a {
	color: #7bb3e8;
}
body.page ul.navigation li.selected a {
	color: #2e70ae;
}

/* @end */


/* @end */

/* @group Content */

.content {
	min-height: 1px;
	margin-bottom: 70px;
}
.content .title {
	text-transform: uppercase;
	font-family: futura;
	font-size: 14px;
}

.content .left {
	width: 444px;
	text-align: left;
	margin-left: 68px;
	float: left;
}
.content .right {
	width: 287px;
	float: right;
	margin-right: 68px;
	text-align: left;
}
.content a {
	color: #bad2e3;
}


/* @end */

/* @group Speaker Pages */

/* @group Intro */

body.speaker .intro {
	margin-top: 2px;
}
body.speaker.short .intro {
	min-height: 231px;
}
body.speaker.medium .intro {
	min-height: 321px;
}
body.speaker.long .intro {
	min-height: 501px;
}
body.speaker .intro .image_holder {
	width: 232px;
	height: 197px;
	float: left;
	background-image: url('/images/speaker-bg.png');
	background-repeat: no-repeat;
	margin-left: 56px;
}
body.speaker .intro .image_holder img {
	margin: 15px auto;
}
body.speaker .intro .intro_text {
	text-align: left;
	color: #9abee6;
	padding-top: 11px;
	width: 548px;
	float: right;
	margin-right: 60px;
}
body.speaker .intro .intro_text .title {
	text-transform: uppercase;
	color: #ffffff;
	font-family: futura;
	font-size: 14px;
	margin-right: 4px;
	vertical-align: -2px;
}
body.speaker .mini_carousel .name {
	color: #366fa1;
}
/* @end */

body.speaker {
	/*background-color: #000421;*/
	background-color: #ffffff;
}
body.speaker .content {
	margin-top: 70px;
	color: #110625;
}
body.speaker .wrapper {
	background-color: #ffffff;
}
body.speaker .content .title {
	color: #001e88;
}

body.speaker .left a {
	color: #496d8d;
}
img.speaker_share {
	position: relative;
	top: 3px;
	left: 4px;
}

/* @end */

/* @group General Pages */

body.page .content {
	color: #9abee6;
}
body.page .wrapper {
	background-color: #02040c;
}
body.page .content .title {
	color: #ffffff;
}
body.speaker .content .addthis_button img {	
	display: block;
	float: right;
	margin-top: 20px;
}
/* @end */

/* @group Carousel */

.carousel_control {
	float: left;
	width: 65px;
	padding-top: 90px;
}
#Carousel_outer {
	width: 771px;
	height: 219px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	background: url(/images/carousel_bg.png) no-repeat center center;
}
#Carousel_inner {
	position:relative ; 
	overflow:hidden ; 
	width: 771px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px auto;
	padding: 0;

}
#Carousel_items {
	display:block; 
	position:relative; 
	width: 771px;
	height: 219px;
	overflow: hidden;
}
.carousel .cell {
	width: 251px;
	height: 213px;
	float: left;
	margin: 3px;
	overflow: hidden;
}
.carousel .cell div {
	float: left;
}

/* @group A */

.carousel .cell.styleA .cell1 {
	width: 251px;
	height: 213px;
}



/* @end */

/* @group B */

.carousel .cell.styleB .cell1 {
	width: 122px;
	height: 103px;
}
.carousel .cell.styleB .cell2 {
	width: 123px;
	height: 103px;
	margin: 0 0 6px 6px;
}
.carousel .cell.styleB .cell3 {
	width: 173px;
	height: 104px;
}
.carousel .cell.styleB .cell4 {
	width: 72px;
	height: 104px;
	margin-left: 6px;
}

/* @end */

/* @group C */

.carousel .cell.styleC .cell1 {
	width: 251px;
	height: 139px;
	margin-bottom: 6px;
}
.carousel .cell.styleC .cell2 {
	width: 122px;
	height: 68px;
}
.carousel .cell.styleC .cell3 {
	width: 123px;
	height: 68px;
	margin-left: 6px;
}

/* @end */

/* @end */

/* @group Big Quote */

.bigquote {
	clear: both;
	width: 100%;
	height: 135px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.bigquote img.static {
	/*margin-top: 30px;*/
}
/* @end */

/* @group Speaker Intro Popups */
body.intro {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: left;
}
body.intro .wrapper {
	min-height: 1px;
	width: 556px;
	float: left;
}
body.intro img.photo {
	float: left;
}
body.intro .popup_content {
	width: 235px;
	float: right;
	position: relative;
	top: 3px;
	color: #226dbc;
}
body.intro .title {
	color: #0d3056;
	font-family: futura, helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	top: 7px;
}
body.intro .tidbit {
	color: #070620;
}
body.intro .link_through {
	position: absolute;
	top: 220px;
	margin-left: 550px;
}

/* @end */

/* @group Popups */
body.popup {
	background: #dfecf4 url(/images/popup-bg.jpg) repeat-x 0 top;
}
body.popup .wrapper {
	width: auto;
	min-height: 300px;
}
body.popup .wrapper .content {
	margin-bottom: 0;
}
ul.popup_groups {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	text-align: left;
	color: black;
}
ul.popup_groups li {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	font-family: futura, arial, helvetica;
	font-size: 10px;
	text-transform: uppercase;
}
ul.popup_groups li a {
	color: black;
}
ul.popup_groups li.selected a {
	color: #2479c9;
}
ul.popup_groups li a {
	text-decoration: none;
}
body.popup .content {
	clear: both;
	float: left;
	text-align: left;
	line-height: 10px;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 11px;
}
body.popup dt {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
body.popup dt a {
	color: inherit;
	text-decoration: none;
}
body.popup dt a:hover {
	color: #335b7f;
}
body.popup dl {
	margin: 3px 0 12px 0;
}
body.popup .title {
	margin-top: 20px;
	font-size: 12px;
	color: #2479c9;
}

/* @group Inline */

body.popup.inline {
	background-position: 0 -25px;	
}
body.popup.inline .title {
	font-size: 15px;
	color: #0d3056;
}
body.popup.inline .content {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}
body.popup.inline input {
	width: 200px;
}
body.popup.inline textarea {
	width: 204px;
	height: 60px;
}
body.popup.inline tr {
	vertical-align: top;
}
/* @end */

/* @group Supporters */

body.popup#popup-supporters {
	background-position: 0 -25px;
}
body.popup#popup-supporters .supporter {
	clear: both;
}
body.popup#popup-supporters .image_holder {
	margin: 0 0 20px 0;
	width: 75px;
	height: 75px;
	float: left;
	background-color: white;
	text-align: center;
	line-height: 70px;
}
body.popup#popup-supporters .image_holder img {
	vertical-align: middle;
}
body.popup#popup-supporters .description {
	margin: 10px 0 10px 30px;
	float: left;
	color: inherit;
}
body.popup#popup-supporters .description .name {
	font-weight: bold;
	font-size: 13px;
}
body.popup .title {
	clear: both;
}

/* @end */

/* @end */

/* @group Mini Carousel */
.mini_carousel {
	position: relative;
	z-index: 10;
}
.mini_carousel_inner {
	height: 270px;
	overflow: hidden;
	position: relative;
}
.mini_carousel .mini_carousel_items {
	float: left;
}
.mini_carousel .mini_carousel_cell {
	float: left;
	width: 280px;
	height: 92px;
}
.mini_carousel img {
	margin: 10px 0;
	float: left;
}
.mini_carousel .description {
	margin-top: 10px 0;
	float: right;
	width: 160px;
}
.mini_carousel .name {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Homepage News */
.inline_news {
	padding-top: 8px;
}
.news_title {
	color: #ffffff;
}
/* @end */

/* @group Footers */

.footer,.push {
	display: none;
	height: 100px;
	width: 907px;
}
.footer {
	margin: 0 auto;
}
.page .footer {
	display: block;
	background-image: url(/images/footer-content.jpg);
}
.speaker .footer {
	display: block;
	background-image: url(/images/footer-speaker.jpg);
}

.footer ul {
	float: left;
	list-style-type: none;
	margin-top: 50px;
	margin-left: 28px;
	margin-right:28px;
}
.footer ul li {
	float: left;
	margin-right: 10px;
}
.footer ul li a {
	display: block;
	width: 32px;
	height: 0;
	padding-top: 32px;
	overflow: hidden;
}
.footer ul li.youtube {
	background: url(/images/icons/youtube.png) no-repeat;
}
.footer ul li.twitter {
	background: url(/images/icons/twitter.png) no-repeat;
}
.footer ul li.vimeo {
	background: url(/images/icons/vimeo.png) no-repeat;
}
.footer ul li.facebook {
	background: url(/images/icons/facebook.png) no-repeat;
}
/* @end */

/* @group Donate Page */

#page-donate {
	/*background-color: #000421;*/
	background-color: #ffffff;
}
#page-donate .content {
	margin-top: 0;
	color: #21396d;
}
#page-donate .wrapper {
	background-color: #ffffff;
	background-image:  url(/cgi-local/text_render_cache/speaker--.jpg);
}
#page-donate .content .title {
	color: #21396d;
}
#page-donate .footer {
	display: block;
	background-image: url(/images/footer-speaker.jpg);
}

#page-donate .left {
	width: 700px;
	background-color: rgba(243,253,255,0.89);
	padding: 5px 30px;
}

#page-donate .right {
	width: 0px;
}
#page-donate input {
	width: 200px;
}
#page-donate textarea {
	width: 204px;
	height: 60px;
}
#page-donate tr {
	vertical-align: top;
}

/* @end */

/* @group News Page */

#page-news {
	/*background-color: #000421;*/
	background-color: #ffffff;
}
#page-news .content {
	margin-top: 0;
	color: #21396d;
}
#page-news .content a {
	color: #13254c;
}
#page-news .news_title {
	color: #13254c;
	font-weight: bold;
}
#page-news .news_item {
	margin-bottom: 12px;
}
#page-news #twitter_update_list li {
	list-style: none;
}
#page-news .wrapper {
	background-color: #ffffff;
	background-image:  url(/cgi-local/text_render_cache/speaker--.jpg);
}
#page-news .content .title {
	color: #21396d;
}
#page-news .footer {
	display: block;
	background-image: url(/images/footer-speaker.jpg);
}

#page-news .left {
	width: 700px;
	background-color: rgba(243,253,255,0.89);
	padding: 5px 30px;
}

#page-news .right {
	width: 0px;
}

/* @end */

/* @group Nav Popup */

#nav_arrow {
	width: 34px;
	height: 11px;
	background-image: url(/images/nav_arrow.png);
	position: absolute;
	left: 0;
	top: -11px;
	display: none;
}

.important_message {
	position: absolute;
	top: 5px;
	width: 600px;
	border: 2px solid #0c1f3c;
	color: #0c1f3c;
	font-size: 11px;
	line-height: 14px;
	margin-left: 68px;
	padding: 3px 10px;
}

/* @end */