/* Make flush with the nav */
/*#page {
    padding-top: 0px;
}*/

#drop_shadow_menu {
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    font-weight: normal;
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
}

h4, h5, h6 {
    margin: 0 0 9px 0;
}

p {
	color: #dddddd;
	margin: 0 0 18px 0;
}

blockquote {
	padding: 0;
	margin: 26px 35px;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
}
blockquote.align-left,
blockquote.align-right {
	width: 300px;	
}
blockquote p {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

blockquote cite {
	text-transform: uppercase;
}

.clear {
	clear: both;
}


#page .blue,
#page .question {
    color: #FF0000;
}

.align-left {
	float: left;
	margin: 0 20px 12px 0;
}

.align-right {
	float: right;
	margin: 0 0 12px 20px;
}

.with-caption {
	color: #bbb;
	font-size: 12px;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	text-align: center;
	background: #222;
	padding: 3px 5px;
	line-height: 18px;
}

.with-caption img {
	display: block;
	margin: 2px 0;
}

#artists_header {
	width: 1000px;
	height: 425px;
	display: block;
	position: relative;
	border-bottom: 1px solid #1d7a8b;
	background: url( '/images/artists/artists_header_bg.png' ) no-repeat;
}

#artists_header h1 {
	font-size: 60px;
	color: #ffffff;
	position: absolute;
	right: 30px;
	bottom: -10px;
	font-weight: bold;
	text-shadow: #000001 1px 1px 2px;
}

#artists_thumbs {
	margin: 45px 20px;
}

.artist {
	float: left;
	width: 230px;
	display: block;
	min-height: 275px;
	margin: 0 5px 20px 5px;
	
}

.artist img,
.artist h2,
.artist p {
	width: 200px;
	display: block;
}

.artist img {
	height: 100px;
	margin: 15px 14px;
	border: 1px solid #FF0000;
}

.artist h2 {
	color: #FF0000;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: -1px;
	margin: 0 15px 10px 15px;
	font-family: "Trade Gothic", Oswald, "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
}

.artist p {
	color: #f7f7f7;
	font-size: 12px;
	margin: 0 15px 10px 15px;
}





/** ARTIST THUMBS STYLES **/



/** MAIN COLUMN STYLES **/

#main {
	float: left;
	width: 615px;
	margin: 35px 0 0 35px;
	padding: 24px 30px 15px 30px;
	height: 100%;
	background: #333;
}

#main #artist_thumb {
	width: 200px;
	float: left;
	margin: 6px 22px 10px 0;
	border: 1px solid #FF0000;
}

#main h1, #main h2, #main h3,
#main h4, #main h5, #main h6 {
	color: #FF0000;
	margin-left:0;
  	font-family: Oswald, 'Arial Narrow', arial, sans-serif;
	font-weight: normal;
}

#main h1 {
	font-size: 24px;
}

#main h2 {
	font-size: 22px;
}

#main h3 {
	font-size: 18px;
}

#main h4 {
	font-size: 16px;
}

#main h5,
#main h6 {
	font-size: 14px;
}

#main #hgroup {
    margin: 0 0 30px 0;
}

#main h1.title {
	font-size: 55px;
	line-height: 60px;
	margin: 0 0 28px 0;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#main #disclaimer {
	font-size: 12px;
	margin: 45px 0 0 0;
}

#main #disclaimer p {
	color: #888;
}

#main .video {
    margin: 35px 0;
}

/** SIDE COLUMN STYLES **/

#side {
	float: left;
	width: 215px;
	margin: 40px 40px 0 30px;
}

#side h2 {
	color: #167C95;
	font-size: 26px;
	line-height: 26px;
	padding: 0;
	margin: 5px 0 18px 0;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#side ul {
	margin: -5px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#side li {
	color: #909090;
	line-height: 18px;
}

#side a,
#side a:visited {
	color: #bbb;
}

#side a:hover {
	color: #fff;
	text-decoration: underline;
}

#side .dotted {
	border-bottom: 3px dotted #666;
	margin: 32px 0 35px 0;
	height: 1px;
}

#side .product {
	margin: 0 0 15px 0;
}

#side .product img {
	width: 218px;
	border: 1px solid #333;
}

#side .product .title {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 5px 0 0 1px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#side .product a:hover,
#side .product a:hover .title {
	color: #0dc3e4;
	text-decoration: none; }

#side .product a:hover img {
	border: 1px solid #167C95;
}

#side blockquote {
	margin: 0;
	padding: 0;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
}

#side blockquote p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

#side blockquote cite {
	color: #ddd;
	display: block;
	text-align: right;
	font-style: normal;
}