/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background: #020101 url(images/headerbg.png) repeat-x center top;
	font:0.75em Arial, Helvetica, sans-serif; color:#5e6568;
	line-height:19px;
}

code {
	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;
}

	pre {
		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;
	}

blockquote {
	margin:0 auto; padding:5px 20px;
	width:80%; height:auto;
	background:#f8fbfc url(images/blockquote.gif) no-repeat top left; border:1px solid #edeff0;
}

img {
	margin:0; padding:0;
	border:0;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:-10px 0 0 0; padding:0;
	font:bold 3.53em Verdana, Arial, Helvetica, sans-serif; color:#fefefe;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
		outline:0;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		background:url(images/gradient.png) repeat-x;
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin:0; padding:0;
	font:0.83em Verdana, Arial, Helvetica, sans-serif; color:#b9b9b9;
}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em Arial, Helvetica, sans-serif; color:#53798b;
	}

h3 {
	margin:0; padding:0;
	font:bold 2.80em Arial, Helvetica, sans-serif; color:#30393d;
}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#30393d;
	}
	
	h3 a:hover {
		color:#54798b;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		margin:0; padding:10px 0;
		width:380px; height:auto;
		border-bottom:4px solid #30393d;
	}
	
		.single h3.post-title {
			font-size:2.00em;
			width:275px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#fefefe;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5, #searchform label {
	/* Sidebar Header */
	margin:0; padding:28px 0 0 20px;
	width:285px; height:55px;
	background:#f5fbfe url(images/sidebar-top.gif) no-repeat top center;
	font:bold 2.25em Arial, Helvetica, sans-serif; color:#587682;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#tag_cloud h5, #searchform label {
		margin:0; padding:0;
		background:none;
	}

a:link, a:active {
	color:#f23183;
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:visited {
	color:#f05898;
	text-decoration:none;
}

/* Main Content
/* -------------- */

.post-info {
	text-align:right;
	font:0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.post-info span {
		font-size:1.18em;
		display:block;
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			color:#1e1c1a;
			text-decoration:none;
		}
		
		.post-info span a:hover {
			color:#f23183;
		}
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.comment-count a:hover {
	background:#ea2f7e;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

.post-intro strong {
	font:bold 1.33em Arial, Helvetica, sans-serif; color:#30393d;
	line-height:21px;
}

.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited {
	font:bold italic 1.17em Georgia, "Times New Roman", Times, serif; color:#bd4478;
}

.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	color:#f2307f;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px; padding:15px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#7f7d7e;
}

/* .active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	background:url(images/cat-hover-left.gif) no-repeat top left;
	float:right; display:block; position:relative; z-index:10;
}

	.active a:link, .active a:visited {
		margin:0; padding:15px 25px 0 15px;
		width:auto; height:25px; display:inline-block;
		font:1.00em Georgia, "Times New Roman", Times, serif; color:#5c5659;
		background:url(images/cat-hover-right.gif) no-repeat top right;
	}
*/	
.cat-posts li.view-more {
	margin:0; padding-top:15px;
	text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#30393d;
	display:block;
}
						
.cat-posts li a:hover {
	color:#bd4478;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#889194;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:bold 0.92em Georgia, "Times New Roman", Times, serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#35383a;
	}
	
/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background:url(images/submit-comment.gif) no-repeat top center;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
	
/* Sidebar
/* -------------- */

#sidebar li {
	font:0.92em Arial, Helvetica, sans-serif;
}

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
	}
	
	#sidebar li a:hover {
		text-decoration:none;
	}
	
#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
	margin:18px 0 0 25px; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#a6b5bc;
	position:absolute;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
		background:url(images/rss.png) no-repeat center left;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#889297; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	
#sponsored-ad p.sponsored-ad {
	margin:auto auto 8px 5px;
	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;
}

/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

p.copyright {
	margin:10px 0 0 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}

/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin: 0px auto; 
	width:800px; height:auto;
}

/* Various Columns
/* -------------- */

.col-730 {
width:730px;
margin: 0px auto;
position: relative;
}

.col-570 {
width:510px;
margin: 0px;
}

.col-245 {
width: 210px;
margin: 0px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	margin:0 auto; padding:0;
	width: 1100px; height: 350px;
	background: transparent url(images/headerbg.png) repeat-x center top;
/*	border-bottom:1px solid #4a4d4c; */
}

#logo {
	margin:0px; padding:0px;
	width:1100px; height:304px;
	position: relative;
}
	
#navigation {
	margin:0px auto; padding:0;
	width: 800px;
	background:#d84236;
    height: 45px;
    line-height: 45px;
}

#navigation ul {
	margin:0px; padding: 0px;
	width:800px; height:45px;
	list-style:none; 
	line-height: 45px;
}

#navigation ul li {
	margin: 0 3px; padding:0px 6px 0px 0px;
	float:left; overflow:visible;
	background: transparent url(images/seperator.png) no-repeat right 50%;
}

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	margin: 0px 0px 0px 0px; padding:13px 5px;
	font:normal 14px/18px Arial, Helvetica, sans-serif; color:#fff;
	display:block;
	text-transform: none;
}

#navigation ul li a:hover {
	color:#fcb53b;
	font-weight:normal; text-decoration:none;
}

#navigation ul li.current_page_item a:link, #navigation ul li.current_page_item a:active, #navigation ul li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	color:#fcb53b; position:relative;
}
	
	
/* 04 - DOCK
/* ----------------------------------------------*/
.header-dock_wrapper {
	margin:0px auto; padding:0;
	position: relative;
	width: 1100px;
	background: transparent url(images/common2-bg.gif) no-repeat center top;
}

#header-dock {
	margin:0px auto; padding:0;
	position: relative;
	width: 800px;
	height: 249px; min-height: 249px; height: 249px !important;
}

#header-dock .spotdiv {
	margin: 0px 0px 0px 1px; padding:0px;
	position: relative;
	width: 583px;
	height: 249px;
	float: left;
}

#header-dock #donation1 {
    height: 249px;
    width: 216px;
    margin: 0px; padding: 0px;
	background: transparent url(images/donationbg_1.jpg) no-repeat left top;
	float: right;
	position: relative;
}

#header-dock #donation1 div#donation_img {
    margin: 10px auto; padding: 0px;
	clear: both;
	width: 180px;
}

#header-dock #donation1 div#donation_img img { border: 0; cursor: pointer; }

#header-dock div.donation_text {
    margin: 10px auto; padding: 0px;
	clear: both;
	width: 180px;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
}

#header-dock div.donation_button {
    margin: 10px auto; padding: 0px;
	clear: both;
	width: 180px;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	background: #404040;
	text-align: center;
}

#header-dock div.donation_button a:link, #header-dock div.donation_button a:visited {
    margin: 0px; padding: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	display: inline-block;
}

#header-dock div.donation_button a:hover, #header-dock div.donation_button a:visited:hover {
	color: #1989eb;
	text-decoration: none;
}

#header-inner {
	margin:0px auto; padding:0;
	position: relative;
	width: 800px;
	background:url(images/common-bg.gif) repeat-y top center;
	height: 100px; min-height: 100px; height: 100px !important;
}

#header-inner .quotediv {
	margin: 0px 0px 0px 1px; padding:0px;
	position: relative;
	width: 583px;
	height: 100px;
	float: left;
	background: transparent url(images/quoteback.jpg) no-repeat left top;
}

#header-inner #donation2 {
    height: 100px;
    width: 216px;
    margin: 0px; padding: 0px;
	background: transparent url(images/donationbg_1.jpg) no-repeat left top;
	float: right;
}

#header-inner div.donation_text {
    margin: 10px auto; padding: 0px;
	clear: both;
	width: 180px;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
}

#header-inner div.donation_button {
    margin: 10px auto; padding: 0px;
	clear: both;
	width: 180px;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	background: #404040;
	text-align: center;
}

#header-inner div.donation_button a:link, #header-inner div.donation_button a:visited {
    margin: 0px; padding: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	display: inline-block;
}

#header-inner div.donation_button a:hover, #header-inner div.donation_button a:visited:hover {
	color: #1989eb;
	text-decoration: none;
}
		
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	padding:0px; margin: 0px;
}

#inner-content {
	padding:0px; margin: 0px;
	background:url(images/common-bg.gif) repeat-y top center;
}


.post {
	margin:0 0 25px 0;
}

/* Archive Post
/* --------------- */

.archive {
	margin:0;
}
	
	.archive .post-meta {
		margin:0 0 17px 0;
	}
	
	.archive .post-info {
		font-style:italic;
	}
	
/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px;
	}
	
	.single .post-image {
		height:115px;
	}
	
	.single .post-footer {
		padding:16px 23px;
	}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	border-bottom:1px solid #cfdbe1; border-top:0;
}

	.post-meta {
		margin:0 0 23px 0; padding:0;
		border-bottom:1px solid #FFF;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:190px; height:auto;
			border-bottom:4px solid #889398;
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		border:1px solid #FFF;
		border-bottom:1px solid #e8ebec;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		
		.comment-count {
			margin:0; padding:0;
			width:auto; height:auto;
			background:#f23183;
			position:absolute; display:block;
			top:-10px; left:-10px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}
			
	/* Post Footer
	/* --------------- */		
			
	.post-footer {
		margin:0; padding:23px;
		background:#fcfdfe;
		border-top:1px solid #FFF;
		position:relative; z-index:100;
	}
	
		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}
		
		.category-menu {
			margin:0; padding:0;
			width:350px; height:auto;
			float:right; text-align:right;
			position:absolute; top:10px; right:10px;
		}
		
			.indicator, .indicator-active {
				margin:0; padding:0;
				width:7px; height:5px;
				background:url(images/expand.gif) no-repeat center left;
				display:inline-block; vertical-align:middle;
			}
			
				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}
		
			.dropdown {
				margin:0; padding:0;
				width:360px; height:auto;
				background:url(images/dropdown.png) no-repeat bottom center;
				text-align:left;
				display:none;
				position:relative;
			}
			
				.cat-posts {
					margin:0 auto; padding:10px 0 19px 0;
					width:322px; height:auto;
					list-style:none;
					border-top:1px solid #ebecec;
				}
				
					.cat-posts li {
						margin:0; padding:10px 15px;
						background:url(images/cat-post-li.gif) no-repeat bottom right;
					}
					
						.cat-posts li.view-more {
							background:none;
						}

/* Content Navigation
/* --------------- */	
						
.navigation {
	margin:0; padding:8px 10px;
	background:#dce8ee url(images/box-highlight.gif) repeat-x bottom center;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #d4e0e6;
}

/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

	
/* Comments
/* --------------- */

.comment-content {
	padding:0;
	background:#f3f8fa;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:0 0 0 15px; padding:0;
	width:305px; height:auto;
	list-style:none;
}

	#sidebar li {
		margin:0 0 20px 0; padding:0 0 56px 0;
		width:auto; height:auto;
		background:#f5fbfe url(images/sidebar-bottom.gif) no-repeat bottom center;
	}
	
		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}
		
			#searchform {
				margin:0 auto; padding:0;
			}
			
	#sidebar #sponsored-ad {
		background:none;
	}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			margin:0 auto; padding:0;
			width:245px; height:auto;
			list-style:none;
			background:#ebf6fb;
			overflow:hidden;
		}		
		
			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}
		
				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}
				
					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}
					
					#wp-calendar thead tr th {
						font-weight:bold;
					}
					
					#wp-calendar td {
						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;
						border:1px solid #d2dce0; text-align:center;
					}
					
						#wp-calendar tfoot td {
							border:0;
						}
		
		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}
		
			#sidebar li ul li  {
				margin:0 0 15px 0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
				.sidebar-preview {
					margin:0; padding:3px 0 0 4px;
					width:114px; height:65px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;
				}
				
				.sidebar-content {
					margin:0; padding:0;
					width:115px; height:auto;
					float:right;
				}
						
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:30px 0;
	width:auto; height:auto;
	background:#020101 url(images/footer-header.png) no-repeat top center;
/*	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d; */
}

	#footer .categories {
		margin:0; padding:0;
		width:360px; height:auto;
		float:left;
	}
	
		.footer-cat {
			margin:0; padding:0;
			width:360px; height:auto;
			list-style:none;
		}
		
			.footer-cat li {
				margin:5px 0; padding:0 0 0 9px;
				width:150px; height:auto;
				float:left;
				background:url(images/footer-cat-left.gif) no-repeat top left;
			}
			
				.footer-cat li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					background:url(images/footer-cat-right.gif) no-repeat top right;
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family:Georgia, "Times New Roman", Times, serif; color:#a7a7a7;
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#171615;
				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
  			}
	
	#footer .about {
		margin:0; padding:0;
		width:580px; height:auto;
		float:right;
	}
	
#link-back {
	margin:0; padding:15px 0;
	background:#0c0b0b;
}

	.donators {
		margin:0; padding:0;
		width:282px; height:auto;
		float:left;
	}

		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(images/smashing.gif) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			width:128px;
			background:url(images/function.gif) no-repeat top center;
		}
		
/* Last Update 2.7.09 */

.fragment { 
 	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-opera-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	CCborderRadius: 6px;
	background: #e9e3e1; border: 1px solid #c8bbb4; position: relative; width: auto; padding: 0px 0px 0px 0px; margin: 0px; overflow: auto; overflow-y: hidden; overflow-x: hidden; }

.m5 { margin-bottom: 5px; position: relative; }
.m10 { margin-bottom: 10px; position: relative; }
.pt20 { padding-top: 20px; position: relative; }
.pt10 { padding-top: 10px; position: relative; }
.m20 { margin-bottom: 20px; position: relative; }
.m30 { margin-bottom: 30px; position: relative; }
.m40 { margin-bottom: 40px; position: relative; }
.m50 { margin-bottom: 50px; position: relative; }
.pad10 { padding: 10px; }

.fpwelcome { margin: 0px 0px 0px 0px; padding-left: 220px; background: transparent url(images/myhoodlogo_old.gif) no-repeat left top; }
.fpwelcome h4 { margin: 15px 0px 0px 0px; color: #41abc4; font-size: 200%; display: block; }
.fpwelcome p { margin: 20px 0px 20px 0px; font-weight: normal; color: #141414; padding: 0px; }

.fpmids { margin: 0px 0px 0px 0px; padding: 0px; background: transparent url(images/fpmids.gif) no-repeat left top; width: 220px; height: 275px; height: 275px !important; min-height: 275px; display: block; position: relative;  }
.fpmids p { margin: 210px auto 0px auto; font-weight: normal; color: #fff; padding: 0px; width: 180px; line-height: 15px; text-align: center; }

.fpmids p strong { font-weight: 700; color: #fff; padding: 0px 0px 0px 0px; font-size: 225%; line-height: 20px; text-align: center; }

/* .fpmids.f1 p, .fpmids.f3 p { margin: 210px auto 0px auto; } */

.fpmids.f1 { background: transparent url(images/f1.jpg) no-repeat left top; float: left; }
.fpmids.f2 { background: transparent url(images/f2.jpg) no-repeat left top; float: left; margin: 0px 30px 0px 30px;}
.fpmids.f3 { background: transparent url(images/f3.jpg) no-repeat left top; float: left; }
.fpmids .bluelink { position: absolute; display: block; left: 0px; bottom: 0px; height: 33px; background: transparent url(images/bluelinkbg.png) no-repeat left bottom; float: left; z-index: 10 !important; width: 220px; }
.fpmids .bluelink a:link, .fpmids .bluelink a:visited {
    margin: 0px; color: #fff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	display: inline-block;
	width: 120px;
	padding: 0px 5px 0px 20px; background: transparent url(images/whitearrow.gif) no-repeat right 50%;
	margin: 7px 0px 0px 0px;
}

.fpmids .bluelink a:hover, .fpmids .bluelink a:visited:hover {
	color: #3d8a9c;
	text-decoration: none;
	background: transparent url(images/whitearrowh.gif) no-repeat right 50%;
}


.myhoodlogo { text-align: center; width: 200px; }

.photogallery { margin: 0px 0px 0px 0px; }
.get_involved h4 { margin: 15px 0px 0px 0px; color: #41abc4; font-size: 200%; display: block; }
.get_involved p { margin: 20px 0px 20px 0px; font-weight: normal; color: #413f41; padding: 0px; }

.photogallery { margin: 0px 0px 0px 0px; }
.photogallery h4 { margin: 15px 0px 0px 0px; color: #41abc4; font-size: 200%; display: block; }
.photogallery p { margin: 10px 0px 0px 0px; font-weight: normal; color: #413f41; padding: 0px; }

.photogallery .gallery { margin: 0px 0px 0px 0px; }


.ipages h4 { margin: 15px 0px 0px 0px; color: #41abc4; font-size: 200%; display: block; position: relative; }
.ipages p { margin: 20px 0px 20px 0px; font-weight: normal; color: #413f41; padding: 0px; }

a.redlink:link, a.redlink:visited { color: #d84236; padding: 0px 15px 0px 0px; background: transparent url(images/redarrow.gif) no-repeat right 50%; margin: 0px; display: inline-block; }
a.redlink:hover, a.redlink:visited:hover { color: #000; background: transparent url(images/redarrowh.gif) no-repeat right 50%; }


#sliderwrapper { position: relative; margin: 0px 0px 0px 30px; padding: 0px; clear: both; }
#slider1 { position: relative; margin: 35px 0px 0px 5px; padding: 0px; }
#slider1 ul { list-style: none; width: 450px; height: 450p; margin: 0px; padding: 0px; overflow: hidden; }
#slider1 li { overflow: hidden; position: relative; width: 450px; height: 450px; margin: 0px; padding: 0px; }
#prevBtn1, #nextBtn1 { display: block; width: 20px; height: 150px; position: absolute; left: -30px; top: 5px; z-index: 4; overflow: hidden; text-indent: -999px;}
#nextBtn1 { left: 470px; }
#prevBtn1 a, #nextBtn1 a { display: block; position: relative; width: 20px; height: 150px; background:url(images/slide_left.png) no-repeat 0 0; }	
#nextBtn1 a { background: url(images/slide_right.png) no-repeat 0 0; }
#slider1 .slidereventlist p { padding: 0px; margin: 20px 0px 0px 0px; }
#slider1 .slidereventlist div a { display: block; margin: 5px 0px 5px 0px; text-align: center; text-decoration: none; color: #696969; font-size: 100%; }
#slider1 .slidereventlist div a:hover { color: #fb9d00; text-decoration: none; }


.spkonit { width: 300px; margin: 15px 0px 10px 10px; background: #e9e3e1 url(images/spkonit-bg.jpg) no-repeat left top; }
.spkonit h4 { margin: 20px 0px 0px 15px; font-weight: normal; color: #fff; padding: 0px; font-size: 200%; }
.spkonit p { margin: 30px 0px 10px 15px; font-weight: normal; color: #413f41; padding: 0px; width: 65%; }
.spkonit span { font-weight: bold; margin: 0px 0px 15px 15px; font-weight: bold; color: #413f41; padding: 0px 0px 0px 0px; display: block; }
.spkonit span a, .spkonit span a:visited { text-decoration: underline; color: #413f41; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; }
.spkonit span a:hover, .spkonit span a:visited:hover { text-decoration: underline; color: #2571ab; }

.march { width: 300px; margin: 15px 0px 10px 10px; background: transparent url(images/march-bg.jpg) no-repeat left top; }
.march h4 { margin: 20px 0px 0px 15px; font-weight: bold; color: #413f41; padding: 0px; font-size: 200%; }
.march span.marchsubtext { margin: -5px 0px 0px 15px; font-weight: normal; color: #413f41; padding: 0px; }
.march p { margin: 18px 0px 0px 15px; font-weight: normal; color: #413f41; padding: 0px; width: 60%; }
.march span { font-weight: bold; margin: 30px 0px 15px 15px; font-weight: bold; color: #fff; padding: 0px 0px 0px 0px; display: block; }
.march span a, .march span a:visited { text-decoration: underline; color: #fff; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; }
.march span a:hover, .march span a:visited:hover { text-decoration: underline; color: #2571ab; }

.merchandise { width: 300px; margin: 15px 0px 15px 10px; background: transparent url(images/merchandise-bg.jpg) no-repeat left top; }
.merchandise h4 { margin: 20px 0px 0px 15px; font-weight: bold; color: #fff; padding: 0px; font-size: 200%; }
.merchandise p { margin: 25px 0px 0px 15px; font-weight: normal; color: #413f41; padding: 0px; width: 60%; }
.merchandise span { font-weight: bold; margin: 40px 0px 50px 0px; font-weight: bold; color: #413f41; padding: 0px 0px 0px 15px; display: block; }
.merchandise span a, .merchandise span a:visited { text-decoration: underline; color: #413f41; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; }

.innerheaders { margin: 15px 10px 20px 15px; position: relative; padding: 0px;  }
.innerheaders h4 { margin: 35px 0px 0px 0px; color: #413f41; font-size: 200%; display: block; }
.innerheaders p { margin: 20px 0px 20px 0px; font-weight: normal; color: #413f41; padding: 0px; }


.mpdivider .leftside { width: 385px; }
.mpdivider .rightside { width: 235px; margin: 20px 10px 0px 0px; }

.newsletter { margin: 15px 10px 20px 15px; position: relative; padding: 0px;  }
.newsletter h4 { margin: 0px 0px 0px 0px; color: #413f41; font-size: 200%; display: block; }
.newsletter p { margin: 20px 0px 20px 0px; font-weight: normal; color: #413f41; padding: 0px; }

.poll { margin: 15px 0px 10px 5px; background: #e9e3e1; }
.poll h4 { margin: 20px 0px 0px 15px; font-weight: bold; color: #413f41; padding: 0px; font-size: 200%; }
.poll p { margin: 10px 0px 0px 15px; font-weight: normal; color: #413f41; padding: 0px; width: 90%; }
.poll span { font-weight: bold; margin: 30px 0px 15px 15px; font-weight: bold; color: #fff; padding: 0px 0px 0px 0px; display: block; }
.poll span a, .poll span a:visited { text-decoration: underline; color: #fff; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; }
.poll span a:hover, .poll span a:visited:hover { text-decoration: underline; color: #2571ab; }

#pollcontainer { margin: 0px 15px 15px 0px; position: relative; } 
#loader{ display:none; text-align:center;}
.option{ margin:5px 0px; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#3399cc; margin-left: 15px; }
.yourvote{ background:#113399; }

a#viewresult, a#viewresult:visited { float: right; color: #2673b2; text-decoration: underline; margin-top: -30px; }
a#viewresult:hover, a#viewresult:visited:hover { color: #413f41; text-decoration: underline; }

button { position: relative; border: 0;  padding: 0; cursor: pointer; overflow: visible; }
button::-moz-focus-inner { border: none; }
button span { position: relative; display: block; white-space: nowrap; }
@media screen and (-webkit-min-device-pixel-ratio:0) { button span { margin-top: 0px; } }

button.submitBtn { padding: 0px 15px 0px 0px; margin-right: 5px; line-height: 30px; height: 30px; font-size: 125%; text-align: center; background: transparent url(images/btn_orange_sprite.gif) no-repeat right -64px; }
button.submitBtn span {	padding: 0px 0px 0px 15px; line-height: 30px; height: 30px; background: transparent url(images/btn_orange_sprite.gif) no-repeat left top; color: #fff; font-size: 90%; }
button.submitBtn:hover, button.submitBtnHover { background-position: right -96px; }
button.submitBtn:hover span, button.submitBtnHover span { background-position: 0 -32px; }

.px2sep { line-height: 5px; height: 5px; display: block; background: transparent url(images/px2sep.png) repeat-x left top; clear: both; margin: 10px 0px; padding: 0px; }

.fcbk { display: block; margin: 10px 0px 0px 0px; padding: 0px; }
.fcbk img { border: none; }

.ytb p { margin: 15px 0px 0px 15px; font-weight: normal; color: #413f41; padding: 0px; }
.ytb a, .ytb a:visited { text-decoration: underline; color: #2673b2; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.ytb a:hover, .ytb a:visited:hover { text-decoration: underline; color: #413f41; }
.ytb img { border: none; margin: 15px 0px 15px 15px; }





.fragment3 { width: 230px; margin: 0px; padding: 10px 10px 20px 20px; float: left; position: relative; }
.fragment3.moveright { width: 175px; }
.fragment3 ul { margin: 0px; padding: 0px; }
.fragment3 ul li { margin: 0px; padding: 10px 0px 10px 0px; list-style: none; border-bottom: 1px dashed #b8afa9; }
.fragment3 ul li a, .fragment3 ul li a:visited { color: #fff; text-decoration: underline; }
.fragment3 ul li a:hover, .fragment3 ul li a:visited:hover { color: #fff; text-decoration: none; }

.fragment3 ul.au li { margin: 0px; padding: 0px 0px 5px 0px; list-style: none; border: none; }
.fragment3 ul.au a, .fragment3 ul.au a:visited { color: #fff; text-decoration: underline; line-height: 15px; }
.fragment3 ul.au a:hover, .fragment3 ul.au a:visited:hover { color: #fff; text-decoration: none; }

.fragment3.blgfeed { width: 300px; }


.fragment3 ul.au { margin-bottom: 10px; }

.round { background: transparent url(images/round_bg.png) no-repeat left top; display: block; line-height: 22px; margin-top: 10px; }
.round a { color: #6a6a6a; font-size: 80%; text-decoration: none; padding-left: 12px; }
.round a:hover, .round a:visited:hover { text-decoration: underline; color: #f2f2f2; }
.round a.twit { background: transparent url(images/twitter.png) no-repeat 8px 0px; padding: 1px 0px 1px 35px; border: 0px; line-height: 22px; height: 22px; }

.fragment3 .facebook, .fragment3 .facebook a, .fragment3 .twiticon, .fragment3 .twiticon a, .fragment3 .rssicon, .fragment3 .rssicon a  { height: 41px; line-height: 41px; width: 55px; margin: 0px 0px 0px 0px; text-decoration: none; color: #6a6a6a; padding: 10px 0px 10px 50px; background: transparent url(images/facebook_icon.png) no-repeat 0px 0px; text-indent: -9999em; overflow: hidden; display: block; float: left;}
.fragment3 .facebook, .fragment3 .twiticon, .fragment3 .rssicon  { margin: 0; padding: 0; font-size: 100%; }	
.fragment3 .facebook a:hover, .fragment3 .twiticon a:hover, .fragment3 .rssicon a:hover { color: #f2f2f2; }

.fragment3 .twiticon a { background: transparent url(images/twitter_icon.png) no-repeat 0px 0px; }
.fragment3 .rssicon a { background: transparent url(images/rss_icon.png) no-repeat 0px 0px; }

.fragment3 #tweet .time  { display: block; }

span.liketable { width: 150px; display: inline-block; }
.innerheaders a, .innerheaders a:visited { color: #2673b2; text-decoration: underline; }
.innerheaders a:hover, .innerheaders a:visited:hover { color: #2673b2; text-decoration: none; }


#tweet2 ul { margin: 0px; padding: 0px 0px 0px 15px; }
#tweet2 ul li { margin: 0px; padding: 10px 0px 10px 0px; list-style: none; }
#tweet2 ul li a, #tweet2 ul li a:visited { color: #2673b2; text-decoration: underline; margin: 0px; padding: 0px 0px 0px 0px; }
#tweet2 ul li a:hover, #tweet2 ul li a:visited:hover { color: #413f41; text-decoration: underline; }
#tweet2 .time  { display: block; margin: 0px; padding: 0px 0px 0px 0px; }


.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.large.awesome, .large.awesome:visited { font-size: 24px; padding: 18px 24px 19px; }
.blue.awesome, .blue.awesome:visited { background-color: #359dca; }
.blue.awesome:hover { background-color: #41e3f6; }
a.awesome, a.awesome:visited { background: #359dca url(images/alert-overlay.png) repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-shadow: 0 2px 2px #fff; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; }

.common fieldset { border: 0px; margin: 0p; padding: 0px; }
.common fieldset legend { display: none; }
.common fieldset input { width: 100px; padding: 5px; line-height: 20px; margin: 0px; border: 1px solid #cccccc; }
.common fieldset .short { width: 100px; padding: 5px; line-height: 20px; margin: 0px; border: 1px solid #cccccc; }
.common fieldset .long { width: 215px; padding: 5px; line-height: 20px; margin: 0px 0px 5px 0px; border: 1px solid #cccccc; }
.common fieldset textarea { width: 445px; padding: 5px; line-height: 20px; margin: 0px 0px 10px 0px; border: 1px solid #cccccc; resize: none; }

form#GetInvolvedForm div.radios input.rad { line-height: 20px; margin: 0px; clear: left; width: 20px; }
form#GetInvolvedForm div.radios label.radl { line-height: 20px; margin: 0px; clear: right; }

/*.cimage { background: transparent url(images/cimage.jpg) no-repeat left top; padding: 110px 0px 0px 0px; margin-bottom: 20px; }*/

.col-428 {
width:428px;
margin-right: 18px;
}
.col-484 {
width:484px;
margin-left: 17px;
}

div#ohio { background: transparent url(images/ohio_bg.gif) no-repeat bottom center; margin: 20px 0px; }
div#ohio .top { background: transparent url(images/ohio_hd.gif) no-repeat bottom center; height: 195px; }
div#ohio .bottom { background: transparent url(images/ohio_bg.gif) no-repeat bottom center; }

div#sesame { background: transparent url(images/sesame_bg.png) no-repeat bottom center;  margin: 20px 0px; }
div#sesame .top { background: transparent url(images/sesame_hd.gif) no-repeat bottom center; height: 236px; }
div#sesame .bottom { background: transparent url(images/sesame_bg.png) no-repeat bottom center; padding: 0px 0px 150px 0px; }

div#ohio h4, div#sesame h4 { color: #413f41; padding: 0px 0px 0px 20px; }
div#ohio p, div#sesame p { color: #413f41; padding: 0px 20px 0px 20px; }
div#ohio ul, div#sesame ul { margin: 0px; padding: 20px 20px 20px 20px; }
div#ohio ul li { margin: 0px; padding: 0px 0px 10px 20px; list-style: none; background: transparent url(images/ohiologo.gif) no-repeat left 2px; }
div#sesame ul li { margin: 0px; padding: 0px 0px 10px 20px; list-style: none; background: transparent url(images/sesamelogo.gif) no-repeat left 2px; }



#tabtabscontainer { position: relative; clear: both; height: 500px; padding: 20px 20px 20px 20px; margin: 0px; width: 100%; }
#tabtabs { position: relative; clear: both; height: 500px; width: 922px; }
#tabtabs ul.tabs { margin: 0px 0px 2px 0px; padding: 0px; float: left; list-style: none; width: 265px; display: block; position: absolute; left: 0px; top: 0px; z-index: 99; }

#tabtabs ul.tabs li { padding: 0px; line-height: 72px; margin: 0px -1px 1px 0px; position: relative; text-align: left; background: transparent url(images/nacttab.png) no-repeat left top; }

#tabtabs ul.tabs li a { text-decoration: none; color: #fff; display: block; font-size: 2em; padding: 0px 30px ; outline: none; }
#tabtabs ul.tabs li a:hover, #tabtabs ul.ep_tabs li a:active { color: #413f41; }

html #tabtabs ul.tabs li.active { background: transparent url(images/acttab.png) no-repeat left top; color: #413f41; width: 265px;}
html #tabtabs ul.tabs li.active a { color: #413f41; }
html #tabtabs ul.tabs li.active a:hover { /*background: transparent url(images/acttab.png) no-repeat left top; */ color: #1766a4; }

#tabtabs .tabs_container { float: right; width: 675px; background: url(images/tabsbg.png) no-repeat left bottom; margin: 0px 0px 0px -1px; padding: 0px; min-height: 500px; overflow: auto; }

#tabtabs .tab_content { padding: 0px; margin: 0px; background: url(images/tabshd2.png) no-repeat left top; }
#tabtabs .tab_content .epcontent { padding: 20px; }
#tabtabs .tab_content .epcontent p { padding: 0px; margin: 0px; }

* html div.tabs_container { height: expression( this.scrollHeight < 494 ? "495px" : "auto" ); }
div.tab_container { min-height: 495px; }

.epcontent h4 { margin: 5px 0px 20px 0px; color: #413f41; font-size: 200%; display: block; }
#faithfest { padding: 0px 20px 0px 275px; background: url(images/clecitywater.jpg) no-repeat left top; height: 320px; border-bottom: 1px dashed #413f41; margin-bottom: 20px; }
#hallforum { padding: 0px 20px 0px 275px; background: url(images/hallforum.jpg) no-repeat left top; height: 280px; border-bottom: 1px dashed #413f41; margin-bottom: 20px; }
#football { padding: 0px 20px 0px 275px; background: url(images/football.jpg) no-repeat left top; height: 280px; border-bottom: 1px dashed #413f41; margin-bottom: 20px; }
#marchonohio { padding: 0px 20px 0px 275px; background: url(images/marchonohio.jpg) no-repeat left top; height: 280px; margin-bottom: 20px; }
#ohio2 { padding-right: 275px; background: url(images/ohio2img.jpg) no-repeat right top; height: 200px; }
#stomp { padding-right: 275px; background: url(images/stompimage.jpg) no-repeat right top; height: 300px; }
#talent { padding-right: 275px; background: url(images/talent.jpg) no-repeat right top; height: 300px; }


.four04 h4 { color: #413f41; padding: 20px 0px 0px 0px; font-size: 400%; }
#musicplayer { width: 300px; float: right; padding: 0px 0px 0px 0px; margin: 0px 10px 0px 0px; color: #fff; }

#attrc { position: relative; display: block; }
#attrc h4 { color: #413f41; margin: 20px 0px 0px 0px; font-size: 400%; display: block; }
#tabtabs .tab_content .epcontent #attrc p { color: #413f41; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; display: block; }
#attrc p a, #attrc p a:visited { color: #1766a4; text-decoration: underline; }
#attrc p a:hover, #attrc p a:visited:hover { color: #413f41; text-decoration: none; }

#attrc .attractions { display: block; padding: 10px 10px 10px 0px; text-align: right; font-size: 150%; color: #fff; margin: 10px 0px; background: #1d1d1d; }
#attrc .attractions a, #attrc .attractions a:visited { color: #fcb53a; text-decoration: underline; }
#attrc .attractions a.seltd, #attrc .attractions a.visited { color: #f1f1f1; text-decoration: underline; }
#attrc .attractions a:hover, #attrc .attractions a:visited:hover { color: #1766a4; text-decoration: none; }

#htls { position: relative; display: padding: 0px 0px 50px 0px; margin: 0px 0px 50px 0px; }
#htls h4 { color: #413f41; margin: 20px 0px 0px 0px; font-size: 400%; display: block; }
#tabtabs .tab_content .epcontent #htls p { color: #413f41; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; display: block; position: relative; clear: both; }
#htls img { float: left; padding: 0px 20px 10px 0px; }
#htls p a, #htls p a:visited { color: #1766a4; text-decoration: underline; }
#htls p a:hover, #htls p a:visited:hover { color: #413f41; text-decoration: none; }

#rests { position: relative; display: padding: 0px 0px 50px 0px; margin: 0px 0px 50px 0px; }
#rests h4 { color: #413f41; margin: 20px 0px 0px 0px; font-size: 400%; display: block; }
#tabtabs .tab_content .epcontent #rests p { color: #413f41; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; display: block; position: relative; clear: both; }
#rests img { float: left; padding: 0px 20px 10px 0px; }
#rests p a, #rests p a:visited { color: #1766a4; text-decoration: underline; }
#rests p a:hover, #rests p a:visited:hover { color: #413f41; text-decoration: none; }

#rests .otherhotels { display: block; padding: 10px 0px 10px 0px; text-align: center; font-size: 150%; color: #fff; margin: 10px 0px; background: #1d1d1d; clear: both; }
#rests .otherhotels a, #rests .otherhotels a:visited { color: #fcb53a; text-decoration: underline; }
#rests .otherhotels a:hover, #rests .otherhotels a:visited:hover { color: #1766a4; text-decoration: none; }

.gaplogo { background: url(images/gaplogo.png) no-repeat left top; padding-left: 175px; }

#thearts { position: relative; display: block; }
#thearts h4 { color: #413f41; margin: 20px 0px 0px 0px; font-size: 400%; display: block; }
#tabtabs .tab_content .epcontent #thearts p { color: #413f41; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; display: block; }
#thearts p a, #thearts p a:visited { color: #1766a4; text-decoration: underline; }
#thearts p a:hover, #thearts p a:visited:hover { color: #413f41; text-decoration: none; }

#thearts .artslist { display: block; padding: 10px 10px 10px 0px; text-align: right; font-size: 150%; color: #fff; margin: 10px 0px; background: #1d1d1d; }
#thearts .artslist a, #thearts .artslist a:visited { color: #fcb53a; text-decoration: underline; }
#thearts .artslist a.seltd, #thearts .artslist a.visited { color: #f1f1f1; text-decoration: underline; }
#thearts .artslist a:hover, #thearts .artslist a:visited:hover { color: #1766a4; text-decoration: none; }

#travellers { position: relative; display: padding: 0px 0px 50px 0px; margin: 0px 0px 50px 0px; }
#travellers h4 { color: #413f41; margin: 20px 0px 0px 0px; font-size: 200%; display: block; }
#tabtabs .tab_content .epcontent #travellers p { color: #413f41; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; display: block; position: relative; clear: both; }
#travellers img { float: left; padding: 0px 20px 10px 0px; border: 0px; cursor: pointer; }
#travellers p a, #travellers p a:visited { color: #1766a4; text-decoration: underline; }
#travellers p a:hover, #travellers p a:visited:hover { color: #413f41; text-decoration: none; }


label.error {
	background: #f00;
	display: block;
	padding: 5px;
	margin: 0px;
	color: #fff;
	}
label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}


.steveaboutus { background: transparent url(images/steve_aboutus_back.jpg) no-repeat right 20px; overflow: auto; }

.sections { width: 360px; float: left; padding: 0px; margin: 0px 5px 20px 0px; position: relative; background: #f1f1f1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px 5px;  }
.sections .secinner { padding: 20px; margin: 0px; position: relative; }
.sections .secinner h4 { margin: 15px 0px 10px 0px; color: #41abc4; font-size: 200%; display: block; position: relative; text-shadow: 0 1px 1px #fff; }

.sections .secinner img { margin: 0px 0px 10px 0px; border: none; }
.sections .secinner p { margin: 20px 0px 20px 0px; font-weight: normal; color: #413f41; padding: 0px; }

.sections .secinner ul { padding: 0px; margin: 0px; position: relative; }
.sections .secinner ul li { padding: 0px; margin: 0px 0px 0px 15px;}

.programselection ul { padding: 0px; margin: 20px 0px 0px 20px; position: relative; clear: both; width: 100%; }
.programselection ul li { padding: 0px; margin: 0px 30px 30px 0px; list-style: none; display: block; float: left; width: 210px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px 5px; }
.programselection ul li a { color: #fff; text-decoration: none; font-size: 125%; display: block; margin: 0px 0px 0px 0px; padding: 20px 10px 0px 80px;  }
.programselection ul li a:hover { text-decoration: none; }

.programselection ul li a span { color: #fff; text-decoration: none; padding: 5px 5px 5px 10px; background: #358b9f; font-size: 80%; display: block; margin: 10px 0px 20px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px 5px; font-size: 70%; }


.programselection ul li.pselect1 { background: #41abc4 url(images/pselect1.jpg) no-repeat left 50%; }
.programselection ul li.pselect2 { background: #41abc4 url(images/pselect2.jpg) no-repeat left 50%; }
.programselection ul li.pselect3 { background: #41abc4 url(images/pselect3.jpg) no-repeat left 50%; }
.programselection ul li.pselect4 { background: #41abc4 url(images/pselect4.jpg) no-repeat left 50%; }
.programselection ul li.pselect5 { background: #41abc4 url(images/pselect5.jpg) no-repeat left 50%; }
.programselection ul li.pselect6 { background: #41abc4 url(images/pselect6.jpg) no-repeat left 50%; }


.cominvol { width: 725px; padding: 0px; margin: 0px 0px; position: relative; background: #f1f1f1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px 5px; overflow: auto; }
.cominvol .sections { width: 350px; }

.cominvol h4 { padding: 0px 0px 0px 0px; margin: 20px auto 0px auto; color: #1d1d1d; font-size: 250%; text-align: center; position: relative; text-shadow: 0 1px 1px #fff; }
.cominvol p { padding: 10px 20px 20px 20px; margin: 0px; font-weight: normal; color: #413f41; text-align: center; font-weight: 700; border-bottom: 2px solid #fff; }

.cominvol .secinner h4 { margin: 15px 0px 10px 0px; padding: 0px; color: #41abc4; font-size: 200%; display: block; position: relative; text-shadow: 0 1px 1px #fff; text-align: left; }

.cominvol .secinner img { margin: 0px 0px 10px 0px; padding: 0px; border: none; }
.cominvol .secinner p { margin: 20px 0px 20px 0px; font-weight: normal; color: #413f41; padding: 0px; border: none; text-align: left; }


.makeitcenter { text-align: center; }

.blgfeed a, .blgfeed a:visited { color: #fff; text-decoration: underline; margin: 0px; padding: 0px 0px 0px 0px; display: block; }
.blgfeed a:hover, .blgfeed a:visited:hover { color: #fff; text-decoration: none; }
.blgfeed ul li { border: none; }

#widgets_on_page ul { margin: 0px; padding: 0px; }
#widgets_on_page ul li { list-style: none; margin: 0px; padding: 0px; }
#widgets_on_page ul li img { margin: 0px 5px 5px 0px; padding: 0px; border: none; }
