@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	background: #ECECEC;
	font: 62.5% "Century Gothic", Tahoma, Arial, sans-serif;
	}
	
body#home {
	background:#FFFFFF;
	text-align: center;
	margin-top: 150px;
	}
	
/*Define text styles*/

p {
	margin-bottom: 12px;
	font-size: 1.1em;
	line-height: 1.4em;
	}
	
h1 {
	color: #C70024;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2em;
	}
	
h2 {
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	font-size: 1.8em;
	}
	
h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	}
	
h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	}
	
h5 {
	}
	
a:link {
	color: #C90225;
	}

a:visited {
	color: #C80122;
	}

a:hover {
	color: #666666;
	}
	

	
ul {
	}
	
li {
	}
	
	
	
	
/*Define styles for Main Containers*/

#container {
	}
	
#header {

	}
	
#nav_top {

	}
	
#nav {
	}

/*Define styles for content area*/
	
#main_container {
	background: url(../../assets/images/content_tile.jpg) repeat-y top;
	width: 990px;
	float: left;
	}
	
#main_container.wp {
	background: url(../../assets/images/content_tile_wp.jpg) repeat-y top;
	width: 990px;
	float: left;
	}
	
#main_container.home {
	background: url(none);
	width: 990px;
	float: left;
	}
	
#content_container {
	float: right;
	width: 785px;
	margin-right: 50px;	
	}
	
#content_back {
	background: url(../../assets/images/content_back.jpg) no-repeat right top;
	width: 990px;
	min-height:767px;
	height:auto !important;
	height:767px;
	
	float: left;
	}
	
#content_back.home {
	background: url(../../assets/images/content_back_home.jpg) no-repeat right top;
	width: 990px;
	height:622px;
	float: left;
	}
	

	
#content_back.synch {
	background: url(../../assets/images/content_back_synch.jpg) no-repeat right top;
	float: left;	
	}
	
#content_back.wp {
	background: url(../../assets/images/content_back_WP.jpg) no-repeat right top;
	float: left;
	}
	
#content_back.consulting {
	background: url(../../assets/images/content_back_consulting.jpg) no-repeat right top;
	width: 990px;
	min-height:767px;
	height:auto !important;
	height:767px;
	float: left;
	}
	
#content {
	width: 490px;
	float: right;
	padding-top: 142px;
	padding-right: 30px;
	padding-left: 30px;
	}
	
#content.synch {
	width: 540px;
	margin-right: 100px;
	padding-top: 100px;
	float: right;
	}
	
#wp_content {
	width: 660px;
	margin-right: 30px;
	padding-top: 200px;
	float: left;
	margin-left: 30px;
	}
	
#content.home {
	width: 700px;
	padding-top: 100px;
	float: right;
	}
	
#content img {

	}
	
#left_container {
	background: url(../../assets/images/left_background.gif) no-repeat top;
	height: 662px;
	width: 150px;
	float: left;
	}
	
#left_container.home {
	background: url(../../assets/images/left_background_home.gif) no-repeat top;
	height: 662px;
	width: 150px;
	float: left;
	}
	
/*Define styles for side navigation*/	

#side_nav {
	float: right;
	width: 46px;
	}

/*Define styles for photos within Content*/

.right_photo {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	
	}
	
.right_photo img {
	padding: 2px;
	border: 1px solid #D7D7D7;	
	}

.left_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.left_photo img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	}
	
/*Define styles for sidebar*/

#sidebar {
	width: 201px;
	padding-top: 250px;
	float: left;
	padding-left: 14px;
	padding-right: 13px;
	}
	
.sidebar_band {
	margin-bottom: 15px;
	clear: both;
	width: 201px;
	min-height:60px;
	height:auto !important;
	height:60px;
	}

.sidebar_band h4 > a:link {
	color: #000000;
	text-decoration: none;
	}
	
.sidebar_band h4 > a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.sidebar_band h4 > a:hover {
	color: #C70021;
	}
	
.sidebar_band p {
	font-size: 1em;
	}

.sidebar_band img {
	float: left;
	margin-right: 7px;
	border: 1px solid #FFFFFF;
}

	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/footer.jpg) no-repeat;
	width: 890px;
	clear: both;
	text-align: center;
	padding-top: 30px;
	color: #666666;
	font-size: 1em;
	padding-left: 100px;
	margin-bottom: 20px;
	}
	
#footer a:link {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}

#footer.synch {
	background: url(../../assets/images/footer_synch.jpg) no-repeat top;
	}
	
/*Define styles for home page*/

.first_home {
	position: relative;
	right: 10px;
	}
	
/*Define styles for Artist index */

.artist {
	padding: 8px;
	width: 296px;
	height: 64px;
	background: #ECECEC;
	margin: 5px;
	border: 1px solid #CCCCCC;
	}
	
.artist img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	}
	
.artist h1 {
	font-size: 1.9em;
	}
	
.artist a:link {
	text-decoration: none;
	}

.artist a:visited {
	text-decoration: none;
	}
	
.artist:hover {
	background: #FFFFFF;
	}

