/*YOUR CSS*/
.bootswatch #header {
	background: url("/packages/theme_bootswatch_custom/themes/theme_bootswatch_custom/assets/img/header.jpg") no-repeat center;;	
	height: 308px;
	filter: none !important;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
}

.bootswatch #header > ul.nav {
	display: block;
	margin: 0 0 0 1em;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;
}

.bootswatch #header > ul.nav:nth-of-type(1) {
	position: absolute; 
	bottom: 2em; 
	left: 0;
}

.bootswatch #header > ul.nav:nth-of-type(2) {
	position: absolute; 
	bottom: 0.25em; 
	left: 0;
}

.bootswatch .container {
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	background-color: #fff;
}

.bootswatch #header ul.nav > li > a {
	text-decoration: none;
	font-size: 1.25em;
	letter-spacing: -1px;
	width: auto;
	color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.bootswatch #header ul.nav > li {
	padding: 0 1em 0 1em;
	display: inline;
	float: left;
	width: auto;
	list-style-type: none;
}

.bootswatch #header ul.nav > li > ul > li {
	padding: 0 1em 0 1em;
	display: inline;
	float: left;
	width: auto;
	list-style-type: none;
	margin-bottom: 5px;
}

.bootswatch #header ul.nav > li > ul {
	margin: 0 0 0 1em;
	list-style: none;
}

.bootswatch #content.container > section {
	margin: 2em 1em 0 1em;
	width: auto;
}

.bootswatch .container img {
	max-width: 100%;
}

.bootswatch .container .ccm-page-list h3.ccm-page-list-title {
	font-size: 1.2em;
	line-height: 1.1em;
}
