/*  
Theme Name: ayton tours
Theme URI: http://purposemakers.net
Description: ayton tours
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------

* div  {
  background:#ccc;
}

  Global reset and styles
-----------------------------------------------------------------------------------------------*/

* {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
  margin:0;
  padding:0;
  font-size:110%;
}

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
  background-color: #000;
  color:#eee;
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 

}

/* This class sets the width and position for all rows */
.inside{
  width:900px;
  margin:0 auto;
  padding:0; 
}

a {
  color:#900;
  font-weight:bold;
  text-decoration:none;
}

a:hover { 
  color:#c00;
}

h1, h2, h3, h4{
  font-size:24px;
  color:#fff;
  font-family: Arial, Tahoma, Verdana;  
  font-weight:normal;
  padding-top:10px;
  margin:0 0 5px 0;  
}

h2{
  font-size:20px; 
}

h3{
  font-size:16px;
  font-weight:bold;
}

h4{
  font-size:12px;
  font-weight:bold;  
}

p{
  line-height:1.5em;
  margin:1em 0;
}

ul li{
  list-style-type:square;
  margin:0.5em 0 0.5em 2em;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  background:url(img/header_bg_01.jpg) repeat-x left bottom;    
  width:100%;
  height:62px;
}

#header h1 { 
	margin:13px 0 0 0;
	padding:0;
	float:left;
}

#header h1 a { 
	text-decoration:none; 
	display:block;
	width:166px;
	height:40px;
	text-indent:-10000px;
	background: transparent url(img/logo_01.png) no-repeat top left;
}

ul#navigation { 
  margin:15px 0 0 50px;
  padding:0;
  float:left;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}

#navigation a {
  display:block;
  color:#ccc;  
  padding:8px 30px;
  font-weight:bold;
}

#navigation a.no_sep {
  border-left: none;
}

#navigation a:hover  {
  color:#fff; 
}

#navigation li.current_page_item, #navigation li.current_page_parent {
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
  border-bottom:2px solid #c00;  
  color:#fff;
}

#breadcrumb {
  padding:5px 0;
  clear:both;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items and home page
-----------------------------------------------------------------------------------------------*/

#flash_container {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

#primary {
  padding:350px 0 30px 0;
}

#primary .inside {
  background: transparent url(img/px.png);
  padding:10px 20px;
}


#primary .page {
  background-color:#fff;
}

#primary .post {
  width:500px;
  margin:0 0 50px 0;  
  float:left;
}

.about {
	background: #000 url(img/about_bg_02.jpg) no-repeat top center;
}

.coaches {
	background: #000 url(img/coaches_bg_01.jpg) no-repeat top center;
}

.services {
	background: #000 url(img/services_bg_01.jpg) no-repeat top center;
}

.contact {
	background: #000 url(img/contact_bg_01.jpg) no-repeat top center;
}


/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary{
  float:right;
  width:280px;
  margin:0 0 50px 10px;
  display:inline;
}


.secondary h1 {
  padding:20px 0 0 0;
  margin:0;
}

.secondary ul {
  list-style-type:none;
  margin:0 0 2em 0;
}

.secondary ul li {
  list-style-type:none;
  margin:0;
  padding:0.8em 0;
  border-bottom:1px solid #eee;
}

#primary .secondary li.current_page_item a {
  color:#cfd0d2;
  background-color:#414141;
  padding:3px;
}

#ecal_container {
  background-color:#fff;  
}

.menu_cont h2{
  padding:5px 10px;
  margin:0;
  background:#748a96 url(img/bttm_left.gif) no-repeat left bottom;  
  color:#fff;
}

/*-----------------------------------------------------------------------------------------------
  Contact form
-----------------------------------------------------------------------------------------------*/


.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 2px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 2px 0;
}

.contacterror {
	border: 2px solid #f00;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#home_footer{
  position:absolute;
  bottom:0;
  left:0;
  z-index:100;
  border-top:1px solid #000;  
  width:100%;
  height:52px; 
}

#home_footer p {
  margin:0 20px;
}

#footer{
  position:relative;
  z-index:100;
  border-top:1px solid #000;  
  width:100%;
  height:72px; 
}

html>body .footer{
  background:url(img/footer_bg_01.png) repeat-x left bottom; 
}

.footer a {
  color:#999;
  text-decoration:none;

}

.footer a:hover{
  color:#900;
}

.footer p {
  margin:0;
  padding:0;  
}

.footer p.first_p, #home_footer p.first_p {
  margin-top:10px;  
} 

a.rss {
  padding:0 0 5px 16px;
  background: url(img/feed-icon-12x12.gif) no-repeat 0 1px;
}