/*
Theme Name: Big Picture
Theme URI: 
Description: Custom theme for Big Picture Triathlon Coaching
Version: 1.0
Author: Michelle Dancer
Author URI: http://michelledancer.com
*/

/**************************************

 ***CSS RESET, A WORTHWHILE FAFF ON ***

 **************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.4;
	font-size: 62.5%;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

code {
  font-weight: bold;
}

/**************************************

 ************* MISC TAGS **************

 **************************************/
a {
  text-decoration: none;
  color: #ee892d;
}

a:hover {
}

body {
  background: #acd8fb url(images/gradient.jpg) repeat-x;
  font-family: verdana, helvetica, arial, sans-serif;
  color: #8395a4;
}

p {
  margin: 0 0 10px;
}

p, ul, ol, cite {
  font-size: 1.2em;
}

div.post ul, div.page ul {
  list-style-type: disc;
  margin: 0 40px 10px;
}

li p {
  font-size: 1em;
}

h1 {
}

h2 {
  font-size: 2em;
  color: #1171c4;
  margin-bottom: 10px;
}

h3 {
  font-size: 2em;
  color: #52575b;
  margin-bottom: 10px;
}

a.more-link {
  float: right;
  display: block;
  background: url(images/read-more.jpg) no-repeat;
  width: 99px;
  height: 35px;
  text-indent: -10000px;
}

blockquote {
  margin: 0 40px;
  padding: 0 10px;
  border: 4px solid #52575b;
  border-top: 0;
  border-bottom: 0; 
}
 
/**************************************

 ********** GENERAL STRUCTURE **********

 **************************************/
#container {
  width: 880px;
  margin: 0px auto;
}

#header {
  background: url(images/header-bg.jpg) bottom center no-repeat;
  height: 225px;
}

#page-nav {
  height: 90px;
}

#content { 
  float: left;
  width: 880px;
  background: transparent url(images/content-bg.png) repeat-y;
}

#sidebar {
  float: left;
  width: 269px;
  margin: 10px 0 10px 30px;
  padding: 115px 0 0 10px;
  border-right: 1px solid #ccc;
  background: #fff url(images/sidebar-bg.jpg) no-repeat;
}

div.post, div.page {
  clear: both;
  float: right;
  width: 510px;
  margin: 10px 30px;
}

#footer {
  clear: both;
  background: transparent url(images/footer-bg.png) top center no-repeat;
  min-height: 30px;
  padding: 30px 20px 0 0;
  text-align: right;
}

/**************************************

 ************* NAVIGATION *************

 **************************************/
#page-nav ul {
  float: right;
  margin-right: 10px;
}

#page-nav li {
  background: #fff url(images/tab-right.jpg) top right no-repeat;
  float: left;
  margin-left: 2px;
  padding-right: 10px;
}

#page-nav li a {
  background: #fff url(images/tab-left.jpg) top left no-repeat;
  display: block;
  height: 31px;
  text-transform: lowercase;
  font-size: 1.2em;
  color: #52575b;
  padding: 20px 0 0 10px;
}

#page-nav li.current_page_item {
  background: #fff url(images/active-tab-right.jpg) top right no-repeat;
}

#page-nav li.current_page_item a {
  background: #fff url(images/active-tab-left.jpg) top left no-repeat;
  height: 31px;
  color: #50bfed;
  padding-top: 45px;
}
 
/**************************************

 ************** HOMEPAGE ***************

 **************************************/
#homepage-intro, #welcome-blocks, #recent-clients {
  float: left;
  margin-bottom: 10px;
}

#homepage-intro h2 {
  text-align: right;
}

.block {
  float: left;
  width: 158px;
  margin: 0 5px;
  border: 1px solid #c8c8c6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.block span.block-image {
  display: block;
  background: #ccc;
  height: 100px;
  margin: 7px 8px 5px;
  border: 1px solid #c8c8c6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.block span.block-title {
  display: block;
  background: url(images/block-icon.jpg) no-repeat;
  min-height: 32px;
  padding: 3px 0 0 35px;
  margin: 0 5px;
  color: #52575b;
}
 
/**************************************

 ************** SIDEBAR ***************

 **************************************/
#sidebar, #sidebar a {
  color: #a6a6a2;
}

#sidebar a.more-link {
  margin-right: 20px;
}

#sidebar h3 {
  clear: both;
}

#sidebar ul {
  width: 249px;
}

#sidebar li {
  background: url(images/arrow-bullet.jpg) top left no-repeat;
  padding-left: 25px;
  margin-bottom: 5px;
}
/**************************************

 ******** CAPTIONS & ALIGNMENT ********

 **************************************/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

/**************************************

 ************ ODDS & ENDS *************

 **************************************/
.testimonial {
  margin-bottom: 30px;
}

.testimonial p.client, .training-tips p.client {
  text-align: right;
  color: #1171c4;
}

.clear {
  clear: both;
}

.meta {
	margin-top:0;
	font-size:0.9em;
}

.training-tips h2 {
	margin-bottom:0;
}

#header h1 a{background:url(http://www.bptri.co.uk/wp-content/themes/bigpicture/images/logo.jpg) no-repeat;
text-decoration: none;position:absolute;
text-indent: -99999px;
height:250px;
width:410px;
}