/*
	Theme Name: Lakeside Fellowship
	Theme URL: http://lakesidefelowship.com
	Description: This is a custom made theme for Lakeside Fellowship
	Author: Josh Byers
	Author URI: http:/redlettersstudio.com
	Version: 5.0
	Template: genesis
*/

/***** CSS Reset ********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background:#06497B url(images/bg.jpg) top center no-repeat;
	color: #2E2E2E;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 13px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}

p {
	padding-bottom: 20px;}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #377997;
	text-decoration: none;
	}
	
a:hover {
	color: #525252;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	min-height:250px;
	}

/***** Header  ********************/

#header {
	width: 960px; 
	height: 126px;
	background: url(images/bg-header.png) no-repeat;
	}

#title-area {
	width: 400px;
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 550px;
	float: right;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) 52px 14px no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 300px;
	height: 107px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Navigation Menus ********************/

#nav {
	background: url(images/bg-nav.png) no-repeat;
	height: 47px;
	padding: 0 0 0 50px;}

#nav, #subnav {
	width: 960px;
	color: #585858;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	}

#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	}
		
#header ul.nav li, #header ul.menu li {
	background: #333333;
	text-transform: uppercase;
	}
	
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
	color: #585858;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	width: 64px;
	height: 20px;
	text-indent: -9999px;
	}

#nav li.home a {
	background: url(images/nav/home.png) no-repeat;}
	
	#nav li.home a:hover {
		background: url(images/nav/home_hover.png) no-repeat;}

#nav li.im-new a {
	background: url(images/nav/im-new.png) no-repeat;}
	
	#nav li.im-new a:hover {
		background: url(images/nav/im-new_hover.png) no-repeat;}
	
	#nav li.im-new.current-menu-item a {
		background: url(images/nav/im-new_hover.png) no-repeat;}

#nav li.kids a {
	background: url(images/nav/kids.png) no-repeat;}
	
	#nav li.kids a:hover {
		background: url(images/nav/kids_hover.png) no-repeat;}
	
	#nav li.kids.current-menu-item a {
		background: url(images/nav/kids_hover.png) no-repeat;}	
	
#nav li.students a {
	background: url(images/nav/students.png) no-repeat;}
	
	#nav li.students a:hover {
		background: url(images/nav/students_hover.png) no-repeat;}

	#nav li.students.current-menu-item a {
		background: url(images/nav/students_hover.png) no-repeat;}

#nav li.adults a {
	background: url(images/nav/adults.png) no-repeat;}
	
	#nav li.adults a:hover {
		background: url(images/nav/adults_hover.png) no-repeat;}

	#nav li.adults.current-menu-item a {
		background: url(images/nav/adults_hover.png) no-repeat;}

#nav li.media a {
	background: url(images/nav/media.png) no-repeat;}
	
	#nav li.media a:hover {
		background: url(images/nav/media_hover.png) no-repeat;}

	#nav li.media.current-menu-item a {
		background: url(images/nav/media_hover.png) no-repeat;}

#nav li.blog a {
	background: url(images/nav/blog.png) no-repeat;}
	
	#nav li.blog a:hover {
		background: url(images/nav/blog_hover.png) no-repeat;}

	#nav li.blog.current-menu-item a {
		background: url(images/nav/blog_hover.png) no-repeat;}

#nav li.contact a {
	background: url(images/nav/contact.png) no-repeat;}
	
	#nav li.contact a:hover {
		background: url(images/nav/contact_hover.png) no-repeat;}

	#nav li.contact.current-menu-item a {
		background: url(images/nav/contact_hover.png) no-repeat;}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {

	}
	
#nav li a.sf-with-ul, #subnav li a.sf-with-ul, #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 25px;
	}	
	
#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	}

#nav li ul a, #subnal li ul a, #header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: none;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	float: left;
	background:url(images/bg-main-content.png) repeat-y;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

/***** Content ********************/

#page-content {
	float: right;
	width: 670px;
	padding-right: 15px;}

#content {
	width: 470px;
	float: left;
	margin-top: 10px;
	}

#homepage {
	margin-bottom: 10px;}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	}
	
.full-width-content #content {
	width: 912px;
	margin-left: 23px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	}

.life-story {
	font-family: Georgia, Times New Roman, sans-serif;
	line-height: 22px;}

.life-story-container {
	width:200px;
	float: left;
	padding: 0 10px 10px 0;}
	
	.life-story-container a img {
		margin: 0 !important;
		-moz-box-shadow: none;}

.life-story-container.home{
	padding: 0 5px 5px 0;}

.clear {
	clear: both;
	}

/***** Post ********************/

.post .date {
	background: url(images/bg-date-post.png) no-repeat;
	width: 48px;
	height: 45px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;}

.post .month {
	font-size: 12px;}

.post .day {
	margin-top: 3px;
	color: #377997;
	display: block;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);}

.post .read_more {
}

.post .read_more a {
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;}

.post .read_more a:hover {
	color: #377997;}


/***** Sidebars ********************/

#sidebar {
	width: 227px;
	float: left;
	display: inline;}

#sidebar ul.menu {
	font-size: 18px;
	margin: 30px 0 0 0;
	padding: 0;}

#sidebar ul.menu.blog, #sidebar ul.menu.contact {
	margin: 0;}

#sidebar ul.menu.contact li {
	margin:0 0 0 30px;
	font-size: 13px;
	background: none;
	letter-spacing: 0;
	height: 20px;}

#sidebar  ul.menu li {
	list-style-type: none;
	letter-spacing: -1px;
	height: 40px;}

#sidebar ul.menu.blog li {
	background:none;
	font-size:15px;
	height:25px;
	letter-spacing:0;}

#sidebar  ul.menu a {
	color: #3D3D3D;
	padding: 10px 0 0 15px;
	display: block;}

#sidebar ul.menu.blog a {
	padding: 5px 0 0 15px;}

#sidebar  ul.menu a:hover {
	color: #2C6F99;
	text-decoration: none;}

#sidebar  ul.menu li.current-menu-item  {
	background: url(images/bg-sidebar-nav-current.png) no-repeat;}

#sidebar  ul.menu li.current-menu-item a {
	color: #FFFFFF;}

#sidebar  ul.menu li.current-cat a {
	color: #2C6F99;
	padding-right: 5px;}

#sidebar .date {
	width: 28px;
	height: 28px;
	background: url(images/bg-date.png) no-repeat;
	float: left;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 0 0;
	line-height: 11px;
	font-size: 13px;}

#sidebar .month {
	font-size: 8px;}

#sidebar .day {
	margin-top: 5px;
	color: #666666;
	display: block;
	line-height: 6px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);}

#sidebar ul.sidebar-dates {
	padding: 5px 0 0 15px;}

#sidebar ul.sidebar-dates li {
	list-style-type: none;
	clear:both;
	padding: 0 0 10px 0;}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333333;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	}

#content h1.entry-title {
	font-size: 30px;
	background: url(images/bg-title.png) no-repeat left 27px;
	padding-bottom: 20px;}

#content .post h1 {
	font-size: 25px;
	margin-bottom: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #333333;
	font-weight: bold;}

#content .event h1 {
	padding-top: 10px;}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited, #content h3 a, #content h3 a:visited, .latest_series h3 a, .latest_series h3 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover, #content h3 a:hover, .latest_series h3 a:hover {
	color: #377997;
	text-decoration: none;
	}

#content .last_week h2, #content .latest_series h2, .latest_series h3, #content .post h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #777777;
	font-weight: bold;
	text-transform: uppercase;
	}

#content .post h2 {
	text-transform: none !important;
	margin: 0 !important;}

#content .post-content h2, #content .post-content h3, #content .post-content h4 {
	font-size: 20px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #777777;
	font-weight: bold;}

#content .page .entry-content h2 {
	color: #377997;
	font-weight: bold;}

#footer h2 {
	font-size: 13px;
	margin:0 0 5px 0;
	font-weight: bold;
	}

#sidebar h2 {
	border-bottom:1px solid #CCCCCC;
	margin:10px 0 0 10px;
	width:80%;
	color: #666666;
	font-size: 16px;
	font-weight: normal;}

#content .last_week h3, #content .latest_series h3 {
	font-size: 22px;
	margin-bottom: 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #777777;
	font-weight: bold;
	}

#content h3.view_all {
	width: 634px;
	background: #DEDEDE;
	padding: 15px;
	border-top: solid 1px #BABABA;}
	
#content h2 a:hover {
	color: #377997;
	text-decoration: none;
	}

#content h3 {
	font-size: 16px;
	}

#content .post-content h3 {
	font-size: 16px;}

#content #sidebar h3 {
	font-weight: normal;
	font-size: 13px;
	padding-top: 3px;}
	
#content #sidebar h3 a {
	color: #666666;}

#footer h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 2px 0;
	text-transform: none;
	margin: 0;}

#respond h3 {
	font-size: 20px;
	font-weight: bold;}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}

#content .post-content h4 {
	font-size: 13px;}

#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#header .widget-area ul {
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	}

#content .page ul li.gfield, #content .post ul li.gfield  {
	margin: 0;}
	
#content .post ul li, #content .page ul li, #header .widget-area ul li {
	list-style-type: disc;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}

/***** HR ********************/

hr {
	background: url(images/bg-title.png) no-repeat;
	height:2px;}

div.hr {
	background:url(images/bg-title.png) no-repeat;
	clear:both;
	height:20px;}
	
	div.hr hr{
		display:none;}

/***** Media ********************/

.meta_label_first {
	font-weight: bold;}

.meta_label {
	font-weight: bold;
	margin-left: 10px;}

.podcast_download {
	margin: 12px 0 0 -2px;
	float: left;}
	
.audioplayer {
	margin: 5px 0 0 -3px;
	}

.podcast_content {
	float: left;
	width: 100%;
	clear: both;
	}

.podcast_content p {
	padding-bottom: 5px;
	}

.podcast_meta {
	font-size: 12px;}

.last_week {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	background:none repeat scroll 0 0 #DEDEDE;
	padding:20px 20px 25px;
	width:625px;
	float: left;
	margin-bottom: 20px;
	}
	
.last_week .audioplayer {
	margin: 5px 0 0 158px;}

.sermon_post-even {
	background: #dedede;
	padding: 20px;}

.sermon_post-odd {
	padding: 20px;
	background: #ededed;}

.latest_series {
	padding: 20px;}

.latest_series p {
	margin: 0 0 10px 0;}

.latest_series img {
	float: left;
	margin: 0 15px 15px 0 !important;
	border: 2px solid #FFFFFF;
	-moz-box-shadow: 0 0 11px #666666;
	-webkit-box-shadow: 0 0 11px #666666;
	box-shadow: 0 0 11px #666666;
}

.series_logo img {
	float: left;
	margin: 0 15px 15px 0 !important;
}

.podcast_post {
	margin-bottom: 12px;
	width: 100%;}

.trigger_open {
	background:url("images/btn-trigger-close.png") no-repeat !important;}

.trigger {
	background:url("images/btn-view-series.png") no-repeat;
	clear:both;
	cursor:pointer;
	display:block !important;
	height:25px;
	width:87px;
	text-indent: -9999px;
	margin-bottom: 10px;}

.download {
	background: url(images/download.png) no-repeat;}

img.download_btn {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	margin: 7px 0 10px 0 !important;
	float: none !important;}

/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	clear: both;
	}

.post-meta.author {
	clear: none;
	border: none;
	padding:0 0 15px 0;}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 100%;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

img.bordernone {
	border: none !important;}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	border: 2px solid #BABABA;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	border: 2px solid #BABABA;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	border: 2px solid #BABABA;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	border: 2px solid #BABABA;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	border: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	}

/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #DEDEDE;
	color: #333333;
	font-size: 11px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	font-weight: bold;
	cursor: pointer;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	text-decoration: none;
	color: #377997 !important;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 200px;
	}

/***** Footer ********************/

#footer {
	width: 960px;
	color: #585858;
	font-size: 12px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	overflow: hidden;
	clear: both; 
	height: 190px;
	line-height: 16px;
	background: url(images/bg-footer.png) no-repeat;
	}

#after-footer {
	color: #548BB2;
	padding-bottom: 20px;
	float: left;
	width: 100%}

.footer-contact {
	width: 500px;
	margin-left: 60px;
	float: left;}

#after-footer .social-links {
	text-align: right;
	width: 200px;
	float: right;
	margin-right: 60px;}

.social-links a {
	display: inline;
	margin-left: 10px;}

.site-credit {
	float: right;
	clear: both;
	margin:5px 60px 0 0;}

#footer .wrap {
	margin: 30px;}

#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
.footer-widgeted {
	width: 226px;
	float: left;}

.footer-widgeted-2 {
	width: 290px;}

.footer-widgeted-3 {
	width: 240px;}

.footer-widgeted-4 {
	margin: 0 !important;
	width: 310px;}

#footer .view_all {
	margin-left:93px; 
	font-size:10px; 
	font-weight:bold;}

#footer ul {
	margin: 0;}

#footer li.recent_posts {
	margin-left: 53px;}

#footer .date {
	width: 28px;
	height: 26px;
	background: url(images/bg-date.png) no-repeat;
	float: left;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 0 0;
	line-height: 11px;
	font-size: 13px;}

#footer .month {
	font-size: 8px;}

#footer .day {
	margin-top: 5px;
	color: #377997;
	display: block;
	line-height: 6px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	}

.even, .alt, .depth-1 {
	border: 1px solid #E6E6E6;
	}
	
/***** jQuery Cycle Navigation ********************/

#cycle-nav {
	position:absolute;
	top:290px;
	left:485px;
	background: #f3f3f3;
	padding: 2px 0 0 5px;
	width: 125px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	}

#cycle-nav a {
	padding: 3px 5px 1px 6px;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background: #B7B6B6;
	-moz-border-radius: 5px;
	margin-right:10px;
	font-family: Helvetica, Arial sans-serif;}

#cycle-nav a.activeSlide {
	background:#067EAE;}

#cycle-nav a:hover {
	background: #067EAE;}

/***** PageNavi Styles ********************/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a.page, .wp-pagenavi span, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
	text-decoration: none;
	padding:7px 10px !important;
	margin: 2px !important;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	background: #DEDEDE;}

.wp-pagenavi a.page:hover, .wp-pagenavi span.current, .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {
	background: #C1BFBF !important;
}

.wp-pagenavi span.current, .wp-pagenavi span.pages{
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #333333;
}

.gototop, .creds {
	display: none;}

address {
	font-style: normal;
	margin-left: 30px;}
	
#after-footer address {
	float: left;
	margin-right: 2px;
	margin-left: 0;}

calendar-container .view-cap, .view-container-border {
	background-color: #377997;}
