/* 
Theme Name: MW
Theme URI: http://wpmama.com/
Description: A child of the Hybrid theme framework designed for MirandaWrongs.com
Author: Justin Tadlock Styled by Daisy Olsen and Sarah Bane
Author URI: http://wpmama.com
Version: 0.1.1
Tags: MirandaWrongs
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

	@import url('../hybrid/library/css/18px.css'); 
	@import url('../hybrid/library/css/2c-l-fixed.css');
	/*@import url('../hybrid/library/css/2c-r-fixed.css');*/	
	/*@import url('../hybrid/library/css/3c-l-fixed.css');*/
	/*@import url('../hybrid/library/css/3c-r-fixed.css');*/
	/*@import url('../hybrid/library/css/3c-c-fixed.css');*/	
	@import url('../hybrid/library/css/drop-downs.css');

/* Plugins CSS */
	@import url('../hybrid/library/css/plugins.css'); 
	/*@import url('tabs.css');*/
	
	
body {
	background:#959D44 url(images/bg.png) repeat scroll 0 0;
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	color: #000;
	}

/* Body container */
#body-container {
margin:0 auto 21px;
	width: 900px;
		border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	}

/* Links */
a {
	color:#FF20B8;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	}
a:hover, a:active {
	color:#1CE110;
	text-decoration: underline;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {
	margin: 0;
	}

/* Blog title */
#site-title {
	margin:0;
	}
#site-title a {
background:transparent url(images/middle.png) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:none;
height:291px;
width:900px;
	color: #000;
	}

#site-title a span {
display:none;
}
	
/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	display:none;
	}

/* Navigation */
#navigation {
	border-top: 3px #D13F43 solid;
	/*border-bottom:1px solid #D13F43;*/
	background-color:#00759A;
	color:#F2EEEC;
	overflow: visible;
	height: 34px;
	margin: 0;
	z-index: 100;
	}
#page-nav ul {
	list-style-type: none;
	margin: 0;
}
#page-nav li {
	margin: 3px 15px 11px;
	float:left;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 6px 0 0;
	background-color:#00759A;
	color:#F2EEEC;
	}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	padding: 0px;
	width: 900px;
	background:#FFFFFF none repeat scroll 0 0;
	overflow:hidden;
	border-right:1px dotted #CCCCCC;
	}

/* Main content */
.content {
	margin: 0 0 21px 0;
	width:550px;
	border-right:1px dotted #CCCCCC;
float:left;
padding-left:0;
padding-right:15px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 900px;
	}

/* Posts */
.post {
	overflow: hidden;
	/*margin: 0 0 40px 0;*/
	border-bottom:0 dotted #CCCCCC;
margin:0.5em 0 1.5em;
padding-bottom:1.5em;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.post-title {

	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
background:transparent url('images/post_side.png') no-repeat scroll 0 0;
color:#1CE110;
font-family:Georgia,'Times New Roman',serif;
font-size:25px;
font-weight:normal;
letter-spacing:-2px;
/*line-height:10px;*/
text-decoration:none;
padding-left: 40px;
min-height:40px;
line-height:28px;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	display: none;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
background:transparent none no-repeat scroll 0 0;
padding:0;
	}
.page .entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
background:none;
/*padding:0 0 0 70px;*/
min-height:60px;
	}
/* Entry metadata */
p.post-footer {
  margin:-.25em 0 0;
  color:#666;
  font-size: small;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#666;
  margin-right:.6em;
  }
.entry-meta {
	font-style: italic;
	color: #666;
	/*padding:0 0 0 70px;*/
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */

#primary {
float:right;
position:relative;
width:300px;
}

.widget {
	overflow: hidden;
	margin: 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: none;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
background:transparent url(images/sidebar_blank.png) no-repeat scroll 0 0;
	padding:0 0 0 40px;
	margin-bottom:0;
	}
#linkcat-8 ul{
list-style-type:none;
margin:0;
}
#linkcat-8ul li{
margin:0 0 15px;
}
#linkcat-8{
margin:0;
}
#linkcat-8 .widget-title {
background: none;
display: none;
}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
background:#DDDDDD none repeat scroll 0 0;
border:2px solid #999999;
margin:0 0 21px;
padding:10px 20px;
	}

/* Comments template */
#comments-template {
/*padding:0 0 0 70px;*/
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 95%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 75px;
	margin-right: 15px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	margin: 0;

	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	/*font-style: italic;*/
	font-size:10px;
	color: #444;
	/*padding:10px;*/
	/*height:90px;*/
		background: #ffffff none;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}
#footer a , #footer a:visited{
color: #FFF;
}