body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	font-size: 14px;
	text-align: center;
}

a:link, a:visited {
	color: #0073c3;
	text-decoration: none;
}

h2, h3 {
	font-family: Arial,Verdana;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
}

.display-web .header h2 {
	text-transform: none;
}

h3 {
	font-size: 20px;
}

h3.first {
	border-top: 0;
}

.break, h3 {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

.col-left h3:first-child, .col-right h3:first-child {
	margin-top: 0;
	padding-top: 15px;
	border-top: 0;
}

p {
	line-height: 1.5em;
}

p.above-ul {
	padding: 0; 
	margin: 0 0 10px 0;
}

li {
	padding-bottom: 10px;
}

.wrap {
	margin: 0 auto 0 auto;
	width: 1120px;
	text-align: left;
}

.company-nav .wrap {
	font-size: 0;
}

.company-nav .wrap  nav {
	font-size: 12px;
}


header, .content {
	background: #fff;
}

a.branding:link, a.branding:visited {
	display: block;
	position: absolute;
	width: 288px;
	height: 128px;
	left: 50%;
	margin-left: -144px;
	z-index: 1000;
	background: url('/img/branding.png') no-repeat top center;
}

header {
	height: 108px;
}

header, header section {
	display: block;
	margin: 0;
	padding: 0;
	color: #111;
}

header section.company-nav {
	background: #111;
	height: 30px;
	font-family: Arial,Verdana;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1px;
}

header section.company-nav.org-nav {
    background: #222;
}

header section.site-nav {
	background: #ddd;
	height: 42px;
	font-family: Arial,Verdana;
	font-weight: 300;
	font-size: 13px;
}

header a:link, header a:visited {
	display: inline-block;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
}

header a:hover {
	text-decoration: underline;
}

header section.company-nav a:link, header section.company-nav a:visited {
	line-height: 30px;
}

header section.site-nav a:link, header section.site-nav a:visited {
	line-height: 42px;
}


header section.company-nav .top-left a:link, header section.company-nav .top-left a:visited {

}

header section.company-nav .top-right {
	color: #fff;
	text-align: right;
}

header section.company-nav .top-right a:link, header section.company-nav .top-right a:visited {
	background: url('/img/navsep.jpg') no-repeat top left;
}



header .top-left a:link, header .top-left a:visited,
header .top-right a:link, header .top-right a:visited {
	color: #00c1fe;
}

header nav {
	display: inline-block;
	width: 487px;
}

header nav.main-left {
	width: 100%;
}

header nav.top-left {
	width: 750px;
}

header nav.top-right {
	width: 350px;
}

header .org-nav nav.top-left {
	width: 700px;
}

header .org-nav nav.top-right {
	width: 400px;
	text-align: right;
}


header nav.top-right, header nav.main-right {
	position: relative;
	left: 2px;
	color: #111;
}

header nav.main-right {	
	text-align: right;
}
.content {
	padding-bottom: 25px;
}

.col-left, .col-right {
	display: inline-block;
	vertical-align: top;
}

.col-left {
	width: 400px;
}

.col-left.menus {
	width: 440px;
}

.col-right {
	width: 400px;
	float: right;
}

.col-right.menus {
	width: 440px;
}

.col-left.equal-width, .col-right.equal-width {
	width: 440px;
}

.clear {
	clear: both;
}

footer {
	border-top: 1px solid #ddd;
	padding: 25px 0 25px 0;
	font-size: 10px;
	color: #bbb;
}

footer a:link, footer a:visited {
	color: #bbb;
}

footer a:hover {
	color: #999;
}


#PagingContainer a:link, #PagingContainer a:visited {
	display: inline-block;
	padding: 5px;
	margin-right: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f4f4f4;
	color: #999;
}

#PagingContainer a.currentPage:link, #PagingContainer a.currentPage:visited, #PagingContainer a:hover {
	font-size: 1.5em;
	font-weight: bold;
	border: 1px solid #eee;
	color: #0073c3;
}


form.search-bar {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	float: right;
}

form.search-bar input[type="text"] {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 280px;
}


.alert {
	display: none;
	position: fixed;
	top: 20%;
	margin-left: 50%;
	left: -100px;
	width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
	text-align: center;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-family: Verdana;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: -moz-opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	z-index: 2147310;
}

.alert.show-alert {
	opacity: 1;
	-moz-opacity: 1;
}

.saved {
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	color: #129007;
	border: 2px solid #129007;
	margin-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

table td.short { width: 50px; text-align: center; }
table td.short2 { width: 30px; text-align: center; }
table td.promo-img, table th.promo-img { width: 100px; }
table .promo-img img {
	max-width: 100px;
	max-height: 100px;
}

table td.shortdate {
	font-size: 0.9em;
	text-align: left;
}

table .promo-img.weather img {
	max-width: 300px;
	max-height: 200px;
}

table td.message {
	padding: 15px;
	border-bottom: 2px solid #aaa;
	line-height: 1.5em;
}

table.messages th {
	border-bottom: 2px solid #aaa;
}

.bgs .default-bg, .bgs a:link, .bgs a:visited, .tile-bg, .other-bgs a:link, .other-bgs a:visited {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 90px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #111;
	background-color: #ddd;
}

.bgs a.bg-side:link, .bgs a.bg-side:visited, .contentForm label.bg-side, .bg-side, .other-bgs a.bg-side:link, .other-bgs a.bg-side:visited {
	width: 40px;
	height: 80px;
}

.bgs a.bg-bottom:link, .bgs a.bg-bottom:visited, .bg-bottom, .other-bgs a.bg-bottom:link, .other-bgs a.bg-bottom:visited {
	width: 100px;
	height: 40px;
}

#PagingContainer {
	padding-bottom: 25px;
}

.tile-bg {
	cursor: pointer;
}

.tile-bg.hide {
	display: none;
}

.bgs a:hover {
	border-color: #fff;
}

.bgs a.delete:link, .bgs a.delete:visited {
	width: auto;
	height: auto;
	border: none;
	background: none;
	position: relative;
	top: -6px;
}

.bgs .default-bg {
	border: 10px solid #ffab00;
}

.other-bgs {
	display: none;
}

.msg-bg {
	position: relative;
}

.msg-bg:hover .other-bgs {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	padding: 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #999;
}

.other-bgs a span {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 5px;
	background: rgba(255,255,255,0.4);
	font-size: 9px;
	color: #111;
}

.other-bgs a:hover {
	border-color: #129007;
	border-width: 2px;
}

.field.with-cal, .with-cal {
	position: relative;
}

.pop-cal-splash {
	display: none;
}

.pop-cal {
	position: absolute;
	top: -100px;
	left: 20px;
	width: 210px;
	background: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #fff;
	z-index: 20000;
}

.pop-cal section {
	display: block;
}

.pop-cal span {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 1px;
	padding: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 11px;
	vertical-align: top;
}

.pop-cal span.day {
	cursor: pointer;
	font-weight: bold;
	background: #f4f4f4;
}

.pop-cal span.day:hover {
	background: #a4cdff;
}

.pop-cal.hide {
	display: none;
}

.pop-cal {
	text-align: center;
}

.pop-cal section, .pop-cal div {
	text-align: left;
}

.pop-cal section.header {
	border: 0;
	height: 26px;
	width: auto;
	background: transparent;
	display: block;
}

.pop-cal h2 {
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-align: center;
	display: block;
	margin: 0;
}

.pop-cal button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #ccc;
	background: none;
	border: 0;
}

.pop-cal button:hover {
	color: #fff;
}

.pop-cal section.header span {
	color: #fff;
	text-align: center;
	font-size: bold;
	height: 18px;
}

.pop-cal a.close {
	display: block;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	cursor: pointer;
}

/* Albums */

.albumThumb {
	display: block;
	height: 150px;
	margin: 5px 15px 10px 5px;
	border: 1px solid #999;
	background-position: top center;
	background-repeat: no-repeat;
}

.albumThumb span {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	background-color: rgba(255,255,255, 0.8);
	color: #555;
}


a.eventThumb:link, a.eventThunb:visited {
	display: inline;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

.eventThumb div {
	width: 180px;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px;
}


/* Photos */

.albumsPhoto {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}


.albumBlock {
	display: inline-block;
/* 	float: left; */
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #eee;
	text-align: center;
}

.albumBlock a.thumb:link, .albumBlock a.thumb:visited {
	display: block;
	width: 200px;
	height: 150px;
	margin: 0 0 5px 0;
	border: 1px solid #555;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-color: #27292a;
}

.albumBlock span.timestamp {
	display: block;
	font-size: 12px;
	font-family: "ronnia-condensed";
	font-weight: 600;
	text-transform: uppercase;
	color: #999;
}

.albumBlock span.albumVenue {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.albumBlock a.albumTitle:link, .albumBlock a.albumTitle:visited {
	display: block;
	font-size: 13px;
	font-family: "ronnia-condensed";
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
}

.home section {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 4px solid #c1d82e;
}

.left, .right {
	float: none !important;
}

.col {
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	vertical-align: top;
}

.col.left {
	width: 500;
}

.col.right {
	width: 320px;
	margin-left: 80px;
}

.right.home h2 {
	border: 0;
	font-size: 48px;
}

.right.home p {
	font-size: 24px;
}

/* Calendar */

.calHead, .calDay {
	display: inline;
	float: left;
	width: 135px;
	margin: 0 5px 5px 0;
	text-align: center;
	background: #eee;
}

.calDay {
	height: 150px;
	overflow: auto;
}

.calHead span {
	font-size: 14px;
	font-weight: 500;
	padding: 5px;
	display: block;
}

.calDay .calDayTitle {
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	padding: 5px 0 5px 5px;
}

.calDay ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.calDay ul li { 
	text-align: left; 
	padding: 0;
	margin: 3px;
}

.calDay ul li a:link, .calDay ul li a:visited {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow-y: auto;
}

.calDay ul li a.withmedia:link, .calDay ul li a.withmedia:visited {
	height: 80px;
}

.top-select, .top-label {
	display: inline-block;
	float: right;
	margin: 0 0 0 10px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
    position: relative;
    top: 10px;
}

h2 div .top-select, h2 div .top-label {
	float: none;
	margin: 0 10px 10px 0;
}

table.campaigns td {
	font-size: 12px;
	text-align: center;
}

table.campaigns td.name {
	text-align: left;
}







