/*
Theme Name: Hybrid Child
Theme URI: http://mimeographic.com
Description: Good.
Version: 0.1
Author: Binky
Author URI: http://mimeographic.com
Tags: Add, Whatever, Tags, You, Want
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Get reset CSS */
/*@import url('../hybrid/library/css/reset.css');*/

/* Get base CSS */
@import url('../hybrid/library/css/25px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-r-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
/* @import url('../hybrid/library/css/screen.css'); */


/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}



/* Body */
body {
	font: normal normal normal 12px/21px Arial, Helvetica, sans-serif;
	color: #000;
	}

/* Body container */
#body-container {
	margin: 20px auto 21px auto;
	background: #fff url(images/mimeoBG.gif) no-repeat 0 0;
	border: #bbb 1px solid;
	}

/* Links */
a {
	color: #21759b;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	}
a:hover, a:active {
	color: #DA00DA;
	text-decoration: none;
	}

/* Custom Text Selection Color */

/* Mozilla based browsers */
::-moz-selection {
       background-color: #FF85FF;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #FF85FF;
       color: #000;
}

/* Headers */
h2, h3, h4, h5, h6 {
	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: none;
	}

/* 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: #DA00DA;
	text-decoration: none;
	}

/* Images */
.post img {
	max-width: 440px;
	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;
	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-container{
background: #000 url(images/mimeoHeader.jpg) no-repeat 0 0;
height: 81px;
}
#header {
	margin: 0;
	}

/* Blog title */
#site-title {
	margin: 0 0 0 0;
	position: relative;
	top: 56px;
	left: 50px;
	width: 146px;
	}
#site-title a {
	color: #000;
	text-indent: -9999px;
	display: block;
	height: 23px;
	width: 146px;
	white-space: nowrap;
	background: transparent url(images/mimeoTitle.png) no-repeat 0 0;
	}

/* Blog description */
#site-description {
	display: none;
	margin: 0;
	color: #666;
	}

/* Navigation */
#navigation {
	overflow: visible;
	height: 16px;
	width: 500px;
	margin: 0;
	z-index: 100;
	position: relative;
	top: -20px;
	left: 400px;
	}
#page-nav li {
	margin-right: 40px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 0;
	color: #111;
	background: transparent url(images/home.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	white-space: nowrap;
	height: 13px;
	width: 38px;
	}
	
#page-nav li.page-item-2 a {
	background: transparent url(images/about.png) no-repeat 0 0;
	display: block;
	white-space: nowrap;
	height: 13px;
	width: 39px;
	}
#page-nav li.page-item-7 a {
	background: transparent url(images/art.png) no-repeat 0 0;
	display: block;
	white-space: nowrap;
	height: 13px;
	width: 97px;
	}
#page-nav li.page-item-5 a {
	background: transparent url(images/design.png) no-repeat 0 0;
	display: block;
	white-space: nowrap;
	height: 13px;
	width: 43px;
	}
#page-nav li.page-item-9 a {
	background: transparent url(images/music.png) no-repeat 0 0;
	display: block;
	white-space: nowrap;
	height: 13px;
	width: 37px;
	}

/* 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 {
	margin: 25px 0 0;
	}

/* Main content */
.content {
	background-color: #fff;
	padding: 20px;
	width: 480px;
	margin: 0 100px 21px 0;
	border: 1px solid #000;
	box-shadow: -5px 5px 0 #888;
	-webkit-box-shadow: -5px 5px 0 #888;
	-moz-box-shadow: -5px 5px 0 #888;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#888888, offX=-5, offY=5, positive=true);
	}


.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	text-align: justify;
	}
.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 */
.entry-title {
	font-size: 21px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: normal;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #000;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #666;
	}

/* 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 */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #111;
	}
.widget a {
	color: #333;
	text-decoration: none;
	}
.widget a:hover {
	color: #DA00DA;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #111;
	}
h3.widget-title {
	margin: 0;
	font-size: 13px;
	}
	
	/* Primary widget section */
	#primary {
	padding: 0 0 0 50px;
	width: 250px;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}
					
	img.twitterButton {
	width: 40px;
	}
					
	#query-posts-4 {
	background: #fff url(images/logo_recent.png) no-repeat 10px 10px;
	border: 1px solid #000;
	margin: 0 0 40px 0;
	padding: 80px 10px 10px;
	}

	#query-posts-4 ul{
	margin: 0;
	}
	#query-posts-4 ul li{
	margin-bottom: 10px;
	}

	/* Secondary widget section */
	#secondary {
	padding: 0 0 0 50px;
	width: 250px;
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {
				font-weight: bold;
				}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					
	#secondary .widget a {
	font-weight: bold;
	}



/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
/* 	padding: 20px 20px 0 20px; */
	}

/* Comments template */
#comments-template {
	}

/* 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: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: auto;
	margin-right: 15px;
	padding: 2px;
	background: #fff;
	border: 1px solid #222;
	box-shadow: -2px 2px 0 #AAAAAA;
	-webkit-box-shadow: -2px 2px 0 #AAAAAA;
	-moz-box-shadow: -2px 2px 0 #AAAAAA;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#AAAAAA, offX=-2, offY=2, positive=true);
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
	}

/* Footer container */
#footer-container {
	margin: 0 50px 21px 50px;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	}
#footer p{
	margin: 0;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}