/*
Theme Name: Ashford
Theme URI: http://ashford.turtleinteractive.com/
Description: Free and simple WordPress template for your web site
Version: 0.1.4.1
Author: Tim Bednar
Author URI: http://www.turtleinteractive.com/
*/

/*
	See the Readme.txt file for changelog
  
  The CSS, XHTML and design is released under MIT License:
	http://www.opensource.org/licenses/mit-license.php
*/

/* Body */

body{
  background-color: #EDEDD1; /* default */
  /*
  background-image:url(images/body_white_gradient_bg.png);
  background-position:top left;
  background-repeat:repeat-x;
  */
  color: #555;
}

/* Links */

a{
  color:#FB5403;
  text-decoration:none;
}

a.biglink { font-family:Cambria, "Times New Roman", Times, serif; font-size:2.5em; }
a:hover{
  background-color:#E0FFFF;
}

/* Typography */

h1,h2,h3,h4,h5 {
  color:#000;
  font-family:georgia;
  font-weight:normal;
  margin-bottom:0px
}
#content ul.ticks li{
  background-image:url(images/tick.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  list-style:none;
  padding:0 0 0 26px;
}
#content .exclamation {
  background-color:#EEE;
  background-image:url(images/exclamation.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:0 0 0 26px;
}
#content .information{
  background-color:#EEE;
  background-image:url(images/information.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:0 0 0 26px;
}
#content .outline{
  background-color:#EEE;
  border:1px #DDD solid;
  margin-bottom:20px;
  padding:10px;
}

/* Page */

#page{
  padding-top:20px;
}
#page-inner{
  background-image:url(images/logo.png);
  background-position:10px 13px;
  background-repeat:no-repeat;
}	
#page-inner-top{
  background: url(images/topbuildings.jpg) no-repeat center right;
  float:left;
}

/* Infobar */

#infobar{
  float:left;
width:100%;
display:none;
}
#infobar_btn{
  padding:4px 0 0 4px;
}
#infobar.on{
  background-color:#666;
}
#infobar.off{
  background-color:transparent;
}
#infobar a{
 color:#FFF;
 display:block;
 padding:1px 5px;
 text-decoration:underline;
}
#infobar a:hover{
 background-color:#444;
 text-decoration:none;
}
#infobar .current_page_item a{
  color:#CCC;
  cursor:default;
  text-decoration:none;
}
#infobar .current_page_item a:hover{
  background-color:transparent;
}
#infobar .hint a{
  color:#FB5403;
  display:inline;
}
#infobar ol{
  margin:0;
}
#infobar li{
  float:left;
  list-style:none;
  margin:0;
  padding:0 10px 0 0;
}
#infobar.off li.page_item {
  display:none;
}
#infobar.on li.page_item {
  display:block;
}

/* Top */

#top{
  margin:10px 10px 10px 10px;
}
#blog_name {
color:#FFF;
line-height:.7em;
font-size:2.5em;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif
}
#blog_description{
  display:block;
  font-family:georgia;
  font-size:.5em;
  font-weight:normal;
  color:#999;
}
#search{
display:none;
}
#search_input{
  float:left;
}
#search_submit{
  float:left;
}
input#s{
  background-color:transparent;
  background-image:url(images/search_box.png);
  background-position: top left;
  background-repeat: no-repeat;
  border:none;
  height:17px;
  padding:2px 10px 1px 10px;
  width:160px;
}
#search_submit{
  height:20px;
  width:40px;
}
input#search_btn{
  background-color:transparent;
  background-image:url(images/search_btn.png);
  background-position: top left;
  background-repeat: no-repeat;
  border:none;
  cursor:pointer;
  height:20px;
  margin:0;
  padding:0;
  width:40px;
}

/* Nav */

#nav{
  background-color:transparent;
  background-image:url(images/box_top.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  float:left;
  margin:0 10px;
  padding-bottom:10px;
}
#nav li{
  float:left;
  list-style:none;
  margin:0 8px;
  text-align:center;
  text-transform:capitalize;
}
#nav li a{
  background-color:transparent;
  /*display:block;*/
  height:25px;
  padding:5px 2px 0px 4px;
  text-decoration:none;
  font-size:1.3em;
  font-weight:normal;
  letter-spacing:-1px;
  color:#FFF;
}
#nav li a:hover{
  color:#FB5403;
  /*background-color:#FFF*/
}
#nav li.current_page_item{
  background-image:url(images/tab.png);
  background-position: top center;
  background-repeat: no-repeat;
  width:110px;
}
#nav li.current_page_item a{
  cursor:default;
  text-decoration:none;
  background:none;
  color:#000;
}

/* Splash */

.splash_wrap {
  background: url(images/splash_checks.gif) repeat;
	position: relative;
	height: 200px;
  margin:0 60px 40px 60px;
  width:820px;
}
.splash_frame {
	/*background: url(images/splash_frame.png) no-repeat;*/
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
  width:840px;
}

/* Box */

#box{
  background-color:transparent;
  background-image:url(images/box_bottom.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  float:left;
  width:940px;
}
#box-inner{
  background-color:#FFF;
  float:left;
  margin-bottom:10px;
  padding:40px 0 0 0;
  width:940px;
}

/* Content */

#content{
  position:relative;
}

/* Post */

.post{
  float:left;
  margin-bottom:20px;
  width:520px;
}
.post_title{
  float:left;
  /*width:420px;*/
  width:520px;
}
.post_content_excerpt p{
  font-style:italic;
}
.post_date{
  color:#CCC;
  float:left;
  width:100px;
}
.post_date strong{
  color:#BBB;
  display:block;
  text-transform:uppercase;
}
.post_by{
  border-top:#CCC dotted 1px;
  clear:both;
  color:#CCC;
  margin-bottom:20px;
  text-transform:uppercase;
}
.post_by a{
  color:#CCC;
  text-transform:lowercase;
}
.post_click_here a{
  color:#666;
}
.post_excerpt_readmore a{
  font-weight:bold;
}
.post_content_excerpt ol.post_meta{
  margin-top:20px;
}
.post_meta{
  border:1px solid #EEE;
  clear:both;
  font-size:11px;
  list-style:none;
  margin:0;
  padding:2px 2px 1px 2px;
  width:514px;
}
.post_meta li{
  background-color:#EEE;
  clear:both;
  margin:0 20px 1px 0;
  padding:3px;
  list-style:none;
  width:508px;
}
.post_meta li span{
  display:block;
  float:left;
  font-weight:bold;
  padding-right:5px;
  width:120px;
}
.post_comments_title{
  margin-bottom:0px;
}
.post_comments{
  border-top:1px dotted #BBB;
  float:left;
  padding:10px 0;
  margin-bottom:10px;
  width:520px;
}
.post_comments_by{
  float:left;
  margin-right:20px;
  width:140px;
}
.post_comments_text{
  float:left;
  width:340px;
}
#comments_form{
  background-color:#D1EEEE;
  float:left;
  margin-bottom:20px;
  padding:10px;
  width:500px;
}
#comments_form label{
  display:block;
}
#comments_form p{
  float:left;
  width:490px;
}
#comments_form p input{
  background-color:#E0FFFF;
  border:1px #CCC solid;
  padding:3px;
  width:484px;
}
#comments_form textarea{
  background-color:#E0FFFF;
  border:1px #CCC solid;
  font-family:arial;
  font-size:13px;
  padding:3px;
  width:490px;
}
.post_comments_btn{
  clear:both;
  width:auto;
}

/* Recent list*/


#post_list_recent{
  clear:both;
  padding-top:20px;
}
#post_list_recent h2{
  border-bottom:1px solid #D1EEEE;
}
.post_list{
  border-bottom:1px solid #D1EEEE;
  list-style:none;
  margin:0;
}
.post_list a{
  display:block;
  padding:2px;
}
.post_list a:hover{
  background-color:#E0FFFF;
  text-decoration:none;
}

/* Speeddial */

#speed_dial{
  margin-top:40px;
  width:960px;
}
#speed_dial .post_grid_unit{
  background-color:transparent;
  background-image:url(images/speed_dial_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  font-size:13px;
}
#speed_dial .post_grid_unit a{
  color:#FFF;
  display:block;
  height:80px;
  padding:10px;
}
#speed_dial .post_grid_unit a span.post_grid_title{
  display:block;
  height:80px;
  overflow:hidden;
}
#speed_dial .post_grid_unit a:hover{
  background-color:transparent;
  text-decoration:underline;
}

/* Sidebar */

#sidebar{
  background-color:#EEE;
  background-image:url(images/sidebar_bottom_bg.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  float:left;
  margin-bottom:20px;
}
#sidebar-inner{
  background-color:transparent;
  background-image:url(images/sidebar_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  float:left;
  margin:10px;
  padding:10px;
}
#related_pages ul li.current_page_item a{
  color:#999;
  cursor:default;
}
#related_pages ul li.current_page_item a:hover{
  background-color:transparent;
}
.widget{
  float:left;
  margin-bottom:20px;
  width:240px;
}
.widget .widget_title{
  border-bottom:1px #BBB dotted;
  font-family:georgia;
  font-size:18px;
  font-weight:normal;
}
.widget ul,
.widget ol{
  margin:0;
}
.widget li{
  border-bottom:1px #BBB dotted;
  list-style:none;
  margin:0;
  padding:3px 0;
}
.widget ul li a{
  display:block;
  padding:0 3px;
}


/* Footer */

#footer{
  float:left;
  margin:30px 10px;
}
#footer p{
  font-size:.8em;
  text-align:center;
}

/* System*/

.hint{
  background-color:#EEE;
  background-image:url(images/lightbulb.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  border:1px solid #DDD;
  padding:3px 3px 3px 22px;
}
#speedialhint{
  clear:both;
  float:left;
  margin:40px 0;
}
.widget ul li.hint a{
  display:inline;
}
.widget li.hint{
  margin-top:10px;
  padding:3px 3px 3px 22px;
}
.widget_hint{
padding-left:24px;
width:209px;
}
body.hints .hint{
  display:block;
}
body.nohints .hint{
  display:none;
}
body.hints #infobar .hint{
  display:inline;
}
body.hints #infobar.on .hint{
  display:none;
}
body.hints #infobar.off .hint{
  display:inline;
}
span.post_edit{
  position:absolute;
  left:25px;
}
span.post_comments_edit{
  position:absolute;
  left:-25px;
}
#user_info{
  background-color:#EAF3FA;
  padding:3px;
  text-align:center;
}
#user_info a{
  padding:0 3px;
}
#user_info a:hover{
  background-color:#A8CCEA;
}
#not_found{
  background-color:#EEE;
  margin-bottom:20px;
  padding:20px;
}
#not_found h1{
  margin:0;
}
#not_found p{
  background-image:url(images/exclamation.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  margin:0;
  padding:3px 3px 3px 22px;
}

.calTime { display:none; }

.event-title-break { display:none; }

.event-content-break { display:none; }

#ratesTable { margin-bottom:30px; margin-top:30px; }

#ratesTable tr td { padding:5px 125px 5px 20px; font-size:1.4em; }

#ratesTable tr.titleRow td { background:#333;padding:6px 10px;color:#333;font-size:1.5em;letter-spacing:-1px;font-weight:bold;color:#FFF; }

#ratesTable tr.rateRow td { background:#FFF;color:#333; }

#ratesTable tr.rateRowAlt td { background:#EEE !important; }

#ratesTable tr td.rateCell { padding:5px 20px 5px 125px !important; color:#009933; }

#adTable { margin-bottom:30px; margin-top:30px; }

#adTable tr td { padding:10px 7px 10px 7px; font-size:1.1em; border:1px solid #999; border-left:none; border-bottom:none; text-align:center; width:130px; line-height:1.2em; }

#adTable tr.titleRow td { border:none !important; background:#333;padding:6px 10px;color:#333;font-size:1.5em;letter-spacing:-1px;font-weight:bold;color:#FFF; line-height:2.0em !important; }

#adTable tr.rateRow td { background:#FFF;color:#333; }

#adTable tr.rateRowAlt td { background:#EEE !important; color:#333; }

#adTable td.label { font-weight:bold; text-align:left !important; width:50px !important; }

#adTable td .descr{ font-size:.8em; font-style:italic; }

#adTable td .money{ font-weight:bold; color:#00CC33; }

.disclaimer { font-size:.9em;color:#888;font-style:italic; }

.header1 { 
font-size:2.5em;
letter-spacing:-2px;
font-weight:normal;
color:#444;
font-family:georgia, times new roman, serif;
margin-bottom:20px;
}

.header2 { 
font-size:1.7em;
letter-spacing:-1px;
font-weight:boldnormal;
color:#333;
font-family:georgia, times new roman, serif;
margin-bottom:20px;
font-style:italic;
}


