/*   
Theme Name: Dancing Moon Press Theme
Theme URI: http://solalunastudios.com
Description: Custom child theme extending from the TwentyTwelve template. Check style.css file for customization notes.
Author: SolaLuna Studios
Author URI: http://solalunastudios.com
Template: twentytwelve
Version: 1.0

category.php is customized to provide a better listing for the book catalog, testimonial
and news. The list is derived from posts that use categories. The thumbnail in the list 
is derived by the featured image setting. The excerpt text is used first. 

tag.php has similar list displays similar to category.php

header.php and footer.php have minor adjustments	

content.php removes the large featured image that the twentytwelve theme displays above the post.

*/

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

body {
	background-color: #7B0002 !important;
}

/* menu */
.main-navigation li {
	margin: 0 20px 0 0;
	position: relative;
	height: 30px;
	font-size: 1rem !important;

}

.menu-item a{
	color: #FFF !important;
}

.nav-menu {
	border-bottom: 0 !important;
	border-top: 0 !important;
	text-align: right !important;
}

.current-menu-item a{
	color: #FFF !important;
}

/*div page */
.site {
	padding: 0 !important; 
	margin: 4px auto 0 auto !important; 
	background-color: #7B0002 !important;
	/*width: 920px;*/
}

.site-header {
	background: black;
	padding: 15px;
	
	margin: 10px !important; 

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 6px 6px 6px #500002;
	-webkit-box-shadow: 6px 6px 6px #500002;
	box-shadow: 3px 6px 6px #500002;
	/*width: 900px;*/

}

/*for tag line */
.site-header h2 {
	font-weight: normal;
	line-height: 1.2em;
	color: #FFF;
	margin-left: 33px;
}

.wrapper {
	background: url(/wp-content/themes/twentytwelvechild/images/inner_bg.png) repeat scroll 0 0 transparent;
	background-color: #FFFFFF !important;

	padding: 15px 15px 15px 20px!important;
	
	margin: 10px !important; 
	/*overflow: hidden;*/
	/*width: 900px;*/

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 6px 6px 6px #500002;
	-webkit-box-shadow: 6px 6px 6px #500002;
	box-shadow: 6px 6px 6px #500002;
}

/* wrapper for content */
.site-content {
	margin-top: 0;
}

.entry-header {
	margin-top: 0 !important;
}

.entry-title {
	margin-top: 10px;
}

#colophon {
	background-color: black;
	color: white;

	padding: 15px !important;

	margin: 10px 10px 0 10px !important; /*flat bottom */

	font-size: .8em;
	
	clear: both;
	overflow: hidden;
	
	border-top: 1px solid #333;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	
	-moz-box-shadow: 6px 6px 6px #500002;
	-webkit-box-shadow: 6px 6px 6px #500002;
	box-shadow: 6px 6px 6px #500002;

	
}

.attachment-post-thumbnail {
	float: left;
	margin-right: 15px;

}

.excerpt-block {
	display: block;
	clear:both;
	margin-bottom:3em;
	overflow:hidden;
}

.excerpt-text {
	display: inline;
	clear:both;
	margin-left:0px;
}

.excerpt-block h2{
	margin-left:0;
	display: inline;
	/*clear:both;*/
	margin-bottom:1em;
}

.byline {
	display: inline;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 1em;
	margin-left:0 !important;
}

.excerpt-detail {
	margin-top: 1em;
}
.excerpt-block p{
	margin-left: 90px;
	line-height: 1.6em;
}


.excerpt-read-more {
	margin-top: 1em;
}

a:hover {
	color: red !important;
	text-decoration: underline !important; 
}

.archive-title {
	font-size: 1.571428571rem;
	line-height: 26px !important;
	margin: 0 !important;
	text-transform: none;
	font-weight: normal;
	color: #444;
}

.archive-meta {
	font-size: 1em;
	line-height: auto !important;
	margin-top:1em !important;
	font-weight: bold;
	color: #444;
}

.archive-header {
	padding:0 !important;
}

/* footer */
.site-info {
	color: #444;
}