/*
Theme Name: CFV
Theme URI: http://crossfitvirtuosity.com/
Description: CrossFit Virtuosity Theme.
Version: 0.1
Author: Samantha Orme
Author URI: http://19clicks.com/
Tags: 
*/

/* :PAGE LAYOUT
 * ----------------------------------------------- */

body {
  margin: 0;
  padding: 0;
}

#page {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#header {
  height: 145px;
  width: 1000px;
  margin: 0;
  padding: 0 0 22px 0;
  background: #fff url(images/shared/header.png) no-repeat 0 0;
}

#content {
  border: 2px solid #ccc;
  border-width: 0 0 2px 0;
  margin: 0 50px;
  padding: 0 0 20px 0;
  width: 900px;
  overflow: hidden;
}

#entry_content {
	width: 550px;
	margin: 0 40px 0 0; padding: 0;
	float: left;
}

#content.testimonials #entry_content {
	width: 900px;
	margin: 0;
	float: none;
}

#comment_content {
	width: 300px;
	float: left;
}

#sidebar {
  border: 0;
  width: 300px;
  margin: 0;
	float: right;
	background: #eee;
}

#footer {
  margin: 0 50px;
  padding: 20px 0;
  width: 900px;
  overflow: hidden;
}

#footer .footer_section {
  float: left;
  margin: 0 73px 0 0;
  padding: 0;
}

#footer .footer_section.last {
  margin: 0;
}

#top_navigation {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 450px;
  margin: 0 8px 0 -8px;
}

#top_navigation .nav_section {
  float: left;
  margin: 0;
  padding: 0 0 0 45px;
}

.top_row, .bottom_row {
  width: 900px;
  clear: both;
  overflow: hidden;
}

.bottom_row {
  padding-top: 20px;
  border-top: 2px solid #ccc;
}

/* :BASIC STYLES
 * ----------------------------------------------- */

body {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 77%; /* init to % so that ems work without minitext in IE */
  color: #111;
  background-color: #fff;
}

form, table {
  font-size: 100%;
}

form, fieldset, table, tr, td, label {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: geneva, arial, sans-serif;
}

img {
  display: block;
  border: 0;
}

.navigation { width: 100%; overflow: hidden; clear: both; }
.alignleft { float: left; }
.alignright { float: right; }

img.alignleft {
	margin: 20px 15px 15px 0;
}
img.alignright {
	margin: 20px 0 15px 15px;
}

a, a:visited {
  color: #09c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.more_link, .comment_link {
  text-align: right;
  font-size: 0.9em;
  text-transform: lowercase;
  padding: 0; margin: 0;
}
.comment_link { margin-bottom: 5px; }

h3 a, h3 a:visited {
  color: #280018;
}


.more_link a, .more_link a:visited {
  border-top: 1px solid #ccc;
  padding: 2px 10px 0 2px;
  margin: 0;
  color: #280018;
  background: url(images/shared/more_arrow.gif) right 7px no-repeat;
}
.comment_link a, .comment_link a:visited {
  padding: 2px 10px 0 0;
  margin: 0;
  color: #09c;
  background: url(images/shared/comment_arrow.gif) right 7px no-repeat;
}
.more_link a:hover, .comment_link a:hover { text-decoration: none; }

.sneak_up {
	margin-top: -10px; 
}

.sneak_down {
	margin-top: 10px;
}

label {
	display: block;
}

.hl { color: #f00; }

blockquote {
	background: url(images/shared/quotes.png) no-repeat 0 0;
	padding: 17px 25px 0 25px;
	margin: 0;
	font-style: italic;
	font-size: 1.1em;
}

.caption {
	font-style: italic;
	font-size: 0.95em;
}
.wp-caption-text {
	text-align: center;
	padding: 0 10px;
	font-style: italic;
	font-size: 0.8em;
}

.wp-caption.alignright .wp-caption-text {
	margin: 0 0 10px 10px;
}

/* :HEADER STYLES
 * ----------------------------------------------- */

#header h1, #header h2 {
  position: relative;  
  display: block;
  margin: 0;
  padding: 0;
  top: 72px;
  left: 45px;
  width: 350px;
  height: 53px;
}

#header h2 {
	top: 70px;
	left: 210px;
	width: 195px;
	height: 30px;
}

#header h1 a {
  display: block;
  width: 350px;
  height: 100%;
  text-indent: -9999px;
}

#header h2 a {
  display: block;
  width: 190px;
  height: 100%;
  text-indent: -9999px;
}

/* :TOP NAVIGATION STYLES
 * ----------------------------------------------- */

#top_navigation, #footer {
  color: #999;
  background-color: #fff;
}

#footer form, #footer table {
  font-size: 90%;
}

#top_navigation ul, #footer ul, #footer dl {
  list-style: none;
  margin: 0; 
  padding: 0;
  font-size: 0.9em; 
  text-transform: lowercase;
}

#top_navigation h4 {
  font-size: 1.7em;
  font-weight: normal;
  color: #09c;
  text-transform: lowercase;
  margin: 0 -7px 0 0;
  padding: 0;
  text-align: right;
}

#footer h4 {
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 1.2em;
  margin: 5px 0 10px 0;
  padding: 0;
}

#top_navigation li {
  text-align: right;
}

#top_navigation a, #top_navigation a:visited { color: #666; }
#top_navigation a:hover { color: #000; text-decoration: none; }
#footer a, #footer a:visited { color: #280018; }

#footer dd {
  margin: 0 0 0 10px;
  padding: 0;
  color: #333;
  text-transform: none;
}

#footer li, #footer dd, #footer dt {
  margin-bottom: 2px;
}

#footer label {
  text-transform: lowercase;
}

#footer input {
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #280018;
	width: 116px;
}

#footer input.btn {
  margin-top: 3px;
  float: right;
  text-transform: lowercase;
  background: #eee;
  color: #666;
	width: 40px;
}

#footer #footer_mailing {
  width: 126px;
}
#footer #footer_mailing small {
  font-style: italic;
}
#footer #footer_mailing input {
	width: 120px;
}
#footer #footer_mailing input.btn {
	width: 38px;
}

#footer #footer_search {
  width: 122px;
}


/* :INDEX STYLES
 * ----------------------------------------------- */

#testimonial {
  width: 285px;
  height: 260px;
  margin: 0 15px 0 0;
  padding: 20px 0 0 0;
  float: left;
}
#testimonial .more_link {
  margin-top: 25px;
}

#photos {
  float: right;
  width: 600px;
  margin: 0;
  padding: 0;
}

#photos a {
  display: block;
  width: 590px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: right;
  color: #fff;
  padding: 230px 10px 0 0;
vertical-align: bottom;
}

#latest td {
  width: 280px;
  padding: 0 40px 0 0;
  vertical-align: top;
  font-size: 0.95em;
}
#latest td.col3 { padding: 0; }

#page #latest h2, #page #latest h3 {
	font-size: 1em;
	color: #000;
  	margin: 0 0 5px 0; padding: 0;
	border: 0;
	font-weight: bold;
	text-transform: none;
}


/* :SINGLE POST STYLES
 * ----------------------------------------------- */

#content.post h2 {
	border-bottom: 1px solid #ccc;
 	padding: 0 0 10px 0;
	margin: 20px 0;
}

#content.post h3 {
	color: #000;
	font-size: 1.2em;
}

/* :COMMENT STYLES
 * ----------------------------------------------- */

#respond input, #respond textarea { 
	width: 300px;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist .says {
	display: none;
}
ol.commentlist img.avatar {
	float: right;
}

ol.commentlist li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

cite.fn {
	font-style: normal;
	font-weight: bold;
}

.comment-meta { font-size: 0.8em; }
.reply { text-align: right; }


/* :INDIVIDUAL PAGE STYLES
 * ----------------------------------------------- */

.page h2, #page h3 {
	font-size: 1.7em;
	color: #280018;
	margin: 1em 0;
	padding: 0;
}

.page h3 {
	text-transform: lowercase;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

/* PRICING */

#package_table td {
	width:  280px;
	padding-right: 30px;
}

#package_table td.last {
	padding: 0;
}

#package_table {
	margin: 0;
	padding: 0;
}

#package_table td.package_header {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#package_table td.package_header.top {
	padding-top: 0;
}
#page #package_table td h3 {
	margin: 0;
	padding: 0;
	border: 0;
}
#page #package_table td p {
	margin: 0;
	padding: 0;
}

/* SCHEDULE */

.schedule_table {
	margin: 10px 0;
}
.schedule_table td, .schedule_table th {
	width: 150px;
	padding: 0 0 5px 0;
	text-align: center;
}

/* TESTIMONIALS */

.testimonials img.alignright {
	margin-top: -30px;
	margin-left: 30px;
	border: 1px solid #333;
}

/* PRICING */

.buy_button {
  display: inline;
  margin: 0; padding: 0;
}


