/*
Theme Name: Gateway Confluence
Theme URI: http://www.confluencesports.org/
Description: Custom theme for Gateway Confluence Wheelchair Sports Foundation
Version: 1.0
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com/
Tags: 

*/

body {
	background: #fff url(images/body_back.gif) repeat-x;
	font-family: times, serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	}

#page {
	width: 880px;
	margin: 0 auto;
	}

#navs {
	margin: 0 0 0 4px;
	float: left;
	}

#mainbody {
	float: right;
	width: 660px;
	margin: 0 12px 0 0;
	}

#content {
	float: left;
	}

.narrowcolumn {
	width: 480px;
	}

.widecolumn {
	}

#homepage-footer {
	width: 680px;
	}

#recent-news-container {
	color: #fff;
	width: 363px;
	height: 340px;
	background: url(images/recent_news_back.gif) no-repeat;
	}

#recent-news-content {
	padding: 8px;
	}

#recent-news-content h2 {
	margin: 0;
	padding: 0;
	}

#recent-news-content a {
	color: #fff;
	padding: 15px 0px 0px 0px;
	margin: 10px 0px;
	}
	
#recent-news-content ul {
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
#sidebar {
	width: 170px;
	float: right;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.homepageflash {
	margin:0px;
	padding:0px;
	}

#comment {
	width: 400px;
	}

.post {
	clear: both;
	}

.post-title, .pagetitle {
	font-size: 24px;
	margin: 0;
	padding: 0;
	}

.post-title a {
	color: #000;
	text-decoration: none;
	}

.post-title a:hover {
	color: #333;
	text-decoration: underline;
	}

.post-date {
	color: #999;
	font-size: 12px;
	margin: 4px 0 0 0;
	}

.postmetadata {
	clear: both;
	font-size: 11px;
	color: #ccc;
	}

.postmetadata a {
	color: #ccc;
	text-decoration: none;
	}

.postmetadata a:hover {
	color: #999;
	text-decoration: underline;
	}


.edit-link-container {
	margin: 24px 0px 0px 0px;
	}

.edit-link {
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.float-left, .alignleft {
	float: left;
	margin: 0px 12px 14px 0px;
	}

.float-right, .alignright {
	float: right;
	margin: 0px 0px 14px 12px;
	}

#footer-address {
	font-size: 14px;
	color: #fff;
	padding: 0 0 8px 0;
	}

#footer-content {
	padding: 18px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	color: #99f;
	height: 90px;
	background: url(images/footer_back.gif) no-repeat;
	}

#footer-content a {
	color: #fff;
	color: #99f;
	}


#footer {
	padding: 12px 0 0 0;
	clear: both;
	width: 880px;
	}

