/*
Theme Name: The Apollo Bay Aquatic Centre
Theme URI: http://www.apollobayaquaticcentre.com.au/
Description: Bespoke Wordpress theme created by Think Soda
Author: Think Soda
Version: 1.1
*/

/* CSS STYLES for http://www.apollobayaquaticcentre.com.au/ by Think Soda - NK 131002 */

@charset "utf-8";

/* CSS BEGIN */

*{
	margin: 0;
	padding: 0;
}

body{	
	background-color: #00455f;
	font-family: Arial, san-serif;
	color: #777777;
	font-size: 11px;
	background: url(images/body-background.gif) no-repeat center center fixed; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;	
}

#wrapper{
	position: relative;
	width: 660px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0;
	background-image: url(images/wrapper-background.png);
	background-repeat: repeat;
	border-radius: 0 0 10px 10px;
}

/* HEADER */

#header{
	clear: both;
	width: 660px;
	height: 250px;
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	border-bottom: solid 1px #ffffff;
}

#header-gfx{
	clear: both;
	width: 660px;
	height: 30px;
	background-image: url(images/header-gfx.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; 
	background-color: #0a6aa4; 
	border-bottom: solid 1px #ffffff;
}

#facebook-like{
	position: absolute;
	top: 15px;
	right: 40px;	
}

#amount-raised{
	position: absolute;
	display: block;
	top: 80px;
	right: 37px;
	width: 207px;
	height: 94px;
	background-image: url(images/amount-raised.png);
	background-repeat: no-repeat;
}

#amount-raised #the-figure{
	position: absolute;
	display: block;
	top: 20px;
	right: 18px;
	color: #222;
	font-size: 42px;
}

#the-amount-raised{
	display: none;
}
	
/* LOGO */

#logo{
	clear: both;
	float: left;
	margin-top: 45px;
	margin-left: 35px;
}

#logo img{
	border: 0;
}

/* NAVIGATION MENU */

#primary_nav{
	position: absolute;
	width: 620px;
	top: 222px;
	left: 50px;
}

#primary_nav ul{
	margin-bottom: 0;
}

#primary_nav li{
	float: left;
	width: 112px;
	margin-right: 0;
	list-style-type: none;
}

#primary_nav a{
	float: left;
	position: relative;
	display: block;
	width: 110px;
	height: 18px;	
	padding-top: 10px;	
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	
	font-weight: bold;	
	background-image: url(images/primary_navigation-buttons.png);
	background-repeat: no-repeat;
	background-position: -2px 0px;
}

#primary_nav a:hover{
	color: #ffffff!important;
	background-position: -142px 0px;
}

#primary_nav a.home{
	position: relative;
	display: block;
	width: 32px;
	height: 18px;	
	margin-top: 3px;
	margin-right: 3px;
	padding-top: 10px;	
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	
	font-weight: bold;	
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#primary_nav a.home:hover{
	background-position: 0px -28px;
}

#primary_nav .current_page_item a{
	background-position: -281px 0px;
	z-index: 1000;
}

/* LANDING PAGE CONTENT */

#landing_page #content{
	clear: both;
	float: left;
	width: 620px;
	min-height: 250px;
	padding-left: 20px;
	padding-right: 20px;
    	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #fff;

}

/* LANDING PAGE NOTICES */

#notices{
	clear: both;
	float: left;
	margin-top: 15px;
}

#notices .notice-wrapper{
	float: left;
	width: 265px;
	height: 100px;
	margin-right: 20px;
	padding: 15px;
	background-color: #eee;
	border-radius: 3px;

}

#notices .notice-wrapper.last{
	margin-right: 0;
}

#notices .notice-wrapper h3{
	line-height: 17px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #444;
}

/* LANDING PAGE PRODUCTS */

#product_categories{
	clear: both;
	width: 660px;
	height: 250px;
	background-color: #fff;
}

#product_categories .product-wrapper{
	float: left;
	width: 330px;
	height: 225px;
	padding-top: 25px;
}

#product_categories h4{
	width: 330px;
	color: #222;
	font-family: 'day_romanregular';
	font-size: 18px;
    	font-weight: normal;
	text-align: center;
}

/* SLIDER PLUGIN */

.touchcarousel-wrapper{
	margin-top: 20px;
	margin-left: 40px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.touchcarousel.tc-layout-1 .touchcarousel-item {
	width: 240px;
	height: 140px;
	position: relative;
}
.touchcarousel.tc-layout-1 .touchcarousel-item p {
	margin: 0;
	padding: 0;
}
.touchcarousel.tc-layout-1 .touchcarousel-item a img {
	max-width: none;
	border: 0;
}
.touchcarousel.tc-layout-1 .tc-desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	
	background: #333;
	background: rgba(0,0,0,0.65);
}
.touchcarousel.tc-layout-1 .tc-desc h4 {
	margin: 7px 15px 0 15px;
	padding: 0;
}
.touchcarousel.tc-layout-1 .tc-desc h4 a {
	color: #FFF;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 0;
	text-decoration: none;
}
.touchcarousel.tc-layout-1 .tc-meta,
.touchcarousel.tc-layout-2 .tc-meta {
	margin-left: 15px;
	display: block;
}
.touchcarousel.tc-layout-1 .tc-meta,
.touchcarousel.tc-layout-1 .tc-meta a,
.touchcarousel.tc-layout-2 .tc-meta,
.touchcarousel.tc-layout-2 .tc-meta a {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	font-style: italic;
	color: #BBB;
}

#touchcarousel-1,
#touchcarousel-2{
	margin-left: 5px;
}

#touchcarousel-1 .arrow-holder,
#touchcarousel-2 .arrow-holder{
	width: 10px;
}

#touchcarousel-1 .left,
#touchcarousel-2 .left{
	left: 30px;
	background-image: url(images/landing_page-products-buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#touchcarousel-1 .right,
#touchcarousel-2 .right{
	right: -50px;
	background-image: url(images/landing_page-products-buttons.png);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}

.arrow-holder span{
	display: none;
}

#touchcarousel-1 h4,
#touchcarousel-2 h4{
	width: auto;
}

#touchcarousel-1 .tc-desc,
#touchcarousel-2 .tc-desc{
	display: none;
}

/* CONTENT PAGES */


#standard_page #content,
#post_page #content{
	float: left;
	width: 580px;
	height: auto;
	min-height: 380px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 100px;
	background-color: #fff;
}

h1{
	font-size: 22px;
	color: #222;
	line-height: 25px;
	margin-bottom: 10px;
}

#standard_page #content h2,
#post_page #content h2{
	width: 600px;
	height: auto;
	min-height: 20px;
	margin-top: -20px;
	margin-left: -40px;
	margin-bottom: 20px;
	padding: 20px;
	padding-left: 40px;
	font-size: 22px;
	color: #000;
	background-color: #eee;
	
	border-bottom: solid 1px #ddd;
}

#post_page #content img{
	background-color: #EEEEEE;
    	border: 1px solid #CCCCCC;
    	padding: 5px;
}

#post_page #content .wp-caption .wp-caption-text{
	font-size: 11px;
	color: #666666;
	text-align: center;
}

#standard_page #content #products_only th{
	padding: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #0075aa;
	white-space: nowrap;
}

#standard_page #content #products_only td{
	padding: 5px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	text-align: left;
	background-color: #fff;
}

#standard_page #content #products_only tr:hover td{
	background-color: #fdfacb;
}

/* NEWS LISTING PAGE */

#standard_page .individual-post{
	clear: both;
	float: left;
	margin-bottom: 20px;
} 

#standard_page .individual-post-img{
	clear: both;
	float: left;
	width: 160px;
} 

#standard_page .individual-post-img img{
	background-color: #eeeeee;
	padding: 5px;
	border: solid 1px #ccc;
}

#standard_page .individual-post-text{
	float: left;
	width: 370px;
	margin-left: 20px;
} 

#standard_page .individual-post .date_field,
#standard_page .individual-post h3,
#standard_page .individual-post p{
	clear: both;
	float: left;
	margin-bottom: 6px;
}

#standard_page .individual-post .date_field{
	font-size: 14px;
	margin-bottom: 10px;
}

#pagination{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 15px;
}	

#pagination .left{	
	float: left;
}

#pagination .right{	
	float: right;
}	

/* PLEDGE & DONATE CTA's */

#landing_page{
	line-height: 0;
}

#donate-now,
#pledge-now{
	float: left;
	width: 330px;
	height: 200px;
	margin-top: -31px;
	margin-bottom: 0px;	
	background-image: url(images/donate-CTA.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

#donate-now{
	margin-left: 0px;
}

#pledge-now{
	margin-left: 0px;
	background-position: -330px 0;
}

#donate-now:hover{
	background-position: 0px -200px;
}

#pledge-now:hover{
	background-position: -330px -200px;
}

/* GENERAL TEXTS */

#standard_page #content h3,
#post_page #content h3{
	font-size: 15px;
	color: #333;
	line-height: 27px;
	margin-top: 2px;
	margin-bottom: 3px;
}

#post_page #content h4{
	font-size: 15px;
	color: #888;
	margin-top: 2px;
	margin-bottom: 10px;
}

#content .individual-post-text h3{
	font-size: 20px!important;
	margin-bottom: 10px!important;
}

p, label, li, td, ul, ol{
	color: #222;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}

a{
	color: #0377ab;
	text-decoration: none;
}

a:hover{
	
	text-decoration: underline;
}

ul{
	margin-left: 10px;
}

ul li{
	list-style-position: inside;
	margin-bottom: 1px;
}

table{
	border-collapse: collapse;
	margin-bottom: 10px;
	
}

table td {
	padding: 5px;
	padding-left: 0;
	padding-right: 15px;
}

/* FOOTER */

#footer{
	clear: both;
	float: left;
	width: 660px;
	height: 235px;
	background-image: url(images/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}

#footer #news_area{
	float: right;
	width: 305px;
	height: 200px;
	padding-top: 25px;
	padding-left: 25px;
}

#news_area ul{
	clear: both;
	float: left;
	margin-top: 21px;
	margin-left: 10px;	
}

#news_area ul li{
	float: left;
	width: 250px;
	margin-right: 15px;    
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#news_area ul li a{
	color: #777777;
	text-decoration: none;
}

#news_area ul li a:hover{
	color: #777777;
	text-decoration: underline;
}

#footer #subscribe_form{
	float: left;
	width: 305px;
	height: 210px;
	padding-top: 25px;
	padding-left: 25px;
	background-image: url(images/footer_news-seperator.png);
	background-repeat: no-repeat;
	background-position: right 0px;	
}

#footer #subscribe_form .wpml input.ui-button,
.gform_button{
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/button-background.jpg);
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#footer #subscribe_form .wpml input.ui-button:hover,
.gform_button:hover{
	background-position:  0px -34px;
	cursor: pointer;
}

#footer #subscribe_form .wpmlcustomfield {
	display: none;
}

#footer .icon{
	position: relative;
	float: right;
	width: 145px;
	height: 80px;
	margin-right: 20px;
	margin-top: -72px;
	background-image: url(images/footer-icons.png);
	background-repeat: no-repeat;
	background-position: -185px 0px;	
	z-index: 100000;
}

#footer .subscribe{
	background-position: 0px 0px;
}

#footer #news_area h4,
#footer #subscribe_form h4{
	float: left;
	padding-top: 15px;
	color: #222;
	font-size: 21px;
    	font-weight: normal;
}

#footer #subscribe_form p{
	clear: both;
	float: left;
	font-size: 10px;
    	margin-bottom: 12px;
    	margin-top: 14px;
    	width: 160px;
	display: none;
	display: block;
}

#footer #subscribe_form .sup-text{
	clear: both;
    	float: left;
	width: 290px;
    	font-size: 10px;
    	margin-top: 20px;
	margin-bottom: 12px;
}

#footer #subscribe_form .wpmlwidget .wpmlerror{
	margin: 10px 15px;
	
}

.widget_newsletters{
	clear: both;
}

.wpmlwidget .wpmlerror, .widget_newsletters .wpmlerror{
	margin-top: 8px!important;
}

#footer #subscribe_form .wpmlwidget input.wpml{
	margin-: 2px;
	padding: 5px;
	
}

.wpmlwidget input.wpml, .widget_newsletters input.wpml{
	width: 210px!important;
}

#footnote{
	clear: both;
	width: 640px;
	height: 22px;
	padding: 7px 10px 0;
	border-top: solid 1px #30363a;
	background-color: #555;
	border-radius: 0 0 5px 5px;
}

#footnote p{
	float: left;
	color: #aaa;
	font-size: 10px;
}

#footnote a{
	float: right;
	color: #aaa;
	font-size: 10px;
	text-decoration: none;
}

#footnote a:hover{
	color: #fff;
	font-size: 10px;
}

/* END CSS */

/* GRAVITY FORMS CSS */

.gfield{
	margin-bottom: 30px;
}

#field_1_12 .gfield_description,
#field_4_16 .gfield_description{
	color: #222222;
    	font-size: 12px;
	font-weight: bold;
}

#field_1_12,
#field_4_16{
	margin-bottom: 25px;
}

#field_1_12 .validation_message,
#field_4_16 .validation_message{
	color: #790000;
    	font-weight: bold;
    	letter-spacing: normal;
	font-size: 0.85em;
}