@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
}

body {
	color: #5b5b5b	;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif, Arial;
	background-color: #ffffff; 
}

body * {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

ul {
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	border: 1px solid #000000;
}

p {
	padding: 0px;
}

code {
	white-space: normal;
}

strong {
	font-weight: 600;
}

a,
a:focus {
	outline: 0;
}

select {
	padding: 4px 6px;
}

h1, h2, h3, h4, h5, h6 {
	color: #09526d;
}

.custom_post_style .entry-content h2,
.custom_post_style .entry-content h3,
.custom_post_style .entry-content h4,
.custom_post_style .entry-content h5,
.custom_post_style .entry-content h6 {
	color: #5b5b5b;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 5px 0 10px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input[type="submit"]{
	display: inline-block;
	*display: inline;
	padding: 5px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	*border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="submit"] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"][disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}

input[type="submit"]:active {
	background-color: #24748c \9;
}

blockquote {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 25px;
	border: 0px;
}
blockquote p:before {
	content: open-quote;
	margin-right: 3px;
} 
blockquote p:after {
	margin-left: 3px;
	content: close-quote;
} 
blockquote p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#wrapper {
	margin: 0px auto;
	position: relative;
	z-index: 3;
}

.middle {
	max-width: 930px;
	min-width: 320px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 100%;
	background: url('../images/header_pattern.jpg') repeat top left transparent;
	padding: 15px 0;
}
	#header .logo {
		float: left;
		max-width: 290px;
	}
		#header .afterdesc {
			display: none;
			float: left;
			float: right;
			color: #0385d5;
			font-size: 16px;
			font-family: Open Sans;
			text-align: right;
			padding-right: 15px;
			padding-top: 30px;
		}
	
	#header .header_menu_clone,
	#header .search_small {
		display: none;
	}
	#header .search {
		display: block;
	}
	#header .header_menu_clone,
	#header .header_menu {
		float: right;
		color: #575757;
		font-size: 14px;
		text-transform: uppercase;
		height: 28px;
		padding-bottom: 20px;
	}
	#header .header_menu_clone a,
	#header .header_menu_clone a:hover,
	#header .header_menu_clone a:focus,
	#header .header_menu a,
	#header .header_menu a:hover,
	#header .header_menu a:focus {
		color: #575757;
	}
		
		#header .header_menu_clone ul,
		#header .header_menu ul {
			float: left;
			width: 100%;
			list-style-type: none;
		}
		
			#header .header_menu_clone ul li,
			#header .header_menu ul li {
				float: left;
				padding-right: 15px;
				line-height: 28px;
			}
	#header .sharing_clone {
		display: none;
	}
	
	#header .sharing_clone,
	#header .sharing {
		float: right;
		height: 28px;
		padding-bottom: 20px;
	}
	
		#header .sharing_clone a,
		#header .sharing a {
			text-decoration: none;
			float: left;
			float: left;
			margin-right: 10px;
		}
	
	#header .desc {
		clear: right;
		float: right;
		color: #0385d5;
		font-size: 16px;
		font-family: Open Sans;
		text-align: right;
		padding-right: 15px;
		padding-top: 30px;
	}
	
	#header .search {
		float: right;
		height: 28px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
		#header .search input[type="text"] {
			float: left;
			font-family: Open Sans;
			font-size: 13px;
			padding-top: 5px;
			padding-bottom: 5px;
			line-height: 18px;
			height: 18px;
		}
		
		#header .search input[type="submit"] {
			color: #ffffff;
			font-family: Open Sans;
			font-size: 12px;
			float: left;
			margin-left: 10px;
			padding: 0px 12px 0px 12px;
			line-height: 28px;
			height: 29px;
		}

	#menu {
		float: left;
		width: 100%;
		position: relative;
		-moz-box-shadow:	0 0 8px #000000;
		-webkit-box-shadow:	0 0 8px #000000;
		box-shadow:			0 0 8px #000000;
		z-index: 2;
		
		background-color: #e0e0e0; 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#e0e0e0)); 
		background: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0); 
		background: -moz-linear-gradient(top, #f5f5f5, #e0e0e0); 
		background: -ms-linear-gradient(top, #f5f5f5, #e0e0e0); 
		background: -o-linear-gradient(top, #f5f5f5, #e0e0e0); 
		border-top:1px solid #d2d2d2;
		border-bottom:1px solid #d2d2d2;
		
	}
	
		#menu ul {
			float: left;
			margin: 0px;
			padding: 0px;
		}
		
			#menu ul li {
				float: left;
				padding: 0;
				position: relative;
			}
			#menu ul li:first-child {
				
			}
			
				#menu ul li:first-child:hover {
					
				}
				#menu ul li:hover {
					
				}
					
					#menu ul li a {
						padding: 0 17px;
						float: left;
						text-decoration: none;
						color: #5e5e5e;
						line-height: 49px;
						font-size: 15px;
						text-transform: uppercase;
						border:1px solid #d2d2d2;

						position:relative;
						margin:-1px 0px 0px -1px;
					} 
					
					#menu ul li:hover a {
						background:#d9d9d9;
					}
					
	.small_menu {
		display: none;
	}
	
		/* submenu */
		#menu ul ul,
		#menu ul ul ul {
			display: none;
		}
		
#menu .js_center.imp {
	width: 100% !important;
}

.upcoming-events-month {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 14px;
	color: #09526d;
}

#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	top: 4px;
}

.home #content {
	position: static;
}
#footer {
	float: left;
	width: 100%;
	background: url('../images/footer_pattern.png') repeat top left transparent;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #ffffff;
	margin-top:30px;
}

	#footer .copyright {
		border-top: 1px solid #616161;
		width: 100%;
		float: left;
	}
	
		#footer .copyright span {
			border-top: 1px solid #7e7e7e;
			width: 100%;
			float: left;
			text-align: center;
			padding-top: 10px;
		}
		
	#footer .fmenu {
		float: left;
		width: 20%;
		padding-bottom: 20px;
		margin-right: 3%;
		min-width: 150px;
	}
	
	#footer .fmenu.special {
		width: 31%;
		padding: 0;
		margin: 0;
	}
	
		#footer .fmenu .box-head,
		#footer .fmenu .ftitle {
			float: left;
			width: 100%;
			text-transform: uppercase;
		}
		
			#footer .fmenu .box-head h2,
			#footer .fmenu .ftitle h3 {
				background: #5c5c5c;
				font-size: 16px;
				line-height: 20px;
				color: #ffffff;
				float: left;
				padding: 5px 3%;
				margin: 0px;
				width: 94%;
				border: 0px none;
				-webkit-border-radius: 0px; 
				-moz-border-radius: 0px; 
				border-radius: 0px; 
			}
			#footer .fmenu .box-head span {
				background: none;
			}
			
		
		#footer .fmenu ul {
			float: left;
			margin: 0px 0px 0px 10px;
		}
		
			#footer .fmenu ul li {
				float: left;
				width: 100%;
				font-size: 14px;
				line-height: 28px;
				padding: 0px;
				margin: 0px;
			}
			
				#footer .fmenu ul li a {
					text-decoration: none;
					color: #ffffff;
				}
				
			#footer .fmenu .share ul li {
				float: left;
				width: auto;
				font-size: 14px;
				line-height: 28px;
			}
			
				#footer .fmenu .share ul li a {
					float: left;
					width: 50px;
					height: 52px;
					background-color: transparent;
					background-position: 0px 0px;
					background-repeat: no-repeat;
					text-indent: -99999px;
				}
				
				#footer .fmenu .share ul li a:hover {
					background-position:  0 -54px;
				}
				
	#footer .subscribe {
		float: left;
		padding-top: 10px;
		width: 95%;
		margin-left: 3%
	}
	
		#footer input[type="text"] {
			height: 18px;
			max-width: 140px;
			float: left;
			padding: 3px;
		}
		
		#footer input[type="submit"] {
			float: left;
			margin-left: 10px;
		}
				
			
body .container {
	max-width: 980px;
}

.boxes {
	float: left;
	width: 100%;
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

	.boxes .box {
		width:444px;
		
		float: left;
	}
		.boxes .box .shadow {
			background: url('../images/shadow_420.png') no-repeat center bottom transparent;
			height: 15px;
			width: 100%;
			float: left;
		}
		
		.boxes .box .shadow_left {
			background: url('../images/shadow_left_420.png') no-repeat center bottom transparent;
			height: 15px;
			width: 50%;
			float: left;
			position: relative;
			left: 10px;
		}
		
		.boxes .box .shadow_right {
			background: url('../images/shadow_right_420.png') no-repeat center bottom transparent;
			height: 15px;
			width: 50%;
			float: left;
			position: relative;
			right: 10px;
		}
		.boxes .box .border {
			width: 444px;
			border: 1px solid #c1c2c3 ;
			-webkit-border-radius: 	3px 3px 0px 0px; 
			 -moz-border-radius: 	3px 3px 0px 0px; 
			 border-radius: 		3px 3px 0px 0px; 
			 float: left;
			height: inherit;
		}
	
		.boxes .box .header {
			float: left;
			font-size: 20px;
			color: #09526d;
			line-height: 38px;
			font-weight: normal;
			width: 100%;
			position: relative;
		}
			.boxes .box .header span {
				position: absolute;
				height: 11px;
				bottom: 10px;
				left: 30px;
				width: 19px;
				background: url(../images/header_pointer.png) no-repeat left bottom transparent; 
			}
		
			.boxes .box .header h3,
			.boxes .box .header h2 {
				padding: 5px 15px;
				line-height: 28px;
				float: left;
				font-size: 20px;
				font-weight: normal;
				width: 414px;
				-webkit-border-radius: 	3px 3px 0px 0px; 
				 -moz-border-radius: 	3px 3px 0px 0px; 
				 border-radius: 		3px 3px 0px 0px; 
				border-bottom: 1px solid #c1c2c3;
				margin-bottom: 20px;
				/* fallback */ 
				background-color: #f8f8f9; 
				background: url(images/header_bg.png); 
				background-repeat: repeat-x;
				
				/* Safari 4-5, Chrome 1-9 */ 
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f2f5)); 
				/* Safari 5.1, Chrome 10+ */ 
				background: -webkit-linear-gradient(top, #ffffff, #f3f2f5); 
				/* Firefox 3.6+ */ 
				background: -moz-linear-gradient(top, #ffffff, #f3f2f5); 
				/* IE 10 */ 
				background: -ms-linear-gradient(top, #ffffff, #f3f2f5); 
				/* Opera 11.10+ */ 
				background: -o-linear-gradient(top, #ffffff, #f3f2f5); 
			}
			
		.boxes .box .info {
			float: left;
			width: 100%;
		}
		
			.boxes .box .info .image {
				width: 85px;
				float: left;
				padding-left: 15px;
			}
			
				.boxes .box .info .image img {
					border: 1px solid #c1c2c3 ;
					float: left;
					width: 83px;
				}
			
			.boxes .box .info .desc {
				float: left;
				width: 314px;
				padding: 0 15px;
			}
			
				.boxes .box .info .desc h2 {
					color: #5b5b5b;
					font-size: 16px;
					font-weight: 600;
					float: left;
					width: 100%;
					line-height: 24px;
				}
				
				.boxes .box .info .desc p {
					float: left;
					width: 100%;
					color: #5b5b5b;
					font-size: 13px;
				}
				.boxes .box .info .desc a {
					float: left;
					padding: 0 0 5px 0;
				}
	.left_content {
		float: left;
		width: 64%;
		/*padding-right: 2%;
		padding-left: 2%;*/
		padding-top: 34px;
	}

	/*Edited by Tom on 07/10/2013 to match the Blog Post Side Bar to the standard Page*/
	.right_content {
		float: right;
                padding-top: 35px;
                padding-bottom: 35px;
		width: 32%;
	}

	/*Edited by Tom on 07/10/2013 to match the Blog Post Side Bar to the standard Page*/
	.right_content #secondary {
		float: left;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
		background: #f9f9f9;
	}
	
	.boxes .widget {
		width: 100%;
		padding: 15px 0; 
	}
	/* added by kimane quick fix */
	.middle .boxes .widget {
		width: 48%;
		margin: 0 1% 0 1%;
		padding: 15px 0; 
	}
	.middle .boxes .widget > .widget{
		width: 100%;
		margin:0;
		padding:0; 
	}
	.fb-widget{
		margin:0 1% 0 1%;
		float:left;
	}
	.widget {
			width: 100%;
			float: left;
			padding: 10px 0; 
		}
	
		.box-head {
			float: left;
			font-size: 20px;
			color: #09526d;
			line-height: 38px;
			font-weight: normal;
			width: 100%;
			position: relative;
		}
			.box-head span.header_box {
				position: absolute;
				height: 11px;
				bottom: 0px;
				left: 30px;
				width: 19px;
				background: url(../images/header_pointer.png) no-repeat left bottom transparent; 
			}
		
			.box-head h3,
			.box-head h2 {
				border: 1px solid #c1c2c3 ;
				-webkit-border-radius: 	3px; 
				 -moz-border-radius: 	3px; 
				 border-radius: 		3px; 
				padding: 5px 2%;
				float: left;
				font-size: 20px;
				font-weight: normal;
				line-height: normal;
				text-transform: uppercase;
				width: 95.5%;
				-webkit-border-radius: 	3px; 
				 -moz-border-radius: 	3px; 
				 border-radius: 		3px; 
				border-bottom: 1px solid #c1c2c3;
				margin-bottom: 10px;
				/* fallback */ 
				background-color: #f8f8f9; 
				background: url(images/header_bg.png); 
				background-repeat: repeat-x;
				
				/* Safari 4-5, Chrome 1-9 */ 
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f2f5)); 
				/* Safari 5.1, Chrome 10+ */ 
				background: -webkit-linear-gradient(top, #ffffff, #f3f2f5); 
				/* Firefox 3.6+ */ 
				background: -moz-linear-gradient(top, #ffffff, #f3f2f5); 
				/* IE 10 */ 
				background: -ms-linear-gradient(top, #ffffff, #f3f2f5); 
				/* Opera 11.10+ */ 
				background: -o-linear-gradient(top, #ffffff, #f3f2f5); 
			}
		
		.widget input {
			float: left;
		}
		.widget input[type="submit"] {
			margin: 1px 0 0 5px;
		}
		
	.widget ul {
		float: left;
		width: 100%;
	}
	
		.widget ul li {
			float: left;
			color: #5b5b5b;
			width: 94%;
			font-size: 13px;
			line-height: 24px;
			background : url(../images/menu_arrow.png) no-repeat 6px 8px transparent;
			padding-left: 6%;
		}
		
		.widget ul.custom li {
			background: none;
			width: 100%;
			padding: 0px;
			margin: 0px;
		}
		
		.widget ul li .recent {
			padding-bottom: 15px;
			font-size: 12px;
			line-height: 18px;
			color: #5b5b5b;
			margin: 0px;
		}
		
		.widget ul li span {
			font-weight: 400;
			font-style: italic;
			display: block;
			line-height: 20px;
		}
		
		.widget .recent img {
			float: left;
			margin: 7px 9px 3px 0;
			border: 1px solid #a0a0a0;
		}
		
		.widget ul li h3,
		.widget ul li h2 {
			line-height: 18px;
		}
		
			.widget ul li h3 a,
			.widget ul li h2 a { 
				font-size: 14px;
				color: #09526d;
				font-weight: 600;
				background: none;
			}
			.widget ul li .recent a { 
				background: none;
				margin: 0px;
			}
			
		.widget select {
			margin-top: 10px;
		}
		
.entry-title,
.page-title {
	color: #09526d;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
}

.page .left_content .entry-header {
	margin: 0px;
	border-bottom: 1px solid #c1c2c3;
	padding-bottom: 10px;
}
.left_content .page-header {
	margin: 0px;
	border-bottom: 1px solid #c1c2c3;
}

.entry-header .entry-title a {
	color: #09526d;
	font-size: 18px;
}

.left_content article {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #c1c2c3;
}

.page .left_content article {
	padding: 0px;
}

.featured_post_image {
	width: 31%;
	margin-right: 2%;
	float: left;
}

.containment {
	float: left;
	width: 67%;
	font-size: 13px;
}

.containment.no_thumbnail {
	width: 100%;
}

	.containment .entry-format,
	.containment .entry-title {
		font-size: 18px;
		line-height: 20px;
	}
	
	.containment .entry-meta {
		float: left;
		padding-right: 10px;
		font-style: italic;
		font-size: 13px;
	}
	
	.widget #s {
		width: 56%;
	}
	
.rm_excerpt {
	background: url('../images/read_more.png') no-repeat right 6px transparent;
	padding-right: 13px;
}

.addthis_toolbox {
	float:right;
	padding-top: 5px;
}

.entry-header {
	float: left;
	width: 100%;
}
.entry-content {
	float:left;
	display:inline;
	font-size: 13px;
	font-family: Open Sans;
	overflow:hidden;
}
.page .entry-content {
	float: left;
	width: 100%;
	padding: 15px 0;
	font-size: 13px;
	font-family: Open Sans;
	
}

#comments {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.featured_page_image {
	float: left;
	padding: 20px 0 10px 0;
	width: 100%;
}

.featured_page_image img {
	float: left;
	width: 99%;
	border: 1px solid #7e7e7e;
}

#reply-title {
	font-weight: 600;
	font-size: 15px;
	color: #09526D;
}

#respond label {
	font-size: 12px;
}


#respond .captchaSizeDivLarge {
	height: 40px;
	clear: both;
	float: left;
	padding-bottom: 10px;
	padding-top: 0px;
}
.captchaSizeDivLarge img {
	height: 40px;
	width: auto;
}

.captchaSizeDivLarge img.captchaImgRefresh {
	height: auto;
	width: auto;
}
#captcha_code_label {
	clear: both;
	float: left;
}
#respond .required {
	float: left;
	line-height: 22px;
}

#captcha_code {
	float: left;
}

#respond p  {
	clear: both;
	float: left;
}
#respond p.logged-in-as {
	padding-bottom: 5px;
}

#respond label#captcha_code_label {
	float: left;
	clear: none;
	padding-left: 10px;
	line-height: 30px;
}

textarea#comment {
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}
#respond {
	font-size: 12px;
	padding-bottom: 20px;
	float: left;
}

#comments-title {
	color: #09526d;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #c1c2c3;
}

#comments .commentlist {
	list-style-type: none;
	float: left;
	width: 100%;
}

#comments .commentlist li {
	float: left;
	width: 100%;
}

.comment-meta {
	float: left;
	width: 100%;
	font-size: 13px;
}

.comment-meta .fn {
	display: block;
	font-size: 18px;
	color: #09526d;
	padding-bottom: 5px;
	padding-top: 10px;
}
.commentlist .children .comment-meta .fn  {
	padding: 0px;
}

.commentlist .children  {
	float: left;
	padding-left: 30px;
	padding-top: 5px;
}

.commentlist .reply {
	padding-bottom: 10px;
}

.commentlist .reply .comment-reply-link span {
	display: none;
}

.comment-meta img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #c1c2c3;
}

.comment-content{
	float: left;
	width: 100%;
	font-size: 13px;
}

#nav-single {
	float: left;
	width: 96%;
	font-size: 13px;
	margin-left: 2%;
	margin-right: 2%;
}

	#nav-single h3 {
		color: #09526d;
		font-weight: normal;
		font-size: 15px;
		float: left;
		width: 100%;
	}
	
	#nav-single .nav-previous {
		float: left;
	}
	
	#nav-single .nav-next {
		float: right;
	}

.single article.post {
	padding-bottom: 5px;
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border: 0px;
}

.error404 #content {
	padding: 30px 0;
}

.error404 article {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
.error404 .entry-content {
	float: left;
	padding: 10px 0;
}

.error404 #searchform {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.error404 #searchform input[type="text"] {
	float: left;
}

.error404 #searchform input[type="submit"] {
	color: #ffffff;
	font-family: Open Sans;
	font-size: 12px;
	float: left;
	margin-left: 10px;
}

.error404 .widget {
	display: block;
}
.error404 .widget h3,
.error404 .widget h2 {
	font-size: 15px;
	font-weight: 600;
}

.error404 .widget ul {
	width: 60%;
}

/*******/
img.channel-thumb,
img.video-thumb {
	border: none;
	width: 100%;
}

#categoryFilter {
	margin: 0;
}

h4.thumb-title a {
	font-size: 14px;
	font-weight: 600;
	color: #09526d;
}

.thumb-meta .thumb-views {
	font-size: 11px;
	font-style: italic;
	float: right;
}
.thumb-meta .thumb-rating {
	float: left;
}
.thumb-meta .thumb-length {
	font-size: 11px;
}
.page-title-single {
	font-size: 28px;
	padding-top: 4px;
}

.page-header .mt-medium {
	margin: 0px;
}
/*******/

#calendar_wrap {
	float: left;
	width: 100%;
}
#wp-calendar {
	float: left;
	width: 100%;
}

.left_content .calendar-header-table a.calendar-header-prev-btn span, 
.left_content .calendar-header-table a.calendar-header-prev-btn strong {
	display: none;
}

.left_content .calendar-header-table a.calendar-header-prev-btn {
	width: 14px;
	height: 16px;
	background: url('../images/calendar_arrows.png') no-repeat 0 0 transparent;
}
.left_content .calendar-header-table a.calendar-header-next-btn span,
.left_content .calendar-header-table a.calendar-header-next-btn strong {
	display: none;
}

.left_content .calendar-header-table a.calendar-header-next-btn {
	width: 14px;
	height: 16px;
	background: url('../images/calendar_arrows.png') no-repeat 0 0 transparent;
	background-position: 0 -18px;
}
.left_content .calendar-header-table .calendar-month {
	color: #5b5b5b;
	font-weight: normal;
	font-size: 24px;
}
.left_content .calendar-header-table {
	background: #dddddd;
}
/*
.left_content .events-calendar-table .day-top {
	background: none;
	border: 0px none;
}

.left_content .events-calendar-table td.day-without-date {
	background: #ffffff;
}
.left_content .events-calendar-table td .day-number {
	background: #dce4ef;
	color: #ffffff;
}

.left_content .events-calendar-table td.no-events .day-number {
	background: #b1b5bc;
	
}


.left_content .events-calendar-table td.current-day .day-number, 
.left_content .events-calendar-table td.current-dayno-events .day-number{
	background: #1490da;
}
.left_content .events-calendar-table .day-string {
	font-weight: bold;
}
.left_content .events-calendar-table td.no-events {
	background: #ffffff;
}
.left_content .events-calendar-table .day-event-text {
	width: 100%;
	background: #dce4ef;
}
.left_content .events-calendar-table .day-event-holder {
	border-top: 1px solid #cecece;
	border-bottom: 0px none;
}
.left_content .events-calendar-table .day-top {
	margin: 0px;
	
}
.left_content a.day-event-link:hover .day-event-text, a.day-event-link:hover .day-event-text {
	background: none repeat scroll 0 0 #b1b5bc;
}

table {
	text-align: center;
}

body table.events-calendar-table-widget a.calendar-header-next-btn,
body table.events-calendar-table-widget a.calendar-header-prev-btn {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	font-family: Open Sans;
	font-size: 13px;
}

body table.events-calendar-table-widget a.calendar-header-next-btn span,
body table.events-calendar-table-widget a.calendar-header-prev-btn span {
	background-image: url();
}

body table.events-calendar-table-widget a.calendar-header-next-btn strong,
body table.events-calendar-table-widget a.calendar-header-prev-btn strong {
	background-image: url();
	text-decoration: none;
	font-family: Open Sans;
	font-size: 13px;
}

body table.events-calendar-table-widget td.current-day, 
body table.events-calendar-table-widget td.current-day a {
	background: #0088CC;
	color: #ffffff;
}*/

/*
body table.events-calendar-table-widget a.calendar-header-next-btn,
body table.events-calendar-table-widget a.calendar-header-prev-btn {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	font-family: Open Sans;
	font-size: 13px;
}

body table.events-calendar-table-widget a.calendar-header-next-btn span,
body table.events-calendar-table-widget a.calendar-header-prev-btn span {
	background-image: url();
}

body table.events-calendar-table-widget a.calendar-header-next-btn strong,
body table.events-calendar-table-widget a.calendar-header-prev-btn strong {
	background-image: url();
	text-decoration: none;
	font-family: Open Sans;
	font-size: 13px;
}

body ul.upcoming_event_paginarea li.upcoming-event-page-number {
	background: none;
}
body ul.upcoming_event_paginarea li.upcoming-event-page-number a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}*/

#secondary #featured-channel-holder,
#secondary #featured-video-holder {
	width: 98%;
}

.boxes .tiki-channels,
.boxes .tiki-videos {
	
}

	.boxes .tiki-channels .box-item,
	.boxes .tiki-videos .box-item {
		clear: none;
		display: block;
		float: left;
		width: 20%;
		height: auto;
		padding-bottom: 0px;
		overflow: hidden;
		/*
		padding-bottom: 10px;
		height: 210px;
		*/
	}
	
		.boxes .tiki-channels .box-item a,
		.boxes .tiki-videos .box-item a {
			width: 90%;
			height: auto;
			float: left;
		}
		
		.boxes .tiki-channels .box-item img,
		.boxes .tiki-videos .box-item img {
			float: left;
			width: 100%;
		}
		
	.boxes .tiki-channels .box-item .box-item-info,
	.boxes .tiki-videos .box-item .box-item-info {
		width: 90%;
		margin: 0;
		float: left;
	}
	
		.boxes .tiki-channels .box-item .box-item-info h4,
		.boxes .tiki-videos .box-item .box-item-info h4 {
			clear: both;
			margin: 0px;
			float: left;
			width: 100%;
		}
		
		.boxes .tiki-channels .box-item .box-item-info .box-item-text,
		.boxes .tiki-videos .box-item .box-item-info .box-item-text {
			
		}
		
#secondary .entry-title, 
#secondary .page-title {
	font-size: 18px;
	line-height: 30px;
}

.custom_post_style .entry-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c2c3;
}

.by-author {
	font-style: italic;
	font-size: 13px;
	color: #5b5b5b;
	font-family: Open Sans;
}

.custom_posted_on {
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	font-size: 13px;
	font-family: Open Sans;
}

.a.sep {
	color: #0088cc;
}

.custom_post_style .entry-content h2 {
	font-size: 16px;
}
.custom_post_style .entry-content h3 {
	font-size: 14px;
}
.custom_post_style .entry-content h4 {
	font-size: 12px;
}
.custom_post_style .entry-content h5 {
	font-size: 10px;
}

.left_content .commentlist article {
	padding: 0;
}

h3 small a {
	display: block;
	font-size: 11px;
	padding: 0 0 10px;
}

.entry-content img {
	border: none ;
}

.entry-content .addthis_toolbox, 
.entry-content .addthis_button {
	margin: 5px 0;
	float: left;
}

body.page.singular .left_content .entry-content .page-header {
	border-bottom: 0px none;
}

.middle980 {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu-top-container{
	
}
.content-wide{
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
.entry-content p{
	padding:10px 0px 10px 0;
}
.entry-content ul,.entry-content ol{
 margin: 0 0 10px 25px;    
 }
 .entry-content ol{
	list-style-type: decimal;
 }
.entry-content ul,.entry-content ul li{
    padding: 0;     
	list-style-type: disc;
}
.tk-global-footer{float:right;display:inline;margin:10px 0px;}