/*
Theme Name: Qunad le tigre lit
Author: Baboon Creation
Template: twentyeleven
Description: Twenty Eleven Child
Version: 0.1.0
*/

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


#bannerTigre {
	margin: auto;
	max-width: 1000px;
	height:240px;
	background-image:url('images/qltl-header-b.png');
	background-repeat:no-repeat;
}

#branding {
	border-top: 0px;
}

body {
	background: #8d8885;
	background-image:url('images/bg-pattern.jpg');
	background-repeat:repeat-x;
}

#access {
	background: #413936; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#4f4745, #413936);
	background: -o-linear-gradient(#4f4745, #413936);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f4745), to(#413936)); /* older webkit syntax */
	background: -webkit-linear-gradient(#4f4745, #413936);
}

#access a {
	font-weight: 400;
	color: #b3adac;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color: #695751;
}

.entry-title,
.entry-header .entry-meta {
	padding-right: 5px;
}

.entry-title {
	clear: none;
	color: #413936;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #413936;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #666;
}

.excerpt-p {
	float: left;
	width: 60%;
	clear: none;
	padding-right: 0px;
}



/* Singular content styles for Posts and Pages */
.singular .entry-title {
	color: #413936;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #413936;
	font-weight: 400;
	margin: 0 0 .8125em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: both;
	font-weight: 400;
}

/* Text elements */
p {
	color: #5E5356;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 1.625em;
}

a {
	color: #a9a6a4;
}

/* Site Generator Line */
#site-generator {
	padding: 2.2em 2em;
	text-align: right;
}
#site-generator a {
	color: #A9A6A4;
}

/* =Content
----------------------------------------------- */

.hentry,
.no-results {
	border-bottom: 4px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

.hentry:before,
.no-results:before {  
    content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	border-top: 1px solid 
	#ddd;
	border-bottom: 1px solid 
	#ddd;
	height: 8px; 
}

.hentry:last-child,
.no-results {
	border-bottom: 4px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: 4px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}


