/*
Template Name: Twenty Twelve
Template URI: http://www.totalslider.com/
Description: Template designed for integration with the WordPress Twenty Twelve theme.
Author: Chris Van Patten (inspired by work done by the WordPress team)
Author URI: http://www.totalslider.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.ts-twentytwelve {
	width: 100%;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-left: auto;
	margin-right: auto;
	height: 325px;
	position: relative;
}

.ts-twentytwelve-slide {
	background-size: cover;
	background-color: #ECECEC;
	background-position: center;
	list-style: none;
	margin: 0 !important;
	width: 100%;
	height: 325px;
	position: absolute;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ts-twentytwelve-link {
	position: relative;
	display: block;
	max-width: 400px;
	width: 80%;
	min-width: 200px;
	border: 10px solid transparent;
	color: #444 !important;
	font-size: 14px;
	text-decoration: none;
}

.ts-twentytwelve-link:hover {
	text-decoration: none;
}

.ts-twentytwelve-overlay {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ts-twentytwelve-title {
	margin: 0 0 24px !important;
	line-height: 1.2 !important;
	font-size: 22px;
	font-weight: normal;
	color: inherit !important;
}

.ts-twentytwelve-description {
	line-height: 1.714285714;
	margin: 0 !important;
	color: inherit !important;
}
