/*
Theme Name: Swim Academy
Theme URI: http://vintom.com
Description: A simple starting point to wordpress theme development
Version: 1
Author: Vin Thomas
Author URI: http://vintom.com
Tags: starter, blank, framework
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "superfish.css";

/* Site Colors  
bg blue: 00b1d9
lt blue: bfebf5
dk blue: 0093b4
*/

/* Sticky Footer Styles */

html, body, #wrap {
height: 100%;
}

body > #wrap {
height: auto; min-height: 100%;
}

#main {
padding-bottom: 265px;
}  /* must be same height as the footer */

#footer {
position: relative;
margin-top: -250px; /* negative value of footer height */
height: 265px;
clear:both;
background: #111;
border-top: solid 5px #333;
} 

/* CLEAR FIX*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

/* End Sticky Footer Styles */

body {
background: #00b1d9 url(images/bg-radial.jpg) top center repeat-x; 
font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-size: 14px;
color: #333;
}

a:link, a:active, a:visited { color: #0093b4; text-decoration: none;}

a:hover { color: #0093b4; text-decoration: none;}

p {
line-height: 1.5em;
}

#main {
width: 960px; 
margin: 0 auto;
}

#inner-wrap {
background: #fff url(images/wrapper-bg.jpg) bottom center repeat-x; 
border: solid 5px #eee;
width: 960px;
position: relative;
margin-bottom: 175px;
z-index: 99; /* allows superfish dropdowns */
top:135px;
}

#content {
width: 570px; 
float: left; 
display: inline; 
padding: 20px 40px 0 20px; 
position: relative;
z-index: 100; /* allows superfish dropdowns */
margin-top: 0;
}

#wide-content {
width: 920px; 
float: left; 
display: inline; 
padding: 20px 20px 0; 
position: relative;
z-index: 100; /* allows superfish dropdowns */
margin-top: 0;
}

#sidebar {
width: 270px;
float: right;
display: inline;
margin: 20px;
padding: 0px;
margin-bottom: 20px;
}

.links a {
padding: 5px;
display: block;
}

#header { 
margin: 40px 0 0 0;
position: relative;
z-index: 9999; /* fixes superfish dropdowns */
position: absolute;
top: 100px;
}

#menu { 
width: 560px; 
clear: both; 
height: 32px; 
float: right;
display: inline;
position: absolute;
z-index: 9999; /* fixes superfish dropdowns */
margin-top: -57px;
left:401px;
}

h1.logo { 
width: 440px; 
height: 133px;
background: url(images/logo-trans.png) top left no-repeat;
text-indent: -9999px;
margin: 0 0 20px -68px;
position: absolute;
top: -110px;
}

h1.logo a {
display: block;
width: 100%;
height: 100%;
outline: none;
}

h2 {
font-size: 2.0em; 
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
color: #000;
}

#footer h2 {
color: #f3f3f3;
}

h3 {
font-size: 1.4em; 
font-weight: normal;
margin-bottom: 10px;
}

.post {
}

.post p {
margin-bottom: 20px;
}

#commentform input {
display: block; padding: 5px; margin: 5px 0 20px;
}

#sidebar ul li { 
margin-bottom: 20px; 
padding-bottom: 20px; 
}

#sidebar ul li ul li { 
margin: 0; 
padding: 0; 
border-bottom: none;
}

#sidebar ul li ul { 
padding-left: 10px;
}

#sidebar ul li ul li { 
border-bottom-color: #ececec; 
background:transparent url(images/bullet.gif) no-repeat scroll left 7px;
border-bottom:1px solid #EEE;
color:#555555;
padding:5px 5px 5px 20px;
}

#sidebar ul li ul li a {
display: block;
}

#sidebar ul li ul li a:hover {
display: block;
color: #333;
}

.post ul {
margin-bottom: 20px;
}

.post li { 
color: #555555; 
background: url(images/bullet.png) no-repeat 20px 7px;	
padding: 3px 0 3px 40px;
font-size: .9em;
}

.alignright {
float: right; padding: 5px; border: solid 1px #ccc; margin-left: 10px;
}

.alignleft {
float: left; padding: 5px; border: solid 1px #ccc; margin-right: 10px;
}

/* Table Styles */
table.fxtable {
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	color: #fff;
	width: 920px;
	background-color: #EEE;
	border: solid 1px #CCC;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 25px;
}

table.fxtable td {
	background-color: #EEE;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
	vertical-align: top;
}

table.fxtable td.head {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 1px #fff solid;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
} 

table.fxtable a, table.fxtable a:active, table.fxtable a:visited { 
	color: #333; 
	text-decoration: underline;
}

table.fxtable a:hover { color: #666; }

.ten { width: 10%;}

.twenty { width: 20%;}

.twentyfive { width: 25%;}

.thirty {width: 30%;}

.thirtythree { width: 33%; }

.fifty { width: 50%; }

.sixty { width: 60%; }
/* End Table Styles */

.redbg{ 
background: #c54347;
width: 270px;
height: 40px;
display: block;
}

.post img {
max-width: 558px;
height: auto;
padding: 5px; 
border: solid 1px #ccc;
}

blockquote {
border-left:5px solid #bfebf5;
font-size:0.9em;
font-style:italic;
margin:0 20px;
padding-left:10px;
}


#footer-content { 
width: 983px;
margin: 0 auto;
padding: 1em 0;
color: #ddd;
font-size: 0.9em;
}

li.footerlinks {
width: 368px;
margin-right: 20px;
float: left;
display: inline;
}

li.footerlinks a {
padding: 5px;
display: block;
}

li.footerlinks a:hover {
background-color: #222;
color: #eee;
}

li.flickr {
display:inline;
float:right;
height:210px;
overflow:hidden;
width:595px;
}

.flickr img {
border:1px solid #111111;
margin:0 2px 0 0;
padding:3px;
opacity: 0.4;
}


.flickr img:hover {
border: solid 1px #00b1d9;
opacity: 1;
}

#slider {
width: 920px;
height: 355px;
overflow: hidden;
margin-bottom: 20px;
}

#slider div {
clear: both;
width: 920px;
height: 355px;
}

#slider img {
float: right;
margin-left: 20px;
}

#slider img.featurebutton {
border: none;
padding: 0;
margin: 0;
float: right;
}

.signup {
height: 48px;
background: transparent url(images/signup.jpg) no-repeat left top;
display: block;
width: 225px;
text-indent: -9999px;
}

.signup:hover {
height: 48px;
background: transparent url(images/signup.jpg) no-repeat left -48px;
display: block;
width: 224px;
text-indent: -9999px;
}

.readmore {
height: 48px;
background: transparent url(images/readmore.jpg) no-repeat left top;
display: block;
width: 225px;
text-indent: -9999px;
}

.readmore:hover {
height: 48px;
background: transparent url(images/readmore.jpg) no-repeat left -48px;
display: block;
width: 225px;
text-indent: -9999px;
}

#slider li { 
color: #555555; 
background: url(images/check.gif) no-repeat 20px 4px;	
padding: 3px 0 3px 40px;
font-size: .9em;
}

table.tbmain {
background: transparent !important;
}

.pdf { background:#FFFFFF url(images/pdf.png) no-repeat scroll left 4px;
height:16px;
padding:5px 0 5px 23px;}

a.button { color: #fff; font-weight: bold; text-transform: uppercase; background-color: #0093B4; border: solid 1px #006a82; border-bottom: none; border-right: none; padding: 6px 10px; text-shadow: 1px 1px 0px #006a82;}

a.button:hover { color: #fff; font-weight: bold; text-transform: uppercase; background-color: #a2d51e; border: solid 1px #7ba317; border-bottom: none; border-right: none; padding: 6px 10px; text-shadow: 1px 1px 0px #7ba317;}

img.nonmembers { position:absolute; right:-975px; top:-135px; }

li.page-item-1998 { background: url(images/star-trans.png) no-repeat 0 0; }