/* 
Theme Name: Structured Hybrid
Theme URI: http://birdbra.in/structured-hybrid/
Description: Structure ported to Hybrid as a child theme
Author: Pratik Sinha
Author URI: http://birdbra.in/
Version: 0.0.1
Tags: Framework
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'); */

/**
* Global
************************************************/

* {
	margin: 0;
	padding: 0;
}


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

/* Contains everything */
body {
	color: #000;
	background: #330000;
	font-family: "DejaVu Sans", Verdana, Arial, sans-serif !important;
	font-size: 80% !important;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		overflow: hidden;
		width: 948px;
		margin: 0 auto;
		padding: 0 12px;
		padding-bottom: 12px; 
		background: #660000;
	}

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

/* Hyperlinks */
a:link, a:visited { color: #AC0003; text-decoration: none; }
a:hover, a:active { color: #333; } 	/* Change This */


/* Headers */
h1, h2, h3, h4, h5, h6 { color: #AC0003; font-weight: normal; }
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h2 { font-size: 1.3em !important; }
h3 { font-size: 1.3em !important; }
h4 { font-size: 1.2em !important; }
h5 { font-size: 1.1em !important; }
h6 { font-size: 1em !important; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #0C386E;
        }

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

/* Paragraphs */
p {
	margin: 10px 0;
}

/* Unordered lists */
ul {
	list-style: none;
}

.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul { list-style: disc; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

	ul li {
		list-style: none;
	}

/* 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 { width: 95%; margin 0 auto 15px auto; border: 1px solid #eee; }
	caption {}
	table tr { font-weight: bold; background: #ccc; }
	table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
	table tr td.pad { border: none; }
	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 { float: left; margin-right: 10px; }
.right, .alignright { float:right; margin-left: 10px;}
.center, .aligncenter { margin: 0 auto 15px auto; text-align: center; display: block; }
.block, .alignnone {}
.clear { clear: both; }

/**
* Images
************************************************/
.post img {     max-width: 98%; }
img, a img {
	padding: 3px;
	border: 1px solid #01203c;
	background: #eee;
        }

.thumbnail { width: 75px; height: 75px; }
.thumbnail, .medium { float: left; margin-right: 10px; }

#feature img { width: 300px; }
html>body #feature img { width: auto; max-width: 300px; }

.author-box .avatar { float: left; width: 75px; height: 75px; margin-right: 10px; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }

/* 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 {}

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

/* Wrapper for navigation */
#navigation {
	float: left;
	width: 635px;
	margin: 0 10px 0 0;
}

	/* Page nav */
	#page-nav {
		float: left;
	}
		#page-nav ul {
		}
			#page-nav li {
				display: inline;
				float: left;
			}
				#page-nav li a {
					font-size: 1em;
					font-weight: bold;
					float: left;
					color: #fff;
					text-align: center;
					padding: 8px 25px;
					text-decoration: none;
				}
				#page-nav li a:hover, #page-nav li a:active {
					background: #AC0003;
					text-decoration: underline;
				}
			#page-nav li.current_page_item {
				background: #AC0003;
			}

			#page-nav li.page_item {
				background: #660000;
			}

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

/* Contains entire header */
#header-container {
	clear: left;
	float: left;
	width: 928px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	padding: 10px;
	display: none;
}

	/* Contains site title and tagline */
	#header {
		float: left;
		display: inline;
		vertical-align: middle;
		font-size: 1.0em;
		background: #FFF
	}
	
	#header h1 {
		display: inline;
		float: left;
		width: 650px;
		font-size: 2.5em;
		font-weight: bold;
		vertical-align: middle;
	}
	#header h1 a {
		margin: 0 0 0 5px;
		vertical-align: middle;
	}

		/* Site title */
		#site-title {
			float: left;
			display: inline;
			vertical-align: middle;
			font-size: 2.5em;
		}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			display: none;
		}


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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	overflow: hidden;
	float: left;
	width: 928px;
	padding: 10px 10px 5px 10px;
	background: #fff5ff;
}

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

	/* Contains site's main content */
	#content {	
		width: 611px;
		padding: 0 0 10px 0;
		float: left; margin: 0;
	}


		/* Breadcrumb trail */
		.breadcrumb {
			display: none;
		}

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

		/* Posts */
		.post {
			width: 564px;
			padding: 10px 25px;
			overflow: hidden;
			margin: 0 0 10px 0;
			background: #fff;
			border: 1px solid #ccc;
			font-size: 1.1em !important;
			text-align: justify !important;
		}

			/* 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 {
			width: 594px;
			padding: 10px;
			overflow: hidden;
			margin: 0 0 10px 0;
			background: #fff;
			border: 1px solid #ccc;
		}
			.navigation-links .previous { float: left; max-width: 47%; }
			.navigation-links .next { float: right; max-width: 47%; text-align: right; }

		/* 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 {
			overflow: hidden;
			float: left;
			clear: left;
			width: 564px;
			padding: 10px 25px;
			margin: 0 0 10px 0;
			border: 1px solid #ccc;
			background: #fff
		}

			/* 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 {
							list-style-type: none;
							float: left;
							width: 97%;
							margin: 10px 0;
							padding: 5px;
							background: #f7f7f7;
							border: 1px solid #ccc;
						}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}

						#comments li.alt {
							border-top: 1px solid #0C386E;
							border-bottom: 1px solid #0C386E;
						}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}
						
						#comments h3 { margin: 10px 0 0 0; }
						#comments img { border: none; padding: 0; }

							/* Comment avatars */
							#comments .avatar {
								float: left;
								width: 35px; height: 25px;
								margin: 5px 10px 0 10px;
								padding: 1px;
								border: 1px solid #01203c;
								background: #eee;
							}

							/* Comment meta data */
							#comments .comment-meta-data { 
											float: left; 
											margin-top: 5px; 
										}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {
								clear: left;
								float: left;
								display: block;
								width: 90.5%;
								margin: 10px;
								padding: 8px 15px;
								background: #fff;
								border: 1px solid #eee;
							}

					/* 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 {
									width: 50%;
									padding: 5px;
									margin:  10px 5px 0 0;
									background: #fff;
									border: 1px solid #0C386E;
								}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {
									width: 96%;
									padding: 5px;
									margin-top: 10px;
									border: 1px solid #0C386E;
								}
						#respond .button {
									width: 100px;
									padding: 7px;
									margin-right: 10px;
									color: #fff;
									border: 1px double #333;
									background: #0C386E;
						}
						#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 {
		overflow: hidden;
		float: left;
		width: 278px;
		margin: 0 0 10px 0;
		padding: 10px;
		border: 1px solid #ccc;
		background: #fff;
	}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		overflow: hidden;
		width: 300px;
		float: right;
	}

	#primary.aside { float: right; margin: 0; }

		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

.section-header { font-size: 1.1em; font-weight: bold; margin-bottom: 8px; }
.section-header a { font-weight: bold; }
.tab-content li { padding: 0 5px 3px 0; }
.tab-content li a { display: block; padding: 2px 0 2px 10px; }
.widget-inside div li a:hover { text-decoration: underline; }
#primary .tab-content p, #widget-blocks .tab-content p { margin: 5px; }



/************************************************
        Widget blocks (also see sidebar menu)
************************************************/
#widget-blocks { margin-bottom: 10px; width: 616px; }
#widget-blocks .block-left { float: left; width: 300px; }
#widget-blocks .block-right { float: right; width: 300px; }



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

/* Wrapper for the entire footer */
#footer-container {
	color: #fff;
	clear: both;
	width: 945px;
	margin: 5px auto;
	padding: 5px 0;
}

#footer p {
	float: left;
	width: 75%;
	margin: 0 auto;
}

#footer p.icons {
	float: right;
	text-align: right;
	width: 30px;
}

#footer .wp-icon {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/wp-icon.gif) no-repeat 0 0;
        }
#footer .wp-icon span {
	display: none;
        }
#footer a { color: #ccc; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer img { margin: 0 10px; border: none; }
 
                                            


	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

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


/************************************************
	Tabs
************************************************/
#primary .widget-tabs{ width: 300px; }
.widget-tabs {
	float: left;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	}
.widget-inside {
	width: 100%;
	border: none;
	padding: 0;
	}
/* Actual tabs */
.widget-inside ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.widget-inside ul.tabs li { display: inline; float: left; }
.widget-inside ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	font-weight: bold;
	background: #eee;
	border: 1px solid #ccc;
	}
.widget-inside ul.tabs li a:hover { background: #f7f7f7; text-decoration: none; }
.widget-inside ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	border: 1px solid #ccc;
	background: #fff;
	}
#primary .tab-content { width: 99%; padding: 5px 0; }
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }


/************************************************
        Excerpts
************************************************/
#excerpts .post {
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
        }
#excerpts .post-title { width: 100%; margin: 0 0 5px 0; }
#excerpts img { float: left; margin: 2px 17px 10px 0; }

/************************************************
       Header Widgets 
************************************************/
/* Widgets right after the navigation bar */
#utility-after-header {
	width: 948px
	border-bottom: 1px solid #ccc;
}

#utility-after-header .widget {
	overflow: hidden;
	float: left;
	width: 270px;
	margin: 0;
	padding-left: 23px; 
	padding-right: 23px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff; 
}

#utility-after-header .widget-inside {
	width: inherit;
	border: none;
	padding: 0;
}

#utility-after-header img, a img {
padding: 0;
border: none;
background: none;
}

/*
#utility-after-header a {
	float: left;
	padding-left: 23px;
	padding-right: 23px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff; 
}
*/

#utility-after-header a:hover {
	background: #AC0003;
}

/* Related posts */
.popular, .related {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
.popular ul, .related ul { list-style: disc; margin-left: 25px; }
.popular li, .related li { padding: 0 5px 3px 0; }
.popular li a, .related li a { display: block; padding: 2px 0 2px 10px; }
.popular li a:hover, .related li a:hover { text-decoration: underline; }


