/*
Theme Name: FARINSPACE Hybrid
Theme URI: http://www.farinspace.com
Description: Child theme for the Hybrid theme
Author: Dimas Begunoff
Author URI: http://www.farinspace.com
Template: hybrid
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Oswald);

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

@import url("../hybrid/style.css"); 

/* colors: #d54e21 (burn orange), #21759B (link blue) */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, 24px 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/24px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
	/* @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'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Drop-downs CSS */
	/* @import url('../hybrid/library/css/drop-downs.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

html {
	background: transparent url(images/html-bg.png) repeat;
}

/* Contains everything */
body {
	background: transparent url(images/body-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		margin-top:0;
		background: transparent url(images/body-container-bg.png) no-repeat scroll 630px 50px;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a,
a:link {
	color:#21759B;
	text-decoration:none;
}
a:visited {
	color:#551A8B;
	text-decoration:none;
}
a:hover, 
a.hover {
	color:#d54e21;
	text-decoration:none;
	border-bottom:1px dotted;
}
a:active {}

a.opposite,
a.opposite:link {
	color:#d54e21;
}

a.opposite:hover, 
a.opposite.hover {
	color:#21759B;
}

/* Headers */
h1 {}
h2 {
	font-family: 'Arimo', sans-serif;
	font-weight:normal;
	text-shadow: 1px 1px #fefefe;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {
		margin: 7px 0;
	}

/* Ordered lists */
ol {}
	ol li {
		margin: 7px 0;
	}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	margin-right:0;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {
	background-color:#C6E48B;
}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* 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 {}

	/* Contains site title and tagline */
	#header {
		height:50px;
		margin-bottom:0;
	}

		/* Site title */
		#site-title {
			float:left;
			margin:10px 0 0;
		}
			#site-title a {
				display:block;
				width:172px;
				height:30px;
				background: url(images/logo.png) no-repeat 0 0;
				text-indent: -9999em;
			}
			#site-title a:hover {
				border:0;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			display:none;
			float:left;
			color:#fff;
			font-family: 'Oswald', sans-serif;
			font-size:26px;
			float:left;
			margin: 26px 0 0 20px;
			text-shadow:none;
		}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {
	float:right;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	margin: 10px 0 0;
}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {}
			#primary-menu li {
				margin:0;
			}
				#primary-menu li a {
					border:0;
					background:none;
					color:#40A9D7;
					padding:0 8px;
					line-height:30px;
					height:30px;
				}
				#primary-menu li a:hover {
					color:#f65828;
				}

			#primary-menu li.current-menu-item a {
				color:#fff;
				background-color:#f65828;
				-moz-box-shadow: 2px 2px 0 0 #333;
				-webkit-box-shadow: 2px 2px 0 0 #333;
				box-shadow: 2px 2px 0 0 #333;
			}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	background: transparent url(images/container-bg.png) repeat-y scroll 630px 0;
	margin: 40px 0 0;
	width:960px;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		width:600px;
	}

		/* Breadcrumb trail */
		.breadcrumb {}
			.breadcrumb-trail {}

		/* Archive and search <div> before posts are listed */
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
			.hentry img {
				border:0;
				padding:0;
			}
		.post {}
		.page {}

			a.entry-comment {
				background-color:#21759B;
				float:right;
				padding:3px;
				color:#fff;
				margin: 5px 5px 0 10px;
				min-width:30px;
				text-align:center;
				font-size:11px;
				font-weight:bold;
				-moz-box-shadow: 2px 2px 0 0 #333;
				-webkit-box-shadow: 2px 2px 0 0 #333;
				box-shadow: 2px 2px 0 0 #333;
			}
			a.entry-comment:hover {
				border:0;
				background-color:#d54e21;
			}

			/* Post, page, and 404 page titles */
			.entry-title {
				font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight:600;
				line-height:1.5em;
				font-size:1.6em;
			}
			.entry-title a:hover {
				text-decoration:none;
			}
			.post-title {}

			.post-title a, .page-title a {
				color:#000;
				
			}
			.post-title a:hover, .page-title a:hover {
				color:#000;
				text-decoration:none;
				border:0;
			}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {
				font-size:1em;
				line-height:1.4em;
			}

			#content .sharing {
				padding: 5px 0;
				margin: 0 0 21px;
				border-top:1px dotted #999;
				border-bottom:1px dotted #999;
			}

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */
			.entry-meta {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			margin-top:20px;
		}
			.navigation-links span {
				background-color:#d54e21;
				padding:5px 12px;
				color:#fff;
				margin: 0 3px 3px 0;
				-moz-box-shadow: 2px 2px 0 0 #333;
				-webkit-box-shadow: 2px 2px 0 0 #333;
				box-shadow: 2px 2px 0 0 #333;
			}
			.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 {
			background: #eee url(images/comments-bg.png) repeat;
			margin-top:50px;
			padding:30px 30px 1px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
		}

			/* 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 .bypostauthor {
								background: #eee url(images/comment-author-bg.png) repeat;
							}
							#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 metadata */
							#comments .comment-meta {}
								#comments .comment-meta 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 #submit {}
							#respond #submit:hover {}

		/**
		* 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 ul {
			list-style:none;
			margin-left:0;
		}
		.widget-inside {}
			.widget-title {
				font-family: 'Oswald', sans-serif;
				text-transform:uppercase;
				font-weight:normal;
			}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {
					display:none;
				}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {
					text-shadow: 1px 1px #999;
				}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					#secondary .popular-posts ul li {
						margin:15px 0;
					}
/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	background: transparent url(images/footer-subsidiary-bg.png) repeat-x;
	margin:0;
	padding-top:40px;
}

	#footer-container a {
		text-decoration:none;
		color:#6cf;
	}

	#footer-container a:visited {
		text-decoration:none;
		color:#666;
	}

	#footer-container a:hover, 
	#footer-container a.hover {
		text-decoration:none;
		color:#d54e21;
		border-bottom:1px dotted;
	}

	/* Subsidiary widget section */
	#subsidiary {
		width:960px;
		margin: 0 auto;
	}
		#subsidiary #get-recent-comments li {
			margin: 15px 0;
		}
			#subsidiary #get-recent-comments img {
				background-color:#fff;
				padding:2px;
			}
		#subsidiary .widget {
			background: transparent url(images/footer-dotted-v.png) repeat-y scroll 318px 0;
			color:#ccc;
			margin:0;
			padding: 0 20px;
			width:280px;
		}
		#subsidiary .bookmarks {
			background: transparent url(images/footer-dotted-h.png) repeat-x;
			padding-top:20px;
		}
		#subsidiary .widget_text {
			background-image:none;
			padding-bottom:20px;
		}
			#subsidiary .widget_text #me {
				width:100px;
				height:111px;
				float:right;
				background: transparent url(images/me.png) no-repeat;
				margin-top:-40px;
				margin-right:10px;
			}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {
					color:#fff;
				}

	/* Footer section */
	#footer {
		background: transparent url(images/footer-bg.png) repeat-x;
		padding-top:8px;
	}
		#footer .footer-nav {
			width:960px;
			height:26px;
			padding-top:14px;
			margin: 0 auto;
			font-size:12px;
		}
		#footer .footer-nav ul {
			list-style:none;
			margin:0;
		}
			#footer .footer-nav ul li {
				float:left;
				margin:0;
				padding: 0 10px;
				border-left:1px solid #333;
				line-height:13px;
			}
			#footer .footer-nav ul li:first-child,
			#footer .footer-nav ul li#menu-item-1731 {
				padding-left:0;
				border:0;
			}

		#footer .footer-insert {
			width:960px;
			height:26px;
			padding-top:14px;
			margin: 0 auto;
			font-size:12px;
			line-height:13px;
		}
			/* Footer extra */
			#footer .copyright {
				float:left;
				margin:0;
				font-style:normal;
				font-size:11px;
			}
				#footer .footer-logo {
					float:left;
					background: transparent url(images/footer-logo.png) no-repeat;
					width:75px;
					height:13px;
					text-indent:-1000px;
					margin:0;
					margin-left:10px;
				}
			#footer .credit {
				float:right;
				margin:0;
			}


/* bbPress adjustments */

	.bbPress .entry-header, 
	.bbPress .entry-content {
		width:auto;
	}

	.bbPress .bbp-topic-index .bbp-breadcrumb {
		display:none;
	}

	.bbPress .bbp-forums,
	.bbPress .bbp-topics,
	.bbPress .bbp-replies {
		border:1px solid #ddd;
	}

	.bbPress .bbp-forum-info,
	.bbPress .bbp-topic-title,
	.bbPress tfoot td {
		padding-left:20px;
	}

	.bbPress .hentry {
		padding-top:0;
	}

	.bbPress .bbp-template-notice.info {
		background-color: #fbfbfb;
		border: 1px solid #eee;
	}

	.bbPress .avatar {
		width:auto;
		height:auto;
		padding:0;
		margin:0;
	}

/* end */

/* syntaxhighlighter */

	/* todo: ie has an issue with padding */
	#content .syntaxhighlighter {
		font-size:13px !important;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	}

	#content .syntaxhighlighter td.gutter,
	#content .syntaxhighlighter td.code {
		padding-top:10px !important;
		padding-bottom:10px !important;
	}

	#content .syntaxhighlighter.nogutter td.code .line {
		padding-left:10px !important;
	}

/* end */

/* video containers */

	.farinspace-video {
		width:600px;
		height:373px;
	}

	.farinspace-video.vimeo {
		width:600px;
		height:337px;
	}

	.farinspace-video.screenr {
		width:600px;
		height:369px;
	}

/* end */

a.external {
    background: url(images/external.png) no-repeat scroll right 50% transparent;
    padding-right: 15px;
}

.tip, .info {
	background: transparent url(images/tip-bg.png) repeat;
	padding: 12px 15px;
	margin-left:23px;
	margin-right:23px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 0 3px 0 #999;
	-webkit-box-shadow: 0 0 3px 0 #999;
	box-shadow: 0 0 3px 0 #999;
}

strong.label,
.tip .label,
.info .label {
	text-transform:uppercase;
	background-color: #000;
	color:#fff;
	font-size:11px;
	padding: 2px 4px;
	margin-right:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/* sidekick-ad */

#sidekick-ad {
	width:300px;
	height:300px;
	overflow:hidden;
	z-index:100;
}

#sidekick-ad.sidekick-ad-fixed {
	position:fixed;
	top:0px;
}

#sidekick-ad.sidekick-ad-absolute {
	position:absolute;
}

#sidekick-ad .instant-access {
	position:absolute;
	margin-top:39px;
	display:block;
	width:300px;
	height:47px;
	z-index:2;
	bordeR:0;
}

#sidekick-ad-padding {
	height:300px;
}

/* end */