/*
Theme Name: The Flamingo Pool
Theme URI: http://www.aircooledbugs.com/
Description: A bespoke theme for The Flamingo Pool website
Version: 1.0
Author: Ryan Ball
Author URI: http://www.lner.com
*/

@import url("reset.css");
@import url("wp.css");

/***** GENERAL STYLING *****/
body {
	background-color: #0092dd;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
img {
	border: 0 none;
}
div.column1, div.column2, div.column3 {
	float: left;
	width: 246px;
}
div.column2, div.column3 {
	margin-left: 20px;
}

/***** CONTAINER *****/
#container {
	text-align: center;
	position: relative;
}
#header-gutter, #subheader-gutter, #body-gutter, #footer-gutter, #subfooter-gutter {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 788px;
}

/***** HEADER *****/
#header {
	border-bottom: 15px solid #6bc9f1;
}
#header-gutter {
	height: 100px;
	overflow: hidden;
	position: relative;
}
#header p {
	float: left;
	margin-bottom: 16px;
	margin-top: 42px;
}
#header p a {
	background-image: url("images/headings/theflamingopool.png");
	height: 42px;
	display: block;
	text-indent: -9999px;
	width: 290px;
}
#header ul {
	bottom: 13px;
	float: right;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
}
#header ul li {
	float: left;
	font-size: 140%;
	font-weight: bold;
}
#header ul li a {
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	min-width: 55px;
	padding: 0 12px 16px;
}
#header ul li.active a, #header ul li a:hover {
	background: url("images/highlight.png") no-repeat bottom center;
}

/***** SUBHEADER *****/
#subheader {
	background: #0d2740 url("images/mastheads/adultlessons.jpg") no-repeat center top;
	border-top: 10px solid #fff;
}
#subheader-gutter {
	height: 301px;
	position: relative;
}
#subheader h1, #subheader p {
	position: absolute;
	text-indent: -9999px;
}
#subheader h1 {
	background-image: url("images/headings/welcome.png");
	bottom: 24px;
	height: 49px;
	width: 242px;
}
#subheader p.news {
	background-image: url("images/headings/news.png");
	bottom: 18px;
	height: 59px;
	width: 370px;
}
#subheader p.activities {
	background-image: url("images/headings/activities.png");
	bottom: 18px;
	height: 59px;
	width: 294px;
}
#subheader p.lessons {
	background-image: url("images/headings/lessons.png");
	bottom: 24px;
	height: 49px;
	width: 218px;
}
#subheader p.membership {
	background-image: url("images/headings/membership.png");
	bottom: 8px;
	height: 63px;
	width: 339px;
}
#subheader p.aboutus {
	background-image: url("images/headings/aboutus.png");
	bottom: 13px;
	height: 63px;
	width: 257px;
}

/***** BODY *****/
#body {
	background-color: #fff;
}
#body-gutter {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
}
#body a {
	color: #c309a7;
	text-decoration: none;
}
#body a:hover {
	background-color: #f9e6f6;
}
#body h1, #body h2 {
	font-size: 240%;
}
#body h1, #body h2 {
	margin-bottom: 0.5em;		
}
#body h2 {
	font-size: 240%;
}
#body th, #body td {
	padding: 0.5em 1em;
}
#body th {
	font-weight: bold;
}
#body td {
	border-top: solid 1px #ddd;
}
#body p, #body li, #body th, #body td {
	font-size: 130%;
	line-height: 140%;
}
#body table, #body p, #body ul, #body ol {
	margin-bottom: 1em;	
}
#body small {
	font-size: 85%;
}

/***** FOOTER *****/
#footer {
	background-color: #68c8f0;
	color: #333;
}
#footer-gutter {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
}
#footer h2, #footer p {
	font-size: 130%;
	line-height: 140%;
}
#footer h2 {
	color: #000;
	font-weight: bold;
}
#footer p {
	margin-bottom: 1em;	
}
#footer p a {
	color: #333;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
}
#footer img {
	display: block;
	border: 1px solid #333;
}
#footer .widget {
	float: left;
	margin-left: 20px;
	width: 246px;
}
#footer .widget:first-child {
	margin-left: 0;
}
#socialmedia {
	overflow: hidden;
}
#socialmedia li {
	float: left;
	margin-right: 10px;
}
#socialmedia a {
	display: block;
	height: 64px;
	text-indent: -9999px;
	width: 64px;
}
#socialmedia .facebook a {
	background-image: url("images/socialmedia/facebook-64x64.png");
}
#socialmedia .twitter a {
	background-image: url("images/socialmedia/twitter-64x64.png");
}

/***** SUBFOOTER *****/
#subfooter {
	background-color: #68c8f0;
}
#subfooter-gutter {
	padding-bottom: 30px;
}

/***** PAGE SPECIFIC: HOME *****/
body.home #subheader {
	border-bottom: 10px solid #fff;
}
body.home #body {
	background-color: #0092dd;
	border-bottom: 2px solid #fff;
}
body.home #body-column1, body.home #body-column2, body.home #body-column3 {
	background: #9ed0f1 url("images/column-bg.png") no-repeat top left;
}
body.home #body-column1 h2, body.home #body-column2 h2, body.home #body-column3 h2 {
	margin-bottom: 0;
}
body.home #body-column1 h2 a, body.home #body-column2 h2 a, body.home #body-column3 h2 a {
	background: url("images/roundel-about.png") no-repeat top center;
	color: #fff;
	padding-top: 110px;
	position: absolute;
	text-align: center;
	top: 419px;
	width: 226px;
}
body.home #body-column1 p a {
	color: #333;
}
body.home #body-column1 p a:hover {
	background-color: transparent;
	color: #000;
}
body.home #body-column2 h2 a {
	background-image: url("images/roundel-information.png");
}
body.home #body-column3 h2 a {
	background-image: url("images/roundel-contact.png");
}
body.home #body-column3 small {
	font-weight: bold;
}
body.home #body-column1-gutter, body.home #body-column2-gutter, body.home #body-column3-gutter {
	background: url("images/column-bg.png") no-repeat bottom right;
	padding: 98px 10px 10px;
}

/***** PAGE SPECIFIC: PAGE *****/
body.page #body-column1, body.single #body-column1, body.archive #body-column1 {
	width: 178px;
}
body.page #body-column1, body.page #body-column1 li.current_page_item a {
	color: #333;
}
body.page #body-column1 a {
	text-decoration: none;
}
body.page #body-column1 li.current_page_item a:hover {
	/*background-color: transparent;*/
}
body.page #body-column1 ul, body.single #body-column1 ul {
	margin-right: 20px;
}
body.page #body-column1 li, body.single #body-column1 li {
	margin-bottom: 1em;
}
body.page #body-column2, body.single #body-column2, body.archive #body-column2 {
	border-left: solid 1px #ddd;
	padding-left: 20px;
	margin-left: 0;
	width: 379px;
}
body.page #body-column3, body.single #body-column3, body.archive #body-column3 {
	width: 180px;
}
body.page #body-column3 p {
	margin-bottom: 20px;
}
body.page #body-column3 p img {
	font-size: 0;
	line-height: 0;
}
body.page #body-column3 p span {
	background: #eee url("images/caption-bg.png") no-repeat bottom right;
	display: block;
	font-size: 85%;
	line-height: 130%;
	padding: 10px 10px 15px;
	margin-top: -4px;
}

/***** ICONS *****/
a[href$=".pdf"], a[href$=".zip"], a[href$=".rar"], a[href$=".ace"], a[href$=".tar.gz"], a[href$=".tgz"], a[href$=".doc"], a[href$=".gif"], a[href$=".jpg"], a[href*="action=edit"] {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 22px;
}
a[href$=".pdf"] {
	background-image: url("images/icons/page_white_acrobat.png");
}
a[href$=".zip"], a[href$=".rar"], a[href$=".ace"], a[href$=".tar.gz"], a[href$=".tgz"] {
	background-image: url("images/icons/page_white_compressed.png");
}
a[href$=".doc"] {
	background-image: url("images/icons/page_white_word.png");
}
a[href$=".gif"], a[href$=".jpg"] {
	background-image: url("images/icons/page_white_picture.png");
}
a[href*="action=edit"] {
	background-image: url("images/icons/page_white_edit.png");
}

