/*
Theme Name: EnormousChampion
Theme URI: http://EnormousChampion.com/
Description: EnormousChampion Child Themes on Sandbox
Author: Aaron
Author URI: http://objectivesubject.com/
Template: sandbox
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('../sandbox/style.css'); 
@import url('../enormouschampion/blueprint/screen.css'); 

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
a:active, a:focus {outline: 0;}
a img {
   border-style: none;
}

/* Layout restyles */
#wrapper{
	display: block;
	position:relative;
	width: 950px;
	margin: auto;
}

#header{
	height: 280px;
	margin: 10px 0;
}

/* Header */
#blog-title a, #blog-title a:active, #blog-title a:hover, #blog-title a:visited {
    background:url(images/masthead.jpg) no-repeat top;
    display:block;
    text-indent:-9000px;
	height: 270px;
    margin: 0;
border: none;
}

/* Typographic restyling of blueprint */
body{
	color: #4E1A00;
}
a, a:visited {
	text-decoration: none;
	color: #00A0F1;
}
a:hover, a:active{
	border-bottom: dotted 1px;
}

h2, h3, h4, h2 a, h3 a, h4 a, h2 a:hover, h3 a:hover, h4 a:hover {
	margin-bottom: .25em;
	margin-top: 0;
	color: #00A0F1;
}
h2{
font-size: 30px;
}
body.category h2{
text-transform: lowercase;
}
h4 {
font-size: 1em;
}
body.category h2 img{
vertical-align:middle;
}


#blog-title a:hover, .wp-caption a:hover{
	border: none!important;
}
.wp-caption-text a:hover{
	border-bottom: dotted 1px;
}

/* sidebar type */
.sidebar { 
	font-size: .9em;
}

.sidebar h3{
text-transform: lowercase;
}

.sidebar ul, .sidebar li{
	list-style:none;
	margin-left: 0;
	width: 180px;
}

.sidebar ul ul, .sidebar div{
	margin-bottom: 1.75em;
	padding-bottom: .5em;
	padding-left: 1px;
	border-bottom: #999999 dotted 2px;
}

.sidebar .sectiontype{
	color: #999999;
}

.sidebar a, .sidebar a:active, .sidebar a:visited{
	color: #4E1A00;
}

#primary div{
	border: none!important;
}
#primary h3{
	display: none;
}

/* Post styling */
.post{
	margin-bottom:2em;
	padding-bottom: 1em;
	border-bottom: #999999 dotted 2px;
}

input #s .text{
	width: 170px;
}
.wp-caption-text{
	margin-top: .5em;
	font-size: .75em;
}

/* Meta styling */
.entry-meta, .entry-meta a{
	color: #999999;
	font-size: .9em;
}
.meta-sep{
	color: #00A0F1;
	font-size: 1.15em;
}
.published{
	border: none!important;
}

/* Navigation */
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}


/* Stuff to hide */
div .skip-link, #access, #blog-description, #nav-above{
	display: none;
}