/*
Theme name: Ashford Basic
Theme URI: http://ashford.turtleinteractive.com/
Description: WordPress Theme for Small Business, Bloggers, Authors, New Media, Nonprofits, Churches and Developers. By <a href="http://ashford.turtleinteractive.com">Tim Bednar</a>.
Version: 0.1.5
Author: Tim Bednar
Author URI: http://www.turtleinteractive.com/
Tags: ashford, two columns, widgets, fixed width, 960 Grid System, theme configurator, page templates, framework, subthemes, cms, admin inplace

This work is released under the GNU General Public License (GPL), version 2: 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
*/

/* Body */

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

/* Links */

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

/* Buttons */

/* Typography */

h1,h2,h3,h4,h5 {
  color:#555;
  font-family:Georgia,"Times New Roman",Times,serif;
  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{
}
#page_inner{
  /*
  background-image:url(images/logo.png);
  background-position:10px 13px;
  background-repeat:no-repeat;
  */
  float:left;
}

/* Top */

#top{
  margin:0 10px;
}
#blog_name{
color:#DDD;
font-size:36px;
padding:30px 0;
}
#blog_description{
color:#DDD;
  display:block;
  font-family:georgia;
  font-size:.6em;
  font-weight:normal;
}
#search{
  margin-top:20px;
}
#search_input{
  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{
  float:left;
  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;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
#search_submit{
  margin-top:-3px;
}
}
/* Nav */

#nav{
  background-color:transparent;
  background-image:url(images/nav_bg.png);
  background-position:10px 0px;
  background-repeat:no-repeat;
  height:32px;
  margin:0;
  padding:6px 60px 0 60px;
  width:840px;
}

/* Superfish */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.45em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
color:#FFF;	
border-left:	none;
	border-top:	none;
	padding: 		.73em 1em;
	text-decoration:none;
}
.sf-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li a{
	color:#000;
	font-weight:bold;
}
.sf-menu li a:hover{
	font-weight:bold;
color:#FB5403;
}
.sf-menu li li {
	background:		#CCC;
}
.sf-menu li li a{
color:#000;
font-weight:normal;
}
.sf-menu li li a:hover{
font-weight:bold;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CCC;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('//drh.img.digitalriver.com/DRHM/Storefront/Site/symnahho/cm/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('//drh.img.digitalriver.com/DRHM/Storefront/Site/symnahho/cm/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Splash */

.splash_wrap {
  background: url(images/splash_checks.gif) repeat;
	position: relative;
	height: 134px;
  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: 134px;
  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;
  padding-bottom:20px;
}

/* Post */

.post{
  float:left;
  margin-bottom:20px;
}
.grid_6 .post{
width:340px;
}
.grid_9 .post{
  width:520px;
}
.grid_10 .post{
  width:580px;
}
.grid_9 .post_title{
  float:left;
  width:420px;
}
.grid_9 .post_date{
  color:#CCC;
  float:left;
  width:100px;
}
.post_content_excerpt p{
  font-style:italic;
}
.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;
}
.post_click_here a{
  color:#CCC;
  text-transform:lowercase;
}
.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{
  font-size:13px;
}
#speed_dial .post_grid_unit a{
  background-color:transparent;
  background-image:url(images/speed_dial_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  color:#FFF;
  display:block;
  height:80px;
  padding:10px;
}
#speed_dial .post_grid_unit a:hover{
  background-image:url(images/speed_dial_bg.png);
  background-position: bottom right;
}
#speed_dial .post_grid_unit a span.post_grid_title{
  display:block;
  height:80px;
  overflow:hidden;
}

/* Sidebar */

#sidebar{
float:left;
}
#sidebar_inner{
  background-color:#EEE;
  background-image:url(images/sidebar_bottom_bg.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  float:left;
  padding:10px;
}
.widget{
  float:left;
  margin-bottom:20px;
}
.grid_5 .widget{
  width:240px;
}
.grid_4 .widget{
  width:220px;
}
.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;
}

/* Bottom */

#bottom {
background-color:#EEE;
border-top:1px solid #DDD;
float:left;
padding:20px 120px 50px 100px;
width:720px;
}
#bottom .widget{
margin-right:20px;
width:220px;
}


/* 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{
  margin-right:10px;
}
span.post_comments_edit{  
  margin-right:10px;
}
#user_info{
  background-color:#EAF3FA;
  padding:3px;
  text-align:center;
}
#user_info a{
padding-left:26px;
}
#user_info a:hover{
  background-color:#A8CCEA;
}
#wp_userid{
  background-image:url(images/user.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
  font-weight:bold;
}
#wp_userid a{
  padding-left:0;
}
#wp_dashboard{
  background-image:url(images/application.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_new_page{
  background-image:url(images/page_edit.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_new_post{
  background-image:url(images/note_edit.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_configurator{
  background-image:url(images/cog.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_bug{
  background-image:url(images/bug_add.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_logout{
  background-image:url(images/stop.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#wp_help{
  background-image:url(images/help.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
#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;
}

/* WordPress Required */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
.size-thumbnail,
.size-full{
background-color:#FFF;
border:1px #DDD solid;
padding:9px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}