/* --------------
Basic CSS v1.0
ROCKETMEDIA - www.rocketmedia.com
----------------- */

/* ELEMENTS */

body {
margin: 0;
padding: 0;
font-family: Helvetica, arial sans-serif;
font-size: 13px;
color:#252525;
background:url(/assets/bg.png) repeat-x center -230px #A9B3BE;
behavior: url('/csshover.htc'); /* Fixes hovers in IE6, must put this file in server root */
}

article, aside, footer, header, group, nav, section {display:block;}


/* CONTAINERS */

.half { width: 49%; }
.truehalf { width: 50%;	}
.third { width: 32%; }
.truethird { width: 33%; }
.twothird {width:66%;}
.forty {width:40%;}
.sixty {width:60%;}
.left { float: left; }
.right { float: right; }
.clearboth { clear: both; }
.pad { padding: 20px; }

/* TEXT */

.small {
font-size: 10px;
}

.medium {
font-size: 18px;
}

.large {
font-size: 22px;
}

.xlarge {
font-size: 26px;
}

.xxlarge {
font-size: 32px;
}

/* GENERIC SITE STYLES */
a {color:#EF7329;}
a:hover {color:#0D2743;}
a img {border:0;}
p {line-height:167%;}
.orange {color:#EF7329;}
.blue {color:#0D2743;}
.left {float:left;}
.right {float:right;}

.nine30 {
	width:930px;
	margin:0 auto;
	overflow:hidden;
}

a.button {
	display:inline-block;
	height:32px;
	line-height:32px;
	background:url(/assets/arrow_btn.png) right center no-repeat #2D2D2D;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	font-family:helvetica, arial, sans-serif;
	padding:0 40px 0 17px;
	margin:20px 0;
}
a.button:hover {color:#85D139;}

a.arrowbutton {
	display:inline-block;
	height:40px;
	line-height:40px;
	background-image:url(/assets/btn_arrow.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#EF7329;
	text-decoration:none;
	font-size:17px;
	font-family: 'Vollkorn', serif;
	padding:0 30px 0 20px;
}
a.arrowbutton:hover {
	color:#ffffff;
	background-position:right top;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
#column h1, #column h2, #column h3, #column h4, #column h5, #column h6,
#main p, #column p {
	margin:0;
	padding:0 0 15px;
}

#column .pad {
	color: #ffffff;
	line-heigth: 120%;
}

#column .pad ul {
	padding-left: 0px;
	list-style: none;
}

#column .pad ul li a:hover {
	color: #ffffff;
}

/* HEADER */
header {
	width:930px;
	margin:0 auto;
	z-index:30;
}
#logo {
	float:left;
	padding:25px 0 16px 0;
}
#sm {
	float:right;
	width:310px;
	padding:40px 0 0 0;
}
#sm h4 {
	font-family:'Vollkorn', serif;
	font-size:15px;
	line-height:30px;
	color:#8D959F;
	font-weight:normal;
	float:left;
	margin:0;
	padding:0 3px 0 0;
}
#sm ul {
 	list-style:none;
	margin:0;
	padding:0;
}
#sm li {
	float:left;
	height:30px;
	width:30px;
	padding:0 0 0 20px;
}
#sm li a {
	display:block;
	text-indent:100px;
	overflow:hidden;
	line-height:30px;
	height:30px;
	width:30px;
	font-size:13px;
	background-image:url(/assets/icons_social.png);
	background-repeat: no-repeat;
}
#sm li#fb a { background-position:0px 0px; }
/*#sm li#fb a:hover { background-position:0px -30px; }*/
#sm li#tw a { background-position:-30px 0px; }
/*#sm li#tw a:hover { background-position:-30px -30px; }*/
#sm li#in a { background-position:-60px 0px; }
/*#sm li#in a:hover { background-position:-60px -30px; }*/
#sm li#yt a { background-position:-90px 0px; }
/*#sm li#yt a:hover { background-position:-90px -30px; }*/

#search {
	float:right;
	width:310px;
	padding:20px 0 0 0;
}
#search input[type=text] {
	border:0;
	background:#ffffff;
	height:30px;
	line-height:30px;
	padding:0 0 0 20px;
	color:#8D959F;
	font-size:13px;
	width:240px;
	float:left;
}
#search button {
	float:left;
	width:50px;
	text-align:center;
	font-size:13px;
	height:30px;
	font-weight:bold;
	color:#ffffff;
	border:0;
	background:#EF7329;
}

/* MAIN NAVIGATION */
nav#mainmenu {
	display:block;
	height:40px;
	clear:both;
	padding:0;
	position: relative;
	z-index: 1;
}

nav#mainmenu ul {
	display:block;
	margin:0 auto;
	clear:both;
	list-style:none;
	padding:0;
}
nav#mainmenu ul li {
	display:block;
	float:left;
	position:relative;
	height:40px;
	border-left:1px solid #4F6882;
}
nav#mainmenu ul li:first-child {border:0;}
nav#mainmenu ul li a {
	font-family: helvetica, arial, sans-serif;
	display:block;
	text-decoration:none;
	padding:0 19px 0 17px;
	height:40px;
	font-size:15px;
	line-height:40px;
	color:#ffffff;
}

nav#mainmenu ul li:hover a {background:#EF7329;}
nav#mainmenu ul li:hover li a { background:url(/assets/bg.png) center -230px repeat-x; }
nav#mainmenu ul li:hover li:hover a {background:#EF7329;}
nav#mainmenu ul li:hover li:hover li a { background:url(/assets/bg.png) center -230px repeat-x; }
nav#mainmenu ul li:hover li:hover li:hover a {background:#EF7329;}
nav#mainmenu ul li.selected a {background:#EF7329;}

nav#mainmenu ul ul {
	display:none;
	position:absolute;
	background:#0D2743;
	padding:0;
	z-index:30;
	left:0px;
	top:40px;
	height:auto;
}
nav#mainmenu ul li:hover ul {display:block;}
nav#mainmenu ul li:hover ul ul {display:none;}
nav#mainmenu ul li:hover ul li:hover ul {display:block;}
nav#mainmenu ul ul li {
	display:block;
	float:none;
	border-top:1px solid #4F6882;
	position:relative;
	height:30px;
	
}
nav#mainmenu ul ul li:first-child {border-top:0px;}
nav#mainmenu ul ul li a {
	display:block;
	white-space:nowrap;
	text-decoration:none;
	padding:0 10px;
	font-size:13px;
	height:30px;
	line-height:30px;
	text-transform:none;
}
nav#mainmenu ul ul ul {
	display:none;
	position:absolute;
	left:100%;
	top:0;
	z-index:30;
}


/* HOMEPAGE BANNER */
#banner {
	position:relative;
	height:510px;
	clear:both;
}
#rotate {
	width:930px;
	margin:0 auto;
}
#banner1 {
	background:url(/assets/banner2.jpg) no-repeat left bottom;
	padding:24px 42px 0 638px;
	width:250px;
	height:256px;
}
#banner1 h2 {
	font-family: 'Vollkorn', serif;
	font-weight:normal;
	font-size:21px;
	color:#ffffff;
	margin:0 0 20px;
}
#banner1 p {
	display:block;
	font-size:13px;
	color:#ffffff;
	margin:20px 0;
	line-height:140%;
}
#banner1 a {
	display:block;
	background:url(/assets/arrow_white_sm.png) no-repeat 25px center #EF7329;
	height:40px;
	font-size:15px;
	color:#ffffff;
	line-height:40px;
	text-decoration:none;
	margin:0 -22px 0 -65px;
	padding:0 22px 0 65px;
}

/* ACTION BAR */
#actionbar {
	background:url(/assets/bg.png) repeat-x;
	height:210px;
	width:910px;
	padding:20px 0 0 20px;
	list-style:none;
	margin:0 auto;
}
#actionbar li {
	float:left;
	width:433px;
	height:48px;
	padding:0;
	margin:0 20px 20px 0;
	border-top:1px solid #eaedef;
	border-right:1px solid #cecfc4;
	border-bottom:1px solid #c9cab9;
	border-left:1px solid #e5e8eb;
	background: #dfe3e7; /* Old browsers */
	background: -moz-linear-gradient(top, #dfe3e7 0%, #dbdcda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe3e7), color-stop(100%,#dbdcda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfe3e7 0%,#dbdcda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfe3e7 0%,#dbdcda 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dfe3e7 0%,#dbdcda 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe3e7', endColorstr='#dbdcda',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dfe3e7 0%,#dbdcda 100%); /* W3C */
}
#actionbar li a {
	display:block;
	height:48px;
	width:363px;
	padding:0 0 0 70px;
	font-size:20px;
	line-height:48px;
	font-family:'Vollkorn', serif;
	color:#0D2743;
	text-decoration:none;
	background-image:url(/assets/icons_actions.png);
	background-repeat:no-repeat;
}
#actionbar li:hover {
	border-top:1px solid #ff7c2c;
	border-right:1px solid #d66825;
	border-bottom:1px solid #d76725;
	border-left:1px solid #ff7c2c;
	background: #ff7c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff7c2c 0%, #ef7329 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7c2c), color-stop(100%,#ef7329)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c2c', endColorstr='#ef7329',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* W3C */
}
#actionbar li:hover a {color:#ffffff;}
#actionbar li#bd a {background-position: 20px 13px; }
#actionbar li#mr a {background-position: 20px -87px;}
#actionbar li#ec a {background-position: 20px -187px;}
#actionbar li#rj a {background-position: 20px -287px;}
#actionbar li#jc a {background-position: 20px -387px;}
#actionbar li#bs a {background-position: 20px -487px;}

#actionbar li#bd a:hover {background-position: 20px -37px; }
#actionbar li#mr a:hover {background-position: 20px -137px;}
#actionbar li#ec a:hover {background-position: 20px -237px;}
#actionbar li#rj a:hover {background-position: 20px -337px;}
#actionbar li#jc a:hover {background-position: 20px -437px;}
#actionbar li#bs a:hover {background-position: 20px -537px;}

/* CONTENT */

#content {
	clear:both;
	margin:0 auto;
	overflow:hidden;
	width:930px;
	background:#ffffff;
}

#eca {
	padding:0px 0 40px 0;
	overflow:hidden;
}
#eca div {
	width:269px;
	float:left;
	border-left:1px solid #dfe3e8;
	padding:23px 20px 0px;
	color:#8D959F;
	font-size:13px;
	line-height:135%;
}
#eca div:first-child {
	width:270px;
	border:0;
}
#eca h2 {
	margin-top:0;
	font-family:'Vollkorn', serif;
	font-weight:normal;
	font-size:36px;
	color:#0D2743;
}
#eca a.arrowbutton {
	margin:0 0 0 -20px;
	width:240px;
}


#eca p {
	min-height: 110px;
	_height: 110px;
}

#main {
	clear:both;
	width:580px;
	min-height:350px;
	float:left;
	padding:0px 20px;
	color:#8C949E;
}
#main header {
	width:580px;
	margin:0 -20px 40px;
	padding:20px;
	background: #1b4b81; /* Old browsers */
	background: -moz-linear-gradient(top, #1b4b81 0%, #0e2743 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b4b81), color-stop(100%,#0e2743)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b81', endColorstr='#0e2743',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* W3C */
}
#main h1 {
	font-family:'Vollkorn', serif;
	font-size:31px;
	color:#0D2743;
	font-weight:normal;
}
#main header h1 {
	color:#ffffff;
	font-size:24px;
	padding:0;
}
#main header h1 a {
	float:right;
	font-size:13px;
}
#main header h1 a:hover {color:#ffffff;}
#main header h1 .small { vertical-align:7px; font-size:12px; }
#main h2.title {
	margin:20px 0 0 0;
	padding:10px;
	font-family:'Vollkorn', serif;
	font-size:21px;
	color:#ffffff;
	font-weight:normal;
	background: #1b4b81; /* Old browsers */
	background: -moz-linear-gradient(top, #1b4b81 0%, #0e2743 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b4b81), color-stop(100%,#0e2743)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b81', endColorstr='#0e2743',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* W3C */
}

#main p {line-height:185%;}

h1 .rss {
	float: none !important;
	padding-left: 8px;
	font-size: 16px;
	text-decoration: none;
}


#home #events {
	width:270px;
	padding:0 20px 0 0;
	float:left;
	color:#8D959D;
}

#news {
	width:269px;
	padding: 0 0 0 20px;
	float:right;
	border-left:1px solid #d9dee4;
	color:#8D959D;
}
#events ul, #news ul {
	list-style:none;
	padding:0;
	margin:0;
}
#events ul li, #news ul li { padding:0 0 18px 0; }
#news h3, #events h3, #sponsors li#sptitle {
	font-family: 'Vollkorn' serif;
	font-size:31px;
	font-weight:normal;
	color:#0D2743;
	margin:0;
}


#column {
	width:290px;
	height:100%;
	float:right;
	padding:0px 20px 40px 0px;
	background: #1b4b81; /* Old browsers */
	background: -moz-linear-gradient(top, #1b4b81 0%, #0e2743 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b4b81), color-stop(100%,#0e2743)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b81', endColorstr='#0e2743',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* W3C */
}

#actions {
	list-style:none;
	margin:0;
	padding:20px 0 0 20px;
}
#actions li { padding:0 0 1px 0; }
#actions li a {
	display:block;
	height:38px;
	width:248px;
	padding:0 0 0 20px;
	line-height:38px;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	border-top:1px solid #839cb7;
	border-right:1px solid #748ca0;
	border-bottom:1px solid #6f8695;
	border-left:1px solid #7f98b4;
	background: #7c96b2; /* Old browsers */
	background: -moz-linear-gradient(top, #7c96b2 0%, #7a92ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c96b2), color-stop(100%,#7a92ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7c96b2 0%,#7a92ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7c96b2 0%,#7a92ab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7c96b2 0%,#7a92ab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c96b2', endColorstr='#7a92ab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7c96b2 0%,#7a92ab 100%); /* W3C */
}
#actions li a:hover {
	border-top:1px solid #ff7c2c;
	border-right:1px solid #d66825;
	border-bottom:1px solid #d76725;
	border-left:1px solid #ff7c2c;
	background: #ff7c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff7c2c 0%, #ef7329 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7c2c), color-stop(100%,#ef7329)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c2c', endColorstr='#ef7329',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff7c2c 0%,#ef7329 100%); /* W3C */
}
#home #column { background: #ffffff; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
#home #column a {
	display:block;
	margin:0 0 20px 0;
}
#faqlink {
	background:url(/assets/home_faq.jpg) no-repeat;
	width:290px;
	height:120px;
	text-decoration:none;
}
#faqlink h4 {
	font-family:'Vollkorn', serif;
	color:#0D2743;
	font-size:26px;
	font-weight:normal;
	width:150px;
	margin:0;
	padding:20px;
	line-height:91%;
}
#faqlink p {
	color:#ffffff;
	font-size:15px;
	padding:0 0 0 20px;
}
#sponsor {
	padding:20px;	
	text-align:center;
	background:#A9B3BD;
	text-decoration:none;
}
#sponsor h4 {
	font-family:'Vollkorn', serif;
	font-size:19px;
	color:#ffffff;
	font-weight:normal;
}
#buttons {
	margin:0 0 40px;
}
#buttons a {
	display:block;
	font-family: 'Abel', helvetica, sans-serif;
	font-size:25px;
	color:#ffffff;
	height:90px;
	line-height:90px;
	width:250px;
	border-right:30px solid #75C539;
	padding:0 0 0 30px;
	margin:0 0 10px;
	text-decoration:none;
	background:url(/assets/arrow_green.png) no-repeat 233px center #2d2d2d;
}
#buttons a:hover {color:#85D139;}	

.datebox {
	float:left;
	width:60px;
	height:53px;
	text-align:center;
	color:#ffffff;
	margin:0 20px 10px 0;
	font-weight:bold;
	padding:7px;
	line-height:100%;
	background: #1b4b81; /* Old browsers */
	background: -moz-linear-gradient(top, #1b4b81 0%, #0e2743 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b4b81), color-stop(100%,#0e2743)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b81', endColorstr='#0e2743',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* W3C */

}

.month, .year {
	font-size: 15px;
}
.day {
	font-size: 25px;
	padding: 7px 0px 7px 0px;
}

.entry, .bio_entry {
	overflow:hidden;
	padding:0 0 40px;
	line-height:140%;
}
.entrybody aside p, .eventdetails p {display:inline;}
.eventdetails {
	float:left;
	padding:10px;
	margin:0 10px 10px 0;
	color:#ffffff;
	font-size:14px;
	line-height:150%;
	background: #1b4b81; /* Old browsers */
	background: -moz-linear-gradient(top, #1b4b81 0%, #0e2743 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b4b81), color-stop(100%,#0e2743)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b81', endColorstr='#0e2743',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1b4b81 0%,#0e2743 100%); /* W3C */
}
#social .entry { padding:0 0 10px; }
#social .entry h3 { font-weight:normal; margin:0; padding:5px 0 0; }
#social .links {position:relative;}
#social #likebox {
	position:absolute;
	top:85px;
	left:120px;
}
#social .twitterlink {
	display:block;
	text-align:right;
	line-height:30px;
	font-size:16px;
}

/* FOOTER */
footer {
	clear:both;
	overflow:hidden;
	padding:0 0 15px 0;
	background:url(/assets/footer.png) repeat-x bottom;
}
footer ul {
	list-style:none;
	padding:0;
	width:930px;
	margin:0px auto;
}
#sponsors {
	background:#D9DDE3;
	height:325px;
	position:relative;
}
#sponsors li {position:absolute;}
#sponsors li#sptitle { top:10px; left:20px; }
#sponsors li#city { top:47px; left:270px; }
#sponsors li#nesteggg { top:55px; left:212px; }
#sponsors li#jessup { top:78px; left:629px; }
#sponsors li#drmc { top:75px; left:427px; }
#sponsors li#rr { top:195px; left:279px; }
#sponsors li#mmgc { top:227px; left:26px; }
#sponsors li#eisn { top:83px; left:18px; }
#sponsors li#rabo { top:158px; left:470px; }
#sponsors li#pacific { top:214px; left:635px; }


#advertisers { padding:20px 0 0 0; }
#advertisers li {
	float:left;
	width:295px;
	height:70px;
	margin:0 0 0 22px;
	background:#D9DDE3;
	overflow: hidden;
}
#advertisers li:first-child {margin:0;}

#main a.arrowbutton {
	display:inline-block;
	height:40px;
	line-height:40px;
	background-image:url(/assets/arrow-bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#0D2743;
	text-decoration:none;
	font-size:14px;
	font-family: 'Vollkorn', serif;
	padding:0 21px 0 5px;
}
#main a.arrowbutton:hover {
	background-position:right top;
}

#ajaxloader {
display: none;
left: 50%;
position: absolute;
top: 50%;
}

.event-details {
	float: left;
	width: 399px;
}
.locations {
}

.locations {
	width: 150px;
	padding: 15px !important;
	background: #ebeef1;
	float: right;
	line-height: 110% !important;
	color: #163c67;
}

.locations .date {

}

.locations .address {

}

/* Bio Entry */

.avatar {
	width: 124px;
}

.bio_entry .right {
	width: 440px;
	float: right;
	padding-top: 20px;
}

.bio_entry {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.name {
	font-size: 15px;
}

.date-entry {
	
}

.date-entry a {
	font-size: 15px;
}

.time-entry {
}

.view {
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	background: #13345a;
	margin-left: 10px;
	text-decoration: none;
}

.view:hover {
	color: #bfc7d0;
}

.entrybody {
	min-height: 90px;
}

/* FORM OVERRIDE */

#main_body .form_description {
	display: none !important;
}
