@import url('/css/reset.css'); /* reset */

/* GLOBAL ------------------------------------------------------------ */

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
h1 {
	clear: both;
	font-size: 200%;
	padding: 10px 0;
}  
h2 {
	font-size: 180%;
}

/* back button */
a.back {
	background: url('/img/layout/back.png');
	display: block;
	height: 28px;
	position: absolute;
		right: 25px;
		bottom: 30px;
	text-indent: -9999em;
	width: 111px;
}
.links {
	margin: 0 30px 0 0;
}
a.print_pdf {
	background: url('/img/layout/pdf.png')no-repeat;
}

/* search form */
.case_studies_search form {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
}
.case_studies_search h2 {
	background: url('/img/layout/magnify.png') no-repeat left bottom;
	clear: both;
	padding: 0 0 0 25px;
	text-transform: lowercase;
}
.case_studies_search .input {
	padding: 5px 0;
}
.case_studies_search .input > label {
	clear: both;
	color: #fff;
	font-size: 90%;
	display: block;
	width: 100%;
}
.case_studies_search .input > input {
	width: 300px;
}
#search_by_keyword .input {
	float: left;
}
#search_by_keyword .input input {
	width: 260px;
}
#search_by_keyword .submit {
	float: left;
	padding: 5px;
}
#search_by_keyword .submit input {
	background: url('/img/layout/go.png') no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 22px;
	width: 49px;
}
#search_by_filter .submit {
	padding: 10px 0;
	text-align: right;
	width: 330px;
}
#search_by_filter .submit input {
	background: url('/img/layout/submit.png') no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 26px;
	text-indent: -99999em;
	width: 99px;
}

/* cake debugging */
.cake-debug, .cake-sql-log td {
	background: #222;
	color: #fff;
}

/* LAYOUT ------------------------------------------------------------ */

.wrapper {
	background: #fff url('/img/layout/bg.png') no-repeat;
	color: #222;
	margin: 0 auto;
	width: 990px;
}
#header {
	position: relative;
	height: 110px;
}
#header a.logo {
	display: block;
	position: absolute;
		top: 12px;
		left: 49px;
	height: 75px;
	width: 193px;
	text-indent: -99999em;
}
#header .nav {
	float: right;
	padding: 10px 20px;
}
#header .nav li {
	display: inline;
	padding: 5px;
}
#header .nav a:link, #header .nav a:visited {
	color: #fff;
}
#content {
	margin: 40px 0 0 0;
}
#footer {
	clear: both;
	color: #fff;
	font-size: 80%;
	margin: 0 auto;
	padding: 10px 25px 10px 50px;
	text-align: center;
	width: 900px;
}
 
/* PAGE-SPECIFIC ----------------------------------------------------- */

/* Home */
#pages_home .wrapper {
	background: url('/img/layout/bg_home.jpg') no-repeat;
	background-color: #000;
}
#pages_home #content {
	margin: 0;
	padding: 0 25px 0 50px;
}
.pages.home .welcome {
	color: #fff;
	float: left;
	padding: 10px 0;
	width: 450px;
}
.pages.home .welcome h1 {
	color: #E3BA96;
}
.pages.home .case_studies_search {
	float: right;
	padding: 10px 0;
	width: 400px;
}
.pages.home .featured {
	clear: both;
	float: left;
	margin: 10px 0 70px 0;
	width: 100%;
}
.home .featured h2 {
	color: #fff;
	text-transform: lowercase;
}
.home .featured h3 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 3px 0;
}
.home .featured p {
	color: #fff;
	font-size: 80%;
	margin: 0 0 10px 0;
}
.home .featured p strong {
	color: #000;
}
.home .featured .figure {
	text-align: center;
}
.home .featured .figure a {
	clear: both;
	display: block;
	margin: 0 auto;
}
.home .featured_case_study {
	float: left;
	padding: 10px 0;
	width: 440px;
}
.home .featured_video {
	float: right;
	padding: 10px 0;
	width: 440px;
}
.home .featured_case_study .figure a.button {
	background: url('/img/layout/view_case_study.png') no-repeat;
	height: 23px;
	text-indent: -99999em;
	width: 116px;
	
}
.home .featured_video .figure a.button {
	background: url('/img/layout/view_additional_videos.png') no-repeat;
	height: 23px;
	text-indent: -99999em;
	width: 152px;
	
}

/* Case Study - Search Results */
.case_studies.search {
	margin: 10px 0 0 0;
}
.case_studies.search .search_results {
	float: left;
	padding: 30px 0 0 50px;
	width: 550px;
}
.case_studies.search .search_results a {
	color: #d02a27;
}
.case_studies.search .search_results li {
	list-style: none;
	margin: 20px 0;
}
.case_studies.search .search_results li h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 3px 0;
}
.case_studies.search .search_results li a {
	display: block;
	margin: 3px 0;
	text-decoration: none;
}
.case_studies.search .search_results li a:hover {
	text-decoration: underline;
}
.case_studies.search .search_results li a:visited {
	color: #d02a27;
}
.case_studies.search .search_results .paging {
	color: #d02a27;
	text-align: center;
	padding: 10px;
}
.case_studies.search .search_results .paging div {
	display: inline;
}
.case_studies.search .search_results .paging div.disabled {
	display: none;
}
.case_studies.search .case_studies_search {
	background: #bbb;
	float: right;
	margin: 6px 0 0 0;
	padding: 30px 25px 0 20px;
}

/* Casedid Study - View */
#case_studies_view #content {
	margin: 15px 0 0 0;
}
.case_studies.view .meta {
	background: #eee;
	clear: both;
	font-size: 80%;
	padding: 0 0 0 50px;
}
.case_studies.view p {
	color: #fff;
	float: left;
}
.case_studies.view p strong {
	color: #000;
}
.case_studies.view p.links {
	float: right;
}
.case_studies.view p.links a {	
	display: block;
	color: #fff;
	float: right;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.case_studies.view .article {
	float: left;
	font-size: 90%;
	padding: 20px 0 20px 50px;
	width: 600px;
}
.case_studies.view .article h1 {
	font-size: 180%;
	margin: 10px 0;
}
.case_studies.view .article ul {
	list-style: inside;
	margin: 10px;
}
.case_studies.view .article ul li {
	margin: 10px;
}
.case_studies.view .aside {
	float: right;
	margin: 25px 15px;
	overflow: hidden;
	width: 300px;
}





