/*
Theme name: DANK
Theme URI: http://dank.org/
Description: Child Theme for Ashford
Author: Stephen Fuchs
Author URI: http://dank.org/
Template: ashford
Version: 2.0
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../ashford/style.css");

body {
  background-color:#fff;
}

.container_16 .prefix_1 {
  padding-left:0px;
}

/* Navigation */

#navigation{
  background-color:#1f2f47;
  background-image:none;
}

/* Links */

a:hover{
  background-color:transparent;
  text-decoration:underline;
}
#content a:visited{
background-color:transparent;
}
#content a:hover{
background-color:transparent;
}

/*Typography*/

h1.post_title{
color:#792323;
font-size:25px;
font-weight:bold;
line-height:30px;
margin-bottom:5px;
}
h1{
font-size:25px;
font-weight:bold;
line-height:30px;
margin-bottom:25px;
}
h2{
font-size:20px;
}


/*** ASHFORD DEFAULT SKIN ***/

.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#efefef;
	font-weight:			bold;
}

.sf-menu li.sfHover a,
.sf-menu li.sfHover a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	background-color:transparent;
  color:			#efefef;
font-weight:			bold;
}
#navigation ul.sf-menu li a:hover{
background-color:transparent;
color:			#efefef;
font-weight:			bold;
}
#navigation ul.sf-menu li.current_page_item a {
background-color:transparent;
color:#efefef;
font-weight:			bold;
}
#navigation ul.sf-menu li.current_page_item.sfHover a {
background-color:transparent;
color:#efefef;
font-weight:			bold;
}
#navigation ul.sf-menu li.current_page_item  li a {
background-color:transparent;
color:#efefef;
font-weight:			bold;
}
#navigation ul.sf-menu ul li.current_page_item a,
#navigation ul.sf-menu ul li.current_page_item a:hover {
background-color:transparent;
font-weight:			bold;
}
#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:#efefef;
  font-weight:			bold;
	outline:		0;
}

/* Breadcrumbs */

#breadcrumbs{
color:#722222;
}
#breadcrumbs a{
color:#722222;
}

/* Post */

.post{
  font-size:14px;
}
.post p{
  margin-bottom:20px;
}
.post_content_excerpt p{
  font-size:14px;
}
.grid_9 .post{
  width:520px;
  border-bottom: 1px solid #d0d0d0;
}
.grid_9 .post_excerpt .post_title{
  font-size:25px;
  font-weight:bold;
  line-height:30px;
}
.grid_9 .post_date{
  color:#3e3e3e;
}
.post_date strong{
  color:#000;
}
.post_by{
  border-top:#5B6E8D dotted 1px;
  color:#5B6E8D;
}
.post_by a{
  color:#5B6E8D;
}
.post_click_here a{
  color:#5B6E8D;
}
#post_author{
border:1px solid #606060;
width:500px;
}
#post_author img{
float:left;
margin:0 10px 0 0;
}
#post_author p{
  font-size:12px;
}
.post_comments_author{
background-color:#d3e6ff;
}
#comments_form{
  background-color:#5B6E8D;
}
#comments_form label{
  color:#FFF;
  font-weight:bold;
}
#comments_form p input{
  background-color:#FFF;
}
#comments_form textarea{
  background-color:#FFF;
}

/* Sidebar */
#sidebar{
background-color:#F0F0F0;
margin-left:90px;
width:320px;
}
.container_16 .suffix_1 {
padding-right:0px;
margin-right:0px;
}
.widget {
background-color:#F0F0F0;
}

/* Footer */

#footer{
  color:#000000;
}

/* WordPress Required */

.size-thumbnail,
.size-medium,
.size-full{
  background-color:#FFF;
  border:0px none;
  padding:2px;
}
.wp-caption {
  border: 0 none;
  text-align: left;
  background-color: #FFF;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 3px solid #224272;
}
.wp-caption p.wp-caption-text {
  color: #000;
  font-size: 12px;
  font-style:italic;
  line-height: 14px;
  padding: 0 4px 5px;
  margin: 0;
}

