/**
 * Theme Name: Top of the Key
 * Theme URI: http://www.stontech.net
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 1.0
 * Author: Clark Johnson
 * Author URI: http://www.stontech.net
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	font: 11px Verdana,Helvetica, sans serif;
	color: #000;
	line-height:140%;
	background:#ccc url(images/BigLogoBG.png) repeat scroll center 350px;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #0D51CC;
	border:1px solid #ccc;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #0c8fce;
	text-decoration: none;
	}
a:hover {
	color: #0c8fce;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
/*	font-family: Arial, Verdana, sans-serif;*/
	font-weight: bold;
	}
h1, h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font-weight:bold;
	font-style: italic;
	font-size: 18px;
	line-height:22px;
}
h4 {
	font-size: 12px;
	}
h5 {
	font-size: 12px;
	}
h6 {
	font-size: 12px;
	}
h2, h3, h4, h5, h6{margin:22px 0 22px}

object{
	margin:0;

}
/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
/*	background: #fff; */
	background: #eee;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #ddd;
	vertical-align:top;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Page Navigation
************************************************/
#navigation {

	height: 196px;
	margin: -196px auto 0;
	background: transparent;
	float:right;
	width:980px;
	color:#fff;
	}
#navigation a{
	color:#C8E052;
	font-weight:bold;
}
#page-nav {
/*	float: left;
	width: 568px;
	margin: 0;
*/	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#page-nav a {
	display: block;
	font: normal normal bold 11px/14px Arial, Verdana, sans-serif;
	color: #fff;
	padding: 13px 20px 13px 20px;
	}
#page-nav a:hover {
	text-decoration: underline;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #01192f;
	background: #01203C;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #01192f;
	}
#page-nav li li a {
	padding: 10px 10px;
	border: none;
	}

/* Search form in navigation bar. */
#search-1 {
	clear:none;
	float:left;
	margin:53px 0 0 179px;
	padding:0;
	position:relative;
}
#navigation form {

	}
#navigation .search-text {
	width: 161px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #0A08BB;
	background: #C8C8D0;
	border: 1px solid #333;
	font-family:Verdana, sans-serif;
	}
#navigation .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header-container{
/*	background: #333333 url(images/BigLogoBG2.png) no-repeat scroll 9px -177px;*/
}

#header {
	overflow: hidden;
	position: relative;
/*	top: 40px;*/
	height: 196px;
	padding: 0px 20px;
/*	border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	background: #76758A url(images/LogobannerBG2.jpg) no-repeat 0 0;
	 
	}
#site-title {
	font: normal normal bold 25px/25px Arial, Verdana, sans-serif;
	margin: 5px 0;
	display:none
	}
#site-description {
	font: italic normal normal 13px/22px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	margin: 0;
	display:none;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
/*	width: 468px;
	height: 60px;*/
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background:transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 940px;
	margin-top: -1px;
	padding: 20px;
	background:#ff9f00 url(images/Background4.jpg) no-repeat scroll center top;	
}
.content {
	overflow: hidden;
	float: left;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 940px;
	}
.primary-active .content, .secondary-active .content {
	width: 620px;
	}

/**
* Content
************************************************/
.breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

.hentry{
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	background: #fff ;
	border: 1px solid #CCC;
/*	color:#000000;	*/

}
.entry-title a, .entry-title a:hover{
/*	color: #FFFFFF;*/
}


/* Entry titles. */
.entry-title {
/*background:#020200 url(images/h1back.jpg) no-repeat scroll 0 0;*/
font-size:20px;
font-weight:bold;
margin:0 0 20px;
/*padding:5px 5px 5px 30px;*/
	}

.home .entry-title, .archive .entry-title, .category .entry-title, .search-results .entry-title{

}
.home .entry-title{
	display:none
}

.page-title, .singular-page-title {
/*	background:#020200 url(images/h1back.jpg) no-repeat scroll 0 0;
	margin:-20px -20px 20px;
	padding:5px 6px 5px 28px;
*/
border-bottom:2px solid;
padding-bottom:6px;
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 11px;
	font-style: italic;
/*	color: #666; */
	color:#FF9F00;
	width:400px;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
/*	color: #333;*/
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 11px;
	font-style: italic;
/*	color: #666; */
	color:#FF9F00;
	}
.entry-meta a {
	font-style: normal;
/*	color: #333;*/
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info, .archive-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #76758A url(images/BigLogoBG.png) repeat scroll 0 283px;
	border: 1px solid #ccc;
	}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ccc;
	background: #f1f1f3;
	}
#primary .widget, #secondary .widget {
	padding: 15px 15px 15px 15px;
	}

/* Widget titles */
.widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #ff6600;
/*	background:#333333 url(images/h2backs.jpg) repeat scroll 0 0;
	padding:4px 6px;*/
	text-transform:uppercase;
	}

#primary .widget-title{
	margin: -15px -15px 10px;
	background:#330000 url(images/h2backs.jpg) repeat scroll 0 0;
	padding:3px;
	color:#fff;
	text-transform:none;

}
/* Widget content */
.widget ul {
	list-style: square;
	margin-left: 20px;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
/*	background: #fff;*/
	background:transparent url(images/ContentBG2.png) repeat scroll 0 0;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
/*	background: #f7f7f7;*/
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
/*	background: #f7f7f7;*/
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 88%;
	padding: 3px;
	margin: 0 0 0px 0;
	border: 1px solid #ddd;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #C8E052;
	border: 1px double #333;
	background:#0C8FCE;
	font-family:Verdana,sans-serif;
	font-size:12px;
	}
.button:hover {
	cursor: pointer;
	background: #C8E052;
	color: #0A08BB;

	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 0px 20px 0px 20px;
	background: #f1f1f3 url(images/FooterBack2.jpg);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
/*	padding: 0;*/
	border: none;
	background:none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	color: #fff;
	margin: 0 auto;
	padding: 20px 20px 0;
	}
#footer a {
	color: #c8e052;
	font-weight:bold;
	font-style: italic;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#footer .credit {
	text-align: right;
	}
#flexipages-2{
	border:none;
	background:none;
	padding:0;
	margin:0;
}
#flexipages-2 .widget-title{
	display:none
} 
#flexipages-2 ul{
	list-style:none;
	display:inline;
}
#flexipages-2 ul li{
	float:left;

}
#flexipages-2 ul li a:link, #flexipages-2 ul li a:visited{
	background:transparent url(images/ContentBG2.png) repeat scroll 0 0;
	margin:3px 8px 20px 0;
	padding:5px 10px;
	display:block
}
#flexipages-2 ul li a:hover, #flexipages-2 .current_page_item a:link, #flexipages-2 .current_page_item a:visited{
	color:#0A08BB;
	background:#C8E052 none repeat scroll 0 0;
	margin:3px 8px 20px 0;
	padding:5px 10px;
	display:block
}
#subnav li {  
    float:left;  
    list-style:none  
    }  
  
#subnav {  
    background:#e6eef7;  
    border-top:2px solid #577da2;  
    border-bottom:2px solid #cad8e6;  
    height:28px;  
	clear:both
    }  
  
#subnav li {  
    border-right:1px solid #295887;  
    padding:0 7px;  
    }     
  
#subnav a, #subnav a:visited {  
    color:#295887;  
    text-decoration:none;  
    font-weight:bold  
    }  
  
#subnav a:hover, #subnav a:active,  
#subnav li.current_page_item a,  
#subnav li.current_page_item a:visited {  
    text-decoration:underline  
    }  
#subnav li{
display:none
}
#subnav .current_page_item li{
	display:block;
}
#flashnav
{
	position:relative;
	padding:7px 0 0 22px;
	clear:both;
	float:left;
	width:980px;
}
#flash-scorecrawler {
	position:relative;	
	width:564px;
	height:33px;
	margin: 0 0;
	padding:39px 0 0 403px;
	clear:none;
	float:left;
}
#scorecrawler object, #flashnav object {
	padding:0;
	margin:0!important;
}
#navcategories{
	position:relative;
	clear:both;
	margin:4px 20px 0 180px;
}
#navcategories ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#navcategories li{
	float:left;
	padding:2px 10px 0 0;
}
#navcategories span{
	padding:0 10px 0 0;
	float:left;
	color:#FF6600;
	font-size:16px;
	font-weight:bold;
}

#headerinfo {
	clear:both;;
	margin:0;
	padding:19px 22px 0 0;
	position:relative;
	font-weight:bold;
	text-transform:capitalize;
	float:right;
}
.phoneinfo, #headerinfo a {
	background:transparent url(images/ContentBG.png) ;
	padding:3px 7px;
	border:1px solid #666;
}

.widget_latest_products .item_image{
	float:left;
	padding: 0 10px 10px 0;
}

.widget_latest_products div div div{
	margin-bottom:6px;
	clear:both;
}
.widget_sub-pages ul {
	list-style:none;
	margin:0;
}
.widget_sub-pages a {
	display:block;
	padding:3px;
	text-transform:Uppercase;
}
.widget_sub-pages a:hover {
	color:#0A08BB;
}
.widget_sub-pages ul li {
	padding:3px 6px;
	margin:0 0 0px 0;
}

.widget_sub-pages ul li ul li a {
	padding:3px;
	text-transform:none;
}
.widget_sub-pages ul li ul {
	margin-left:10px;
}

.widgetICSImporter ul{
	list-style:none;
	margin:0;
	}
.widgetICSImporter ul li{
	padding-bottom:10px;
}
#hybrid-pages-4, #hybrid-pages-5, #hybrid-pages-6, #hybrid-pages-7 {
	padding-left:40px;
	width:180px;
	float:left;
	min-height:170px;
	font-weight:bold;
	border:3px solid;
}
#hybrid-pages-4 .widget-title, #hybrid-pages-5 .widget-title, #hybrid-pages-6 .widget-title, #hybrid-pages-7 .widget-title{
display:none;
}
#hybrid-pages-4, #hybrid-pages-7 {
margin-right:20px;
}

#hybrid-pages-4 {
	background:#333333 url(images/playersback.jpg) scroll repeat-y 0 0;
	position:relative;
	left:-420px;
}
#hybrid-pages-6{
	background:#333333 url(images/coachesback.jpg) scroll repeat-y 0 0;
}
#hybrid-pages-5 {
	background:#333333 url(images/aboutusback.jpg) scroll repeat-y 0 0;
}
#hybrid-pages-7 {
	background:#333333 url(images/resourcesback.jpg) scroll repeat-y 0 0;
	position:relative;
	left:-420px;
}

#wordtube{
	background:none;
	border:none;
	padding:0 ;
	margin:0 20px 0 0;
	width:400px;
	float:left;
	position:relative;
	left:265px;
}
.widget_cc {
	margin-right:0 !important;
}
.widget_cc .widget-title {
/*	display:none;*/
}
.widget_cc form {
/*	padding-top:43px;*/
	
}
.widget_cc p {
	
}
#text-365323691{
	margin-right:0 !important;

}
.subscribebox2 {
float:left;
width:257px;
margin:10px;
background-color:#f1f1f3;
border:1px solid #0C8FCE;
font-family:trebuchet MS;
padding:10px;
text-align:center;
-moz-border-radius:20px;
min-height:395px;
font-size:18px;}

.subscribebox2 h3{
-moz-border-radius:10px;
background-color:#333;
color:#FFFFFF;
font-size:18px;
padding:3px;
}
.pro-player-container {
margin:0 auto;
width:500px;}

.page-618 ul{
background:url(images/LessonLinks2.png) no-repeat;
min-height:85px;
margin:0;
padding:0 0 22px 147px;
}

.home p{
margin-bottom:10px;
}
.checklist li {
background:transparent url(images/checkmark.jpg) no-repeat left 4px;
padding:0 0 10px 45px;
margin:0;
}
.checklist {
list-style:none;
margin:0;
padding:0 0 10px;
}
.product{
padding:22px;
border:1px solid;
background-color:#eeeeee;
margin:22px 0;
}
.productdescription{
float:left;
width:330px;
padding:0 22px 11px 0;
font-size:11px;
}
.productprice{
float:left;
padding-bottom:11px;
text-align:center;
width:180px;

}
.productnote{
clear:both;
color:#fff;
background-color:#ADACB9;
padding:6px;
margin-bottom:12px
}
#otherlinks {
font-size:12px;
line-height:11px;
margin:159px auto 0px;
position:relative;
text-align:center;
text-transform:uppercase;
width:560px;
border-bottom:1px solid;
border-left:1px solid;
border-right:1px solid;
background-color:#333;
padding:0px 0px 6px 0px;
}
#otherlinks a, #otherlinks a:hover {
padding-bottom:0px;
text-decoration:none;
}
#otherlinks a:hover {
border-bottom:1px solid;
}
.button-form input {width:122px}
.button-cost{font-size:13px;font-weight:bold}
.button-title{font-size:11px;font-weight:bold}
/*#form-1259038937 form, #form-1259038911 form, #form-1259019443 form {display:none}
#form-1259038937, #form-1259038911, #form-1259019443 {
	width:182px;
	height:33px;
	background:url(images/coming2010.jpg) no-repeat center center;
}*/
.wpm_registration{
color:#000;
}