/*
Theme Name:     Chomp And Stomp
Theme URI:      http://www.chompandstomp.com/
Description:    Child theme for the Twenty Eleven theme. All main CSS overrides go in here. Other CSS files are in subdirectory.
Author:         Andy Watt | Toolbox No.9
Author URI:     http://www.toolbox9.com
Template:       twentyeleven
Version:        0.1.0
*/


@import url("../twentyeleven/style.css");

body {
	font: 14px 'Open Sans', sans-serif;
	padding: 0;
	background: #242424 url(images/nav_bg.png) center 15px no-repeat;
}
p {
	margin: 0;
	padding-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}
h1,
h1.entry-title,
.singular .entry-title {
	font-size: 2em;
	line-height: 1.1;
}
h2 {
	font-size: 1.7em;
}
h3,
.entry-content h3 {
	font-size: 1.3em;
	line-height: 1.2;
	text-transform: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#page {
	margin: 0 auto;
	/*background: #242424 url(images/page_bg.jpg) center top no-repeat;*/
	background: #242424 url(images/clouds2.jpg) center top repeat-y;
}

#main {
	/*background: url(images/5krunsign.png) center 300px no-repeat;*/
}
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border: 0;
	padding: 0;
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #444;
}

/* ====================== MAIN CSS FOR 3-COLUMN LAYOUT ====================== */
#page {
	max-width: 980px;
}
.singular #primary,
#primary {
	float: left;
	margin: 0 -34% 0 0;
	width: 100%;
	padding: 0 0 24px;
	background: url(images/black_fade.png?r=3) center bottom repeat-x;
}
#content,
.singular #content,
.left-sidebar.singular #content {
	margin: 0 34% 0 34%;
	width: 46.4%;
	background: url(images/content_bg.png);
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #444;
}
#secondary {
	float: right;
	margin-right: 2.6%;
	width: 10%;
}
#left-sidebar{
	position:relative;
	float: left;
	width: 30%;
	margin-left: -64%;
}
/* Adjust the comments */
.commentlist, #respond {
	margin-right: -2%;
}
#access {
	width: auto;
}
/* Extra sidebar fix for narrow browsers/media devices */
@media (max-width: 830px) {
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#main #left-sidebar{
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	#access {
		width: 100%;
	}
}



/* ====================== HEADER ====================== */
#branding {
	width: 100%;
	margin: 15px 0 0 0;
	background: url(images/nav_bg.png) center top repeat-x;
	border-top: 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 2000;
}
#access {
	float: left;
	display: block;
	padding: 0;
	margin: 0 auto 6px auto;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000;
	clear: none;
	background: url(images/menu_bg.png) center top;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
#access div {
	margin: 0;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 40px;
	padding: 0 1.5em;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}
#access ul {
	text-align: center;
	margin: 0 0 0 1em; /*the -4px accounts for the extra padding added to the bottom becasue the </li> </ul> have whitespace between them */
}
#access li {
	display: inline-block;
	float: none;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: url(images/nav_hilite.png);
}
#access li:hover > a,
#access a:focus {
	background: url(images/nav_hilite.png); /* Show a solid color for older browsers */
	color: #ffffff;
}
#access ul ul {
	top: 40px;
	background: url(images/menu_bg.png);
	text-align: left;
	width: auto;
}
#access ul ul li {}
#access ul ul a {
	background: none;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 1.5em;
	width: 180px;
	font-size: 16px;
}
#branding hgroup {
	float: left;
	margin: 0 0 0 20px;
	position: static;
}
#site-title {
	margin: 0;
	padding: 0;
}
#site-title a {
	display: block;
	width: 295px;
	height: 0;
	padding: 78px 0 0 0;
	margin: -15px 0 0 0;
	overflow: hidden;
	background: url(images/header_logo.png) left top no-repeat;
}
#site-description {
	display: none;
}


/* ====================== CONTENT ====================== */
#homepage {
display:block;
background-image: url(images/chompstompbox.png);
width:475px;
height:636px;
margin:0 34% 0 35.4%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0;
	width: auto;
}
#content {
	padding: 2em;
}
.hentry {
	margin: 0;
}
.hentry, .no-results {
	border-bottom: 0;
}
.singular.page .hentry {
	padding: 0;
}
.entry-title {
	padding: 0 0 0.5em 0;
}
.entry-content, .entry-summary {
	padding: 0;
}

/* ====================== FOOTER ====================== */
footer {
	background: #242424;
	color: #ffffff;
}
#gold-sponsor-listing {

}
#gold-sponsor-listing ul {
	list-style: none;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}
#gold-sponsor-listing ul li {
	display: inline-block;
}
#gold-sponsor-listing ul li a {
	display: block;
	width: 180px;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	text-align: center;
	margin: 8px;
	background: #242424;
}
#gold-sponsor-listing ul li a img {
	vertical-align: middle;
}
#silver-sponsor-listing {
	padding: 0 30px;
}
#silver-sponsor-listing ul {
	list-style: none;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}
#silver-sponsor-listing ul li {
	display: inline-block;
	padding: 8px 1%;
	width: 31%;
	vertical-align:middle;
}
#silver-sponsor-listing ul li a,
#silver-sponsor-listing ul li span {
	display: block;
	text-align: left;
	color: #ffffff;
	width: 100%;
}
#silver-sponsor-listing h3 {
	font-weight: bold;
}
#footer-nav {
	text-align: center;
}
ul.footer-nav-menu {
    font-size: 13px;
    list-style: none;
    margin: 0 auto 10px auto;
    padding: 0;
}
ul.footer-nav-menu li {
	display: inline-block;
}
ul.footer-nav-menu li a {
	color: #ffffff;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
ul.footer-nav-menu li a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 0 0 8px 0;
	width: 100%;
}
#copyright a {
	float: right;
	display:block;
	width: 305px;
	height: 0;
	padding: 32px 10px 0 0;
	margin: 0;
	background: url(images/site_by_toolbox9.png) no-repeat;
	overflow: hidden;
}
/* ====================== RIGHT NAV ====================== */
#secondary .widget {
	text-align: center;
}
#socialbuttons {
	margin: 0 auto;
}
#socialbuttons a {
	display:inline-block;
	width: 83px;
	height: 0;
	padding: 75px 0 0 0;
}
#socialbuttons a.fb {
	background-image: url(images/facebook.png);
}
#socialbuttons a.tw{
	background-image: url(images/twitter.png);
}
#socialbuttons a.ms {
	background-image: url(images/myspace.png);
}
#socialbuttons a.in {
	background-image: url(images/instagram.png);
}
/* ====================== LEFT NAV ====================== */
#left-sidebar {
top:-25px;
}
#left-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 4px;
	background: url(images/leftnav_bg.png);
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #444;
}
#left-sidebar ul li {
	padding: 4px;
}
#left-sidebar ul li.current_page_item a {
	background: url(images/leftnav_a_on_bg.png);
}
#left-sidebar ul li a {
	display: block;
	color: #535353;
	width: 84%;
	padding: 10px 8%;
	background: url(images/leftnav_a_bg.png);
}
#left-sidebar ul li a:hover,
#left-sidebar ul li a:active {
	text-decoration: none;
	background:  url(images/leftnav_a_on_bg.png);
}
.textwidget {
	text-align:center;
}
#twitter-widget-0 {
	min-width:294px !important;
}
#home_twitter_wrap {
	display:inline-block;
}


#runlink {
	display:block;
	width: 236px;
	height: 0;
	padding: 163px 45px 0 0;
	margin: -10px auto 0 auto;
	background: url(images/5krunsign2.png) no-repeat;
	overflow: hidden;
}
/* ====================== EVENTS ====================== */
hr {
	height: 0;
	padding: 12px;
	background: url(images/dbl_hr.png) 50% 50% repeat-x;
	margin: 0;
}
.time_place {
	color: #d44249;
	font-weight: bold;
}


/* ====================== HOMEPAGE ====================== */
body.home #page {
	background: #242424 url(images/page_bg_home.jpg) center top no-repeat;
}
body.home #main {
	min-height: 730px;
}
body.home .singular #primary,
body.home #primary {
	background: none;
}
body.home header.entry-header {
	display: none;
}
body.home #content,
body.home .singular #content,
body.home .left-sidebar.singular #content {
	padding: 0 0 2em 2em;
	background: none;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
body.home img[class*="align"],
body.home img[class*="wp-image-"],
body.home #content .gallery .gallery-icon img {
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
.form_view, .form_view table {
    width: inherit !important;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-bottom-color: gray;
    border: 0px !important;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-left-color: gray;
    border-left-width: 0px;
    border-right-color: gray;
    border-right-width: 0px;
    border-top-color: gray;
    border-top-width: 0px;
    color: black;
    display: table;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    height: inherit !important;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left !important;
}

.form_view, .form_view tr {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border: 0px !important;
    border-bottom-color: gray;
    border-collapse: separate;
    border-left-color: gray;
    border-right-color: gray;
    border-top-color: gray;
    color: black;
    display: table-row;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: inherit !important;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    vertical-align: middle;
    width: inherit !important;
}

.form_view, .form_view td {
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    border-bottom-color: black;
    border-collapse: separate;
    border-left-color: black;
    border-right-color: black;
    border-top-color: black;
    border: 0px !important;
    color: black;
    display: table-cell;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: inherit !important;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 1px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 3px !important;
    text-align: left !important;
    width: inherit !important;
    vertical-align: top;
}
.label {
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    border-bottom-color: black;
    border-bottom-style: none;
    border-collapse: separate;
    border-left-color: black;
    border-left-style: none;
    border-right-color: black;
    border-right-style: none;
    border-top-color: black;
    border-top-style: none;
    color: black;
    display: inline;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: -webkit-left;
    width: auto;
}