/*   
Theme Name: !Mystery Ranch
Theme URI: 
Description: Mystery Ranch Thematic Child Theme
Author: Flying Horse Communication
Author URI: http://www.fhcommunication.com
Template: thematic
Version: 2.0
Tags: none
.
Based on Thematic Power Blog, copyright Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('3c-r-fixed-primary-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}
/* = Old Styles
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	float: left;
    margin-right:10px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:10px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
.size-thumbnail {
	border: 1px solid #999999;
}

/* =Global Elements
-------------------------------------------------------------- */

#header {
	text-align: center;
}
#branding {
    /*background:url(http://www.mysteryranch.com/images/blog_header.jpg) no-repeat center bottom;
    padding:0 0 201px 0;*/
}
#leader {
    margin-bottom:-22px;
    padding:33px 0 11px 0;
}
#content {
}
#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #FF4B33;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:900px;
}
#breadcrumb-nav-container p {
    margin:0;
}


.wp-pagenavi span.pages {
	padding:4px !important;
}

/*CUSTOMIZATION*/

.widgettitle {
	display: block;
	background-color: #333333;
	padding: 5px;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
}
.hentry {
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
.hentry p, .entry-content {
	padding: 0 10px 0 10px;
	font-size: 11px;
}
.hentry img {
}
.entry-title {
	display: block;
	background-color: #333333;
	padding: 5px;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
}
.entry-title a {
	color: #FFFFFF;
}
.entry-title a:hover {
	color: #F5911E;
}
#s {
	width: 100%;
	font-size: 11px;
}
.noresults {
	color: #FFFFFF;
}