/* aSandbox Defaul CSS */

/*

TL GREEN:		CAE5C0
lGT GREEN:	7DBF66
MED GREEN: 	318F58
DARK GREEN: 22643C

ORANGE: FF8C10

*/


/* Basic Elements =========================================== */
body
{
	background:#7DBF66;
	background-attachment: fixed;
	background-image:url(/images/body-gradient.png);
	background-repeat: no-repeat;
	background-position: -500px -400px;
	color:#666;
	font-size:62.5% !important;
}

p
{
	font-size: 1.1em;
}

h1
{
	font-size: 30px;
	color:#FF8C10;
	font-family: georgia, times, serif;
}

h2
{
	font-size: 24px;
	margin: 0 0 10px 0;
	color:#FF8C10;
	font-family: georgia, times, serif;
}

h3
{
	font-size: 2em;
	color: #318F58;
	font-family: georgia, times, serif;
}

h4
{
	font-size: 1.5em;
	color: #FF8C10;
	font-family: georgia, times, serif;
}

h5
{
	font-size: 1.25em;
	color: #666;
}

h6
{
	color: #666;
}

h3 a
{
	color:#FF8C10;
}

br.c
{
	clear: both;
	margin: 10px 0;
}

a
{
	text-decoration: none;
	color:#318F58;
}

a:hover
{
	text-decoration: underline;
}

input, select, th, td {font-size:1.1em}

li li, li p, td p, blockquote p {font-size:1.1em}

.a-slot.aRichText h3 {
font-size:2em;
}
.a-slot.aRichText h4 {
font-size:1.5em;
}
.a-slot.aRichText h5 {
font-size:1.25em;
}
.a-slot.aRichText h6 {
font-size:1.1em;
}

.a-slot.aRichText li
{
	list-style: disc outside;
	margin-left: 15px;
	margin-bottom: 3px;
}

.a-slot.aRichText pre {
display: inline;
position: relative;
float: left;
font-family: courier;
font-size:1.1em;
color:#777;
}

.a-slot.aRichText table
{
	display: inline;
	position: relative;
	float: left;
}
/* Custom Classes ====================================== */

hr {
position: relative;
float: left;
width: 100%;
border: none;
height: 1px;
background: #FF8C10;
}

.block {/* does all that display,position,float ish ====================================== */
display:inline;
position: relative;
float: left;
}

p.note
{
	color:#999;
}


/* Basic Layout =========================================== */

#a-wrapper {
float: left;
position: relative;
display: inline;
top: 0;
left: 50%;
width: 960px;
clear:both;
margin: 0 0 0 -480px;
height: auto !important;
}

#a-header
{
	display: inline;
	position: relative;
	float: left;
	width:621px;
	height:53px;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-9999px;
	clear:none;
}

#a-header a
{
	display: inline;
	position: relative;
	float: left;
	width:621px;
	height:53px;
	background-image: url(/images/header-logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#a-header a:hover
{
	background-position: bottom left;
}

#a-search
{
	width: auto;
	clear: none;
	float: right;
}

#a-search .a-search-form
{
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius: 3px;
	width:200px;
	border:none;
}

.a-area-logo
{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	clear: both;
}

.a-area-logo .a-slot
{
	margin: 0;
}

.a-area-logo .aImage a
{
	float: left;
	display: inline;
	position: relative;
}

.a-area-header
{
	float: left;
	width: 50%;
}

.a-area-body
{
	width:480px;
	float:left;
	display:inline;
	position:relative;
}

.a-area-sidebar
{
	width:200px;
	float:left;
	display:inline;
	position:relative;
	margin-left: 30px;
}

#a-content
{
	display: inline;
	position: relative;
	float: left;
	background-color: #fff;
	padding:10px;
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius: 3px;
	min-height:400px;
}

.a-default #a-content,
.a-blog #a-content
{
	width:740px;
	height:100%;
}

.a-home #a-content
{
	background-color: transparent;
	padding:0px;
}

.a-blog-posts #a-content,
.a-blog-events #a-content
{
	clear: none;
	width: 720px;
}

.no-sidebar #a-content
{
width:720px;
margin-left:220px;
}
/* FOOTER ====================================== */

#footer-wrapper
{
	display: block;
	position: relative;
	clear: both;
	height:auto;
	width:100%;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5
{
	color:#22643C;
}

.footer .a-area-footer-content a
{
	color:#fff;
	text-decoration: underline;
}

.footer .a-area-footer-content a:hover
{
	color:#fff;
	opacity:.7;
	text-decoration: underline;
}

.footer {
float: left;
position: relative;
display: inline;
clear:both;
width: 960px;
height: 150px;
min-height: 150px;
margin-top: 20px;
margin-left: 50%;
margin: 20px 0 0 -480px;
left: 50%;
color: #fff !important;
background-color: #5AA959;
background-color: rgba(49,143,88,.35);
-moz-border-radius: 3px 3px 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-radius: 3px 3px 0 0;
background-image:url(/images/vertical-gradient.png);
background-repeat: repeat-x;
background-position: bottom;
}

.logged-in .footer
{
	height:auto;
}

#footer-logo
{
	margin-top:10px;
	width:72px;
	margin-left:20px;
	margin-right:40px;
	overflow:hidden;
	text-indent: -9999px;
	clear:none;
}

#footer-logo a
{
	display: inline;
	position: relative;
	float: left;
	height:72px;
	width:72px;
	background-image: url(/images/footer-logo.png);
	background-position: top left;
}

#footer-logo a:hover
{
	background-position: bottom left;
}

#footer-wrapper .a-slot-controls .a-arrow-up
{
	background-image:url("/images/a-icon-arrow-right.png");
}

#footer-wrapper .a-slot-controls .a-arrow-down
{
	background-image:url("/images/a-icon-arrow-left.png");
}

.footer .a-slot,
.footer .a-area
{
	margin-bottom:0;
}

.a-area-footer-content
{
	width:820px;
	clear:none;
	margin-left:0;
	float: right;
}

#footer-wrapper .aButton.editing-now .a-slot-content
{
	z-index: 200;
	color:#333;
	background-color: #fff;
	padding:5px;
	padding-top:22px;
	top:-27px;
	left:-4px;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	-webkit-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	-opera-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	-khtml-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
}

#footer-wrapper .a-button-link
{
	display: inline;
	position: relative;
	float: left;
	width:auto;
	padding:0px 10px;
	height:30px;
	background-color: #318F58;
	color:#fff;
	font:14px/30px georgia, times, serif;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 4px;
	
}

#footer-wrapper a:hover.a-button-link
{
	text-decoration: none;
	background-color: #22643C;
}

/* FOOTER BUTTON SLOTS ====================================== */

.a-area-footer-buttons
{
	width:820px;
	clear:none;
	height:40px !important;
}


.logged-in .a-area-footer-buttons
{
	width:820px;
	clear:none;
	height:auto !important;
}

.a-area-footer-buttons .a-slot
{
	float:left;
	width:auto;
	height:100px;
	margin-right: 10px;
}

.logged-in .a-area-footer-buttons .a-slot
{
	float:left;
	width:auto;
}


/* Top Navigation =========================================== */

.a-nav-main
{
	float: left;
	display: inline;
	width: 960px;
	margin: 20px 0 10px 0;
	clear: both;
	visibility:hidden;
}

.a-nav-main .a-nav-item
{
	float: left;
	display: block;
	width: auto !important;
	height: 35px;
	line-height: 35px;
	text-align: center;	
}

.a-nav-main .a-nav-item a
{
		display: block;
		position: relative;
		float: left;
		height:35px;
		width:auto !important;
		border-right: 1px solid #fff;
		border-right: 1px solid rgba(255,255,255,.8);
		background-image: url(/images/tab-sprite.png);
		background-position: top left;
		background-repeat: repeat-x;
}

.a-nav-main .a-nav-item.last a
{
	border-right: none;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 0px 4px 4px 0px;
}

.a-nav-main .a-nav-item.first a
{
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 4px 0px 0px 4px;
}

.a-nav-main .a-nav-item a
{
	float: left;
	display: inline;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-size:18px;
	font-family:georgia, times, serif;
	text-shadow:0 0 1px #000;
	text-shadow:0 0 2px rgba(0,0,0,.2);
	text-align: center;	
}
.a-nav-main .a-nav-item.a-current-page a
{
		color:#fff;
		background-position: center;
}

.a-nav-main .a-nav-item a:hover
{
	background-position: center;
}

.a-nav-main .a-nav-item a:active
{
	background-position: bottom;
}



/* Subnav =========================================== */

.a-subnav-wrapper
{
	display: inline;
	position: relative;
	float: left;
	top:10px;
	color:#fff;
	padding:0;
	margin:0;
	overflow: hidden;
	clear:none;
}

.a-nav-subnav
{
	margin:0 !important;
	padding:0;
}

.a-subnav-inner
{
	padding:0;
}

.a-nav-subnav .a-nav-item
{
	padding:10px 0px !important;
	padding-left:10px !important;
}

.a-nav-subnav .a-nav-item a
{
	font-size:17px;
}

.a-nav-subnav .a-nav-item a:hover
{
	color:#318F58;
	background-color: transparent;
}



/* RSS FEED h5 ====================================== */

.a-subnav-inner > h5
{
	display: inline;
	position: relative;
	float: left;
	width:100%;
}

.a-subnav-inner > h5 a
{
color: #22643C;
font-family:georgia, times, serif;
font-size:14px !important;
background-image: url(/images/rss.png);
background-repeat: no-repeat;
background-position: left 2px;
padding-left:20px;
}

.a-subnav-section,
.a-subnav-inner > h5,
.a-nav-subnav .a-nav-item
{
	background-color: #5AA959;
	margin-right:0px;
	padding:10px;
	padding-right:20px;
	background-image: url(/images/horizontal-gradient.png);
	background-repeat: repeat-y;
	background-position: right;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius: 3px 0 0 3px;
	color:#fff;
}

.a-nav-subnav .a-current-page
{
	background-color:#fff !important;
	background-image: none;
}

.a-nav-subnav .a-current-page a
{
		color:#22643C !important;
}

.a-subnav-wrapper a
{
	font-family:georgia, times, serif;
	color:#22643C;
	font-size:14px;
}

.a-subnav-wrapper span
{
	color:#22643C;
	font-size:14px;
}

.a-subnav-wrapper hr
{
	display:none;
	
	background-color: #318F58;
}

.a-subnav-wrapper ul
{
	display: inline;
	position: relative;
	float: left;
	margin-left:10px;
}

.a-subnav-wrapper h4
{
	font-family:georgia, times, serif;
	font-size:18px !important;
	color:#fff;
}

.a-nav-subnav .a-nav-item .a-drag
{
	position: absolute;
	right: 0;
}

.a-nav-subnav .a-nav-item .a-drag,
.a-nav-subnav .a-nav-item .a-drag *
{
	background-color: transparent;
}

.a-nav-subnav .a-nav-item a
{
	float: left;
	display: inline;
	clear: both;
	color: #fff;
	width: 175px;
	height: 100%;
	padding: 0 0 0 5px;
}

.a-nav-subnav .a-nav-item a:hover
{
	color: #22643C;
	text-decoration: none;
}

.a-subnav-wrapper.blog h4
{
	float: left;
	width: 100%;
	clear: both;
	display: inline;
	position: relative;
	font-size: 14px;
}

.a-subnav-wrapper.blog .a-blog-filter-options
{
	float: left;
	width: 100%;
	clear: both;
	display: inline;
	position: relative;
	line-height: 20px;
}

.a-subnav-wrapper.media .a-media-filter-options a,
.a-subnav-wrapper.blog .a-blog-filter-options a
{
	float: left;
	clear: both;
	display: inline;
	width: auto;
	padding: 0 5px;
}

/* Breadcrumb Component =========================================== */

#a-breadcrumb-component
{
	float: left;
	width: 100%;
	font-size: 18px;
	margin: 0 0 20px 0;
}

#a-breadcrumb-component li
{
	float: left;
	margin-right: 5px;
}

/* LOGIN PAGE ====================================== */


/* Login Page ====================================== */

.a-signin #a-wrapper {
width: 200px;
margin: 20px 0px 0px -80px;
top:15%;
padding-bottom:0px;
}

.a-signin #a-header
{
	display:none;
}

.a-signin #a-signin,
.a-signin #a-content
{
	margin:0;
	padding:0;
	height:auto;
	overflow: visible;
	width:auto;
	background-color: transparent;
}

.a-signin #a-signin
{
	background-color: #fff;
	padding-left:19px;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 4px;
	
}

.a-signin #a-signin-form 
{
	padding:20px 0;
	left:-10px;
}

.a-signin .a-submit
{
	margin-top:20px;
	width:160px;
	height:35px;
	font-size:20px;
	padding-bottom:2px;
	-moz-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 1px 0px rgba(0,0,0,.4);
}

.a-signin .a-form-row label {
width:auto;
padding-right:10px;
}

.a-signin .footer {
display:none;
}

/* END LOGIN PAGE ====================================== */

/* HOME TEMPLATE ====================================== */

.a-home #a-content
{
	width: 100%;
}

.a-home .a-area-body
{
	width: 720px;
}

.a-area-alert
{
	display:none;
	padding:10px;
	padding-left:50px;
	min-height:30px;
	width:900px;
	background-image: url(/images/alert.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color:#fff;
	margin-top:0;
	margin-bottom:20px;
}

.logged-in .a-area-alert
{
	display: inline;
}

.a-area-alert .a-slot
{
 top:4px;
margin:0;
}

.a-area-home-banner
{
	width:960px;
	height:400px;
	margin-bottom:10px;
	margin-top:0;
}

.a-area-home-banner *
{
	margin:0 !important;
}

.a-slideshow-controls
{
	z-index:50;
}

.a-slideshow-controls
{
	top:auto !important;
	bottom:-25px !important;
	right:0px !important;
}

.a-home .a-slideshow-controls
{
	top:auto !important;
	bottom:10px !important;
	right:10px !important;
}

.a-slideshow-controls li
{
	margin-left:10px !important;
	padding:0px !important;
	height:20px !important;
	width:20px !important;
}

.a-home .a-slideshow-controls li
{
	margin-left:10px !important;
	padding:0px !important;
	height:30px !important;
	width:32px !important;
}

.a-slideshow-controls .over
{
	background-position: 0px 0px !important;
	opacity:.8;
}

.a-slideshow-controls li.a-arrow-left {
background-image: url(/images/a-icon-arrow-mini-left.png);
background-repeat: no-repeat;
}

.a-slideshow-controls li.a-arrow-right {
background-image: url(/images/a-icon-arrow-mini-right.png);
background-repeat: no-repeat;
}

.a-home .a-slideshow-controls li.a-arrow-left {
background-image: url(/images/banner-arrow-left.png);
}

.a-home .a-slideshow-controls li.a-arrow-right {
background-image: url(/images/banner-arrow-right.png);
}

.a-home #a-content .a-area
{
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius: 3px;
}

.home-left
{
	width:590px;
	height:auto;
	margin-right:10px;
}

.home-left .a-area-home-quote *
{
	margin-bottom:0 !important;
}

.home-left h2
{
display: inline;
float: left;
width:100%;
padding-bottom:7px;
border-bottom:1px solid #FF8C10;
}

.home-left .a-area
{
	width:570px !important;
	background-color: #fff;
	padding:10px;
}

.home-right
{
	width:360px;
	height:auto;
}

.home-right h2
{
display: inline;
float: left;
width:100%;
padding-bottom:7px;
border-bottom:1px solid #FF8C10;
}

.home-right .a-area
{
	width:340px;
	background-color: #fff;
	padding:10px;
}

.a-home .a-blog-item
{
	padding-bottom:10px;
	border-bottom: 1px solid #FF8C10;
	margin-bottom:10px;
}

.a-home .a-slot-content-container .a-blog-item:last-child
{
	padding-bottom:0px;
	border-bottom: 0px solid #FF8C10;
	margin-bottom:0px;
}

/* Default Template ====================================== */

.a-default .a-area-body
{
	margin-left:10px;
}

.a-default .a-area-default-banner
{
	width:700px;
	margin-left:10px;
	margin-bottom:0;
}

.a-default .a-area-default-banner .aSlideshow
{
	margin-top:0;
	margin-bottom:15px;
}

/* Contact Template ====================================== */

#contact-wrapper
{
	margin-left:20px;
}

.contact .a-form-help-text
{
	margin-left:121px;
}

.contact select.date-of-birth
{
	margin:0px 5px;
}

.contact select.date-of-birth:first-child
{
	margin-left:0 !important;
}

.contact .contact-link
{
	display: inline;
	position: relative;
	float: left;
	font-size:16px !important;
	margin-left:4px;
	margin-top:20px;
}


.contact .ad-link
{
	margin-left:0px;
}

.contact .contact-admissions,
.contact .contact-general
{
	margin-left:0px;
	margin-top:50px;
}

.contact .error_list
{
	margin-left: 10px;
}

/* START BLOG STYLES ====================================== */


/* Basic Blog Styles ====================================== */

#a-blog-main,
.a-blog-item,
.a-blog-item-title,
.a-blog-item-meta,
.a-blog-item-tags,
.a-blog-item-media,
.a-blog-item-body,
.a-blog-item-excerpt-container
{
	float: left;
	clear: both;
	display: inline;
	position: relative;	
	width: 100%;
}

#a-blog-main
{
	width:730px;
	margin:0 5px;
}

.a-blog-main h2:first-child
{
	display: inline;
	position: relative;
	float: left;
	width:auto;
}

.a-blog-browser-controls
{
display: inline;
position: relative;
float: left;
top:5px !important;
left:30px;
}

.a-blog-main hr
{
	float: left;
	display:block;
	clear:both;
	width: 100%;
	margin-bottom:10px;
	height: 1px;
	border: none !important;
}

.a-blog-item .a-area
{
	margin-top:0;
}

.a-blog-item-title,
.a-blog-item-meta,
.a-blog-item-tags,
.a-blog-item-media,
.a-blog-item-body,
.a-blog-item-excerpt
{
	margin-bottom: 10px;
}

.a-blog-item-excerpt-container
{
/*	margin-bottom:20px;*/
}

.a-blog-item-body p
{
	margin-bottom: 10px;
}

.a-blog-item-tags li
{
	float: left;
	margin: 0 5px 0 0;
}

.a-blog-item-meta
{
	font-size: 11px;
	color: #555;
}

.a-event-date-range span
{
	float: left;
	width: 100%;
	color: #222;
}

.a-event-date-range .end_date
{
	margin-top: 5px;
}

.a-blog-read-more
{
	text-align:right;
}
/* GLOBAL BLOG/EVENT FULL STYLES / INDEXES ====================================== */

.a-blog-item-title
{
	font-size:18px !important;
}

.a-blog-item-title a, .a-blog-item-title a:hover
{
	color:#318F58;
}

.a-area-blog-body
{
	width:480px;
	margin-right:20px;
}

.a-area-blog-sidebar
{/* two column template only ====================================== */
	width:220px;
}

.a-blog-main .a-add
{
	margin-bottom:15px;
}

.a-blog-item hr
{
	width:100%;
	float:left;
	display:block;
	clear:both;
	position: relative;
	margin:15px 0;
}


/* BLOG SPECIFIC FULL STYLES / INDEXES ====================================== */


.a-blog-main .a-blog-browser-controls
{
	display: inline;
	position: relative;
	float: left;
	margin-bottom:20px !important;
}

.a-blog-item .a-blog-item-meta li
{
	float: left;
	width: auto;
	clear: none;
}

.aBlog .a-blog-item .a-blog-item-meta li.author
{
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #ccc;
}

/* EVENT INDEX ====================================== */

.event .a-blog-item-meta li
{
	float: left;
	width: 100%;
	clear: both;
}

.aEvent .a-blog-main .a-blog-item .a-blog-item-meta
{
	position:absolute;
	left:10px;
	top:10px;
	clear: none;
	width:120px;
}

.aEvent.logged-in .a-blog-item .a-blog-item-meta
{
	top:40px;
}

.aEvent .a-blog-main .a-blog-item .a-blog-item-title
{
	width:480px;
	clear:none;
	margin-left:120px;
}
.aEvent .a-blog-item .a-area-blog-body
{
	margin-left:120px;
	clear:none;
}

.aEvent .a-blog-item .a-slot:first-child
{
	margin-top:10px;
}

.aEvent .a-blog-item-meta .end-date
{
	margin-left:3px;
}

.aEvent .a-blog-item-meta .event-time
{
	width:100%;
	color:#999;
}

/* New styles for color coded events*/

.aEvent .a-blog-main hr
{
/*	display: none;*/
}

.aEvent .a-blog-main .a-blog-item
{
	width: 706px;
/*	border:2px solid #ddd;*/
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px;
	
}

.categories-list
{
	display: inline;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-left: 120px;
}

span.category-marker
{
	position: relative;
	display: inline;
	position: relative;
	float: left;
	margin-right: 3px;
	color: #fff;
	font-weight: bold;
	padding:3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px;
	
}

.a-subnav-inner .a-subnav-section.categories ul
{
	padding: 10px;
	padding-bottom: 5px;
	display: block;
	float: left;
	background-color: #7DBF66;
	margin-left: 0px;
	margin-top: 5px;
	width: 160px;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px;
}

.a-subnav-inner .a-subnav-section.categories ul .a-filter-option
{
	display: block;
	clear: both;
	margin-bottom: 5px;
}

.a-subnav-inner .a-subnav-section.categories ul .a-filter-option a
{
	float: none;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 5px;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px;
}

.a-subnav-inner .a-subnav-section.categories ul .a-filter-option a:hover
{
	text-decoration: none;
	opacity:.7;
}

.a-subnav-inner .a-subnav-section.categories ul .a-filter-option a.selected
{
	background-position: 0px 0px;
	background-image: none;
}

.a-subnav-inner .a-subnav-section.categories ul .a-filter-option a.selected span.close
{
	display: inline;
	position: absolute;
	right:13px;
	float: left;
	height: 20px;
	width: 20px;
	background-image: url(/apostrophePlugin/images/a-icon-close.png);
}

/* BLOG INDEX (none needed?) ====================================== */

/* EVENT SLOTS ====================================== */

/*BODY*/
.a-default .a-area-body .aEvent .a-blog-item .a-blog-item-meta
{
	position:absolute;
	left:0;
	top:0;
	clear: none;
	width:100px;
}

.a-default .a-area-body .aEvent .a-blog-item .a-blog-item-title
{
	margin-left:0;
}

.a-default .a-area-body .aEvent .a-blog-item .a-blog-item-excerpt-container
{
float:right;
width:360px;
}

.a-branch .a-area-left-column .aEvent .a-blog-item .a-blog-item-meta
{
	position:absolute;
	left:0;
	top:0;
	clear: none;
	width:75px;
}

.a-branch .a-area-left-column .aEvent .a-blog-item .a-blog-item-title
{
	margin-left:0;
}

.a-branch .a-area-left-column .aEvent .a-blog-item .a-blog-item-excerpt-container
{
float:right;
width:240px;
}

/*SIDEBAR*/

.a-area-sidebar .aEvent .a-blog-item .a-blog-item-meta li
{
	clear:none;
	float:left;
	font-size:13px;
}

.a-area-sidebar .aEvent .a-blog-item .a-blog-item-title
{
	width:100%;
	clear:none;
	margin-left:0px;
}

.a-area-sidebar .a-blog-item .a-blog-item-title
{
	font-size:20px;
}

/* BLOG SLOTS ====================================== */

.a-default .a-area-body .aBlog .a-blog-item .a-blog-item-meta
{
	width:100px;
	clear:none;
}

.a-default .a-area-body .aBlog .a-blog-item .a-blog-item-title
{
	margin-left:0;
}

.a-default .a-area-body .aBlog .a-blog-item .a-blog-item-excerpt-container
{
float:right;
width:360px;
clear:none;
}

.a-branch .a-area-left-column .aBlog .a-blog-item .a-blog-item-meta
{
	width:75px;
	clear:none;
}

.a-branch .a-area-left-column .aBlog .a-blog-item .a-blog-item-title
{
	margin-left:0;
}

.a-branch .a-area-left-column .aBlog .a-blog-item .a-blog-item-excerpt-container
{
float:right;
width:240px;
clear:none;
}

/* HOME STLYLES (THEY'RE DIFFERENT DON'T YOU KNOW) ====================================== */
.a-home .a-blog-item-excerpt-container
{
	margin-bottom:0 !important;
}
.a-home .aEvent .a-blog-item-excerpt-container
{
	width:70%;
	overflow:hidden;
	clear:none;
	margin-left:5%;
}

.a-home .aEvent .a-blog-item-meta
{
	width:25%;
	position:relative;
	clear:none;
}

.a-home .aEvent .singleColumnTemplate .a-blog-item-meta li
{
	display:inline;
	float:left;
	width:100%;
}

.a-home .aBlog .a-blog-item-meta
{
	width:100%;
	clear:none;
}

.a-home .aBlog .a-blog-item-media
{
	width:auto;
}

.a-home .aBlog .has-media .a-blog-item-excerpt-container
{
	width:75%;
	float:right;
	clear:none;
}


/*  BLOG & EVENT COLORS*/
.a-slot.aBlog .a-blog-item.post:last-child .a-blog-item-excerpt-container,
.a-slot.aEvent .a-blog-item.event:last-child .a-blog-item-excerpt-container
{
	margin-bottom:0;
}

.a-slot.aBlog .a-blog-item.post:last-child hr,
.a-slot.aEvent .a-blog-item.event:last-child hr,
.a-blog-main hr:last-child
{
	display:none;
	margin-bottom: 0;
}

/* END BLOG STYLES ====================================== */

/* Variants =========================================== */


/* aSlideshow Slot Bundled Variant Style - Compact */

.a-slot.aSlideshow.compact
{
	margin-top: 0;
}

.a-slot.aSlideshow.compact ul.a-slideshow-controls
{
	position:absolute;
	top: auto;
	left: auto;
	bottom:0;
	right:0;
	margin: 0;
	width:100%;
	z-index:888;
	min-height: 30px;
	height: auto;
}

.a-slot.aSlideshow.compact ul.a-slideshow-controls li
{
	height: 30px;
	width: 30px;
	margin: 0 5px;	
}

.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-left
{
	background-image: url(/apostrophePlugin/images/a-icon-arrow-left-thin-alt.png);
	position: absolute;
	top: 0;
	right: 30px;
}

.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-right
{
	background-image: url(/apostrophePlugin/images/a-icon-arrow-right-thin-alt.png);
	float: right;
}

.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-right:hover,
.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-left:hover
{
background-position: 0 -30px !important;
}

.a-slot.aSlideshow.compact .a-slideshow-title
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	background: rgba(0,0,0,0.35);	
}

.a-slot.aSlideshow.compact .a-slideshow-title span
{
	float: left;
	padding: 8px 70px 8px 8px;	
}


.a-slot.aSlideshow.autoplay .a-slideshow-title
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 184px;
	padding: 8px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	background: rgb(0,0,0);	
	background: rgba(0, 0, 0, 0.35);	
}

.a-content .a-area:first-child
{
	margin-top:0 ;
}


/* ADMIN STYLES ====================================== */

.icon.a-drag 
{
	-moz-border-radius: 2px !important;
	-webkit-border-top-left-radius: 2px !important;
	-webkit-border-top-right-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	-webkit-border-bottom-left-radius: 2px !important;
	border-radius: 2px !important;
	margin-right:5px !important;
}

/* Events Calendar
-------------------------------------*/

table.a-calendar
{

}

.a-calendar th.day
{
	color: #000;
	background: rgba(255,255,255,0.25);
}

.a-calendar .day a,
.a-calendar .day span
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.a-calendar .day a
{
	background-color: #7DBF66;
}

.a-calendar .day.today a,
.a-calendar .day.today span	
{
	background-color: #CAE5C0;
}

.a-calendar .day.selected a
{
	color: #fff;
	background-color: #22643C;
}

.a-calendar .day a:hover
{
	text-decoration: none;
	background: #000;
	color: #fff;
}

.a-calendar .day.not-current-month
{
	opacity: 0.35;
}

table.a-calendar tr.days
{
	-moz-border-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-radius: 2px;
}

table.a-calendar .days .day
{
	color:#22643C;
}

.a-calendar .a-calendar-today:hover
{
	background-color: #22643C;
}

.a-calendar .a-calendar-today
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #318F58;	
	border: 1px solid #22643C;
	color:#fff;
	margin-top: 10px;
}

.a-calendar .a-calendar-today span
{
	margin-right: 3px;
	background-image:url("/apostrophePlugin/images/a-icon-event-sprite.png") !important;
}

.a-calendar .a-arrow-left
{
	margin-bottom:-20px;
}

.a-calendar .icon.a-arrow-right {
background-image:url("/apostrophePlugin/images/a-icon-arrow-right-solid-alt.png");
}

.a-calendar .icon.a-arrow-left {
background-image:url("/apostrophePlugin/images/a-icon-arrow-left-solid-alt.png");
}

.a-blog-main .a-blog-heading
{
	margin-bottom: 20px;
}

.a-blog-main .a-blog-heading h3
{
	display: inline;
	position: relative;
	float: left;
	width:auto;
	margin-right:20px;
	clear: none;
}

.a-blog-main .a-blog-browser-controls {
display:inline;
float:left;
clear: none;
margin-bottom:20px !important;
left:0;
}

.a-blog-main .a-blog-browser-controls .icon.a-arrow-right {
background-image:url("/apostrophePlugin/images/a-icon-arrow-right-solid.png");
}

.a-blog-main .a-blog-browser-controls .icon.a-arrow-left {
background-image:url("/apostrophePlugin/images/a-icon-arrow-left-solid.png");
}


