/*   
Theme Name: Kelowna Taekwondo
Theme URI: 
Description: Custom template for Kelowna Taekwondo.
Author: Peter Rudd
Author URI: http://newmediasyndicate.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */

a:link, a:active, a:visited {
	color: #00579d;
}

a:hover {
	color: #f92428;
}

#buttons {
    padding:.75em 0;
} 
a.button {
    border:1px solid #ccc;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    color:#666;
    font-size:13px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
}
a.button:hover,
a.button:active {
    color: #FF4B33;
}

body {
	background: #f5f5f5 url(images/bg.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body.page {
	background: #f5f5f5 url(images/bg_inside.png) top repeat-x;
}

/* =Header
-------------------------------------------------------------- */

#branding {
    position:relative;
    padding:0;
/*     overflow: hidden; */
height:110px;
}
#blog-title {
    width:652px;
}    
#access {
	padding-top:7px;
	border-bottom: 0;
}
#main {
	padding:10px 0;
}


body.page #main {
	margin-top:40px;
	background: url(images/belt.png) bottom right no-repeat;
	min-height: 600px;	
} 

#blog-description {
    width:300px;
	position: absolute;
	top:80px;
	left:200px;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */

#nav {
    float:right;
}


/* =Content
-------------------------------------------------------------- */

.search .page-title {
    display:none;
}


/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    padding:63px 0 42px 0;
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}
#leader .entry-title {
    font-size:40px;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
#leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:652px;
}
#leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}

.page-template-front-page-php #feature {
		float:left;
}
.page-template-front-page-php #feature img {
float:left;
margin:-10px 10 0 -10px;
}
.page-template-front-page-php #feature-info {
    float:right;
		margin:0 0 0 19px;
    width:484px;
}
.page-template-front-page-php #feature-info h2 {
    font-family:Arial,sans-serif;
    font-size:40px;
    font-weight:bold;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
    margin-top:-21px;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    float:left;
    width:484px;
}
#front-block-1 {
    margin-right:20px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #ccc;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
    border-bottom:1px solid #ccc;
    color:#666;
    display:block;
    padding:6px 0;
    text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#fafafa;
    color: #FF4B33;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

.feature {
	padding-top:10px;
}


/* Menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
    border-right:0;
	float:left;
}
.sf-menu a {
	border-left:0;
	border-top:0;
	border-bottom:0;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
    color: #f7242a;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu .current_page_item a {
color:#f7242a;
}


.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     transparent;
	outline:		0;
    border-bottom-color:#ccc;
    border-bottom: 0;
    color: #f7242a;
}
.sf-menu ul {
    border-right:0
    border-bottom:0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


.entry-title {
font-family:Arial,sans-serif;
font-size:26px;
font-weight:bold;
line-height:26px;
padding:0 0 7px;
color: #f7242b;
margin-bottom:10px;
}

.post_thumbnail {
	margin-top:30px;
	float: right;
}

.post_thumbnail img {
	border:10px solid #ccc;
	padding:1px;
}

#footer {
border-top:10px solid #00549c;
margin-top:0;
position: relative;
}

#footer-inner {
	width: 988px;
	margin: 0 auto;
}

.team {
	border-bottom: 1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow: hidden;
}

.team img {
	border:4px solid #ccc;
	padding:1px;
}

#whoweare th {
	background: #00549c;
	color: #fff;
	font-size: 18px;
}

.check ul, .check li {
	list-style: none;
	background: url(images/71.png) no-repeat;
}

.check {
	margin:0 0 18px 0;
}

.check li {
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
}

#schedule th {
	background: #00549c;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#schedule .day {
	font-weight: bold;
	text-align: center;
	color: #00549c;
}

#schedule td {
	text-align: center;
}

#home_intro {
	width:330px;
	float:right;
	padding-top:20px;
	color: #fff;
}

#home_intro h1 {
	margin-top: 10px;
	color: #fff;
	font-size: 22px;
	margin-bottom:10px;
}

#home_intro a {
	color: #fff;
}

#home_intro a:hover {
	color: #f92428;
}

#container {
	overflow: hidden;
}

#container2 {
	clear: both;
	padding-top:40px;
	overflow: hidden;
	padding-bottom: 20px;
}

#container2 .panel {
	background: #fff url(images/bg_lt_grey_gradient.png) top repeat-x;
	width:312px;
	float:left;
	margin-right:20px;
	border:1px solid #ccc;
	min-height:230px;
}

#container2 .panel_top {
	background: url(images/bg_grey_gradient.png) repeat-x;
	color: #fff;
	font-size: 16px;
	padding:2px 10px;
}

#container2 ul {
	margin-top:20px;
}
#container2 p {
	padding:20px 20px 0 20px;
}
#tagline {
	width:400px;
	float:right;
	font-style: italic;
	font-size: 16px;
	color: #666;
	padding-top:40px;
}

#logo {
	float:left;
	width: 400px;
}

table {
border-bottom:1px solid #ccc;
}

#wtf_logos {
	width:400px;
	margin-top:6px;
	float: right;
	text-align: right;
}
#wtf_logos img {
	margin-left:10px;
}


#siteinfo {
	clear: none;
	padding:0;
	width:400px;
	float: left;
	margin-top:6px;
}


#fb_icon {
	position: absolute;
	top:120px;
	right:0px;
	float:right;
	width:30px;
	height:30px;
	z-index: 199;
}

#fb_icon img {
	height:30px;
	width:30px;
}

#siteby {
	float:left;
	font-size: 11px;
	width:300px;
	color: #666;
}

#siteby a {
	color: #666;
}

#siteby a:hover {
	color: #00579d;
}