/*
Theme Name: Precision Athletics
Theme URI: http://www.precisionathletics.ca
Description: Theme for Precision Athletics
Version: 1.0
Author: Gwyn Pritchett
Author URI: http://www.gwynpritchett.com/
Tags: silver, blue, sleek, simple, clean, smooth
*/

/* RESET */
@import url(css/reset.css);


/* HEADINGS -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1, h2, h4, h5, h6 {
	clear: both;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
	font-size: 70%;
}

sub {
	top: .5ex;
}

#main-content h1 {
	font-size: 22px;
	margin: 5px 0px 5px;
	line-height: 24px;
	color: #666;
}
#main-content h2 {
	font-size: 16px;
	line-height: 28px;
}
#main-content h3 {
	font-size: 16px;
	margin: 15px 0px 10px;
	font-weight: bold;
}
#main-content h4 {
	font-size: 14px;
	margin: 10px 0px 5px;
	font-weight: bold;
	color: #666;
}
#main-content h5 {
	font-size: 12px;
	margin: 5px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
#main-content h6 {
	font-size: 12px;
	margin: 5px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.post ul li {
	line-height: 24px;
	list-style-type: square;
	padding-left: 4px;
}
.post ul {
	margin: 0 0 10px 15px;
}

.post ol li {
	line-height: 24px;
	list-style-type: decimal;
	padding-left: 4px;
}
.post ol {
	margin: 0 0 10px 15px;
}
.post table {
	border-left: 5px solid #bbb;
	border-right: 5px solid #bbb;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.post table tr td {
	padding: 7px;
}


/* Colours -------------------------------------------- */

body {
	background:url(images/bg_pattern.png);
	color: #333;
}
#content {
	background:#fff
}
a {
	color:#0094ed
}
a:hover {
	color:#0267a4
}
#header h1 span {
	color:#ddd
} 							
.search-area .textbox, #searchform .textbox { 			
	color:#555; 										
	border:1px solid #000;	
	background:#FFF
}									
#nav ul li a {											
	color:#FFF;										
}					
#nav ul li a:hover {
	color:#FFF
}										
		
.post h2,.post h1 {
	border-bottom:1px dashed #ccc
}			
.post h2 a, .post h1 a {
	color: #0094ed
}						
.post h2 a:hover, .post h1 a:hover {
	color:#0267a4
}							/* Post title link hover color */
.full h2, .full h1 {
	color:#666
}								/* Post page - title color */
.full .postmetadata {
	background:#FFFFFF;									/* Meta data background color */
	border-top:1px solid #DEE7ED
}						/* Meta data top border color */
h2.pagetitle {
	background:#FFF;									/* Page - title background color */
	color:#666
}										/* Page - title text color */
blockquote p {
	bcolor:#5B5143
}							/* Blockquote text color */
h3 {
	color:#777
}									/* H3 title text color */
ul.commentlist li {
	background:#f6f2ed url('images/comment_bg.gif') no-repeat
}	/* Comment background color */
ul.commentlist .rightside {
	border-left:1px solid #A5C3D3
}		/* Comment line seperator color */
#sidebar h2 {
	color:#00a2b2;
	font-weight: normal;
}							
#sidebar p {
	color:#555
}								/* Sidebar text color */
#footer p {
	color:#aaa
}								/* Footer text color */
#footer a {
	color: #aaa
}							/* Footer link color */
#footer a:hover {
	color: #eee
}							/* Footer link hover color */
/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */




/* DEFAULT WORDPRESS CSS FOR IMAGES */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignright  {
	margin: 0 0 5px 15px;
	border: 1px solid #999;
	padding: 3px;
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
img.alignleft  {
	margin: 0 15px 5px 0;
	border: 1px solid #999;
	padding: 3px;
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
	margin:0;
	padding:0
}
a:active, a:focus {
	outline:none
}
.clear {
	clear:both;
	font-size:1px;
	display:block
}
#content-top {
		width: 975px;
		height: 133px;
		margin: 20px auto 0;
		background: url(images/content_top.png) no-repeat top right;
		position: relative;

}
#content-breadcrumbs {
		background: url(images/breadcrumb_bg.png) no-repeat top right;
		width: 975px;
		height: 28px;
		margin: 0 auto;
		display: none;
}
.breadcrumbs {
	padding: 6px 0 0 18px;
	color: #eee;
}
.breadcrumbs a {
	color: #00DCF1;
}
#content-bottom {
		background: url(images/content_bottom.png) no-repeat top right;
		width: 975px;
		height: 50px;
		margin: 0 auto 20px;

}

#content {
	width:975px;
	margin: 0 auto;
	background: url(images/content_bg.png) repeat-y top right;
	}
a {
	text-decoration: none
}
a:hover {
	text-decoration:none
}
/* Top Header ------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#top-header {
	width: 960px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#content-top h2 {
	position:absolute;
	top: 5px;
	left: 6px;
	width:493px;
	height:89px;
	margin:0;
	padding:0;
	font-size:1px
}
#content-top h2 a {
	display:block;
	with:493px;
	height:89px;
	text-indent:-2000px;
	background:url('images/logo.png') no-repeat
}

/* Home Columns */
#home-content {
	width:940px !important;
	float:left;
	margin: 0;
	padding: 10px 30px 20px 30px;
}
#home-content h3 {
	font-size: 18px;
	margin: 5px 0 15px 0;
}
#services-list h4 {
	font-size: 16px;
	margin: 5px 0 5px 0;
}
#home-content #services-list p {
	margin-bottom: 20px;
	font-size: 11px;}

#home-content p {
	color: #333;
	line-height: 18px;
	margin-bottom: 10px;
}
.home-column-1 {
	float: left;
	width: 250px;
	margin-right: 15px;
}
.home-column-2 {
	float: left;
	width: 345px;
	margin-right: 30px;
}
.home-column-3 {
	float: left;
	width: 300px;
}
/* Home Splash */
#home-splash {
	margin: 0 0 0 7px;
	background: #0079c2 url(images/splash_bg.jpg) top repeat-x;
	width: 960px;
	height: 260px;
}
#home-splash-left {
	float: left;
	width: 400px;
	margin: 20px;
}
#home-splash h1, h2 {
	color: #fff;
}
#home-splash h1 {
	font-size: 36px;
	line-height: 24px;
	margin-bottom: 10px;
}
#home-splash h1 span {
	font-size: 18px;
	margin-bottom: 10px;
}
#home-splash p {
	font-size: 14px;
	color: #eee;
	line-height: 18px;
	margin-bottom: 8px;
}
#home-splash a {
	color: #a1dcff;
}
#home-splash a:hover {
	color: #c6eaff;
}


/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
			
#nav {
	position: absolute;
	top: 0px;
	left: 20px;
	height:34px;
	margin: 100px 0 0 0;	padding:0
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:37px
}
#nav ul li {
	position:relative;
	display:block;
	float:left;
	height:34px;
	margin:0;
	padding:0
}

#nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {
	color: #44b9ff;
}

#nav ul li a {
	text-decoration:none;
	display:block;
	color: #ddd;
	padding:6px 35px 9px 10px;
	font-size: 16px;
	font-weight:bold
}
#nav ul li a:hover {
	text-decoration:none
}
#nav ul ul {
	display: none;
	width:200px;
	height:auto;
	position:absolute;
	top:34px;
	left:0
}
#nav li > ul {
	top: auto;
	left: auto
}
#nav li:hover ul, #nav li.over ul {
	z-index:2000px;
	display: block;
	width:200px;
	height:auto;
	top:34px;
	left:0
}

/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

.story h4 a {
	margin: 0 0 10px 0;
}
	
.fader {
	background: url(images/fader.png) top left repeat-x;
	height: 16px;
	margin: 0 auto;
	width: 958px;
}
#splash {
	background: url(images/header_bg.jpg) no-repeat top left;
	width: 960px;
	height: 160px;
}
#main-content {
	margin:0;
	padding:20px;
}

.narrowcolumn {
	width:700px !important;
	float:left;
}
.mediumcolumn {
	width:730px !important;
	float:left;
}
.widecolumn {
	width:940px !important;
	float:left;
}
.post {
	clear:both;
	margin-bottom: 30px;
	padding:0
}
.post .date {
	display:block;
	float:left;
	position:relative;
	width:46px;
	height:30px;
	padding:18px 0 0 0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:url('images/date_bg.gif') no-repeat;
	margin:4px 10px 0 0
}
.post .date .top {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	display:block;
	width:46px;
	position:absolute;
	top:1px;
	left:0
}
.post h2, .post h1 {
	width: 100%;
	float:left;
	font-size:24px;
	font-weight:normal;
	margin:0 0 7px 0;
	padding:0 0 5px 0
}
.post h2 a, .post h1 a {
	text-decoration:none
}
.post h2 a:hover {
	text-decoration:none
}
.entry {
	clear:both;
}
.entry p {
	line-height:21px;
	font-size:12px;
	margin:0 0 15px 0
}
.full h2, .full h1 {
	font-weight:normal;
	border:none !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
	width:auto !important;
	float:none !important
}
.post .postmetadata {
	float:left;
	width: 100%;;
	font-size:10px;
	padding:0;
	color: #666;
	margin:0 0 15px 0;
	text-transform: uppercase;

}

.post .postmetadata .category {
	display:block;
	width:200px;
	float:left;
}
.post .postmetadata .comments {
	display:block;
	width:400px;
	text-align:right;
	float:right;
}
h2.pagetitle {
	margin:0 0 20px 0;
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px
}
.navigation {
	width:100%;
	font-size:12px;
	margin:0
}
.navigation .alignleft {
	display:block;
	float:left;
	width:49%
}
.navigation .alignright {
	display:block;
	float:right;
	width:49%;
	text-align:right
}
blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0 0 30px 0;
	background:url('images/quotes_left.gif') 30px 0 no-repeat
}
blockquote p {
	margin:0;
	padding:0;
	font-style:italic;
}
blockquote strong {

}
h3 {
	font-size:16px;
	font-weight:normal;
}
ul.commentlist {
	list-style:none;
	width:580px;
	margin:0;
	padding:0
}
ul.commentlist li {
	display:block;
	width:580px;
	margin:0 0 15px 0
}
ul.commentlist li div {
	display:block;
	padding:15px 15px 15px 26px;
	margin:0;
	width:540px;
	background:url('images/comment_bottom.gif') bottom no-repeat
}
ul.commentlist .leftside {
	display:block;
	width:150px;
	float:left
}
ul.commentlist .rightside {
	display:block;
	width:370px;
	float:right
}
ul.commentlist img {
	float:left;
	margin:0 10px 0 0
}
ul.commentlist cite {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	position:relative;
	top:-2px
}
ul.commentlist small {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	display:block
}
ul.commentlist p {
	margin:0;
	padding:0 0 0 15px;
	line-height:20px;
	font-size:12px
}
#commentform {
	margin:0;
	padding:0
}
#commentform p {
	margin:0 0 15px 0;
	padding:0
}
#commentform .textarea {
	width:500px
}
/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.simple-section-nav {
	width: 140px;
}
.simple-section-nav h2 a {
color:#333;
text-decoration:none;
}
.simple-section-nav h2 a.current_page_item {
color:#04a0fe;
}
.simple-section-nav h2 a:hover {
color:#04a0fe;
}
.simple-section-nav li a {
border-left:3px solid #777;
border-top:1px dotted #CCCCCC;
color:#444444;
display:block;
font-family:Arial,Helvetica,sans-serif;
padding:4px 3px 4px 8px;
text-decoration:none;
width:130px;
}
.simple-section-nav li a:hover {
background-color:#F1F1F1;
border-left:6px solid #04a0fe;
color:#04a0fe;
padding-left:5px;
}
.simple-section-nav li.current_page_item a {
background-color:#F3F3F3;
}
.simple-section-nav li a.current_page_item {
background-color:#F3F3F3;
}
.simple-section-nav li.current_page_item a, .simple-section-nav li.current_page_ancestor a {
border-left:6px solid #04a0fe;
padding-left:5px;
}
.simple-section-nav li.current_page_item ul li a, .simple-section-nav li.current_page_ancestor ul li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border-left:3px solid #04a0fe;
color:#666666;
font-size:11px;
padding-left:14px;
width:125px;
}
.simple-section-nav li.current_page_ancestor a {
border-left:6px solid #04a0fe;
}
.simple-section-nav li.current_page_item ul li a:hover, .simple-section-nav li.current_page_ancestor ul li a:hover {
border-left:6px solid #04a0fe;
color:#04a0fe;
padding-left:11px;
}
.simple-section-nav li ul li.current_page_item a {
background-color:#F3F3F3;
border-left:6px solid #04a0fe;
padding-left:11px;
}


	
	
#sidebar {
	font-size:12px;
	line-height:20px;
	float:left;
	padding:20px 15px 15px 15px;
}
.medium-sidebar {
	width: 190px;
}
.small-sidebar {
	width: 140px;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0
}

#sidebar h3 {
	padding:0;
	margin:0 0 10px 0;
	font-size:16px
}
#sidebar p {
	padding:0;
	margin:0 0 10px 0
}
#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/cal_icon.gif') 0 4px no-repeat
}
#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/folder_icon.gif') 0 4px no-repeat
}
.widget {
	margin-bottom: 12px;
	padding: 0 5px 12px 5px;
	border-bottom: 1px dashed #ccc;
}
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:920px;
	margin: 0 auto;
	padding: 17px 25px;
}
#footer p.copyright {
	float: left;
	padding:0;
	text-align: right;
	width: 200px;	
	margin-top: 0;
	font-size:12px;
	color: #999;
}

#footer ul.footer-links {
	float: right;
	margin: 0 0 0 0; padding: 0;
}

#footer ul.footer-links li {
	display: inline;
	padding: 0 9px 0 0;
	margin-right: 6px;
}
#footer ul.footer-links li.last {
	border: none;
}
#footer ul.footer-links li a{
	color: #999;
		
}
#footer ul.footer-links li a:hover {
	color: #ddd;
		
}

/* Widget Styling */
#flickrrss a img {
	float: left;
	padding: 2px; margin: 2px; border: 1px solid #888;
}
#flickrrss a img:hover {

	background: #aaa; border: 1px solid #666;
}
.sz-youtube-list li,
.sz-videolisting li {
	float: left;
	font-size: 11px;
	}
.sz-youtube-list span,
.sz-videolisting span {
	margin-bottom: 20px;
	padding: 3px 10px;
	text-align: center;
	}	
.sz-youtube-list li img,
.sz-videolisting li img {
padding: 2px; border: 1px solid #888;
width: 120px;
}
.sz-youtube-list li img:hover ,
.sz-videolisting li img:hover {
background: #aaa; border: 1px solid #666;
}
.home-widget {
	margin-bottom: 20px;
}

/* Home Page Story */
.newsblog .story {
	margin-bottom: 15px;
}
.newsblog h4 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #777;
}
 .story h5 {
	text-transform: capitalize;
	margin: 6px 0 8px 0;
	padding: 0;
	font-size: 14px;
}
 .story h6 {
	margin: 0;
	padding: 0;
}
 .story p.date {
	margin: 10px 0 0 0;
	padding: 0 0 3px 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 11px;
	background: url(images/cal.gif) no-repeat top left;
}

/* Specials */
span.wpcf7-list-item {
	display:block;
	margin-left:0;
}
