/*
Theme Name:     Aurora Child
Description:    Child theme for Aurora
Author:         Anthony Garcia for Sprixel Design
Template:       aurora
Version:        2.0
*/

@import url("../aurora/style.css");

.post, .page {padding-bottom:20px;
}
#content a {
	color: #CADE58;
}
#content a:hover {
	color: #4cc6cd;
}

/*  -----|  Header  |---------------------------------------------------  */

#header {
  font-size: 0;
  text-indent: -1000px; 
}  
#header h1 a {
	width:920px;
	height:250px;
	background-repeat:no-repeat;
	display:block;
	background-image: url(images/nmm_header.jpg);
	background-position: left top;
	margin-top: -10px;
}
#header h1 a span { display: none; 
}

/*Original Header – testing Sarah Kwon's method above*/
#header{
	background-image:none; 
/*	background-image:url('images/nmm_header.jpg'); 
	width:920px; 
	height:250px; 
	background-repeat:no-repeat;
	margin:20px auto;
	padding-top:10px;*/
}
#header h1,.description{margin-top:0px;margin-left:0px; color:white;}
}


/*  -----|  Typography  |---------------------------------------------------  */

 a:hover{
	text-decoration:none;
	color: #4cc6cd;
}
#container h1{
	color:#CADE58;
	border-bottom:20px solid #262927;
}
#container h1 a,#container h2 a{
	color:#CADE58;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
}
h2,h3,h4,h5,h6{
	color:#CADE58;
}
#wp-calendar caption{
	color:#CADE58;
}
#wp-calendar a{
	color:#CADE58;
	background-color:#181B19;
	border:1px solid #262927;
	display:block;
	text-align:center
}
#wp-calendar a:hover{
	color:#CADE58;
	background-color:#262927;
	display:block;
	border:1px solid #262927;
	text-decoration:none;
}
.nav-previous a, .nav-next a{
	display:block;
	padding:3px;
	color:#CADE58;
	background-color:#1f2320;
	border:1px solid #262927;
}
#searchsubmit:hover{
	color:#CADE58;
	border:1px solid #C1BCAC;
}
#noresults-searchsubmit:hover{
	color:#CADE58;
	border:1px solid #C1BCAC;
}
#submit:hover{
	color:#CADE58;
	border:1px solid #C1BCAC;
}