
/*  ----------------------------------------------------------------------
	Load & Setup the custom font
	You can easily change this by loading a different
	font and changing the font name on Line 9 */
	
@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);	/* <---------- Change This */

.font-ad,
#slider li .caption h3,
#featured-image .caption h3,
article h2,
article .image figcaption { font-family: 'Architects Daughter', cursive; }	/* <---------- Change This */

/* END Custom Font */


/*  ----------------------------------------------------------------------
	Custom Color
	Simply change this from the default red to anything you'd like to set
	a custom color for your template. */

/* Text Colors */
a,
article h2 { color:#ab3204; }												/* <---------- Change This */

/* Background Colors */
ul.events li .item-date,
#pagination li a:hover,
form.styled .button { background:#ab3204; }									/* <---------- Change This */

/* RGBA - Used for the transparent red stuff */
nav,
#buckets { background:#ab3204; background:rgba(171, 50, 4, 0.60); }			/* <---------- Change This */

/* END Custom Color */


/*  ----------------------------------------------------------------------
	Born Styling */

* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: arial, sans-serif;
    color: #000;
    background: #39180c url(images/body.jpg) 50% 0;
}


.font-ad { font-weight: normal; }

a { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img, iframe { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

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

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

header { height: 120px; }
header .next { text-align: right; background: url(images/ico-event.png) right 26px no-repeat; padding: 24px 92px 0 0; min-height: 80px; }
header .next h2 { font-size: 22px; line-height: 26px; color: #fff; }
header .next h3 { font-size: 17px; line-height: 22px; color: #f6d264; padding: 0 0 2px; }
header .next h4 { font-family: Georgia, Times, "Times New Roman", Serif; font-size: 15px; line-height: 22px; color: #fff; font-style: italic; font-weight: normal; }
header .next br { display: none; }
header .next .countdown_section { padding: 0 2px; }
header .next .countdown_section span { padding-right: 6px; font-family: Helvetica, Arial, Sans-serif; font-weight: bold; font-style: normal; }

.shadowed-block { -moz-box-shadow:0 0 20px #000; -webkit-box-shadow:0 0 20px #000; box-shadow:0 0 20px #000; }

nav { position:relative; z-index: 1000; margin:0 0 1px; height:55px; padding:2px; }
nav ul { list-style: none; border:2px dotted rgba(255,255,255,0.20); height: 51px; padding:0; }
nav li { position: relative; background: url(images/nav-sep.png) 100% -3px no-repeat; float: left; height: 51px; padding: 0 26px 0 20px; }
nav li.last { padding-right: 0; background: transparent; }
nav li a { float: left; font-size: 18px; line-height: 51px; color: #fff; }
nav li a:hover,
nav li.current a { color: #f6d264; text-decoration: none; }

/* Subnavigation */
nav ul ul {
   display: none;
   border: none;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   width: 200px;
   height: auto;
   z-index: 1000;
   background: #111;
   background: rgba(0,0,0,0.7);
   position: absolute;
   top: 53px;
   left: 0;
}

nav ul ul ul {
   display: none;
   border: none;
   -webkit-border-radius: 0 10px 10px 10px;
   -moz-border-radius: 0 10px 10px 10px;
   border-radius: 0 10px 10px 10px;
   position: absolute;
   top: 0;
   left: 200px;
}

nav ul ul li {
   background: none;
   float: none;
   height: auto;
   padding: 0;
}

nav ul ul li a {
   height: auto;
   font-family:sans-serif;
   border-bottom: 1px solid #555;
   border-bottom: 1px solid rgba(255,255,255,0.2);
   padding: 10px 12px;
   display: block;
   float: none;
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
   color: #fff;
}

nav ul ul li:last-child a {
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   border: none;
}

nav ul ul ul li:first-child a {
   -webkit-border-radius: 0 10px 10px 0;
   -moz-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
   border: none;
}

footer { padding: 24px 0; width: 100%; }
footer p { font-family: Georgia, Times, "Times New Roman", Serif; font-size: 14px; font-style: italic; color: #fff; }
footer p a { color: #fff; margin-right: 8px; }

#logo { height: 120px; }
#logo a.notext { display: block; background: url(images/logo.png); width: 165px; height: 68px; margin: 26px 0 0; }

#slider { width: 100%; position: relative; }
#slider ul { list-style: none; }

#slider ul.slide-holder {
   background: #000 url('images/loading.gif') no-repeat center center;
   position: relative;
	z-index: 1;
   -ms-overflow-y: hidden;
   overflow-y: hidden;
   height: 412px;
   list-style: none;
}

#slider .jcarousel-list > li { float: left; width: 100%; position: relative; overflow: hidden; }
#slider li > img { display: none; width:100%; }
#slider li .caption { background: rgba(0, 0, 0, 0.5); width: 100%; position: absolute; bottom: -100px; left: 0; padding: 8px 0; }
#slider li .caption h3 { font-weight: normal; font-size: 17px; line-height: 30px; padding: 0 13px; color: #fff; }
.no-rgba #slider li .caption { background: url(images/slider-caption.png); }
#slider .jcarousel-clip { width: 100%; position: relative; overflow: hidden; }
#slider .jcarousel-prev .icon,#slider .jcarousel-next .icon {
   display: none;
   background-image: url(images/buttons.png);
}

#slider .button { display:none; z-index: 10; }

#slider li .button {
	width: auto;
	padding:0 20px;
	border-radius:30px;
	box-shadow:0 0 0 6px rgba(0,0,0,0.4);
   	height: 36px;
   	font-size: 11px;
   	line-height: 36px;
   	font-weight: bold;
   	text-transform: uppercase;
   	color: #000;
   	text-align: center;
   	position: absolute;
   	top: 50%;
   	left:50%;
   	margin: -18px 0 0 -60px;
   	text-shadow: 0 1px 0 #fff;
   	background-color: #f9e286;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9e286), to(#f6d265));
	background-image: -webkit-linear-gradient(top, #f9e286, #f6d265);
	background-image: -moz-linear-gradient(top, #f9e286, #f6d265);
	background-image: -o-linear-gradient(top, #f9e286, #f6d265);
	background-image: -ms-linear-gradient(top, #f9e286, #f6d265);
	background-image: linear-gradient(top, #f9e286, #f6d265);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9e286', EndColorStr='#f6d265');
}

#slider li .button:hover {
   	text-decoration: none;
   	background-color: #f6d265;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6d265), to(#f9e286));
	background-image: -webkit-linear-gradient(top, #f6d265, #f9e286);
	background-image: -moz-linear-gradient(top, #f6d265, #f9e286);
	background-image: -o-linear-gradient(top, #f6d265, #f9e286);
	background-image: -ms-linear-gradient(top, #f6d265, #f9e286);
	background-image: linear-gradient(top, #f6d265, #f9e286);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6d265', EndColorStr='#f9e286');
}

#slider .jcarousel-prev,
#slider .jcarousel-next { z-index:1; width: 39px; height: 41px; position: absolute; top: 185px; border-radius: 5px; cursor: pointer; background: rgb(249,226,134); background: -moz-linear-gradient(top, rgb(249,226,134) 0%, rgb(246,210,100) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,226,134)), color-stop(100%,rgb(246,210,100))); background: -webkit-linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,100) 100%); background: -o-linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,100) 100%); background: -ms-linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,100) 100%); background: linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,100) 100%); }
#slider .jcarousel-prev:hover,
#slider .jcarousel-next:hover { background: rgb(246,210,100); background: -moz-linear-gradient(top, rgb(246,210,100) 0%, rgb(249,226,134) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(246,210,100)), color-stop(100%,rgb(249,226,134))); background: -webkit-linear-gradient(top, rgb(246,210,100) 0%,rgb(249,226,134) 100%); background: -o-linear-gradient(top, rgb(246,210,100) 0%,rgb(249,226,134) 100%); background: -ms-linear-gradient(top, rgb(246,210,100) 0%,rgb(249,226,134) 100%); background: linear-gradient(top, rgb(246,210,100) 0%,rgb(249,226,134) 100%); }
#slider .jcarousel-prev { left: -7px; }
#slider .jcarousel-prev:hover { left: -8px; }
#slider .jcarousel-next { right: -7px; }
#slider .jcarousel-next:hover { right: -8px; }
#slider .jcarousel-prev .icon,
#slider .jcarousel-next .icon { display: block; width: 39px; height: 41px; }
#slider .jcarousel-prev .icon { background-position: -222px 0; }
#slider .jcarousel-next .icon { background-position: right 0; }
#slider li .url { display: none; }
#slider li .player { padding: 8px 8px 0; width: 924px; }

#slider.single .jcarousel-prev,
#slider.single .jcarousel-next { display:none !important; }

#slider.audio, #slider.audio li { height:200px; }

#buckets { padding:2px; }
#buckets .bordered { border:2px dotted rgba(255,255,255,0.20); width: auto; padding: 16px 20px 5px 27px; overflow: hidden; }
#buckets ul { list-style: none; }
#buckets li { color: #fff; }
#buckets h4 { font-size: 18px; padding: 0 0 10px; color: #fff; }
#buckets li p { line-height: 18px; padding: 0 0 12px; }
#buckets .button { background: rgb(228,227,221); background: -moz-linear-gradient(top, rgb(228,227,221) 0%, rgb(212,212,212) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(228,227,221)), color-stop(100%,rgb(212,212,212))); background: -webkit-linear-gradient(top, rgb(228,227,221) 0%,rgb(212,212,212) 100%); background: -o-linear-gradient(top, rgb(228,227,221) 0%,rgb(212,212,212) 100%); background: -ms-linear-gradient(top, rgb(228,227,221) 0%,rgb(212,212,212) 100%); background: linear-gradient(top, rgb(228,227,221) 0%,rgb(212,212,212) 100%); font-size: 11px; line-height: 26px; font-weight: bold; color: #000; text-shadow: 1px 1px 0 #fff; padding: 0 15px; display: inline-block; border-radius: 12px; text-transform: uppercase; }
#buckets .button:hover { background: rgb(212,212,212); background: -moz-linear-gradient(top, rgb(212,212,212) 0%, rgb(228,227,221) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(212,212,212)), color-stop(100%,rgb(228,227,221))); background: -webkit-linear-gradient(top, rgb(212,212,212) 0%,rgb(228,227,221) 100%); background: -o-linear-gradient(top, rgb(212,212,212) 0%,rgb(228,227,221) 100%); background: -ms-linear-gradient(top, rgb(212,212,212) 0%,rgb(228,227,221) 100%); background: linear-gradient(top, rgb(212,212,212) 0%,rgb(228,227,221) 100%); text-decoration: none; }

#intro { background: #f2f1ec url(images/bg-intro.jpg); width: 100%; padding: 37px 0; text-align: center; border-bottom: 1px dotted #c1c0b7; }
#intro h1 { padding:0 30px; font-size: 34px; line-height: 44px; color: #3a190c; text-shadow: 1px 1px 0 #fff; font-weight:normal; }

#main { width:100%; background: #fff; padding: 2px 0 10px; overflow: hidden; }

#featured-image { width: 940px; position: relative; }
#featured-image img { display: block; }
#featured-image .caption { background: rgba(0, 0, 0, 0.1); width: 940px; position: absolute; bottom: 0; left: 0; padding: 8px 0; }
#featured-image .caption h3 { font-weight: normal; font-size: 17px; line-height: 30px; padding: 0 13px; color: #fff; }
.no-rgba #featured-image .caption { background: url(images/slider-caption.png); }

#content { padding: 20px 0 10px; }

#breadcrumb { font-size: 11px; line-height: 16px; padding: 0 0 8px; }
#breadcrumb a { font-weight: bold; }
#breadcrumb span { margin: 0 2px; }
#breadcrumb a.current { color: #000; font-weight: normal; cursor: text; }

article { padding: 0 0 20px 25px; width: 595px; }
.grid_12 article { padding:0 25px 20px; width:auto; }
article h1 { font-size: 25px; line-height: 31px; padding: 0 0 13px; border-bottom: 1px dotted #cdcdcd; margin: 0 0 18px; font-weight: normal; }

article .social-buttons { padding:0 0 18px; margin:0 0 20px; border-bottom:1px dotted #cdcdcd; }
article .social-buttons .twitter-share-button { padding-top:2px; float:left; margin:0 15px 0 0; }
article .social-buttons .fb-like { float:left; }
article .social-buttons .google-plusone { overflow-x: hidden; float:left; width: 73px; padding-top: 2px; }

article h2 { font-weight: normal; font-size: 19px; line-height: 26px; padding: 0 0 23px; }
article h3 { font-size: 18px; line-height: 21px; font-weight: normal; padding: 0 0 21px; }
article h4 { font-size: 15px; line-height: 20px; font-weight: normal; padding: 0 0 20px; }
article h5 { font-size: 12px; line-height: 17px; font-weight: normal; padding: 0 0 17px; }
article h6 { font-size: 11px; line-height: 16px; font-weight: normal; padding: 0 0 16px; }
article p { font-size: 13px; line-height: 18px; padding: 0 0 18px; }
article blockquote { background: url(images/blockquote.png) 0 0 no-repeat; width: 410px; display: block; padding: 0 60px 0 68px; margin: 0 0 20px 25px; font-family: Georgia, Times, "Times New Roman", Serif; font-size: 17px; line-height: 22px; font-style: italic; color: #999284; }
article ul { list-style: none; padding: 0 0 20px 36px; }
article ul li { background: url(images/li.png) 0 5px no-repeat; padding: 0 0 0 16px; font-size: 13px; line-height: 18px; }
article ul ul { padding: 5px 0 5px 20px; }
article ul li li { background-image: url(images/li-li.png); }
article .image { background: #fff; padding: 8px; box-shadow: 1px 1px 4px #bbb6ad; position: relative; }
article .image img { display: block; }
article .image figcaption { display: block; font-size: 14px; text-align: center; line-height: 30px; padding: 8px 0 0; }
.no-boxshadow article .image { border: 1px solid #f4f3f1; }
article .image.left { margin: 0 20px 10px 0; }
article .image.right { margin: 5px 0 10px 20px; }
article .image .corner-tl,
article .image .corner-tr,
article .image .corner-bl,
article .image .corner-br { background-image: url(images/photo-corners.png); width: 36px; height: 36px; position: absolute; }
article .image .corner-tl { top: -3px; left: -3px; }
article .image .corner-tr { background-position: -36px 0; top: -3px; right: -3px; }
article .image .corner-bl { background-position: 0 -36px; bottom: -3px; left: -3px; }
article .image .corner-br { background-position: -36px -36px; bottom: -3px; right: -3px; }

article .gallery .image { float:left; margin:0 15px 30px 15px; }
article .gallery .image img { width:250px; }

/* Events */
ul.events h4 { padding: 0 0 5px; font-weight:bold; }
ul.events p { font-size: 12px; line-height: 18px; padding:0; }
ul.events p em { font-family: Georgia, Times, "Times New Roman", Serif; float: left; width: 54px; font-weight: bold; }
ul.events { margin:0; padding:0; list-style:none; }
ul.events li { border-top: 1px dotted #cdcdcd; background:none; margin:0; padding: 12px 0 16px 66px; position: relative; }
ul.events li .item-date { width: 51px; height: 43px; padding: 8px 0 0; position: absolute; top: 15px; left: 0; text-align: center; color: #fff; font-size: 10px; line-height: 12px; text-transform: uppercase; border-radius: 25px; }
.no-borderradius ul.events li .item-date { background-image: url(images/ie-circ-date.png); }
ul.events li .item-date span { display: block; font-size: 21px; line-height: 20px; }

#bottom { padding: 0 30px; }
#bottom .cols { width: 100%; margin: 0 auto; padding: 26px 0 20px; overflow: hidden; }
#bottom .cols h3, #sidebar h3 { font-size: 17px; line-height: 21px; padding: 0 0 26px; }
#bottom .cols h4, #sidebar h4 { font-size: 15px; line-height: 18px; }
#bottom .cols .button.right { background: #e9e8e0; font-size: 11px; line-height: 21px; border-radius: 10px; text-transform: uppercase; color: #a09e92; text-shadow: 1px 1px 1px #edede6; padding: 0 7px; font-weight: bold; }
#bottom .cols .button.right:hover { text-decoration: none; background: #e2e1d7; }
#bottom .cols ul, #sidebar ul { list-style: none; }
#bottom .cols ul li, #sidebar ul li { border-top: 1px dotted #cdcdcd; }

#pagination { margin:0 0 30px; padding:20px 0; }

#pagination ul { list-style:none; margin:0; padding:0; }
#pagination li { background:none; display:inline; float:left; margin:0; padding:0 10px 0 0; }
#pagination li span, #pagination li a { text-align:center; -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px; display:block; font-weight:bold; font-size:12px; line-height:12px; width:12px; height:12px; padding:8px; }
#pagination li span { background:#ccc; color:#222; text-shadow:1px 1px 0 #ddd; }
#pagination li a { background:#525252; color:#fff; }
#pagination li a:hover { text-decoration:none; }

/* Social Bar */
.social-bar { border-top: 1px dotted #CDCDCD; clear:both; text-align:center; background:#fff; padding:18px 10px 10px; margin:0 10px 0; }
.social-bar a { text-shadow:1px 1px 0 #fff; margin:0 5px; display:inline-block; padding:5px 10px 5px 40px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; height:24px; line-height:24px; font-size:15px; }
.social-bar a:hover { text-decoration:none; }

.social-bar a.facebook { background:#eceef5 url('images/icon_facebook.png') no-repeat 5px 5px; border:1px solid #cad4e7; color:#3b5997; }
.social-bar a:hover.facebook { background:#fff url('images/icon_facebook.png') no-repeat 5px 5px; }

.social-bar a.twitter { background:#e5f0f7 url('images/icon_twitter.png') no-repeat 5px 5px; border:1px solid #a4cce5; color:#2297ca; }
.social-bar a:hover.twitter { background:#fff url('images/icon_twitter.png') no-repeat 5px 5px; }

.social-bar a.youtube { background:#ffe1e0 url('images/icon_youtube.png') no-repeat 5px 5px; border:1px solid #f8b4b2; color:#dd0000; }
.social-bar a:hover.youtube { background:#fff url('images/icon_youtube.png') no-repeat 5px 5px; }

.social-bar a.vimeo { background:#dbeffc url('images/icon_vimeo.png') no-repeat 5px 5px; border:1px solid #acd8f4; color:#056cae; }
.social-bar a:hover.vimeo { background:#fff url('images/icon_vimeo.png') no-repeat 5px 5px; }

.social-bar a.flickr { background:#dceafb url('images/icon_flickr.png') no-repeat 5px 5px; border:1px solid #b1d0f5; color:#0063db; }
.social-bar a:hover.flickr { background:#fff url('images/icon_flickr.png') no-repeat 5px 5px; }

.social-bar a.feed { background:#fff0de url('images/icon_feed.png') no-repeat 5px 5px; border:1px solid #f4c996; color:#cf7000; }
.social-bar a:hover.feed { background:#fff url('images/icon_feed.png') no-repeat 5px 5px; }

/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.4%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; margin-bottom:15px; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.visit { margin-left:10px; margin-top:10px; background: url(images/envelope.jpg) top center; height: 205px; padding: 18px 17px 0; }
.visit { background: url(images/envelope.jpg); width: 283px; height: 205px; padding: 18px 17px 0; }
.visit h3 { font-size: 15px; line-height: 19px; padding: 0 0 14px; }
.visit h4 { font-size: 20px; padding: 0 0 10px; }
.visit p { font-size: 12px; line-height: 18px; padding: 0 0 10px; }
.visit .button { background: rgb(198,85,33); background: -moz-linear-gradient(top, rgb(198,85,33) 0%, rgb(172,51,5) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(198,85,33)), color-stop(100%,rgb(172,51,5))); background: -webkit-linear-gradient(top, rgb(198,85,33) 0%,rgb(172,51,5) 100%); background: -o-linear-gradient(top, rgb(198,85,33) 0%,rgb(172,51,5) 100%); background: -ms-linear-gradient(top, rgb(198,85,33) 0%,rgb(172,51,5) 100%); background: linear-gradient(top, rgb(198,85,33) 0%,rgb(172,51,5) 100%); font-size: 11px; line-height: 26px; font-weight: bold; text-transform: uppercase; color: #fff; display: inline-block; padding: 0 15px; border-radius: 13px; }
.visit .button:hover { text-decoration: none; background: rgb(172,51,5); background: -moz-linear-gradient(top, rgb(172,51,5) 0%, rgb(198,85,33) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(172,51,5)), color-stop(100%,rgb(198,85,33))); background: -webkit-linear-gradient(top, rgb(172,51,5) 0%,rgb(198,85,33) 100%); background: -o-linear-gradient(top, rgb(172,51,5) 0%,rgb(198,85,33) 100%); background: -ms-linear-gradient(top, rgb(172,51,5) 0%,rgb(198,85,33) 100%); background: linear-gradient(top, rgb(172,51,5) 0%,rgb(198,85,33) 100%); }
.google-map { width:593px; float:right; margin:10px 10px 0 0; }
.google-map iframe { display:block; border: none; }

#sidebar { padding: 20px 0; }
#sidebar h3 { font-size: 18px; padding: 0 0 12px; }
ul.child-pages { list-style: none; width: 270px; font-size: 0; line-height: 0; }
ul.child-pages li { border-top: 1px dotted #b7b5a9; }
ul.child-pages li a { font-size: 15px; line-height: 18px; font-weight: bold; display: block; padding: 11px 10px; }
ul.child-pages li a:hover,
ul.child-pages li.current a { background: url(images/bg-intro.jpg); text-decoration: none; }

/* Recent News */
ul.recent-news { margin:0; padding:0; }
ul.recent-news li { background:none; border-top: 1px dotted #cdcdcd; padding: 12px 0 20px; }
ul.recent-news li h4 { font-weight:bold; margin:0; padding:0; }
ul.recent-news p { font-size: 12px; line-height: 17px; padding: 0 0 10px; }
ul.recent-news p.post-meta, #content p.post-meta { font-family: Georgia, Times, "Times New Roman", Serif; color: #636363; font-style: italic; padding: 0 0 12px; }
#content p.post-meta { padding:0 0 15px; }
ul.recent-news p.post-meta a, #content p.post-meta a { color: #636363; }
ul.recent-news .more { background: rgb(249,226,134); background: -moz-linear-gradient(top, rgb(249,226,134) 0%, rgb(246,210,101) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,226,134)), color-stop(100%,rgb(246,210,101))); background: -webkit-linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,101) 100%); background: -o-linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,101) 100%); background: -ms-linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,101) 100%); background: linear-gradient(top, rgb(249,226,134) 0%,rgb(246,210,101) 100%); font-size: 11px; line-height: 26px; font-weight: bold; text-transform: uppercase; color: #000; display: inline-block; padding: 0 12px; border-radius: 13px; }
ul.recent-news .more:hover { text-decoration: none; background: rgb(246,210,101); background: -moz-linear-gradient(top, rgb(246,210,101) 0%, rgb(249,226,134) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(246,210,101)), color-stop(100%,rgb(249,226,134))); background: -webkit-linear-gradient(top, rgb(246,210,101) 0%,rgb(249,226,134) 100%); background: -o-linear-gradient(top, rgb(246,210,101) 0%,rgb(249,226,134) 100%); background: -ms-linear-gradient(top, rgb(246,210,101) 0%,rgb(249,226,134) 100%); background: linear-gradient(top, rgb(246,210,101) 0%,rgb(249,226,134) 100%); }

#content .navigation { border-top:1px dotted #ccc; margin:0 0 25px; padding:15px 0 0 0; }
#content .navigation .prev, #content .navigation .next { display:block; width:49%; font-weight:bold; font-size:16px; line-height:19px; }
#content .navigation .prev span, #content .navigation .next span { display:block; font-weight:normal; font-size:13px; line-height:17px; }
#content .navigation .prev { float:left; }
#content .navigation .next { float:right; text-align:right; }

/* Media */
ul.media { margin:0; padding:0; list-style:none; }
ul.media li { background:none; border-top: 1px dotted #cdcdcd; padding: 16px 30px 16px 52px; position: relative; }
ul.media h4 { font-weight:bold; padding: 0 0 5px; }
ul.media p { padding:0; font-size: 12px; line-height: 12px; line-height: 17px; }
ul.media .icon { width: 39px; height: 39px; position: absolute; top: 15px; left: 0; border-radius: 20px; background-image: url(images/icons.png); }
ul.media .podcast .icon { background-color: #e8e8e8; background-position: 0 0; }
ul.media .gallery .icon { background-color: #d9ecf8; background-position: -39px 0; }
ul.media .video .icon { background-color: #e1f4cc; background-position: -78px 0; }
.no-borderradius ul.media .icon .ie-overlay { background: url(images/ie-circ-cat.png); width: 39px; height: 39px; position: absolute; top: 0; left: 0; }

/* Remove Top Border on Pages */
article .media li:first-child,
article .events li:first-child,
article .recent-news li:first-child { border-top:none; padding-top:0; }

article .media li:first-child .icon,
article .events li:first-child .item-date { top:0; }

#sidebar .media li { width:197px; }
#sidebar .events li { width:213px; }
#sidebar .recent-news li { width:277px; }

/* Form Styling */
form.styled { display:block; margin:0 0 15px; }

form.styled label { font-weight:bold; display:block; margin:0 0 10px; }
form.styled .textbox, form.styled .textarea-wrap {
	display:block;
	border:1px solid #aaa;
	background:#eee;
	display:block;
	font-size:13px;
	line-height:17px;
	font-family:sans-serif;
	padding:2%;
	margin:0 0 15px;
	width:96%;
	color:#666;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.03, #F0F0F0),color-stop(1, #FFFFFF));
	background-image: -moz-linear-gradient(center bottom,#F0F0F0 3%,#FFFFFF 100%);
	-moz-box-shadow:inset 1px 1px 4px #ddd;
	-webkit-box-shadow:inset 1px 1px 4px #ddd;
	box-shadow:inset 1px 1px 4px #ddd;
}

form.styled .textarea-wrap textarea { resize:none; width:100%; height:100px; border:none; background:none; padding:0; margin:0; outline:none; font-size:13px; line-height:18px; }
form.styled .button { cursor:pointer; border:none; font-size: 11px; line-height: 26px; font-weight: bold; text-transform: uppercase; color: #fff; display: inline-block; padding: 0 12px; border-radius: 13px; }
form.styled .button:hover { background:#525252; color:#fff; }

/* Table - Ken */
table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 18px;
}
table thead, table tfoot {
    background-color: #F5F5F5;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
table thead tr th, table tfoot tr td {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 9px;
}
table thead tr th:first-child, table tfoot tr td:first-child {
    border-left: medium none;
}
table thead tr th:last-child, table tfoot tr td:last-child {
    border-right: medium none;
}
table tbody tr.even, table tbody tr.alt {
    background-color: #F9F9F9;
}
table tbody tr:nth-child(2n) {
    background-color: #F9F9F9;
}
table tbody tr td {
    border: medium none;
    color: #333333;
    padding: 9px 10px;
    vertical-align: top;
}

.cosmotable {
    border: 1px solid #E7E7E7;
    border-collapse: separate;
    border-radius: 5px 5px 0 0;
    border-spacing: 0;
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
.cosmotable tr th {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #E7E7E7;
    border-radius: 5px 5px 0 0;
    color: black;
    font-weight: bold;
    padding: 10px;
}
.cosmotable tr td {
    background: none repeat scroll 0 0 white;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.cosmotable tr:nth-child(2n) td, #content .cosmotable tr:nth-child(2n) th {
    background-color: #F9F9F9;
}
.cosmotable.blue tr th {
    background: none repeat scroll 0 0 #47AEC8;
    color: white;
}
.cosmotable.green tr th {
    background: none repeat scroll 0 0 #94C847;
    color: white;
}

/* ol - Ken */

article ol {
    list-style: decimal;
    padding: 0 0 20px 50px;
}

article ol li {   
    font-size: 13px;
	font-weight: bold;
    line-height: 18px;
    padding: 0 0 0 0px;
}
article ol ol {
    padding: 5px 0 5px 10px;
}
article ol li li {
    background-image: url("images/li-li.png");
	padding: 0 0 0 16px;
	font-weight: normal;
}

/* Message Box - Ken */
.cosmo-ico {
    float: left !important;
    height: 16px !important;
    margin-right: 10px !important;
    margin-top: 1px !important;
    padding: 0 !important;
    position: relative;
    top: 3px;
    width: 16px !important;
}

.cosmobutton.comment .cosmo-ico, .cosmo-box.comment .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll 0 0 transparent !important;
}
.cosmobutton.download .cosmo-ico, .cosmo-box.download .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -16px 0 transparent !important;
}
.cosmobutton.print .cosmo-ico, .cosmo-box.print .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -32px 0 transparent !important;
}
.cosmobutton.delete .cosmo-ico, .cosmo-box.delete .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -48px 0 transparent !important;
}
.cosmobutton.tick .cosmo-ico, .cosmo-box.tick .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -64px 0 transparent !important;
}
.cosmobutton.info .cosmo-ico, .cosmo-box.info .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -80px 0 transparent !important;
}
.cosmobutton.demo .cosmo-ico, .cosmo-box.demo .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -96px 0 transparent !important;
}
.cosmobutton.warning .cosmo-ico, .cosmo-box.warning .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -112px 0 transparent !important;
}
.cosmo-box.error .cosmo-ico {
    background: url("./images/icons2.png") no-repeat scroll -128px 0 transparent !important;
}

.cosmo-box {
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #555555;
    float: left;
    margin: 1em 0 1.5em;
    padding: 15px;
    width: 95%;
}
.cosmo-box div.left, .cosmo-box div.right {
    padding: 10px;
}
.cosmo-box div.right {
    color: white;
    height: auto;
}
.cosmo-box.large div.left, .cosmo-box.large div.right {
    padding: 25px;
}
.cosmo-box h5 {
    display: block;
    font: italic 18px Georgia,"Times New Roman",Times,serif;
    margin-bottom: 15px;
}
.cosmo-box.large h5 {
    font: italic 20px Georgia,"Times New Roman",Times,serif;
}
.cosmo-box .right.arrow {
    padding: 20px 10px 20px 40px;
    text-align: right;
}
.cosmo-box .right.color {
    background: url("/images/bg-info-boxes.png") no-repeat scroll left center transparent;
    padding: 20px 10px;
    text-align: right;
}
.cosmo-box.large .right.arrow {
    padding: 40px 25px 40px 60px;
}
.cosmo-box.large .right.color {
    padding: 40px 25px;
}
.cosmo-box .right a {
    color: white;
    font: italic 16px Georgia,"Times New Roman",Times,serif;
}
.cosmo-box .right a span.desc {
    color: #DEDEDE;
    display: block;
    font: 11px Helvetica,Arial,sans-serif;
}
.cosmo-box .right.arrow.blue {
    background: url("../images/shortcodes/bg-info-boxes-arrow-blue.png") no-repeat scroll left center transparent;
}
.cosmo-box .right.arrow.green {
    background: url("../images/shortcodes/bg-info-boxes-arrow-green.png") no-repeat scroll left center transparent;
}
.cosmo-box .right.color.blue {
    background-color: #1E9FBF;
}
.cosmo-box .right.color.green {
    background-color: #94C847;
}
.cosmo-box.default, .cosmo-box.demo, .cosmo-box.comment {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #E2E1E0;
}
.cosmo-box.tick {
    background: none repeat scroll 0 0 #EAFAE6;
    border-color: #BCE5B6;
}
.cosmo-box.info, .cosmo-box.download {
    background: none repeat scroll 0 0 #E6F1FA;
    border-color: #B6CFE5;
}
.cosmo-box.warning {
    background: none repeat scroll 0 0 #FFFFE0;
    border-color: #E6DB55;
}
.cosmo-box.error {
    background: none repeat scroll 0 0 #FAEBE6;
    border-color: #E5C5B6;
}

/* Speaker Box - Ken */
.box1 {   
    float: left;
    font-size: 12px;
    height: auto;
    margin: 20px 10px 0;
    width: 235px;
}

/* Programme Table */
.pricing-table2 {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.pricing-table2 img {
    vertical-align: middle;
}
.pricing-table2 th {
    color: #FFFFFF;
    font-family: georgia,arial;
    font-size: 22px;
    font-weight: normal;
    text-shadow: none;
	padding: 10px 0;
}
.th-blue {
    background: url("./images/table-heading-bg.png") repeat-x scroll 0 0 #04C0EB;
    width: 150px;
}
.th-blue:hover {
    background-color: #03B5DE;
}
.th-orange {
    background: url("./images/table-heading-bg.png") repeat-x scroll 0 0 #FF861A;
    width: 150px;
}
.th-orange:hover {
    background-color: #E7740D;
}
.th-pink {
    background: url("./images/table-heading-bg.png") repeat-x scroll 0 0 #E5098A;
    width: 150px;
}
.th-pink:hover {
    background-color: #D60881;
}
.th-green {
    background: url("./images/table-heading-bg.png") repeat-x scroll 0 0 #80B226;
    width: 150px;
}
.th-green:hover {
    background-color: #709D1E;
}
.rowOdd, .rowEven {
    height: 41px;
    vertical-align: middle;
}
.rowOdd {
    background: url("./images/table-border.png") repeat-x scroll 0 bottom #E6E6E6;
}
.rowEven {
    background: url("./images/table-border.png") repeat-x scroll 0 bottom #F5F4F4;
}
/*.rowOdd:hover, .rowEven:hover {
    background: url("./images/table-border-hover.png") repeat-x scroll 0 bottom #D7D7D7;
}*/
.cellOdd {
    border-right: 1px solid #CCCCCC;
	padding: 5px;
}
.cellEven {
    border-right: 1px solid #CCCCCC;
	padding: 5px;
}
.cellFirst {
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
    text-align: left;
}
.cellTopLeft {
    border-top: 1px solid #CCCCCC;
}
.rowLast {
    height: 120px;
    vertical-align: middle;
}
.cellBottom:hover {
    background: url("./images/table-bottom-bg-hover.png") repeat-x scroll 0 bottom transparent;
    height: 120px;
    vertical-align: middle;
}
.cellBottom {
    background: url("./images/table-bottom-bg.png") repeat-x scroll 0 bottom #F8F8F8;
}
.cellLast {
    background: none repeat scroll 0 0 #E8E8E8;
}

.tabled{
	background: none repeat scroll 0 0 transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0;
}

.bl-ccc{
	border-left:1px solid #ccc;
}