/* 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: #e7f6f8;
	height: 100%;
	width: 100%;
	min-width: 700px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	}

.content h1, h2, h3, img, object, .content .captioned_image { clear: both; }

 ul, ol, dl {width: auto; overflow: hidden;}
 .month_list, .article_list {overflow: visible;}
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: #097c88;
	}
a:hover {
	color: #1d8f9b;
	text-decoration: none;
	}
a img {
	border: 0;
	}
	
#wrapper {
	background: #fff;
	width: 75%;
	min-width: 960px;
	max-width: 1440px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}
	
	ul.languages {text-align: right; padding: 10px !important;}
    ul.languages li {margin: 0 !important;}
/*------------------
	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: #444;
	border-color: #bab6ac;
	}
form input.focus,
form textarea.focus {
	background: #fff;
	color: #000;
	border-color: #999;
	}

	
form label {
	cursor: pointer;
	}
	
button {
	background: #fdbb30;
	cursor: pointer;
	color: #563f0d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	padding: 4px 7px;
	border: 1px solid #d79d23;
	cursor: pointer;
	text-shadow: 0 0 1px #fff;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	}
button:hover, button.hover {
	background: #ffc64d;
	color: #563f0d;
	}
	
	
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: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #21737c;
	text-shadow: 1px 1px #d9e8ea;
  display: block;
	}
.form li.checkbox div label,
.form li.radio div label {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin: -2px 2px 0;
	}
.form label span.asterisk {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.form input,
.form textarea {
	font-family: Arial, Helvetica, 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: 2px;
	z-index: 1000;
	margin: 0 0 10px;
	}
#header img {
margin: 0;
padding: 0;
}

#header #banner {
	background: #fff;
	min-height: 100px;
	padding: 0 10px 5px 0;
  position: relative;
  text-align: right;
	}
#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: 0 1px 1px #be8e26;
  margin-top: 5px;
	}
#banner p {
	color: #444;
	color: rgba(0,0,0,0.8);
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
	text-shadow: none;
	}
		#header  #banner img {max-width: 100% !important; height: auto !important;}
#email-bar {
	background: #01a4b5 url('../images/email-bar-background.png') repeat-x;
	width: 100%;
	min-width: 960px;
	height: 42px;
	position: absolute;
	left: 0;
	right: 0;
	border: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	}
#email-bar .container {
	min-width: 960px;
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
	}
#email-bar .container .content {
	width: auto;
	position: absolute;
	top: 0;
	left: 5px;
	width: 360px;
	height: 40px;
	z-index: 1;
	color: #eaf7f9;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	background: url('../images/SEFS20px.png') no-repeat 50% 55%;
	
	}
#email-bar .container #search-form  a{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, 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: #fff;
	}
#email-bar form {
	width: auto;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	padding: 5px;
	}
#email-bar form input {
	background: #e9f7f9 url('../images/email-bar-search-input.png') no-repeat 0 0;
	width: 186px;
	height: 16px;
	padding: 9px 8px 7px 8px;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0;
	}
#email-bar form input.focus {
	background-color: #fff;
	background-position: 0 -32px;
	}
#email-bar button {
	background: #fdbb30 url('../images/email-bar-search-button.png') no-repeat 0 0;
	height: 32px;
	width: 82px;
	font-weight: bold;
	font-size: 13px;
	color: #563f0d;
	border: 0;
	padding: 0 0 2px;
	-moz-border-radius: 0; -webkit-border-radius: 0
	}
#email-bar button:hover,
#email-bar button.hover {
	color: #000;
	}
  
#menu {
	margin: 46px 0 0;
	background: #ffe8ba url('../images/section-links-top-background.png') repeat-x bottom;
	border-bottom: 2px solid #e8b956;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
  /* Required for the menu to render the correct height in IE7! */
  border-top: solid 1px transparent;
}
#menu li {
	height: 36px;
	text-align: center;
}
#menu li li {
  height: auto;
	text-align: left;
	font-size: 0.9em;
}
#menu a {
	color: #222;
	text-decoration: none;
	height: 34px;
	font-size: 0.95em;
	line-height: 32px;
	padding: 0 15px;
	border-bottom: 2px solid #fff;
  font-weight: normal;
}
#menu li li a {
  border-bottom: none;
  height: auto;
  line-height: 1.5em;
  padding: 10px 15px;
}
#menu a:hover, #menu a.hover {
	text-decoration: underline;
	color: #000;
}
#menu li:hover, #menu li.hover {
	background: #ffdd98;
	color: #000;
}
#menu ul ul li:hover, #menu ul ul li.hover {
	background: #ffdd98;
}
#menu ul ul {
	background: #fdbb30;
}
#menu li ul {
	border: 2px solid #fff;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px;
}
#menu > ul > li:hover, #menu > ul > li.hover {
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
}
	

/*------------------
	Content
--------------------*/	
#wrapper > .container {
	height: auto;
	overflow: hidden;
	}

.container .column-main {
	padding: 0 10px 15px;
	}
.container#home .column-main {
	width: 68.5%;
	float: left;
	}

/* - Content - */	
.content {
	padding: 10px 20px 10px 20px;
	}
.content h2 {
	color: #000;
	font-size: 1.8em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.15);
	padding: 10px 0;
	margin: 10px 0px;
}
h3 {
	font-size: 150%;
	color: #222;
	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: Verdana, Arial, Helvetica, 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: #464441;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	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 #fdbb30;
	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: #222;
	}
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: Verdana, Arial, Helvetica, 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;
}

.extras {
	width: 210px;
	word-wrap: break-word;
	font-size: .96em;
	padding: 0 0 20px 20px;
}

.feed-box h5, .election-result h5 {
	text-align: center;
	font-size: .9em;
	color: #000;
	font-weight: bold;
	text-shadow: none;
	font-family: Tahoma, 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;
}

.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 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: Verdana, Geneva, 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: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}
.feed-box ul ul a {
	font-weight: normal;
}
.feed-box ul strong {
	background: #fff;
	display: block;
	position: absolute;
	top: -5px; bottom: 0;
	left: 0; right: 0;
}
.donate-box h5 {
  color: #097c88;
}
/*------------------
	What Next 
--------------------*/	
.icon:hover .icon-contents {
border: 1px solid #fdbb30;
  background: #ffe8ba; }


		
/*------------------
	Footer
--------------------*/
#footer {
	background: #fff;
  width: 75%;
	min-width: 960px;
	max-width: 1440px;
	border-top: 2px solid #e7f6f8;
	margin: 2px auto 0;
}
#footer .content {
	position: relative;
	text-align: center;
	padding: 10px 5px;
	}
#footer p {
	font-size: .8em;
	padding: 5px;
	}
#footer p.designer {
	position: relative;
	bottom: 0;
	color: #777;
	font-size: .8em;
	padding: 5px 0 0;
	}
#footer p.designer a {
	color: #1d81af;
	}
.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;
}