/*
 * Theme Name: The Family
 * Theme URI: http://example.org/themes/dusk/
 * Description: Dark theme for BuddyPress.
 * Version: 1.0
 * Author: John Doe
 * Author URI: http://example.org/
 * Template: hybrid
 * Tags: buddypress, two-column, grey, dark
*/

/* Inherit the default theme styles 
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );*/

/* Inherit the admin bar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

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

@font-face {
	font-family: 'BebasRegular';
	src: url('fonts/BEBAS___.eot');
	src: local('Bebas Regular'), local('Bebas'), url('fonts/BEBAS___.TTF') format('truetype');
}

@font-face {
	font-family: 'GladifilthefteGladifilthefte';
	src: url('fonts/Gladifilthefte.eot');
	src: local('fonts/Gladifilthefte Gladifilthefte'), local('fonts/Gladifilthefte'), url('fonts/Gladifilthefte.ttf') format('truetype');
}


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

/* Contains everything */
body {
	font: 13px/18px Arial, Helvetica, sans-serif;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		margin: 0 auto;
		min-width: 975px;
		max-width: 1250px;
	}

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

/* Hyperlinks */
a:link {
	color: #D59600;
}
a:visited {}
a:hover {}
a:active {}
a.button {
	background: #ffd200;
	border: 1px solid #d59600;
	color: #fff;
	display: inline-block;
	font: normal normal 20px/24px 'BebasRegular';
	padding: 8px 15px;
	text-shadow: 1px 1px 2px #666;
}
	a.button:hover {
		background: #d59600;
	}

/* 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 {
	background: #3d3d3d;
}

	/* Contains site title and tagline */
	#header {
		padding: 10px 25px;
	}

		/* Site title */
		#site-title {
			font: 24px/26px 'GladifilthefteGladifilthefte';
		}
			#site-title a {
				color: #fff;
			}
				#site-title a span {}

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

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

/* Wrapper for navigation */
#navigation {
	background: #353535;
	color: #fff;
	border-top: 1px solid #000;
	font-size: 15px;
	font-weight: bold;
	height: 42px;
	-moz-border-radius-bottomleft: -4px;
	-moz-border-radius-bottomright: -4px;
}

	/* Page nav */
	#page-nav {
		border-top: 1px solid #555;
	}
		#page-nav ul {
			list-style: none;
		}
			#page-nav li {
				float: left;
			}
				#page-nav li a {
					border-right: 1px solid #555;
					color: #fff;
					display: block;
					padding: 10px 20px;
				}
					#page-nav li a:hover {
						background: #555;
					}
			#page-nav li.current_page_item {}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	clear: both;
}

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

	/* Contains site's main content */
	.primary-active #content {
		float: left;
		width: 76%;
	}
	.content {
		padding: 20px 35px;
	}
	.page-template-front-page .content {
		padding: 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 {}

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

	/**
	* Widget sections
	************************************************/

	#sidebar {
		background: #eee;
		float: right;
		padding: 20px 20px 0;
		width: 20%;
	}
	
	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	.primary-active #primary {
		float: right;
		width: 20%;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	.primary-active #secondary {
		float: right;
		width: 20%;
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

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

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
}

	/* Footer section */
	#footer {}

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

#subsidiary {
	background: #eee;
}
#subsidiary .widget {
	float: left;
	width: 33%;
}
#subsidiary .widget-inside {
	border-color: #fff #e1e1e1 #fff #fff;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	padding: 35px 35px 30px;
}
#subsidiary .widget:last-child .widget-inside {
	border: none;
}
#subsidiary h3 {
	color: #555;
	font-size: 15px;
	margin: 0 0 10px;
}
/**
* Front Page
************************************************/
#hero, #features, #testimonials, #subsidiary {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: 50%;
}
.box-padding {
	overflow: hidden;
	padding: 35px 35px 30px;
}
.left .box-padding {
	border-color: #fff #e1e1e1 #fff #fff;
	border-style: solid;
	border-width: 1px;
}
.right .box-padding {
	border: 1px solid #fff;
}
#hero, #testimonials {
	background: #f8f8f8;
}
#hero h2 {
	font: normal normal 36px/40px 'BebasRegular';
	margin: 0 0 15px;
}
#hero p {
	margin: 0 0 15px;
}

#features .feature {
	float: left;
	margin-right: 45px;
	width: 153px;
}
#features .image {
	background:url('http://buysellads.com//images/sprite.png?v=1263869314') no-repeat scroll -8px -475px transparent;
	border:1px solid #E1E1E1;
	display:block;
	height:115px;
	margin:0;
	overflow:hidden;
	padding:1px;
	width: 153px;
}
#features p {
	font-size: 12px;
}
#features .feature-two .image {
	background-position: -176px -475px;
}
#features .feature-three, #features .feature-six {
	margin-right: 0;
}
#features .feature-three .image {
	background-position: -344px -475px;
}
#features .feature-four .image {
	background-position: -512px -475px;
}
#features .feature-five .image {
	background-position: -678px -475px;
}
#features .feature-six .image {
	background-position: -848px -475px;
}
#features h3 {
	font-size: 15px;
	margin: 7px 0 3px;
}

#testimonials {
	font: italic 18px/24px "Times New Roman", Times, Serif;
}
#testimonials .testimonial {
	padding: 35px 80px 30px;
	position: relative;
}
#testimonials .testimonial img {
	border: 1px solid #e1e1e1;
	float: right;
	padding: 1px;
}
.testimonial p {
	position: relative;
	text-indent: 30px;
}
.testimonial .quote {
	color:#d1d1d1;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:62px;
	left: -35px;
	position: absolute;
	text-shadow:-1px -1px 0 #aaa;
	top: 10px;
}
.testimonial .quote-end {
	bottom: -20px;
	color:#d1d1d1;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:62px;
	padding-right: 20px;
	position: absolute;
	right: 90px;
	text-shadow:-1px -1px 0 #aaa;	
}

