/*
Theme Name: Black Canyon Triathalon
Theme URI: 
Description: 
Template: abrams-wp-theme
Version: 0.1
Author: Aria Stewart, Travis Scheidegger, Josh Freed et al.
Author URI: 
Tags: 
*/

@import url('../abrams-wp-theme/style.css');

/* ****************************text************************** */
br {
	margin: 5px;
}
body {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial, sans-serif;
	color:  #161616;
}
ul {
	list-style: none;
	margin: 0;
}
a {
	color: #dcf231;
}
a:hover{
	color: #ff9b00;
}
#content-wrapper .col-one a,
#content-wrapper .col-two a {
	color: #ff9b00;
}
#content-wrapper .col-one a:hover,
#content-wrapper .col-two a:hover {
	color: #2e2721;
}
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ff9b00;
}
h1 {
	font-size: 14px;
	margin: 0 0 10px -30px;
	padding: 0 5px 5px 30px;
	line-height: 14px;
	text-transform: uppercase;
	border-bottom: 2px solid #dcf231;
	display: block;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ff9b00;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	text-align: left;
}
.blog h2 {
	text-align: right;
}
.story-title{
	margin: -14px 0 5px -30px;
	padding: 0 5px 2px 30px;
	line-height: 14px;
	border-bottom: 1px solid #dcf231;

}

#logo-wrapper a {
	font-size: 24px;
	font-weight: lighter;
/* 	font-variant: small-caps; */
	margin-right: 700px;
	height: 28px;
	width: 500px;
}

/*
.home #logo-wrapper a{
	color: #ff9b00;
}
*/
#menu-main-nav .current-menu-item a {
	background-color: #161616;
	color: #ff9b00;
} 
#menu-main-nav li {
	font-size: 18px;
	font-weight: normal;
	display: block;
	text-align: right;
}
#nav_menu-3 .widget-title {
	margin: 0;
}

#menu-main-nav li a {
	border-bottom-color: #2e2721;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	display: block;
	padding: 8px 26px 8px 0;
	width: 114px;
}

#menu-main-nav li a:hover {
	background-color: #161616;
 }




html {
	background-color: #161616;
	min-width: 1100px;
}

#page-wrapper {
/* 	margin: 65px 0 0 0 0; */
	background-color: #262626;
	position: relative;
	width: 760px;
	z-index: 800;
	padding: 0 0 100px 40px;
	
}



#header-wrapper,
#bar {
	width: 100%;
}
#header-wrapper {
	background-color: transparent;
	height: 144px;
}
#header{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/header_02.jpg);
	background-color: transparent;
	height: 59px;
	padding-top: 85px;
	position: relative;
	z-index: 500;
}
#bar {
	border-color: #161616;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #2e2721;
	height: 36px;
	margin-top: -65px;
/* 	margin-bottom: 65px; */
	text-align: center;
	position: relative;
	z-index: 100;

}

#logo-wrapper {	
	
	text-align: center;
}

#tagline {
	color: #ff9b00;
	font-size: 14px;
	margin: 15px auto 0 auto;
	padding: 0 0 0 40px;
	width: 760px;
}
.col-three{
	float: left;
	margin: -28px 0 0 -158px;
	width: 140px;
	position: relative;
	z-index: 1000;
}
.widget {
	background-color: transparent;
}
#content-wrapper {
	background-color: #f2f2f2;
	padding: 0 0 50px 0;
	
	
	
}
.col-one {
	background-color: transparent;
	padding: 40px 0 0px 30px;
	width: 480px;

}
.no-col-two {
	width: 700px;

}
.col-two {
	background-color: transparent;
	padding: 40px 00px 60px 30px;
	width: 218px;
	}
	
#facebookwidget-3 a {
	display: block;
	height: 71px;
	width: 190px;
	text-indent: -20000em;
	background-image: url(images/facebook.jpg);
}

#footer-wrapper {
	background-color: #dcf231;
	width: 790px;
	padding: 0 5px;
	

}

/*
.menu-sitemap-container {
	background-color: #262626;
	height: 20px;
	
	text-align: center;
}
*/
.menu-sitemap-container li {
	font-size: 10px;
	text-align: center;
}
.menu-sitemap-container a {
	color:  #161616;
	font-weight: normal;
	
}
.menu-sitemap-container a:hover {
	color:  #ff9b00;
}
.footer-address {
	display: none;
}
#footer {
	
}
.design-credit {
	text-align: center;
	margin: 0;
}
.copyright {
	text-align: right;
	font-size: 10px;
	margin: 0;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	color: #ff9b00;
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0px;
	line-height: 14px;
	text-transform: uppercase;
	
	display: block;

}

.widget_recent_entries h3,
.widget_nav_menu h3 {
	display: none;
}

.widget {
	margin: 0 0 20px 0;
}
.meta {
	display: none;
}


.clearer {
	height: 0px;
}