/*
Theme Name: Sky Flow
Version: 0.3
Description: Leaping Ladies: Free and Elegant
Author: Tim Osborn
*/

/* @group Structure */

* {
    margin: 0;
}
html, body {
    height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #008ce5 url(images/bg_slice.gif) repeat-x;
	color: #004f80;
	font: normal 76% "Palantino", "Georgia", Serif;
	}

#wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto -230px;

	background: #e6f3f9 url(images/content-bg.png) repeat-y;
	width:	790px;
	z-index: 100;
}

#footer, #push {
    height: 230px;
    margin: 0 auto -230px;
	clear: both;
}

#footer {
	background: url(images/foot_bg.jpg) no-repeat;
	width: 590px;
	
/*	pad top creates a blank below the footer*/
/*	padding-top: 100px;*/

	padding-right: 200px;
	font-size: 1.1em;
	text-align: center;
	}

p.copyright {padding-top: 100px;}

#content {
	float: left;
	width: 550px;
/*	margin:  0px 12px 0px 10px;*/
	
	padding-left: 25px;
	padding-right: 12px;
	
/*	if this is /not/ set, the bg runs to the bottom*/
	padding-bottom: 130px;
	}
	
#sidebar {
	float: right;
	width: 180px;

	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

	/*	if this is /not/ set, the bg runs to the bottom*/
	padding-bottom: 230px;
	}

#sidebar div.title {
/*	margin-top: 15px;*/
	}

.sideblock {
/*	width: 208px;*/
/*	padding: 10px;*/
/*	margin-bottom: 15px;*/
	}

#headwrap {
	background: url(images/shadow-top.gif) no-repeat;
	height: 355px;
	width: 100%;
/*	margin: 0;*/
	}

#header {
	background: url(images/header.gif) no-repeat;
	height: 70px;
	margin: 0 10px;
	text-indent: -9000px;
	}

#banner {
	background: url(images/banner.jpg) no-repeat;
	height: 225px;
	margin: 0 10px;
	}
	
#feature-nav {
	background: url(images/navigation.jpg) no-repeat;
	height: 60px;	
	text-align: right;
	color: white;
	}

.clear {clear:both;}

/* @end */

/* @group Navigation */

#sidebar ul {padding: 0 0 2em 0px;}
#sidebar li {font-size: 1.1em; list-style-type: none;}


#sidebar ul li a:link, #sidebar ul li a:visited {
	background-color:#EEF8FB;
	border-bottom:1px solid #AABBFF;
	color:#003f66;
	display:block;
	padding:4px 0 4px 7px;
	text-align:left;
	text-decoration:none;
	width:160px;
}
#sidebar ul {
	width: 168px;
	border-top:1px solid #AABBFF;
}
#sidebar ul li a:hover {
	background-color:#B2E1FF;
	color:#003f66;
	display:block;
	padding:4px 0 4px 7px;
	text-decoration:none;
	width:160px;
}

/* @end */

/* @group Trappings */

.right { float: right; }
.left { float: left; }
	
	/* wp default img styles: http://codex.wordpress.org/Wrapping_Text_Around_Images */
	img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
	img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }

a img {border: 0;}

a.audio-download {
	display: inline-block;
	float: left;
	width:29px;
	height:24px;
	background: url(images/download-audio.png) no-repeat;
	text-indent: -9000px;
	padding: 0 5px 0 0;
}
a:hover.audio-download {
	background: url(images/download-audio-hover.png) no-repeat;
}


/* @end */

/* @group Text */

h2 {color: #003f66; font-size: 1.5em; padding-bottom: 1em;}

p {
	font-size: 1.2em;
	padding-bottom: 1em;
}

a {
	text-decoration: none;
	color: #003f66;
	}
a:hover {text-decoration: underline;}


.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black }

blockquote {
	font-style: italic;
	padding: 10px;
}

blockquote span.quoteauthor {
	font-style: normal;
}

.title {color: #003f66; font-size: 1.2em; font-weight:600; padding-bottom: 5px;}
/* @end */

/* @group Lists */

#content ul {
	padding: 0 0 1.1em 40px;
	}
#content li {font-size: 1.2em;}


/* @end */

/* @group dTabs */

/* dtabs 

	.tabbar
	.tab
	.tabselected
	.dmenu
	#TABNAME_menu
	#front_page_menu
*/

ul#tabbar {
		margin: 0 10px 20px 145px;
		padding: 5px 0 0 0;
		}
		
	.tab a, .tabselected a {
		color: black;
		font-size: 1.4em;
		text-decoration: none;
		}
		
	/* make the list horizontal */
	#tabbar li, 
	#tabbar ul li {
		display: inline;
		}
	#tabbar a, .tab, .tabselected {
	display: inline-block;
	}
	
	/* add a little spacing */
	.tab, .tabselected {
		padding: 0 10px;
		margin-top: 5px;
		border-bottom: 2px solid #008ce5;
		}
	
	.tab {
		background: transparent;
		}
	
	/*  colour selected tabs white, and make their 
		border white along the bottom to blend in with the background */
	.tabselected {
		background: transparent;
		border-bottom-color: white;
		}
	
	.tabselected a {
		color: white;
		}
		
	/* style the dropdown menus */
	.dmenu {
		display: none; /* REQUIRED dont display them to begin with */
		position: absolute; /* REQUIRED enables javascript to position them below the right tab */
		z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */
		
		margin: 21px 0 0 0; /* display them 21px below the top of the tabs. 
							this is a kind of average value for the height of the tabs, 
							which seems to vary slightly between browsers */
		
		padding: 3px 20px 3px 0; /* put some space around the contents */
		background-color: #aabbff; /* colour the background grey */
		
		border: 1px solid #006699; /* add a border */
		text-align: left; /* just in case */
		}



/* @end */
		
		
