/* 
Theme Name: em_blog
Theme URI: http://SimpleAnecdote.com
Description: A child theme of Hybrid. Designed for SimpleAnecdote.com
Author: Matan Heimann
Author URI: http://WebBrothers.com.au
Version: 0.1
Tags: Framework, two-column, minimalistic
Template: hybrid
*/

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

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

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

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

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

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

/**
* Body
************************************************/

/* Contains everything */
body {
	margin: 0;
	padding: 0;
	background: url('images/body.gif') repeat-x 0 0;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		text-align: left;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	height: 95px;
	width: 980px;
	margin: -20px auto 0 auto;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {
			margin: 0;
		}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	width: 980px;
	margin: 0 auto;
}

	/* Page nav */
	#page-nav {
		position: absolute;
		top: 0;
	}
		#page-nav ul {}
			#page-nav li {
				text-transform: uppercase;
				margin: 0;
				padding: 0;
			}
				#page-nav li a {
					background: #000000;
					color: #AAAAAA;
					padding: 9px 10px;
					font-weight: bold;
					border: 1px solid #000000;
					border-bottom: 0;
				}
				#page-nav li a:hover {
					color: #FFFFFF;
				}
				
				div#page-nav ul li.current_page_item a {
					background: #282828;
					color: #FFFFFF;
					border: 1px solid #6A6A6A;
					border-bottom: 1px solid #282828;
				}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 980px;
	margin: 0 auto;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		float: left;
		margin: 20px 0 0 0;
		position: relative;
		width: 660px;
	}

		/* Breadcrumb trail */
		.breadcrumb {
			position: absolute;
			top: -48px;
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {
			background: #FFFFFF;
		}
			.widget-title {
				background: #282828;
				color: #FFFFFF;
				text-transform: uppercase;
				padding: 5px 0 5px 10px;
				margin: 0;
			}
			.widget-inside ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
				.widget-inside ul li {
					
				}
					.widget-inside ul li a {
						display: block;
						border: 1px solid #D4D3CF;
						border-top: 0;
						padding: 10px;
					}
					.widget-inside ul li a:hover {
						background: #D4D3CF;
					}
					.widget-inside input[type=text] {
						width: 162px;
						border: 1px solid #000;
					}
					.widget-inside input[type=submit] {
						margin: 0;
					}

	/* Primary + Secondary main attributes */
	#primary, #secondary {
		width: 300px;
		float: right;
		position: relative;
		background: #E9E8E3;
		border: 1px groove #D4D3CF;
	}
	
	/* Primary widget section */
	#primary {}
		#primary .widget {
			width: 95%;
			margin: 10px auto;
		}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
		clear: right;
		background: #E9E8E3;
		border: 1px groove #D4D3CF;
	}
		#secondary .widget {
			width: 46%;
			float: left;
			margin: 10px 0 10px 8px;
		}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	background: #E9E8E3;
	border: 1px groove #D4D3CF;
	height: 360px;
}

	/* Subsidiary widget section */
	#subsidiary {
		width: 980px;
		margin: 0 auto;
	}
		#subsidiary .widget {
			width: 240px;
			float: left;
			margin: 10px 6.5px 0 0;
		}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}
				#subsidiary input[type=text] {
					width: 140px;
				}

	/* Footer section */
	#footer {
		width: 980px;
		margin: 0 auto;
	}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}

/* Extras */
/* Specific Widgets */
/* Seach Bar */
#primary .search-text {
	width: 230px;
	padding: 2px 5px;
	margin: 0 0 0 5px;
}
.search-submit {
	background: #FFFFFF url('images/Crystal_Clear_action_viewmag.png') no-repeat center;
	color: transparent;
	padding: 14px 0;
	opacity: 0.5;
	width: 30px;
	border: 0;
}
.search-submit:hover {
	background: #FFFFFF url('images/Crystal_Clear_action_viewmag.png') no-repeat center;
	opacity: 1;
}

/* Calendar */
#wp-calendar th, #wp-calendar td {
	padding: 0;
	text-align: center;
	font-family: times new roman;
}
	#wp-calendar td a {
		display: block;
		text-decoration: none;
		font-weight: bold;
	}
	#wp-calendar td a:hover {
		background: #E8E8E8;
	}

/* Contact Form */
#subsidiary #text-4 {
	margin-right: 0;
}
	span.form_title, span.wpcf7-quiz-label {
		font-size: 10pt;
		font-style: italic;
		display: block;
		float: left;
		margin: 4px 3px 0 0;
		text-align: right;
		width: 60px;
	}
	.your-message textarea {
		height: 100px;
		width: 165px;
		border: 1px solid #000;
	}
	#subsidiary input {
		padding: 2px 5px;
	}
	#subsidiary .quiz-505 input {
		width: 20px;
	}

/* Stuff I added */
#RSS {
	position: absolute;
	top: -55px;
}
	#RSS img {
		border: 0;
	}