@charset "UTF-8";
/* CSS Document */

/*-------------- Colour Index --------------

#fafafa - Background Creme
#d30000 - Red
#c51d23 - Red 2 / Link
#91161a - Link Hover
#000000 - Black
#262626 - Dark Gray

--------------------------------------------*/
body, html {
	margin:0px;
	padding:0px;
}
body {
	background: url(../assets/images/bg-nav-gray.png) top left repeat-x #fafafa;
}
a img {
	border: none;
	margin:0;
	padding:0;
}
.imageWithCopy {
	margin: 0 10px 0 0;
	display: inline;
	float:left;
}
/*------Headers and Type--------*/
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li, ol, dl {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p {
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
h1 {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	color:#FFF;
	line-height:50px;
	width:auto;
	height:45px;
	background:#262626;
}
h2{
	font-size:34px;
	color:#26262;
}
h3{
	font-size:28px;
	color:#c51d23;
}
h4{
	font-size:24px;
}
h5{
	font-size:16px;
}
h6{
	font-size:12px;
}
p{
	margin-bottom:10px;
}
.p2{
	font-size:10px;
}
/*------------------Links------------------*/
a:link, a:visited {
	margin:0;
	padding:0;
	color:#c51d23;
	text-decoration:none;
}
a:hover, a:active {
	color:#781215;
}
/*------------------------TOP-----------------------*/
.wrapper {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:1000px;
	/*background:#CCC*/
}
/*-----------------NAV-----------------*/
.nav {
	margin:0 auto;
	padding:0px;
	height:75px;
	width:1000px;
	/*background:#666;*/
	position:relative;
	z-index:100;
}
.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	z-index:1000;
}
.nav li {
	float:left;
	width:auto;
	text-align:center;
	border-right:1px solid #595959;
	position:relative;
	height:75px;
	line-height:75px;
	margin:0;
	padding:0;
	/*background:#990;*/
}
.nav li ul li {
	float:none;
	width:200px;
	text-align:left;
	padding:0;
	color:#F00;
	border-top:1px solid #ccc;
	background-color:#000;
}
.nav a:link, .nav a:visited {
	text-decoration:none;
	color:#fafafa;
	/*display:block;*/
	margin:0;
	padding:30px 35px;
}
.nav a:hover, .nav a:active {
	color:#f70008;
}
.nav li ul {
	position:absolute;
	top:74px;
	left:0px;
	visibility:hidden;
}
.nav li:hover ul {
	visibility:visible;
}
.nav li:hover {
	background-color:#0d0d0d;
}
.nav li ul li:hover {
	background-color:#262626;
}
.content {
	clear:both;
}
.noRightBorder {
	border-right:0;
}
/*----------------------BANNER-----------------------*/
.banner {
	margin:5px 0 0 0;
	padding:0;
	display:block;
	height:345px;
	width:1000px;
	position:relative;
	background: url(../assets/images/soleMotive-home-banner-v3.png) top left no-repeat;
}
.bannerLink {
	margin:0;
	padding:0;
	display:block;
	width:1000px;
	height:345px;
	text-indent:-9000px;
}
/*------------------SOCIAL MEDIA-----------------------*/
.socialMediaIcons {
	margin:0 0 25px 0;
	padding:0;
	width:1000px;
	height:80px;
	border-top: solid 1px #262626;
	border-bottom: solid 1px #262626;
}
.twitter {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:75px;
	height:80px;
	background:url(../assets/images/social-Icons/twitter.png) top left no-repeat;
	text-indent:-9000px;
}
.facebook {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:26px;
	height:80px;
	background:url(../assets/images/social-Icons/facebook.png) top left no-repeat;
	text-indent:-9000px;
}
.soundcloud {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:92px;
	height:80px;
	background:url(../assets/images/social-Icons/soundcloud.png) top left no-repeat;
	text-indent:-9000px;
}
.youtube {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:47px;
	height:80px;
	background:url(../assets/images/social-Icons/youtube.png) top left no-repeat;
	text-indent:-9000px;
}
.socialMediaLink {
	font-size:14px;
	float:left;
	display:block;
	margin:0px 35px 0 10px;
	line-height:80px;
}
.socialMediaLinkMarginLeft10px {
	font-size:14px;
	float:left;
	display:block;
	margin-left:10px;
	line-height:80px;
}
/*---------------------BODY/CONTENT-----------------------*/
.content {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	/*background:#6C9;*/
}
.marginBottom25px {
	margin-bottom:25px;
}
.marginBottom10px {
	margin-bottom:10px;
}
.marginTop25px {
	margin-top:25px;
}
.photoThumb{
	padding:0;
	margin:0 0 10px 0;
}
.photoThumbMargRight{
	margin-right:5px;
}
.leftCol {
	margin:0 25px 0 0;
	padding:0;
	float:left;
	width:650px;
	height:auto;
	/*background:#555;*/
}
.rightCol {
	margin:0;
	padding:0;
	float:left;
	width:325px;
	height:auto;
	/*background:#456781;*/
}
.centredText {
	text-align:center;
}
.photoCredit {
	font-size:9px;
	color:#666;
}
.email {
	font-size:20px;
	font-weight:bold;
}
/*------------------------FOOTER-----------------------*/
.footer {
	margin:25px 0 0 0;
	padding:25px 0;
	position:relative;
	width:1000px;
	border-top:solid 5px #262626;
	/*background:#456345;*/
}
.footerCol1 {
	margin:0;
	padding:0;
	float:left;
	width:275px;
}
.footerCol2 {
	margin:0 25px 0 0;
	padding:0 25px;
	float:left;
	width:100px;
	border-left:dotted 1px #262626;
	border-right:dotted 1px #262626;
}
.copyright {
	margin:0;
	padding:5px 0 0 0;
	color:#262626;
	font-size:10px;
}
/*--------------------------------------------*/
.clearFloat {
	margin:0;
	padding:0;
	clear:both;
}
