/* DON'T FORGET TO COPY CHANGES YOU MAKE IN THIS FILE TO backend_editor.css */

/*------------------
	Body
--------------------*/
* {
	padding: 0;
	margin: 0;
	}
	
html {
    height: 100%;
	}

body {
	background: #fff;
	height: 100%;
	width: 100%;
	min-width: 960px;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	}
ol {padding-left: 40px;}
ul, dl {padding-left: 10px;}
 ul, ol, dl {width: auto; overflow: hidden;}
 .month_list, .article_list {overflow: visible;}
.content h1, h2, h3, img, object, .content .captioned_image { clear: both; }

table {
	width: 100%;
	margin: 0;
	padding: 0;
	}
table td {
	margin: 0;
	padding: 0;
	}
table.border, table.border td, table.border th {
  border: solid 1px #999;
}
table.border {
  border-collapse: collapse;
}
table.spaced.border {
  border-style: none;
  border-collapse: separate;
}
table.spaced.padded5 {
  border-spacing: 2px;
}
table.spaced.padded10 {
  border-spacing: 4px;
}
table.spaced.padded20 {
  border-spacing: 8px;
}
table.padded5 td, table.padded5 th {
  padding: 5px;
}
table.padded10 td, table.padded10 th {
  padding: 10px;
}
table.padded20 td, table.padded20 th {
  padding: 20px;
}
	
a {
	text-decoration: underline;
	color: #333;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
a img {
	border: 0;
	}
	
#wrapper {
	background: #fff;
	width: 75%;
	min-width: 960px;
	max-width: 1200px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}
	ul.languages {text-align: center; margin: 0 auto !important; width: 200px; padding: 10px;}
	
/*------------------
	Forms
--------------------*/
.form {
	clear: both;
	}
.form form {
	padding: 10px;
	}
.form.border {
	border-top: 1px dashed #d4eef2;
	}
.form.border > p {
	font-size: 0.8em;
	}
form li, form fieldset {
	border: 0;
	}
	
form input,
form textarea {
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	}
form input.faint,
form textarea.faint {
	background: #fafdfd;
	color: #333;
	border-color: #bab6ac;
	}
form input.focus,
form textarea.focus {
	background: #fff;
	color: #000;
	border-color: #999;
	}

	
form label {
	cursor: pointer;
	}
	
button {
	background: #fa9d24;
	cursor: pointer;
	color: #333;
font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
	padding: 4px 7px;
	border: 1px solid #333;
	cursor: pointer;
	text-shadow: none;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	}
button:hover, button.hover {
	background: #ffc64d;
	color: #000;
	}
	
	
li.radio input,
li.checkbox input {
	border: 0;
	}

.form li,
.form fieldset,
.form .buttons {
	padding: 5px 10px;
  display: block;
	}
.form li div {
	margin: 2px 0;
	}
.form .buttons button {
	margin: 0 10px;
	}
.form li label {
font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #333;
	text-shadow: none;
  display: block;
	}
.form li.checkbox div label,
.form li.radio div label {
	font-size: 0.9em;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333;
	margin: -2px 2px 0;
	}
.form label span.asterisk {
	color: #333;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	}
.form input,
.form textarea {
font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 3px;
	margin: 2px 0 0 10px;
	}
.form img.captcha {
  margin: 2px 0 0 10px;
}
.form input.normal {
	width: 180px;
	}
.form input.small {
	width: 100px;
	}
.form input.large {
	width: 240px;
	padding: 4px;
	}
.form textarea.normal {
	width: 360px;
	height: 180px;
	}
.form textarea.large {
	width: 500px;
	height: 200px;
	}
.form textarea.small {
	width: 240px;
	height: 120px;
	}
	
/*------------------
	Header
--------------------*/
#header {
	height: auto;
	padding: 0;
	z-index: 1000;
	margin: 0;
	background: #fff;
	width: 100%;
	}
#header img {
margin: 0;
padding: 0;
}

#header #banner {
	background: none;
	min-height: 120px;
	padding: 0 10px;
  position: relative;
  text-align: right;
  width: 75%;
  max-width: 1200px;
  min-width: 960px;
  margin: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
	}
#banner .content {
	width: auto;
	text-align: right;
  padding: 0;
  margin-left: 175px;
  position: relative;
  right: 10px;
  top: 5px;
	}
#banner h1 {
	color: #333;
	font-size: 2.2em;
	text-shadow: none;
  margin-top: 5px;
	}
#banner p {
	color: #666;
	font-size: .9em;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	text-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
	}
#banner img {max-width: 100%; height: auto !important;}	
#email-bar {
	background: #fff;
	width: 75%;
  min-width: 960px;
	max-width: 1200px;
	margin: 5px auto 0 auto;
	padding: 0 0 1px 0;
	height: 42px;
	}
#email-bar .container {
	width: 100%;
	min-width: 960px;
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin: 0 auto;
	}
#email-bar .container .content {
	float: left;
	width: 350px;
  min-width: 350px;
  max-width: 350px;
	z-index: 1;
	color: #333;
	font-weight: normal;
	font-size: 14px;
font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	padding: 11px 5px;
	/** background: url('../images/SEFS20pxd.png') no-repeat 50% 25%; **/
	margin: 10px 0 0 5px;
	}
#email-bar .container #search-form  a{
	font-weight: normal;
	font-size: 14px;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	padding: 11px 320px 11px 5px;
	float:right;
	display:block;
	}
#email-bar .container .content ul {
  float: left;
  margin: 0 2em 0 0;
}
#email-bar .container .content ul li {
  margin: 0;
}
#email-bar a {
	color: #333;
	}
#email-bar form {
	width: auto;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	padding: 5px;
	}
#email-bar form input {
	background: #e9f7f9;
	width: 186px;
	height: 16px;
	padding: 6px 8px 8px 8px;
	font-size: 1em;
	margin: 0;
	border: 1px solid #333;
	-moz-border-radius: 0; -webkit-border-radius: 0;
	}
#email-bar form input.focus {
	background-color: #fff;
	background-position: 0 -32px;
	}
#email-bar button {
	background: #fa9d24;
	height: 32px;
	width: 82px;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	border: 1px solid #333;
	padding: 0 0 2px;
	-moz-border-radius: 0; -webkit-border-radius: 0
	}
#email-bar button:hover,
#email-bar button.hover {
	color: #000;
	}
  #lineinthesand
	
	{
  position: relative;
  height: auto;
  top: 0;
	padding: 0;
	z-index: 1000;
	margin: 0;
	background: #fa9d24;
	width: 75%;
  min-width: 960px;
  max-width: 1200px;
  margin: auto;
	}
#menu {
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
width: 75%;
min-width:960px;
max-width: 1200px;
	margin: auto;
	background: #fa9d24;
	padding: 0;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
}
#menu ul {
  /* Required for the menu to render the correct height in IE7! */
  border-top: solid 1px transparent;
}
#menu li {
	margin: 0 0 0 5px;
	height: 42px;
	text-align: center;
  padding: 17px 0 0 0;
}
#menu li li {
  height: auto;
	text-align: left;
	font-size: 1.0em;
	margin:0;
  min-height: 42px;
  padding: 9px 0;
}
#menu a {
	color: #333 !important;
	text-decoration: none;
	height: 30px;
	font-size: 1.1em;
	line-height: 21px;
	padding: 0 15px;
	display: block;
  font-weight: normal;
}
#menu li li a {
  border-bottom: none;
  height: auto;
  line-height: 1.25em;
  padding: 10px 15px;
  display: block;
}
#menu a:hover, #menu a.hover {
	text-decoration: underline;
	color: #333 !important;
}
#menu li:hover, #menu li.hover {
	background: #fdbb30;
	color: #333;
}
#menu ul ul li:hover, #menu ul ul li.hover {
	background: #fdbb30;
	color: #333;
}
#menu ul ul {
	background: #fa9d24;
  margin-top: 12px;
  border: none;
}
#menu li ul {

	border-radius: 0;
	-moz-border-radius: 0 ; -webkit-border-radius: 0;
}
#menu > ul > li:hover, #menu > ul > li.hover {
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	color: #333;
}
	

/*------------------
	Content
--------------------*/	
#wrapper > .container {
	height: auto;
	overflow: hidden;
	}

.container .column-main {
	padding: 0 10px;
	}
.container#home .column-main {
	width: 68.5%;
	float: left;
	}

/* - Content - */	
.content {
	padding: 10px 20px 10px 20px;
	}
.content h2 {
	color: #333;
	font-size: 1.8em;
	text-shadow: none;
	padding: 10px 0;
	margin: 10px 0px;
}
h3 {
	font-size: 150%;
	color: #333;
	line-height: 135%;
	padding: 5px 0 0;
	margin: 20px 0 10px;
} .content h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.column-main .content .date {
	color: #666;
	font-size: 0.8em;
font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	padding: 2px 8px;
	}
.column-main .content p {
	line-height: 135%;
	padding: 8px 0 5px;
} .column-main .extras_splitter p {
	padding-left: 0;
	padding-right: 0;
}

.content ul {
	margin: 6px 12px;
	padding: 0px;
}
.content ul li {
	margin: 6px 12px;
}
.content form ul {
	margin: 0;
	padding: 0;
}

.content #further-actions {
	margin: 0 0 10px;
}
.content #further-actions ul {
	margin: 0;
} .content #further-content {
	padding: 0;
} .content #further-content li {
	margin: 0;
}

img.content-edited[style*="float: left"], .column-main .content .captioned_image[style*="float: left"] {
  margin-right: 15px;
}
img.content-edited[style*="float: right"], .column-main .content .captioned_image[style*="float: right"] {
  margin-left: 15px;
}
img.content-edited {
  margin: 10px 0;
}
.column-main .content .captioned_image {
	margin: 10px 0;
}
.content .captioned_image {
	width: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.column-main .content .captioned_image img {
	margin: 0;
	border: 0;
}
.content img.no-border {
	border: 0;
	}
.content .captioned_image p {
	width: auto !important;
	width: 200px;
	min-width: 100px;
	max-width: 250px;
	margin: 0 auto;
	padding: 3px;
	line-height: 125%;
	font-size: .85em;
	word-wrap: line-break;
	}
	
.column-main h4 {
	color: #333;
	font-size: 1.2em;
font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	text-shadow: none;
	margin: 0 0 1em;
	}

/* - Lifestream - */
.content .lifestream {
	margin: 1em;
}
	
/* - News List - */
ul.news-list {
	list-style-type: none;
	}
ul.news-list li {
	padding: 0 8px 15px;
	border-bottom: 1px solid #fa9d24;
	margin: 0 0 18px;
	overflow: hidden;
	}
ul.news-list li h2 {
	font-size: 1.25em;
	line-height: 120%;
	text-shadow: none;
	}
ul.news-list li h2 a {
	color: #333;
	}
ul.news-list li h2 a:hover {
	color: #000;
	}
ul.news-list li .content p {
	line-height: 135%;
	padding: 8px 10px 5px;
	}
ul.news-list li .content p.date {
	text-align: right;
	float: none;
	font-size: .8em;
	color: #666;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #e2f1f3;
	padding: 5px 0;
	}
ul.news-list li .content img {
	float: right;
	width: auto;
	margin: 10px 6px;
	padding: 3px;
	border: 1px solid #72b5bc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
ul.news-archive {
	list-style-type: none;
	padding: 0 25px;
	}
ul.news-archive li {
	overflow: hidden;
	margin: 0 0 5px;
	}
ul.news-archive li a {
	float: left;
	width: auto;
	font-size: 0.9em;
	}
ul.news-archive li a.rss {
	background: url('../images/icon-rss.png') top right no-repeat;
	float: right;
	width: auto;
	padding: 0 20px 0 0;
	}
	
	
/*------------------
	Right Column
--------------------*/
table.extras_splitter td {
  vertical-align: top;
  padding: 10px;
}

.extras {
background: #e9f7f9;
	width: 220px;
	word-wrap: break-word;
	font-size: .96em;
	padding: 10px;
  text-align: center;
}
.extras p {text-align: center;}
.extras .poll-form, .extras img, .extras .election-result, .extras .feed-box {margin: auto;}
.feed-box h5, .election-result h5 {
	text-align: center;
	font-size: .9em;
	color: #333;
	font-weight: normal;
	text-shadow: none;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	margin: 20px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
}
.feed-box h5:first-child, .election-result h5:first-child {
	margin: 0;
}
.extras .election-result {background: #fff; padding: 10px 10px 0 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #ddd;}
.poll-form {
	background: #E7F6F8;
}
.poll-form form {
	border-top: 1px solid #aaa;
	margin-top: 10px;
	border-color: rgba(0,0,0,0.1);
}
.poll-form button {
	margin: 0;
  width: 100%;
}
	
/* - Feed - */

.feed-box {margin: 10px;}
.extras .feed-box {margin: 10px auto;}
.feed-box ul, .feed-box ul ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
} .feed-box ul ul {
	background: #fff;
	font-size: 1em;
	margin: 5px 0 0;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.feed-box ul li {
	background: #e7f6f8;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	margin: 10px 10px 0;
	padding: 5px;
} .feed-box ul > li {
	padding-top: 5px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
} .feed-box ul ul li {
	background: none;
	font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 10px;
}
.feed-box ul ul a {
	font-weight: normal;
}
.feed-box ul strong {
	background: none;
	display: block;
	position: relative;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
		.more .list ul li span, .feed-embed a, th {font-weight: normal;}    
    .donate-box {
  background: #fa9d24;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
    }
    .donate-box h5 {
      font-weight: normal;
    }
  
  /*------------------
	What Next 
--------------------*/   

	.more {
height: 100px;
}	

.box{border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;  }

.box a{font-weight: normal; font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;}
.follow , .share, .help, .interact {
font-weight: normal;
} 

.icon:hover .icon-contents {
border: 1px solid #333;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px; }
/*------------------
	Footer
--------------------*/
#footer {
	background: #fff;
	width: 100%;
	border-top: 1px dashed #d4eef2;
	margin: 2px 0;
  padding: 0;
}
#footer .content {
	position: relative;
	text-align: center;
	padding: 0 5px 10px 5px;
  margin: 0 auto;
  width: 75%;
  min-width: 960px;
  max-width: 1200px;
	}
#footer p {
	font-size: .8em;
	padding: 5px;
	}
#footer p.designer {
	position: relative;
	bottom: 0;
	color: #666;
	font-size: .8em;
	padding: 5px 0 0;
	}
#footer p.designer a {
	color: #999;
	}
.footerlinks {
	list-style-type: none;
	font-size: 0.8em;
	margin: 10px 0;
}
.content .footerlinks li {
	display: inline-block;
  width: auto;
  margin: 0;
}
.footerlinks li + li:before {
	content: " | ";
	color: #999;
}

.feed a {
	background: top left no-repeat url('/images/feed.png');
	padding: 0 0 0 20px;
}

.column-main .content img.captcha-button {
  margin: 0;
  padding: 0;
}

.large {
  font-size: 1.25em;
}
.small {
  font-size: 0.8em;
}
.route-page .content ul, .route-article .content ul{
  padding: 0 0 0 10px;
}