/*   
Theme Name: Mudroom Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ross Merriam
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic, Mudroom
.
Thematic is © 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('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../mudroom/css/2c-r-fixed.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

a:hover  {
color:#CC3300;
text-decoration: underline;
}

p, input {
	font-size: 12px;
	line-height: 2em;
}

input {font-family: Verdana, Arial, Helvetica;}

h1.entry-title, h2.entry-title {
	font-size: 14px;
}

.entry-content h4 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
}

body {
	background-color: #F5F5DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page-title {
	padding-bottom: 1em;
}

#blog-title {
	background-image: url(/wp-content/themes/mudroom/images/MUDROOM-header.png);
	background-repeat:no-repeat;
  height:100px;
	width: 460px; 
	margin-top: 20px;
	float: right;
}

h2#blog-title span {
	display: none;
}

#branding {
	padding: 0;
}

.nav-pages {
	float: left;
	width: 150px;
	margin-top: 45px;
	vertical-align: baseline;

}

.nav-pages ul {
	margin-bottom: 0px;
}

.nav-pages ul li {
		list-style: none;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.6em;
		text-align: right;
		padding-right: 15px;
}

.nav-pages li.note {
		margin-top: 10px;
}

.nav-pages li.note a:link, .nav-pages li.note a:visited, .nav-pages li.note{
	color: #B18C41;
}

.main-aside {
	padding-top: 14px;
}

.main-aside li.cat-item {
	text-align: right;
	font-weight: bold;
	line-height: 1.6em;
	list-style: none;
	font-size: 10px;
}

.main-aside .widgettitle {
	display: none;
}

.nav-pages ul li a:link, .nav-pages ul li a:visited, .main-aside li.cat-item a:link, .main-aside li.cat-item a:visited, .nav-pages ul li, .main-aside li.cat-item {
	color: #cc3300;
	text-decoration: none !important;
}

#newsletter{
	color: #CC3300;
	display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 1.5em;
    overflow: hidden;
    padding: 1px;
    text-align: right;
}

.s2email {display: none;}

.nav-pages ul li a:hover {
	text-decoration: underline;
}

#blog-description {
	width: 460px; 
	margin: 0 auto;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #CC3300;
	border-bottom: 2px solid #CC3300;
	float: right;
}

#main {
clear:both;
padding:22px 0;
}

#content {
margin: 0;
}

.navigation {
	margin: 0 0 0 0;
}

#nav-below {
	border-bottom: 2px solid #CC3300;
	padding-bottom: 0.25em;
}

#comments {
	padding: 0 0 0 0;
}

.comments-link {
	clear: both;
	float: left;
}

#primary {
	border: none;
	padding-top: 54px;
}

#respond {
	background: none;
}

.entry-content {
	padding: 0px;
}

.entry-content a {
	color: #B18C41;
	text-decoration: none;
}

.post {
	padding-bottom: 5px;
	border-bottom: 2px solid #CC3300;
	margin: 0;
	clear: both;
}

.entry-utility .cat-links {
	display: none;
}

.entry-utility .meta-sep {
	display: none;
}

.entry-utility .edit a{
	float: right;
	color: #CC3300;
	font-weight: bold;
}

.entry-meta {
	color: #000000;
	font-size: 10px;
}

.entry-meta abbr {
	border:medium none;
	cursor:text;
	font-size:10px;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}

.main-aside ul{
	padding-right: 5px;
}

.main-aside ul li a{
		text-decoration: none;
}

.main-aside ul li{
	list-style: none;
}

#archives-2 {
	text-align: right;
	color: #000;
	border: none;
	font-size: 10px;
}

#archives-2 h3 {
	font-weight: bold;
	font-size: 10px;

}


/* Images */
.alignright {
	float: right;
	padding: 5px 0 5px 5px;
}

/* Captions */
.wp-caption-text, .gallery-caption {
	text-align: center;
}

/* Gallery */

#post-141 h1.entry-title {
	margin: 0 0 0 0;
	color: #cc3300;
	font-size: 10px;
	text-transform:uppercase;
	font-weight: bold;
}

.ngg-singlepic, .ngg-gallery-thumbnail img {
	background-color: none;
	padding: 0 0 0 0 !important;
	margin: 5px;
	float: left;
	border: none !important;
}

.ngg-galleryoverview  {
	clear:both;
	display:block !important;
	margin: 0 0 20px 0 !important;
	overflow:hidden;
	width:100%;
	}

#footer {
border-top:1px solid #CC3300;
margin-top:22px;
}

/* Miscellaneous Styling */
p#newsletter, form p {margin-bottom: 0 !important;}

.aside form input {float: right;}

.aside form {margin-top: -15px !important;}

