/**
* Brian Fox of Fox Digital Media 
* 2011-July 21
* CoachingSoccerConditioning.com
*/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #738E0D; color:#fff; text-shadow: none; }
::selection { background:#738E0D; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #c8f224; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #7c9100;
						text-decoration: none; }
a:hover { color: #a3be01;
		text-decoration: underline; }


/**
 * Primary styles
 *
 * Author: Brian Fox
 */

body {
	background: #6f754d url('../img/bkg.jpg') repeat;
	color: #333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}

header {
		background: transparent url('../img/header.png') no-repeat;
		clear:left;
		padding: 0;
		margin: 0 auto;
		height: 197px;
		width: 993px;
		position: relative;
		}
		header h1 {
		display: none;}

#navigation {
	display: block;
	margin-top: 10px;
	position:absolute;
	bottom:13px;
	left: 0px;
	}
	#navigation ul{
		display:inline;}
	#navigation li{
		padding: 0px 0.75em 0px 0px; 
		margin: 0px; 
		display: inline;}
	#navigation, #navigation a {
		color: #ffffff;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration:none;
		text-transform: uppercase;
		font-family: "Futura Std", "Futura", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	
	}
	#navigation a:hover {
		text-decoration: underline;}
	/*#navigation .current_page_item a {
		background-color: #8cbf49;
		padding:7px 5px;
		color: #ededed;}*/

/*Charles's Adjustments to enable drop down menu styles*/
#navigation li ul {
  	background-color: DimGrey;
    border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px;
    /*float: left;*/
    font-size: 1em;
    font-weight: normal;
    /*height: 40px;*/
    left: 75px;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    top: 18px;
    /*width: 231px;*/
    z-index: 9999;
	display: none;
	}
	
#navigation li ul li {
	padding: 5px;
	float: left;
	position: relative;
	clear: left;
}
/*The CSS to show Drop Down Menu while hovering*/
#navigation ul li:hover > ul {
    display: block;
}

#navigation li ul a {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
}

/* commented out to support Drop Down Menu 

#navigation li ul {
	display: none;}


#navigation li.current_page_item  ul {
	display:inline;
	position: relative;
	top:30px;}
	
End comment */

#main {
	position: relative;
	width: 993px;
	margin: 0 auto;
	text-align: left;
	background: transparent url('../img/body-bkg-sidebar.png') repeat-y;
	}
	#main-cap {	
		top:0;
		margin: 0 auto;
		height:15px;
		width: 993px;
		background: transparent url('../img/body-header-sidebar.png') no-repeat;
		}
#main-foot {	
	position: relative;
	margin: 0 auto;
	height: 29px;
	width: 993px;
	background: transparent url('../img/body-footer-sidebar.png') no-repeat;
	}
#content {
	width: 680px;
	float: left;
	padding: 0px 5px 10px 35px;
	margin-top: -1em;
	}
#sidebar {
	width: 205px;
	float: right;
	margin: -3px 25px 5px 0px;
	overflow: hidden;
	}
.clear {
	clear: both;}
footer {
	color: white;
	padding: 20px 0 20px 0;
	}


/*  CUSTOM BUTTON jQUERY ACTIONS */

.hover-panel {
    background-color: #E6E2DF;
    color: #7c9100;
    position: relative;
    height: 250px !important;
    width: 655px !important;
    margin: 0 10px 10px 0;
    padding: 15px;
}
.hover-panel img {
	float: left;
	padding: 15px 15px 15px 0;}
	
.hover-panel h3, .hover-panel h3 a {
    font-family: tandelle-1, tandelle-2, "Futura", Impact, Sans-serif, sans;
    font-size: 38px;
    clear: none;
    color: #7c9100;
    line-height: 1;
    padding: 15px 0 0 10px;
    text-transform: uppercase;
}

.hover-panel p, .hover-panel p a {
    font-size: .95em;
    width: 85%;
    color: #8f8c89;
    padding: 15px 0 0 10px;

}
.hover-panel a  {
    text-decoration: none;
}
.hover-panel:hover a{
	 color: #ffffff;
}
.hover-panel:hover {
    background-color: #7c9100;
}

.hover-panel:hover h3, .hover-panel:hover h3 a {
    color: #FFFFFF !important;
    text-shadow: rgba(0, 0, 0, 0.398438) 0px 0px 4px;
}
a.hover-panel:hover, a.hover-panel h3:hover {
    color: #FFF;
}

.hover-panel:hover p, .hover-panel:hover h3 {
    color: #FFF:
}

.hover-panel {
    background-image: url(http://coachingsoccerconditioning.com/i/Soccer-Ball.png);
    background-position:700px 15px;
    background-repeat: no-repeat;
}

.hover-panel:hover {
    background-position: 630px 15px;
}

.hover-panel {
     -moz-transition: all 0.2s ease; /* FF3.7+ */
       -o-transition: all 0.2s ease; /* Opera 10.5 */
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
          transition: all 0.2s ease;
}

	.hover-panel-hd {
    height: 200px !important;
    }


.clear {
	clear:both;}
.picbox {
	float: left;
	padding: 0 25px 10px 0;
	text-align: center;
	}

.picbox img {
	padding: 15px;
	border: 1px solid #ccc;
	background: #FFFFFF;
	}
.picbox img:hover {
	background: #cccccc;
}


.pixbox, .alignright {
	float: right;
	padding: 0 0 10px 25px;
	text-align: center;
	}

.pixbox img, .alignright img  {
	padding: 15px;
	border: 1px solid #ccc;
	background: #FFFFFF;
	}
.pixbox img:hover, .alignright img:hover {
	background: #cccccc;
}


.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
.gfield_description{
	font-size: 1em !important;
	font-family: Georgia, "Bitstream Charter", serif !important;
	margin-left: 20px;}

.gfield {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 15px ;
 }


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Begin Typography & Colors */
h1, h2, h3 {
	line-height: 1.8em;
	font-family: "Futura Std", "Futura", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	clear: both;
	padding:.5em 0 .5em 0;
	}
h1 {
	font-size: 1.6em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	}
h1, h1 a{
	color: #849173;}

h2 {
	font-size: 1.5em;
	color: #849173;
	}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #4c2638;}
p {
	padding:0 0 1em 0;}
em {
	font-style: italic;}
blockquote {
	text-indent: 2em;}
#content {
	line-height: 1.7em;
	font-size: 1.2em;}
#content h3 {
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: thin solid #8cbf49;
	}
#content h3, #content h3 a {
	color: #76a03e;}

#sidebar h1 {
	color: #849173;
	font-size: 1.9em;
	padding-bottom: 10px;
	text-align: center;}
#sidebar h3 {
	padding: 0px 0 .75em 0;}	
#sidebar p {
	line-height: 1.5em;
	font-size: 1.24em;
	color: #4f5f68;
	text-align: left;}	
.entry-meta, .entry-utility{
	font-size: .7em;
	color: #d3d3d3;}
.entry-meta a, ..entry-utility a{
	color: #c0c0bd;
	}
	
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

.post {
	padding-bottom: 20px;}

.alignleft {
	float: left;
	text-align: left;}
	.alignright {
	float: right;
	text-align: right;}
	.aligncenter {
	text-align: center;
	margin: 0 auto;}
	
.social {
	position: absolute;
	right: 23px;
	bottom: 6px;}
.bio {
	background-color: #cccccc;
	padding: 10px;
	}
.threefreevideos {
	background: transparent url('http://coachingsoccerconditioning.com/i/Three-Free-Videos.png') no-repeat;
	height: 189px;
	width: 710px;
	position: relative;
	margin: 5px 0 0 -12px;
	}
	.threefreevideos {
		font-size:1.2em;
	}
	.threefreevideos input {
		}
		
.threefreevideosB {
	background: transparent url('http://coachingsoccerconditioning.com/i/Three-Free-Videos.png') no-repeat;
	height: 189px;
	width: 710px;
	position: relative;
	margin: 35px 0 0 -12px;
	}
	.threefreevideosB {
		font-size:1.2em;
	}
	.threefreevideosB input {
		}		
.learnmore {
	margin: 0 0 0 -12px;}
.newsletter-form {
	position: absolute;
	bottom: 15px;
	right: 15px;}
	
	
.highlight {
	background-color: #92D616;
	padding: 10px;
	color: #000000;
	min-height:0;}	



.rightpic {
	float: right;
	padding: 25px 0 25px 35px; }
	
.updated {
	background: #92D616 url('http://coachingsoccerconditioning.com/i/profile.png') no-repeat;
	background-position: 15px center;
	margin: 10px;
	padding: 15px 15px 15px 55px;
	color: #000000; 
	opacity: 1;
  	-webkit-transition: opacity 1s linear;
  	font-weight: bold;
	}	


	
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

div#main-cap.no-sidebar {
	background: transparent url('../img/body-bkg-no-sidebar.png') repeat-y;
}

div#main.no-sidebar {
	background: transparent url('../img/body-header-no-sidebar.png') repeat-y;
}

div#main.no-sidebar #content {
	float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    width: 94%;
}

div#main-foot.no-sidebar {
	background: transparent url('../img/body-footer-no-sidebar.png') no-repeat;
}