/*
Theme Name: Slantmouth Episode 4: A New Hope
Theme URI: http://slantmouth.com
Description: In a world where Slantmouth hasn't been around in a while, a new hope emerges from a familiar source
Version: 4.0 (there was a hidden version... SHHH! Don't tell!)
Author: The Colonel
Author URI: http://slantmouth.com
*/

/* ============================================================

Slantmouth CSS Episode 4: A New Hope

Haiku:
================
CSS Below
Cascading on a style sheet
They make our page nice

Notes:
================
Let's try to keep this to a minimum.

============================================================ */
/* ------------------------------------------------------------
+Testing... one, two, three!
------------------------------------------------------------ */
/* div { border: 1px solid red; } */


/* ------------------------------------------------------------
+Average, Basic, Boilerplate, Common, Everyday, Garden Variety, General, Normal, Run-of-the-mill, Typical, Usual, Vanilla Stuff.
Id est: The crap plastered all over.
------------------------------------------------------------ */

body {
	background: #7a1212 url(./i/slant-background.png) repeat-x fixed top left;
	color: #fff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 auto;
}

#content-container {
	margin: 0 auto;
	width: 980px
}

h1, h1 a, h2, p {
	color: #fff
}

p {
	letter-spacing:0.6px;
	line-height:1.3em;
	padding:7px 0;
	
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	color: #cbcbcb
}

#content-container #body h1 {
	font-size: 2.5em;
	font-style: italic;
	font-weight: 100;
	line-height: 1em;
	margin: 18px 0 8px;
	text-shadow:3px 2px 2px #111
}

#content-container #body blockquote {
	background-color: rgba(0,0,0,.3);
	border-left: 1px solid;
	margin: 5px 10px;
	padding: 0 20px;
}

	
/* ------------------------------------------------------------
+Header
------------------------------------------------------------ */
#content-container #head h1 {
	border-bottom: 1px solid #c3a6a6;
	padding: 30px 0
}

#content-container #head h1 a{
	background: transparent url(./i/slant-header.png) no-repeat;
	display: block;
	height: 195px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 640px
}

#content-container #head h1 a:hover{
	opacity: .9
}

/* ------------------------------------------------------------
+Body Styles. Stylin' body.
------------------------------------------------------------ */

	#content-container #body {
		margin: 25px auto;
		width:669px;
	}
	
	#content-container #body.home {
		margin: 25px auto;
		width: 980px;
	}
	
	#content-container #foot {
		float: left;
	}
	
	#content-container #body .post {
		padding: 0 0 25px;
		margin: 0 0 25px
	}
	
	
	#content-container #body .post a {
		text-decoration: underline
	}
	
	#content-container #body .post a:hover {
		text-decoration: none
	}
	
	#content-container #body .post h3, #content-container #body .archive h2, #content-container #body .post h2 {
		font-size: 1.4em;
		font-style: italic;
		font-weight: 100;
		margin: 0 0 15px;
		text-shadow:3px 2px 2px #111
	}
	
	#content-container #body .post h3 a, #content-container #body .archive h2 a, #content-container #body .post h1 a {
		text-decoration: none
	}
	
	#content-container #body .post h3.byline {
		margin: 15px 0 0;
		text-shadow: none
	}
	
	#content-container #body .post h3.byline a{
		text-decoration: underline
	}
	
	#content-container #body .post h3.byline a:hover{
		text-decoration: none;
	}
	
	#content-container #body .archive h3 {
		font-size: 1em;
		font-style: italic;
		font-weight: 100;
		margin: 0 0 15px;
	}
	
	#content-container #body .archive h2 {
		font-size: 1.8em;
		margin-bottom: 5px
	}
	
	#content-container #body .archive {
		border-bottom: 1px solid #fff
	}
	
	#content-container #body .archive:last-child{
		border-bottom: none
	}
	

/* ------------------------------------------------------------
+Styles for the Homepage, you so special, baby. We luz you.
------------------------------------------------------------ */
	
	/* ------------------------------------------------------------
	+News section for the homepage, so's we can update things more regularly. BORING.
	------------------------------------------------------------ */
	#news {
		border-bottom: 1px solid #c3a6a6;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	#news h2 {
		border-right:1px solid;
		display:block;
		float:left;
		height:81px;
		margin:0 30px 30px 0;
		padding:65px 20px;
	}
	
	#news h2 a {
		background:transparent url(./i/home-news.png) no-repeat scroll left center;
		display:block;
		height:81px;
		text-indent:-9999px;
		width:323px;
	}
	
	#news .blurb {
		float:left;
		margin:1% 0 5%;
		vertical-align:middle;
		width:500px;
	}
	
	#news .blurb h3.byline {
		float: left
	}
	
	#news .blurb h3.date {
		font-style: italic;
		font-weight: 100
	}
	
	

	/* ------------------------------------------------------------
	+Projects: That's how we do.
	------------------------------------------------------------ */
	#projects {
		border-bottom: 1px solid #c3a6a6;
		margin-bottom: 30px;
		margin-top: 30px
	}
	
	#projects a {
		display: block;
		text-indent: -9999px;
		margin: 30px auto;
		text-align: center;
		width: 640px
	}
	
	#projects a.Swine {
		background: transparent url(./i/swine-flu.png) no-repeat;
		height: 179px
	}
	
	#projects a.Elite {
		background: transparent url(./i/elite-panda-death-patrol.png) no-repeat;
		height: 138px
	}
	
	#projects a.Dane {
		background: transparent url(./i/everyone-but-dane.png) no-repeat;
		height: 186px
	}
	
	#projects a.Ultraman {
		background: transparent url(./i/ultraman.png) no-repeat;
		height: 132px
	}
	
	#projects a.Reform {
		background: transparent url(./i/ultraman-two.png) no-repeat;
		height: 151px
	}
	
	#projects a.Chewbacca {
		background: transparent url(./i/instant-chewbacca.png) no-repeat;
		height: 187px
	}
	
	#projects a.Pony {
		background: transparent url(./i/pony.png) no-repeat;
		height: 141px
	}
	
	
	#projects a:hover{
		-moz-transform: scale(1.01);
		-webkit-transform: scale(1.01);	
	}
	
	/* ------------------------------------------------------------
	+Founders: Get deferential, god dammit!
	------------------------------------------------------------ */
	#founders {
		display: block;
		margin: 15px auto;
		text-indent: -9999px;
		width: 640px
	}
	
	#founders h3.meet-the-founders a{
		background: transparent url(./i/meet-founders.png) no-repeat;
		display: block;
		height: 34px;
		margin: 15px auto;
		width: 420px
	}
	
	#founders a.colonel-moses {
		background: transparent url(./i/the-colonel.png) no-repeat;
		float: left;
		height: 285px;
		margin-left: 110px;
		margin-right: 15px;
		width: 203px
	}
	
	#founders a.julius-serpentine {
		background: transparent url(./i/julius-serpentine.png) no-repeat;
		float: left;
		height: 285px;
		width: 203px
	}
	
	#founders a:hover{
		opacity: .9
	}
	
	/* ------------------------------------------------------------
	+Sub page profiles for the annointed ones
	------------------------------------------------------------ */
	
	#content-container #body .founders-profile {
		float: left;
	}
	
	#content-container #body .founders-profile img {
		float: left;
		margin-right: 25px
	}
	
	#content-container #body .founders-profile h1, #content-container #body .founders-profile h2, #content-container #body .founders-profile p, {
		float: left
	}
	
	#content-container #body .founders-profile h2 {
		font-size:1em;
		margin:0;
		text-transform:uppercase;
	}
	
	#content-container #body .founders-profile p {
		font-style: italic;
		letter-spacing: 1px;
		margin: 12px;
		padding: 0;
		text-align: left
	}

/* ------------------------------------------------------------
+The usually unappreciated Footer is getting some love from Papa Slantmouth
------------------------------------------------------------ */

#content-container #foot #navigation h3.nav{
	height: 3px;
	text-indent: -9999px
}

#navigation {
	border-bottom:1px solid #C3A6A6;
	border-top:1px solid #C3A6A6;
	display:block;
	margin:0 auto;
	padding:17px 25px 8px;
	text-align:left;
	width:930px
}

#navigation ul{
	margin-left:17%
}

#navigation li{
	border-left: 1px solid #fff;
	display: inline;
	font-size: 2.2em;
	font-style:italic;
	font-weight:100;
	line-height:1.5em;
	padding: 0 20px
}

#navigation li.home{
	border: 0;
	padding: 0 8px
}

#navigation li.home a{
	background:transparent url(i/foot-logo.png) no-repeat scroll left center;
	display: block;
	height: 76px;
	float: left;
	margin-top: -12px;
	margin-right: 15px;
	text-indent: -9999px;
	width: 76px
}

#navigation li.home a:hover{
	opacity: .9
}

/*
#navigation a.news {
	background: transparent url(./i/news.png) no-repeat;
	height: 35px;
	width: 136px
}

#navigation a.archives {
	background: transparent url(./i/archive.png) no-repeat;
	height: 35px;
	width: 220px
}

#navigation a.words {
	background: transparent url(./i/words.png) no-repeat;
	height: 35px;
	width: 172px
}
*/

#foot ul.social-media {
	display:block;
	margin:15px auto;
	text-align:center;
	text-indent:-9999px;
	width:120px;
}

#foot ul.social-media li {
	float: left;
	margin: 0 4px;
}

#foot ul.social-media li a{
	display: block;
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

#foot ul.social-media li a.rss{
	background: transparent url(./i/rss.png) no-repeat;
}

#foot ul.social-media li a.twitter{
	background: transparent url(./i/twitter.png) no-repeat;
}

#foot ul.social-media li a.facebook{
	background: transparent url(./i/facebook.png) no-repeat;
}

#foot ul.social-media li a:hover{
	opacity: .9
}

.copyright {
	background: transparent url(./i/copyright.png) no-repeat;
	display: block;
	margin: 59px auto 15px;
	padding:3px 0;
	text-align: center;
	text-indent: -9999px;
	width: 418px
}

#foot p.footer-blurb {
	font-size: .8em;
	font-style: italic;
	line-height: 2em;
	margin-bottom: 25px;
	text-align: center;
	
}

#foot p.footer-blurb a{
	text-decoration: underline;
	
}

#foot p.footer-blurb a:hover{
	text-decoration: none;
	
}

/* ------------------------------------------------------------
+Sociability... we're pretty bad at this.
------------------------------------------------------------ */

.sociable {
	background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0 0 15px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:0 0 15px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 0 15px rgba(255, 255, 255, 0.1);
	display:inline-block;
	margin:15px 0 3px;
	padding:6px 10px;
}

.sociable .sociable_tagline {
	font-style: italic;
	padding-bottom: 8px;
}

.sociable ul li{
	display: inline;
	margin: 10px 10px 0 0;
}

.sociable ul li.sociablefirst {
	margin-left: 9px
}

/* ------------------------------------------------------------
+PADDLES! CLEAR!
------------------------------------------------------------ */
.clear {
	clear: both;
}


