/** EDITOR.CSS
	This file contains default styles for Content Templates and 
	basic text styling and should be loaded into the editor 
	via Tools > Configuration
**/

body {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.5;
}

/* ------------------- DEFAULT CONTENT STYLES --------------------- */
/* ---------------------------------------------------------------- */


h1 {
	font-family:'Droid Sans', Arial, sans-serif;
	font-weight:700;
	font-size:20px;
	color:#18325C;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #4B607A;
}

h2 {
	font-family:'Droid Sans', Arial, sans-serif;
	font-weight:700;
	font-size:16px;
	color:#92441E;
	margin: 0;
	padding: 0;
}

h3 {
	font-family:'Droid Sans', Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#7990A7;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h4 {
	font-family:sans-serif;
	font-weight:bold;
	font-size:90%;
	text-transform:uppercase;
}

h5 {
	font-weight: normal;
	text-align: center;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
}

.editable {
	line-height:1.5;
	color:#333333;
	background: #F6F9FC;
	padding: 10px;
	min-height: 300px;
}

hr {
	border:0;
	height:1px;
	color:#cccccc;
	background-color:#cccccc;
}

a {
	text-decoration:underline;
	color:#18325C;
}

a:hover {
	color:#92441E;
}

.editable ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

.editable ul li {
	padding:5px 0 5px 15px;
	background: url(/data/images/arrow_right.png) left 10px no-repeat;
}

img {
	border:0;
}

table td {
	vertical-align:top;
}

/* ---------------------- CONTENT TEMPLATES ----------------------- */
/* ---------------------------------------------------------------- */


												/* Two column table */
/* ---------------------------------------------------------------- */

.ContentTemp_2Column {							
	width:100%;
	border-collapse:collapse;
}

.ContentTemp_MainCol {					/* Main column */
	padding:0 10px;
	width:65%;
}

.ContentTemp_SideCol {					/* Sidebar */
	padding:10px;
	width:30%;
}

.ContentTemp_MainCol img {									/* Constrain images */
	max-width:400px!important;					/* prevents broken tables */
}

.ContentTemp_SideCol img {
	max-width:150px!important;
}

.SideCol_Calendar,
.SideCol_News {
	padding: 8px;
	background: #E3E9EF;
	margin: 10px 0;
	overflow: auto;
	border-radius: 10px;
}

.SideCol_Calendar .eventdate {
	display: block;
}

.ContentTemp_SideCol .MoreLink {
	font-weight:400;
	color:white;
	text-decoration: none;
	display: inline-block;
	background: #4B607A;
	padding: 5px 10px;
	float: right;
}

.ContentTemp_SideCol .MoreLink:hover {
	color: #ffffcc;
}

ul.MainCol_Buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.MainCol_Buttons li {
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	background: #95B0CE url(/data/images/ltblue_bg.png) repeat-x;
	background-size: 100% 100%;
	border-radius: 10px;
	border-top: 1px solid white;
}

ul.MainCol_Buttons li a {
	color: #18325C;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
}

ul.MainCol_Buttons li:hover {
	background: #C5D3DF;
}

ul.MainCol_Buttons li a:hover {
	color: #601516;
}
												/* Zebra list table */
/* ---------------------------------------------------------------- */

.ContentTemp_Zebra {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cccccc;
}

.ContentTemp_Zebra th {							/* Column headings */
	font-weight:bold;
	background:#F4F5FB;
	border-bottom:1px solid #cccccc;
	text-align:left;
	padding:3px;
}

.ContentTemp_Zebra tbody td {
	border-left:1px solid #cccccc;
	padding:2px;
}

.ContentTemp_Zebra tr:nth-child(even) {			/* Needs jquery fallback */
	background:#f4f4f4;
}

.ContentTemp_Zebra img {						/* constrain images */
	max-width:100px;
}

													   /* Box table */
/* ---------------------------------------------------------------- */


.ContentTemp_Box {
	width:100%;
}

.ContentTemp_Box td {
	padding:5px;
	width:48%;
}

.ContentTemp_Box td img {
	max-width:200px;
}


								 /* Elected officials menu table */
/* ---------------------------------------------------------------- */


table.dropdown-elected-officials {
	padding: 0px;
	width: 930px;
}

table.dropdown-elected-officials td {
	padding: 0 10px;
	text-align: center;
	line-height: 1;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #ffc;
}

table.dropdown-elected-officials td em {
	font-size: 13px;
}


table.dropdown-elected-officials td a {
	text-decoration: none;
	color: #fff; 
}

table.dropdown-elected-officials a:hover {
	text-decoration: underline;
}

table.dropdown-elected-officials td img {
	border: 2px solid #4B607A;
	margin-bottom: 5px;
}

table.dropdown-elected-officials td ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

table.dropdown-elected-officials td ul li {
	margin: 10px 0 !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
}

table.dropdown-elected-officials td ul li a {
	display: block;
	padding: 5px 10px;
	background:#90ADCB url(/data/images/blue_button.png) bottom repeat-x;
	background-size: 100% 100%;
}

@media (max-width: 960px) {
.ContentTemp_MainCol {							/* Main column */
	padding: 10px;
	width: 98%!important;
	display: block!important;
}
.ContentTemp_SideCol {							/* Sidebar */
	padding: 10px;
	width: 98%!important;
	display: block!important;
	border-left: none!Important;
}
}