/**
 * Theme Name: TCOR2
 * Theme URI: http://www.truecompetition.org
 * Description: TrueCompetition.Org's modified wordpress theme, based of of hybrid by Justin Tadlock. 
 * Version: 0.1.0
 * Author: Chris Funk
 * Author URI: http://www.truecompetition.org
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Template: hybrid
 * 
 *
 * The original hybrid theme is the copyright of Justin Tadlock:
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid 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/20px.css');

/* Get layout CSS */
/* @import url('../hybrid/library/css/2c-r-fixed.css'); */

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

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


/* Body */
body {
	font: normal normal normal 15px/21px Calibri, Arial, sans-serif;
	color: #000;
	background: #bfbfbf
	}

/* Body container */
#body-container {
	background: #bfbfbf;
	}

/* Page Layout container */
#pagelayout-container {
	width: 1024px;
	margin: 20px auto;
	border: solid 7px #FFFFFF;
	background: #ffffff url(images/background.jpg) no-repeat;
	}


/* Links */
a {
	color: #21759b;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	}
a:hover, a:active {
	color: #d54e21;
	text-decoration: underline;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

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

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* 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", Georgia, serif;
	color: #333;
	}

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

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

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

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

/* Breadcrumb */
.breadcrumb {
	margin: 8px 0 5px 0;
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
.breadcrumb a {
	color: #063;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #063;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

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

/* Header */
#header-container {
	overflow: hidden;
	height: 100px;
	}
#header {
	overflow: hidden;
	width: 1024px;
	height: 100px;
	margin: 0px auto;
	}

/* Blog title */
#site-title {
	font: normal normal normal 35px/35px Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	color: #fff;
	}
#site-title a {
	color: #fff;
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Calibri, Arial, sans-serif;
	margin: 0;
	color: #fff;
	}
	
	
	
/* dTabs CSS */

/* dTab Container */

#dtab-container {
	overflow: hidden;
	width: 1024px;
	height: 22px;
	margin: 9px auto 0px auto;
	}

/* Default CSS generated by dTabs */

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
.tabbar li, .tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;

}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 1px 15px 1px 15px;
	
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	/* background: #FDC010 url(images/dtab-inactive.jpg); */
	
	/* set a bottom border */
	/* border: 1px solid rgb(255,255,255); */
	
}

/* style the text */

/* #tabbar a {
	font-family: Calibri, Arial, sans-serif;
	color: #FFFFFF;
}
*/

.tab a {
	color: #FFF;
}


/* make changes to the selected tab */
.tabselected {
	
	/* set a background color */
	background: #FFF;
	
	/* make the border along the bottom blend into the background */
	border-bottom-color: #FFF;
}

.tabselected a { color: #036; }

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a blue background */
	background-color: #bfbfbf;
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
.tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
.tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}


/* ---------------------------------------------------- */

/* modifying wp_list_pages */

.pagenav {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.current_page_item {

/*  commented out for now ---
	background: #e1e1e1;
*/

	font-weight: bold;
	font-style: oblique;
}

/* commented out for now ----

.current_page_parent {
	font-weight: bold;
	font-variant: small-caps;
}

.current_page_acenstor {
	font-weight: bold;
	font-variant: small-caps;
}

*/

/* a default border for page items */

.page_item {
/*	border-top: solid 1px #FCFCFC; */
}

/* which is overriden for each item on top menu on the home page */

.page-item-32, .page-item-108, .page-item-14, .page-item-54, .page-item-3 {
	border-top: none;
}


/* Navigation */
#navigation {
	width: 1024px;
	height: 31px;
	margin: 11px auto 0px 20px;
	}
#page-nav li {
	margin-right: 15px;
	vertical-align: middle;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 2px 15px 2px 15px;
	color: #fff;
	}

#page-nav li.current_page_item a {
	color: #036;
	}
#page-nav li.current_page_item li a {
	color: #FFF;
	background: #036;
	}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 19px;
	}
#page-nav li li a {
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	}
#page-nav li ul {
	background: #036;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}


/* ---------------------------------------------------- */


/* Container (wraps content, primary, and secondary) */
#container {
	overflow: hidden;
	width: 1024px;
	margin: 0px auto 0px auto;
	}
	

/* ---------------------------------------------------- */

/* homemenu setup */

#homemenu {
	overflow: hidden;
	width: 1024px;
	height: 167px;
	margin: 419px auto 0px auto;
	position:relative;
	top:0px;
	}

#homemenuLeftBorder
{
	display: block;
	width: 162px;
	height: 167px;
	background: url(images/left.jpg) no-repeat 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#CoachingButton
{
	display: block;
	width: 136px;
	height: 167px;
	background: url(images/coach.jpg) no-repeat 0 0;
	position: absolute;
	left: 162px;
	top: 0px;
}

#CoachingButton:hover
{
	background-position: 0 -167px;
}

#CoachingButton span
{
	display: none;
}


#TeachingButton
{
	display: block;
	width: 136px;
	height: 167px;
	background: url(images/teach.jpg) no-repeat 0 0;
	position: absolute;
	left: 298px;
	top: 0px;
}

#TeachingButton:hover
{
	background-position: 0 -167px;
}

#TeachingButton span
{
	display: none;
}


#WorkingButton
{
	display: block;
	width: 136px;
	height: 167px;
	background: url(images/work.jpg) no-repeat 0 0;
	position: absolute;
	left: 434px;
	top: 0px;
}

#WorkingButton:hover
{
	background-position: 0 -167px;
}

#WorkingButton span
{
	display: none;
}


#BookButton
{
	display: block;
	width: 136px;
	height: 167px;
	background: url(images/book.jpg) no-repeat 0 0;
	position: absolute;
	left: 570px;
	top: 0px;
}

#BookButton:hover
{
	background-position: 0 -167px;
}

#BookButton span
{
	display: none;
}


#FreeButton
{
	display: block;
	width: 136px;
	height: 167px;
	background: url(images/free.jpg) no-repeat 0 0;
	position: absolute;
	left: 706px;
	top: 0px;
}

#FreeButton:hover
{
	background-position: 0 -167px;
}

#FreeButton span
{
	display: none;
}


#homemenuRightBorder
{
	display: block;
	width: 182px;
	height: 167px;
	background: url(images/right.jpg) no-repeat 0 0;
	position: absolute;
	left: 842px;
	top: 0px;
}


/* ---------------------------------------------------- */

#spacer {
	overflow: hidden;
	width: 1024px;
	margin: 227px auto 0px auto;
}


#content-container {
	overflow: hidden;
	width: 1024px;
	margin: 0px auto 0px auto;
	background: #fff url(images/content-background.jpg) no-repeat;
	}

/* Main content */
.content {
	margin: 0px 0px 0px 0px;
	padding: 0 20px 21px 20px;
	float: right;
	width: 720px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* child navigation container for sidebar */
#childnavi {
	margin-top: 25px;
	margin-left: -36px;
}

#primary {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px 5px 0px 0px;
	border-right: solid 1px #CCC;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: italic;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #000;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	font-style: italic;
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	margin: 0 0 21px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}
