/*
Theme Name: Erayne
Theme URI: http://erayne.com/
Description: Erayne Website 10/2012
Version: 2.0
Author: William Ludwig
Author URI: http://erayne.com/
*/
/* 	
 *	Adaptive Layout is controlled by _assets/css/layout.css
 *	Resets are in _assetes/css/layout.css
 *	General Typography is in _assets/css/typography.css
 
	TABLE OF CONTENTS:
   	---------------------------------------------------
	1.0 - Structural
		1.1 - Content
		1.2 - Header
		1.3 - Footer
		1.4 - Sidebar
	2.0 - Non-structural
		2.1 - Text
		2.2 - Headers
		2.3 - Lists
	3.0 - Navigation
		3.1 - Pagination
	4.0 - WordPress
		4.1 - Alignments
		4.2 - Comments
		4.3 - Gallery
		4.4 - Images
		4.5 - Posts
	5.0 - Special
		5.1 - Featured
		5.2 - Testamonials
		5.3 - Buttons
		5.4 - Social Icons
   	--------------------------------------------------- */
	@import url(http://fonts.googleapis.com/css?family=Amaranth:400,700);


/* 	1.0 STRUCTURAL
   	--------------------------------------------------- */
	body												{ margin: 0; background:#fff; text-align: center; }
	
	
/* 	1.1 Content
   	--------------------------------------------------- */
	
/* 	1.2 - Header
   	--------------------------------------------------- */	
	#headerWrapper										{ background: #1a1a1a url( '_assets/images/broken_noise.jpg' ); }
	#pageNav ul											{ margin: 0; padding: 0; list-style: none; width: auto; overflow: hidden; }
	#pageNav .current-menu-item a						{ color: #333; font-weight: bold; }

/* 	1.3 - Footer
   	--------------------------------------------------- */
	#footerWrapper										{ padding-top: 10px; padding-bottom: 10px; background: #1a1a1a url( '_assets/images/broken_noise.jpg' ); }
	#pageFooter .column									{ padding-bottom: 20px; }
	#pageFooter .widgetHeader							{ margin: 0 0 10px 0; font-size: 18px; font-weight: normal; color: #ccc; border-bottom: 1px solid #333; }
	#pageFooter p										{ margin-top: 0; color: #999; }
	#twitterFeed a										{ color: #333; text-decoration: none; }
	#twitterFeed ul										{ margin: 0 0 10px 0; padding: 0; list-style: none; width: auto; overflow: hidden; }
	#twitterFeed li										{ margin: 1%; padding: 2%; margin-bottom: 5px; font-size: 14px; color: #666; background-color: #1a1a1a; border: 1px dashed #333; }
	#twitterFeed a										{ color: #186487; }
	#pageFooter .contactInfo p							{ margin-bottom: 5px; }
	#pageFooter .contactButton							{ margin-bottom: 15px; }
	.vcard												{ width: auto; overflow: hidden; }
	.vcard-avatar										{ float: left; width: 95px; overflow: hidden; }
	.vcard-avatar span									{ display: block; }
	.vcard-avatar img									{ margin: 0 auto; border: 3px solid #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 2px 2px 4px #1a1a1a; -moz-box-shadow: 2px 2px 4px #1a1a1a; box-shadow: 2px 2px 4px #1a1a1a; }
	.vcard-avatar p										{ font-size: 11px; color: #ccc; }
	.vcard-bio											{ margin: 0 10px 0 100px; }
	#pageFooter .vcard-bio p							{ margin: 0; font-size: 12px; }


/*	1.4 - Sidebar
   	--------------------------------------------------- */
	.widget												{ padding: 10px; margin: 5px 5px 15px 5px; background: #eee; border: 3px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 0 4px #00bff3; -moz-box-shadow: 0 0 4px #00bff3; box-shadow: 0 0 4px #00bff3; }
	.widget ul											{ padding: 0; }
	.widget a											{ color: #333; text-decoration: none; border-bottom: 1px dashed #8dc73f; }

/*	2.0 - Non-structural
   	--------------------------------------------------- */

/*	2.1 - Text
   	--------------------------------------------------- */

/*	2.2 - Headers
   	--------------------------------------------------- */
	.sectionHeader										{ margin: 1.5em 0 .5em 0; padding: 0; font-size: 120%; font-weight: normal; border-bottom: 1px solid #ccc; }
	.pageHeader											{ margin-bottom: 15px; background: url('_assets/images/stucco.jpg'); border-top: 1px solid #ccc; border-bottom: 1px solid #555;	}
	.pageTitle											{ margin: 15px 0 10px 0; padding: 0; color: #fff; font-size: 300%; line-height: 64px; text-shadow: 1px 1px 3px #1a1a1a; }
	.widgetHeader										{ margin: 0 0 10px 0; padding: 0; font-size: 120%; border-bottom: 1px solid #8dc73f; }
	
/*	2.3 - Lists
   	--------------------------------------------------- */

/*	3.0 - Navigation
   	--------------------------------------------------- */	

/*	3.1 - Pagnation
   	--------------------------------------------------- */

/*	4.0 - Wordpress
   	--------------------------------------------------- */
	.post												{ clear: both; width: auto; overflow: hidden; }
	.postHeader											{ padding-bottom: .5em; margin-top: 25px; margin-bottom: 1em; border-bottom: 1px solid #8dc73f; }
	.postFooter											{ padding: 10px; margin: 5px 5px 15px 5px; background: #eee; border: 3px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 0 4px #00bff3; -moz-box-shadow: 0 0 4px #00bff3; box-shadow: 0 0 4px #00bff3; }	
	.socialSharing										{ width: auto; overflow: hidden; }
	.socialSharing div									{ float: left; }
	.postTitle											{ margin: 5px 0; }
	.postMeta											{ width: auto; overflow: hidden; margin: .5em 0 1em 0; }
	.postMeta p											{ margin: 0; }

/*	4.1 - Alignments
   	--------------------------------------------------- */
	.alignleft, .postThumb								{ display: inline; float: left; margin-right: 15px; margin-left: 5px; }
	.alignright 										{ display: inline; float: right; margin-left: 15px; margin-right: 5px; }
	.aligncenter 										{ clear: both; display: block; margin-left: auto; margin-right: auto; }

/*	4.2 - Comments
   	--------------------------------------------------- */
	#comments											{ width: auto; overflow: hidden; }
	#comments h3 .button								{ display: inline-block; font-size: 14px; line-height: 18px; font-weight: normal; }
	#comments ol										{ margin: 0; padding: 0; list-style: none; }
	.comments-navigation 								{ margin: 5px 0 25px 0; padding: 5px 0; overflow: hidden; font-size: 14px; font-style: italic; }
	#comments li										{ padding: 2%; margin: 5px 5px 35px 5px; background: #eee; border: 3px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 0 4px #00bff3; -moz-box-shadow: 0 0 4px #00bff3; box-shadow: 0 0 4px #00bff3; }	
	#comments .commentDate								{ float: right; position: relative; top: -35px; padding: 5px; font-size: 11px; text-align: right; color: #333; font-style: italic; background: #fff; border: 1px solid #ccc; }
	#comments .comment-author							{ clear: left; float: left; width: 80px; font-size: 12px; text-align: center; }
	.comment-author a									{ color: #333; text-decoration: none; }
	#comments .comment-content							{ padding-left: 100px; }
	#respond											{ width: auto; overflow: hidden; padding: 10px 0; }
	#respond label										{ float: left; clear: left; width: 20%; text-align: right; margin-right: 5%; }
	#respond input										{ float: left; width: 70%; }
	#respond #submit									{ float: right; margin-right: 5%; }	
	#comment											{ width: 70%; } 
	#respond .required									{ float: left; position: relative; left: -10px; width: 0; color: #F00; font-weight: bold; font-size: 18px; }

/*	4.3 - Gallery
   	--------------------------------------------------- */
	.wp-caption 										{ margin-bottom: 15px; padding-top: 4px; text-align: center; background-color: #f3f3f3; border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-caption img 									{ border: 0 none; margin: 0; padding: 0; }
	.wp-caption .wp-caption-text 						{ font-size: 0.9em; line-height: 17px; margin: 0; padding: 5px 4px 5px 0; }
	.gallery 											{ margin: 0 auto 15px; }
	.gallery .gallery-item 								{ margin-bottom: 0; margin-left: 0; }
	.gallery-item img 									{ margin-bottom: 15px; }
	.gallery .gallery-caption 							{ color: #555; }

/*	4.4 - Images
   	--------------------------------------------------- */
	.entry-content img.wp-smiley 						{ border: none; margin-bottom: 0; margin-top: 0; padding: 0; }
	img.alignleft,
		img.alignright,
		img.aligncenter 								{ margin-bottom: 1.625em; }
	p img, .wp-caption 									{ margin-top: 0.4em; }
	.wp-caption, .postThumb								{ background: #eee; margin-bottom: 1.625em; max-width: 96%; padding: 5px; -webkit-border-radius:6px; -moz-border-radius: 6px; border-radius: 6px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 1px 1px 4px #999; -moz-box-shadow: 1px 1px 4px #999; box-shadow: 1px 1px 4px #999; }  
	.wp-caption img, .postThumb img						{ display: block; margin: 0 auto; max-width: 98%; }
	.wp-caption .wp-caption-text, .gallery-caption 		{ color: #666; font-family: Georgia, serif; font-size: 12px; }
	.wp-caption .wp-caption-text 						{ margin-bottom: 0.6em; padding: 10px 5px; position: relative; }
	#content .gallery 									{ margin: 0 auto 1.625em; }
	#content .gallery a img 							{ border: none; }
	img#wpstats 										{ display: block; margin: 0 auto 1.625em; }
	#content .gallery-columns-4 .gallery-item 			{ width: 23%; padding-right: 2%; }
	#content .gallery-columns-4 .gallery-item img 		{ width: 100%; height: auto; }
	img[class*="align"],
		img[class*="wp-image-"],
		#content .gallery .gallery-icon img 			{ border: 1px solid #ddd; padding: 6px; }
	.wp-caption img 									{ border-color: #eee; }
	a:focus img[class*="align"],
		a:hover img[class*="align"],
		a:active img[class*="align"],
		a:focus img[class*="wp-image-"],
		a:hover img[class*="wp-image-"],
		a:active img[class*="wp-image-"],
		#content .gallery .gallery-icon a:focus img,
		#content .gallery .gallery-icon a:hover img,
		#content .gallery .gallery-icon a:active img 	{ background: #eee; border-color: #bbb; }
	.wp-caption a:focus img,
		.wp-caption a:active img,
		.wp-caption a:hover img 						{ background: #fff; border-color: #ddd; }
	.postThumb											{ float: left; margin-right: 15px; }


/*	4.5 - Posts
   	--------------------------------------------------- */
	.postFooter											{ width: auto; overflow: hidden; }

	/* SOCIAL SHARING */
	.socialSharing .shareMe								{ margin: 0; width: auto; height: 26px; line-height: 26px; overflow: hidden; font-size: 14px; background: #f38d00; border: 2px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
	.socialSharing .label								{ margin-left: 10px; }
	.socialSharing .socialShare							{ float: right; padding: 3px 0 0 5px; background: #00bff3; background: #ccc; border-left: 5px solid #fff; }
	.socialSharing .facebookLike						{ padding-top: 1px; }
	.socialSharing .googleLike							{ float: right; position: relative; padding-left: 15px; border-left: 5px solid #fff; }
	.socialSharing .googleLike:before, 
		.socialSharing .googleLike:after				{ content: ""; position: absolute; top: 50%; width: 0; height: 0; }
	.socialSharing .googleLike:before 					{ left: 0px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid white; margin-top: -10px; }
	.socialSharing .googleLike:after					{ left: -5px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #f38d00; margin-top: -8px; }

	.postFooter p										{ margin: 10px 0 0 0; }
	.author-vcard .photo								{ float: left; margin: 0 15px 0 0; }
	.author-vcard img									{ margin: 0 auto; border: 3px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 2px 2px 4px #ccc; -moz-box-shadow: 2px 2px 4px #ccc; box-shadow: 2px 2px 4px #ccc; }
	
/*	5.0 - Special
   	--------------------------------------------------- */

/*	5.1 - Featured
   	--------------------------------------------------- */
	#featuredWrapper									{ padding-top: 1em; padding-bottom: 1em; background: #f38d00 url( '_assets/images/stucco.jpg' );  border-top: 1px solid #ccc; border-bottom: 1px solid #555;	}
	#featuredSlider h2									{ margin: 5px 0; text-align: center; font-size: 20px; font-weight: normal; color: #eee; }
	#featuredText p										{ margin: 1em 0; font-size: 18px; line-height: 1.4em; color: #1a1a1a; }
	.contactButton										{ color: #fff; }
	.contactButton h3									{ margin: 0; line-height: 38px; font-weight: normal; text-align: center; }
	.contactButton a									{ display: block; overflow: hidden; color: #fff; text-decoration: none; background: #1a1a1a; border: 3px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0px 0px 4px #333; -moz-box-shadow: 0px 0px 4px #333; box-shadow: 0px 0px 4px #333; }
	.contactButton span									{ float: right; position: relative; padding: 0 15px; font-weight: bold; color: #333; color: #000; background: #fff; border-left: 5px solid #fff; }
	.contactButton span:before, 
		.contactButton span:after						{ content: ""; position: absolute; top: 50%; width: 0; height: 0; }
	.contactButton span:before 							{ left: 0px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid white; margin-top: -8px; }
	.contactButton span:after							{ left: -5px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #1a1a1a; margin-top: -6px; }
	.contactButton a:hover span							{ background: #8dc73f; }
	#featuredWrapper .flexslider-container				{ width: auto; overflow: hidden; position: relative; margin: 0 5%; }
	#featuredWrapper .flexslider						{ background: url( '_assets/images/broken_noise.jpg' ); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0px 0px 4px #333; -moz-box-shadow: 0px 0px 4px #333; box-shadow: 0px 0px 4px #333; -webkit-box-shadow: 0px 0px 4px #333; -moz-box-shadow: 0px 0px 4px #333; box-shadow: 0px 0px 4px #333; }
	
	
/*	5.2 - Testamonials
   	--------------------------------------------------- */
	#testimonials ul									{ padding: 0; }
	#testimonials .avatar								{ float: left; margin-right: 15px; }
	#testimonials cite									{ display: block; }
	#testimonials p										{ color: #333; font-size: 14px; line-height: 20px; }

/*	5.4 - Social Icons
   	--------------------------------------------------- */
	.socialIcons										{ width: auto; overflow: hidden; margin: 0; padding: 0; list-style: none; }
	.socialIcons li										{ float: left; width: 25%; min-width: 55px; }
	.socialIcons a										{ display: block; width: 62px; height: 62px; overflow: hidden; }
	.socialIcons .facebook a							{ background: url( '_assets/images/social-icons.png' ) 0 0 no-repeat; }
	.socialIcons .facebook a:hover						{ background: url( '_assets/images/social-icons.png' ) 0 -80px no-repeat; }
	.socialIcons .digg a								{ background: url( '_assets/images/social-icons.png' ) -80px 0 no-repeat; }
	.socialIcons .digg a:hover							{ background: url( '_assets/images/social-icons.png' ) -80px -80px no-repeat; }
	.socialIcons .linkedin a							{ background: url( '_assets/images/social-icons.png' ) -160px 0 no-repeat; }
	.socialIcons .linkedin a:hover						{ background: url( '_assets/images/social-icons.png' ) -160px -80px no-repeat; }
	.socialIcons .rss a									{ background: url( '_assets/images/social-icons.png' ) -240px 0 no-repeat; }
	.socialIcons .rss a:hover							{ background: url( '_assets/images/social-icons.png' ) -240px -80px no-repeat; }
	.socialIcons .stumbleupon a							{ background: url( '_assets/images/social-icons.png' ) -320px 0 no-repeat; }
	.socialIcons .stumbleupon a:hover					{ background: url( '_assets/images/social-icons.png' ) -320px -80px no-repeat; }
	.socialIcons .technorati a							{ background: url( '_assets/images/social-icons.png' ) -400px 0 no-repeat; }
	.socialIcons .technorati a:hover					{ background: url( '_assets/images/social-icons.png' ) -400px -80px no-repeat; }
	.socialIcons .twitter a								{ background: url( '_assets/images/social-icons.png' ) -480px 0 no-repeat; }
	.socialIcons .twitter a:hover						{ background: url( '_assets/images/social-icons.png' ) -480px -80px no-repeat; }
	.socialIcons .delicious a							{ background: url( '_assets/images/social-icons.png' ) -560px 0 no-repeat; }
	.socialIcons .delicious a:hover						{ background: url( '_assets/images/social-icons.png' ) -560px -80px no-repeat; }
	
/*	5.5 - Elastislider
   	--------------------------------------------------- */
	.es-carousel-wrapper								{ background: #1a1a1a url( '_assets/images/broken_noise.jpg' ); padding: 0 40px; position:relative; }
	.es-carousel										{ overflow:hidden; }
	.es-carousel ul										{ display:none; padding: 0; }
	.es-carousel ul li									{ height:100%; float:left; }
	.es-carousel a										{ display:block; border-style:solid; border-color:#222; opacity: .6; }
	.es-carousel a:hover								{ opacity: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
	.es-carousel ul li a img							{ display:block; border:none; max-height:100%; max-width:100%; }
	.es-nav span										{ position:absolute; top:50%; left:12px; background:transparent url('_assets/images/nav.png') no-repeat top left; width:14px; height:26px; margin-top:-13px; text-indent:-9000px; cursor:pointer; opacity:0.8; }
	.es-nav span.es-nav-next							{ right:12px; left:auto; background-position:top right; }
	.es-nav span:hover									{ opacity:1.0; }
