/*
Theme name: Ashford
Theme URI: http://ashford.turtleinteractive.com/
Description: Customize, guild and grow professional web sites using WordPress as a CMS. By <a href="http://ashford.turtleinteractive.com">Tim Bednar</a>.
Version: 0.3
Author: Tim Bednar
Author URI: http://www.turtleinteractive.com/
Tags: ashford, two columns, three columns, widgets, fixed width, 960 Grid System, theme options, page templates, framework, parent theme, child theme, cms

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: #A9A9A9; 
  color: #555;
}

/* Links */

a{
  color:#FF4500;
  text-decoration:none;
}
a:hover{
  background-color:#F0F8FF;
}

/* Buttons */

.button{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 9px 10px;
background:url(images/buttonBg.gif) repeat-x left top;
}

/* Typography */

h1,h2,h3,h4,h5 {
  color:#555;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-weight:normal;
  margin-bottom:0px
}
blockquote{
margin:0 30px;
}
#box ul.ticks li{
  background-image:url(images/tick.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  list-style:none;
  padding:0 0 0 26px;
}
#box p.tick {
  background-color:#EEE;
  background-image:url(images/tick.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:10px 10px 10px 26px;
}
#box p.exclamation {
  background-color:#EEE;
  background-image:url(images/exclamation.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:10px 10px 10px 26px;
}
#box p.information{
  background-color:#EEE;
  background-image:url(images/information.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  border:1px #DDD solid;
  list-style:none;
  padding:10px 10px 10px 26px;
}
#box .outline{
  background-color:#EEE;
  border:1px #DDD solid;
  margin-bottom:20px;
  padding:10px;
}

/* Page */

#page{
}
#page_inner{
  float:left;
}

/* Top */

#top{
  height:100px;
  margin:0 10px;
}
#blog_brand{
font-size:30px;
}
#blog_brand a:hover{
background-color:transparent;
}
#blog_logo{
  background-image:url(images/logo.png);
  background-position:top left;
  background-repeat:no-repeat;
display:block;
height:100px;
width:940px;
}
#blog_link{
  display:block;
  position:relative;
  top:30px;
  width:940px;
}

#blog_name{
  color:#555;
}
#blog_description{
  color:#DDD;
  font-size:.8em;
  font-weight:normal;
  padding-left:10px;
}
#search{
float:right;
margin:6px 10px 0 0;
}
#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;
}
}
/* Navigation */

#navigation{
  background-color:transparent;
  background-image:url(images/navigation_bg.png);
  background-position:top left;
  background-repeat:repeat-x;
  float:left;
	height:34px;
  width:940px;
}

/* http://users.tpg.com.au/j_birch/plugins/superfish/#download */

/*** ESSENTIAL STYLES ***/
.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.5em; /* Ashford adjusted based on .sf-menu a padding values */
	z-index:		999; /* Ashford changelog from 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;
}

/*** ASHFORD DEFAULT SKIN ***/
.sf-menu {
  float:left;
  margin:	0;
  position:relative;
  z-index:999;
  
}
.sf-menu a {
	border-left:	none;
	border-top:		none;
	padding: 		.8em 1em;
	text-decoration:none;
}
.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}

.sf-menu li.sfHover a,
.sf-menu li.sfHover a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	background-color:#FFF;
  color:			#FF4500;
}
#navigation ul.sf-menu li a:hover{
background-color:#FFF;
text-decoration:underline;
}
#navigation ul.sf-menu li {
	background-color: transparent;
}
#navigation ul.sf-menu li li {
	background:		#FFF;
}
#navigation ul.sf-menu li ul {
border-right:2px #BBB solid;
border-left:2px #CCC solid;
border-bottom:2px #BBB solid;
}
#navigation ul.sf-menu li li li {
	background:		#FFF;
}
#navigation ul.sf-menu li:hover,
#navigation ul.sf-menu li.sfHover,
#navigation ul.sf-menu a:focus,
#navigation ul.sf-menu a:hover,
#navigation ul.sf-menu a:active {
  color:#FF4500;
	outline:		0;
}

/*** arrows **/
#navigation .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('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 */
#navigation .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#navigation .sf-menu ul a:focus > .sf-sub-indicator,
#navigation .sf-menu ul a:hover > .sf-sub-indicator,
#navigation .sf-menu ul a:active > .sf-sub-indicator,
#navigation .sf-menu ul li:hover > a > .sf-sub-indicator,
#navigation .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('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;
}

/* Hero */

#hero,
#hero_inner{
line-height:.8em;
}

/* 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:260px;
}
.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 .current_page_item a{
font-weight:bold;
}
.widget .current_page_item li a{
font-weight:normal;
}
.widget ul li a{
  display:block;
  padding:0 3px;
}
.widget li ul{
list-style:square;
}
.widget li li{
border:none;
padding-left:30px;
}

/* Bottom */

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


/* Footer */

#footer{
  float:left;
  margin:30px 10px;
}
#footer a{
color:#FFF;
}
#footer a:hover{
background-color:transparent;
text-decoration:underline;
}
#footer p{
  clear:both;
  font-size:.8em;
}
#nav_redux{
  font-size:.8em;
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
}
#nav_redux li{
  float:left;
  list-style:none;
  padding:0;
  margin:0;
}
#nav_redux li a{
display:block;
margin-right:10px;
}

/* 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:#000;
color:#FFF;
margin:0;
text-align:center;
}
#user_info a{
color:#FFF;
  padding-left:26px;
}
#user_info a:hover{
  background-color:#555;
}
#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-medium,
.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;
}

/* Ashford Add-ons */

body #jquery-lightbox{
  /* Ashford jQuery Lightbox Plugin */
  z-index:9999; 
}