/*
Theme Name: Mr Crampy's Multisport
Theme URI: http://www.christineestrada.com
Description: Custom WordPress theme exclusively for use on the Mr Crampy's Multisport website
Version: 1.1
Author: Christine Estrada
Author URI: http://www.christineestrada.com/

	This theme was designed and built by Christine Estrada
	whose blog you will find at http://www.christineestrada.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #301b15;
	line-height: 1.4;
	background-color: #f5f5f5;
}

h1, h2 { 
  font-family: BankGothicBT-Medium; font-weight: normal; 
}

h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h1.ruled {
  border-bottom: 3px solid #301B15;	
}

h1.ruled.double {
	border-top: 3px solid #301B15;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 0 4px 0;
	padding: 0;
}

h4 + p {
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0;
}

h5 + p {
	margin: 0;
	padding: 0;
}

hr {
	margin: 20px 0 20px 0;
	border: 1px dotted #000338; 
	border-style: none none dotted;
}

a {
	color: #301b15;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.group:after { 
	content: ".";  
 	display: block; 
 	height: 0; 
 	clear: both; 
 	visibility: hidden; 
}

.group {
	display: inline-block;
}

/* Hides from IE-mac */
* html .group {
	height: 1%;
}

.group {
	display: block;
}
/* End hide from IE-mac */

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}




/*
 * PAGE STRUCTURE
 * -------------------------------------------------------------------------- */

#page_container {
	width: 986px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header_container {
	float: left;
	width: 100%;
	height: 126px;
	background-color: #f57b20;
	margin-bottom: 5px;
}

#nav_container {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #301b15;
}

#content_container {
	float: left;
	width: 100%;
	margin-top: 16px;
}

#footer_container {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
	border-top: 10px solid #301b15;
}




/*
 * HEADER STYLING
 * -------------------------------------------------------------------------- */

div.header_content {
	position: relative;
}

div.header_content img.logo {
	padding: 20px;
}

div.header_contact_info {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 11px;
	color: #fff;
}

div.header_contact_info a {
	color: #fff;
}




/*
 * NAV STYLING
 * -------------------------------------------------------------------------- */

ul.header_nav {
  margin: 0;
  padding: 8px 0 0 0;
}

ul.header_nav li {
  display: inline;
  list-style: none;
  margin: 0 23px;
}

ul.header_nav li a {
  font-family: BankGothicBT-Medium; 
  font-weight: normal; 
  font-size: 24px;
  text-transform: uppercase;
  color: #c2c2c2;
}

ul.header_nav li a:hover {
  text-decoration: none;
}




/*
 * FOOTER STYLING
 * -------------------------------------------------------------------------- */

div.footer_content {
	font-size: 10px;
}




/*
 * HOME PAGE STYLING
 * -------------------------------------------------------------------------- */

div.left_column {
	float: left;
	width: 620px;
	margin: 0 10px 0 0;
}

div.right_column {
	float: right;
	width: 321px;
	margin: 0 0 0 10px;
}

div.content_block {
	margin-bottom: 75px;
}

div.content_block.border {
	border-top: 3px solid #301B15;
	padding-top: 20px;
}

div.content_block.staff div.bio {
	clear: both;
	margin-bottom: 40px;
}

div.content_block.staff div.bio h3 img {
	padding-top: 4px;
}

div.content_block.staff div.bio h5 a {
	padding-left: 20px;
}

div.column {
	float: left;
	width: 155px;
}

div.column.padded {
	margin-right: 10px;
}

div.column h3:first-child {
	margin-top: 0;
}

div.event_date {
	text-transform: uppercase;
	margin: 15px 0 3px 0;
}

div.event_date:first-child {
	margin-top: 0;
}

div.event span {
	margin-bottom: 3px;
}

span.event_time {
	margin-right: 5px;
}

span.event_title {
	font-weight: bold;
}




/*
 * BLOG STYLING
 * -------------------------------------------------------------------------- */

.blog_content {
	float: left;
	width: 625px;
}

.blog_sidebar {
	float: right;
	width: 320px;
}

.post {
	margin-bottom: 20px;
}

a[rel~=category],
li.cat-item a {
	padding: 2px;
	margin-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #d7d2cb;
}

li.current-cat a {
	background-color: #e36e03;	
}

.metadata_content {
	padding-bottom: 6px;
	border-bottom: 3px solid #301b15;
}

.post_date {
	float: left;
	width: 180px;
}

.post_comments {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

.post_media {
	float: right;
}

.navigation {
	width: 100%;
	margin: 20px 0;
}

.navigation h2 {
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
}

#respond {
	margin-top: 20px;
}

h3#comments {
	margin: 20px 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.commentlist li {
	margin: 10px 0 50px 0;
}

img.avatar {
	float: left;
	margin: 0 10px 0 0;
}




/*
 * BLOG SIDEBAR STYLING
 * -------------------------------------------------------------------------- */

div.recent_post {
	margin: 10px 0;
}

div.recent_post .title {
	font-weight: bold;
	text-transform: uppercase;
}

div.recent_post div.post_date {
	float: left;
	width: 90px;
}

div.recent_post div.post_time {
	float: left;
	width: 75px;
}

div.recent_post div.post_author {
	float: left;
}

ul.categories,
ul.bookmarks {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.categories li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.bookmarks li {
	margin: 0 0 10px 0;
	padding: 0;
} 

ul.bookmarks li a {
	font-weight: bold;
}

li.widget {
  list-style: none;
}

ul#ics-calendar-widget {
  padding-left: 0;
}

#ics-calendar-widget li {
  list-style: none;
  margin-bottom: 10px;
}

#ics-calendar-widget p {
  margin: 0;
}

