/*
Theme Name: Crash Creative Custom Theme 01
Theme URI: http://www.crash-creative.com/wp-content/themes/crashCreative/
Description: Custom theme built for the Crash Creative website.
Version: 1.0
Author: Sarah Simonelli
Author URI: http://www.crash-creative.com
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(http://www.crash-creative.com/wp-content/themes/crashCreative/images/PageBg.jpg) repeat top left;
	font-family: Trebuchet MS, Trebuchet, Sans-serif;
	color: #000000;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0px;
}
a:hover {
	background: url(http://www.crash-creative.com/wp-content/themes/crashCreative/images/NavHover.png) no-repeat left;
}
div#wrapper {
	width: 1015px;
	margin: 0px auto;
}
div#header {
	background: url(http://www.crash-creative.com/wp-content/themes/crashCreative/images/GreenVert.png) no-repeat left;
	width: 1015px;
	height: 290px;
}
div#header img.logo {
	float: right;
}
div#header div.headerImage {
	width: 604px;
	height: 290px;
	background: url(/wp-content/themes/crashCreative/images/headers/Header-Punch.jpg) no-repeat left;
	overflow: hidden;
	float: right;
}
.headerImage2 {
	width: 604px;
	height: 290px;
	background: url(/wp-content/themes/crashCreative/images/headers/Header-Hammer.jpg) no-repeat left;
	overflow: hidden;
	float: right;
}
.headerImage3 {
	width: 604px;
	height: 290px;
	background: url(/wp-content/themes/crashCreative/images/headers/Header-Match.jpg) no-repeat left;
	overflow: hidden;
	float: right;
}
div#navigation {
	float: left;
	width: 310px;
	font-size: 14px;
	margin-top: 0px;
}
div#navigation ul.business, div#navigation ul.clients, div#navigation ul.personal {
	padding-top: 25px;
	list-style: none;
}
div#navigation ul.business li a, div#navigation ul.clients li a, div#navigation ul.personal li a {
	display: block;
	width: 100%;
	padding: 3px 0px 2px 140px;
	overflow: hidden;
}
div#navigation ul.business li a:hover, div#navigation ul.clients li a:hover, div#navigation ul.personal li a:hover {
	font-weight: bold;
}
div#navigation div.business, div#navigation div.personal, div#navigation div.clients {
	width: 310px;
	height: 200px;
}
div#navigation div.business {
	background-color: #d5eaf3;
}
div#navigation div.clients {
	background-color: #8a8c8f;
}
div#navigation div.personal {
	background-color: #bdd73c;
}
div#content {
	background-color: #ffffff;
	width: 547px;
	min-height: 590px;
	padding-top: 10px;
	float: left;
	padding-left: 97px;
}
div#content h1 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}
div#content h2 {
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	background-color: #d5eaf3;
	color: #8a8c8f;
}
div#content h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #8a8c8f;
	text-align: center;
}
div#content a, div#content a:link, div#content a:visited {
	color: #8a8c8f;
	font-weight: bold;
}
div#content a:hover {
	color: #000000;
	background-color: bdd73c;
	text-decoration: underline;
}
div#content p {
	margin: 20px 50px 10px 0px;
	font-size: 12px;
}
div#content ul {
	margin: 20px 50px 10px 20px;
	font-size: 12px;
}
div#content ul li{
	margin-bottom: 5px;
}
.wpcf7-list-item {
	display:block;
	width: 100%;
}
.center{
	text-align: center;
}
div#content div.portfolioThumb {
	display: block;
	width: 230px;
	margin: 0px 15px 0px 15px;
	float: left;
	font-size: 12px;
}
div#content div.portfolioThumbSm {
	display: block;
	width: 100px;
	margin: 0px 15px 0px 15px;
	float: left;
	font-size: 12px;
}
div#content div.portfolioThumb img{
	display: block;
	width: 230px;
}
div#content div.portfolioThumbSm img.sm{
	display: block;
	width: auto;
}
div#content div.portfolioThumb p {
	margin: 5px 0px 10px 0px;
}
div#footer{
	width: 100%;
	height: 60px;
	padding-top: 50px;
	margin: 15px auto;
	background-color: #d5eaf3;
	clear: both;
}
div#footer ul.links{
	list-style: none;
	width: 800px;
	margin:10px auto 20px;
}
div#footer ul.links li{
	float: left;
	padding-right: 20px;
	font-size: 11px;
	text-decoration: underline;
}