/*
Theme Name:     DownUnderClub
Theme URI:      http://downunderclub.mb.ca
Description:    Child theme for the Twenty Twelve theme 
Author:         SYDS c/o Hydesmith Communications
Author URI:     http://eswhy.com/wordpress
Template:       twentytwelve
Version:        0.1.0
*/

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


#page { border-radius: 4px; }
ul.lcp_catlist li { list-style: none; margin: 0 0 10px; }
ul.lcp_catlist li a:hover { text-decoration: none; }
	.lcp_title a { 
	    border-bottom: solid 1px #efefef;
	    background-color: #f6f6f6;
	    padding: 4px 10px;
	    border-radius: 6px;
	    display: block;
	    font-weight: bold; 
	    box-shadow: 0 1px 4px rgba(0,0,0,.1);
	}
	.lcp_date { 
		font-style: italic;
		font-size: .8em;
		float: right;
		color: #777;
		padding: 8px 10px; 
	}
	.lcp_excerpt {
		font-size: .9em;
		padding: 5px;
	}

#skyscraper { display: none; }
header { position: relative; }
header .caption { 
	position: absolute;
	right: 0px;
	bottom: 25px;
	z-index: 100;
	color: #fff;
	font-size: 1em;
	background-color: rgba(0,0,0,.2);
	padding: 10px;
	width: 940px;
	text-align: right; 
}
.site-content article { margin-bottom: 30px; }
article.format-aside .aside { 
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
