/** UTILITY STYLES **/
* {
	margin: 0;
	padding: 0;}

.group:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;}

a img {
	border: 0;}


/** LAYOUT **/
body {
	color: #000;
	background: #495A5F url(/images/bg-body.png) top left repeat-x;}

#header, #wrapper, #footer {
	margin: 0 auto;}

#wrapper {
	position: relative;
	width: 880px;
	padding: 20px 40px;
	background: url(/images/bg-wrapper.jpg) top center repeat-y;
	-moz-box-shadow:1px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 2px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow:1px 2px 20px rgba(0, 0, 0, 0.2);
	box-shadow:1px 2px 20px rgba(0, 0, 0, 0.2); }

#content {
	width: 600px;
	float: left;}

#sidebar {
	margin-left: 30px;
	float: left;
	width: 250px;}

#footer {
	width: 960px;
	padding-bottom: 40px;}


/** TYPOGRAPHY **/
h1 {
	font: 40px/1 "Times New Roman", Georgia, serif;
	color: #FFF;
	text-shadow: 0 0 7px rgba(0,0,0,0.7);
	margin-bottom: 15px;}

h2 {
	margin-bottom: 0.5em;}

hr + h2 {
	margin-top: 20px;}

h3 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;}

p, li, td, th {
	color: #333;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 0 0 1.5em 0;}

a:link, a:visited {
	color: #099;
	text-decoration: none;}

a:hover, a:visited:hover {
	text-decoration: underline;}

hr {
	border: 0;
	height: 1px;
	margin: 20px 0;
	background: transparent url(/images/bg-hr.gif) top left repeat-x;}

h1 + hr,
h2 + hr {
	margin: 10px 0;}

ul + hr,
ol + hr {
	margin: 10px 0 20px;}


/** HEADER **/
#header {
	position: relative;
	height: 200px;
	background-position: top center;
	background-repeat: no-repeat;}

#header.variation-1 {
	background-image: url(/images/bg-header-1.jpg);}

#header.variation-2 {
	background-image: url(/images/bg-header-2.jpg);}

#header.variation-3 {
	background-image: url(/images/bg-header-3.jpg);}

#header.variation-4 {
	background-image: url(/images/bg-header-4.jpg);}

#header.variation-5 {
	background-image: url(/images/bg-header-5.jpg);}

#header .container {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;}

#header img.logo {
	margin: 85px 0 0 20px;}

#header ul {
	margin: 10px 0 0 20px;}

.onemen-menu a:link:hover, .onemen-menu a:visited:hover {
	border-bottom: none !important;}

#header li {
	list-style-type: none;
	color: #FFF;
	font: bold 19px/1em 'OFL Sorts Mill Goudy TT', Georgia, serif;
	float: left;
	margin-right: 20px;}
	
.onemen-menu {
	float: left;
	margin-top: -3px;}

#header li a:link, #header li a:visited {
	text-decoration: none;
	color: #099;}

#header li a:link:hover, #header li a:visited:hover {
	border-bottom: 1px solid #099;}

#header li a.active:link, #header li a.active:visited {
	color: #FFF;}

#header .switch_language {
	position: absolute;
	top: 5px;
	right: 5px; }


/** CONTENT BLOCK **/
.content-block {
	position: relative;
	background-color: #FFF;
	padding: 20px;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}

.content-block + .content-block {
	margin-top: 20px;}
	
.article-summary {
	margin-bottom: 40px;}

.content-block h2 {
	font: 27px/20px "Times New Roman", Georgia, serif;}

#content .content-block h2 b {
	font: bold 14px/20px Arial, Helvetica, sans-serif;}

#blog-filter {
	position: absolute;
	top: 32px;
	right: 319px;}

#blog-filter label {
	display: none;}

#blog-filter optgroup {
    padding: 10px 0px 1px 8px;}

#blog-filter option {
    padding: 1px 0px 1px 8px;} 
    
#content .onemenblog {
	float: right;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	width: 210px;
	text-align: center;
	padding: 3px 10px 4px 10px;
	color: #fff;
	font-weight: bold;}

#content .onemenblog:link .onemenblog:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;}
	
#content .onemenblog:hover {
	background-color: #333;
	text-decoration: none;}
	
.menred {
	color: #f00;}

.onemen-page-logo {
	position: relative;
	width: 300px;
	top: -42px;
	margin-left: -35px;
	margin-bottom: -80px; }

/** BLOG ARTICLE **/
.article-info {
	color: #A79064;
	margin: 1em 0; }\

.article-info-onemen {
	color: #A79064;
	margin: 1em 0; }

.read-full, .older-posts, .newer-posts {
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #099;
	width: 90px;
	text-align: center;
	padding: 3px 10px 4px 10px;}

.read-full:link, .read-full:visited,
.older-posts:link, .newer-posts:link,
.older-posts:visited, .newer-posts:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;}

.read-full:link:hover, .read-full:visited:hover,
.older-posts:hover, .newer-posts:hover,
.older-posts:visited:hover, .newer-posts:visited:hover {
	text-decoration: none;
	background-color: #3FB0AE;}

.older-posts, .newer-posts {
	margin-top: 20px;
	width: auto;}

.older-posts {
	float: left;}

.newer-posts {
	float: right;}

.comment-count {
	margin-left: 10px;}

.social iframe {
	border: none;
	height: 30px;
	overflow: hidden;
	width: 435px;
	float: left;}

.social a {
	float: right;}

.previous-article {
	float: left;}

.next-article {
	float: right;}

.comments li {
	list-style-type: none;}

.comments .date {
	font-size: 12px;
	color: #A79064;
	margin-left: 10px;}

.comments .arrow {
	display: block;
	background: transparent url(/images/bg-comment-arrow.png) top left no-repeat;
	width: 560px;
	height: 7px;}

.comments div {
	background-color: #F3F1ED;
	padding: 10px;}

.comments div p {
	margin: 10px 0 0 0;
	color: #333;}

.comments div p:first-child {
	margin: 0;}

.article-summary h2, .article-summary .article-info {
	margin-right: 95px; }

.contributor {
	background: url(/images/blog-contributor-background.png) no-repeat top left;
	float: right;
	position: absolute;
	right: 16px;
	top: -10px;
	width: 85px;
	height: 85px;}

.contributor img {
	margin-top: 5px;
	margin-left: 5px;}
	
.contributor-onemen {
	float: right;
	position: absolute;
	right: 30px;
	top: -15px;
	width: 85px;
	height: 85px;}

.contributor-onemen img {
	margin-top: 5px;
	margin-left: 5px;}

/** FORM **/
form li {
	list-style-type: none;}

form label,
form .help,
form .error {
	display: block;}

form label {
	font-weight: bold;}

form label .help {
	display: inline;
	font-weight: normal;}

form span.error {
	font-style: italic;}

form span.error,
form label.error {
	color: #F00;}

form input.error,
form textarea.error {
	border: 1px solid #F00;} 

form input,
form textarea {
	width: 230px;
	background-color: #F3F1ED;
	border: 1px solid #DEDBD1;}

form textarea {
	width: 460px;
	height: 70px;}

#content form button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #099;
	width: 100px;
	text-align: center;
	padding: 3px 0 4px;
	border: none;
	color: #FFF;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	cursor: pointer;}


/** TOUR DATES **/
.tour-dates-switch {
	text-align: right;
	font-weight: bold;}

.tour-dates-switch a:link, .tour-dates-switch a:visited {
	font-weight: normal;}

.tour-dates {
	list-style-type: none;
	background: transparent url(/images/bg-hr.gif) top left repeat-x;
	margin-bottom: 30px;}

.tour-dates li {
	position: relative;
	padding: 10px 0 10px 75px;
	background: transparent url(/images/bg-hr.gif) bottom left repeat-x;
	margin-bottom: 0;}

.tour-dates .date {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 57px;
	height: 54px;
	padding-top: 3px;
	text-align: center;
	background: transparent url(/images/bg-tour-date.png) center center no-repeat;}

.tour-dates .date b {
	display: block;
	font: 30px/1em "Times New Roman", Georgia, serif;}

.tour-dates strong, .tour-dates .location, .tour-dates a {
	display: block;}

.tour-dates .location {
	color: #A79064;}

.tour-dates .description p {
	margin: 10px 0 0;}

.tour-dates .description p:first-child {
	margin: 0;}


/** DISCOGRAPHY **/
.album-details {
	position: relative;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding-left: 265px;}

.album-details img {
	position: absolute;
	top: 0;
	left: 0;}

.album-details h2 {
	margin-bottom: 0;}

.album-details .type,
.album-details .release-date {
	font: 14px/16px Arial, Helvetica, sans-serif;
	display: block;
	color: #A79064;}

.album-details .type {
	margin-top: 5px;
	font-weight: bold;}

.album-details p {
	margin-top: 1em;}

.tracklist li {
	list-style-type: none;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	margin-bottom: 6px;}

.tracklist .player {
	display: inline-block;
	float: right;
	vertical-align: middle;
	height: 24px;}

.buy {
	display: block;
	margin-bottom: 10px;}

.buy img {
	vertical-align: middle;}

ul.discography li {
	list-style-type: none;
	float: left;
	margin: 0 10px 15px 0;
	position: relative;}

ul.discography a {
	display: block;
	width: 160px;
	padding-left: 110px;
	min-height: 100px;
	height: auto !important;
	height: 100px;}

ul.discography .cd a:link, ul.discography .cd a:visited {
	background-color: #EBE7E1;}

ul.discography .single a:link, ul.discography .single a:visited {
	background: url(/images/bg-discography-single.gif) 80px 0 repeat-y;}

ul.discography .cd a:hover, ul.discography .cd a:visited:hover,
ul.discography .single a:hover, ul.discography .single a:visited:hover {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	text-decoration: none;
	background: #DCF1EE none;}

ul.discography img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;}

ul.discography h3 {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #099;}

ul.discography .type,
ul.discography .release-date {
	color: #333;
	display: block;}

ul.discography .type {
	font-weight: bold;}


/** IMAGE GALLERIES **/
.return-to-overview {
	margin-top: -0.75em;
	margin-bottom: 0;
	font-weight: bold;}

.return-to-overview + hr {
	margin-top: 10px;}

.image-galleries li {
	list-style-type: none;
	margin: 20px 0 0;}

.image-galleries li:first-child {
	margin-top: 0;}

.image-galleries li,
.image-galleries a {
	display: block;
	height: 180px;}

.image-galleries a:link, .image-galleries a:visited {
	text-decoration: none;
	background: #DCF1EE url(/images/bg-photo-galleries.png) 271px 0 repeat-y;}

.image-galleries a:hover, .image-galleries a:visited:hover {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	text-decoration: none;
	background-image: none;}

.image-galleries img {
	float: left;
	margin-right: 20px;}

.image-galleries h3 {
	padding-top: 13px;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #099;}

.image-galleries .image-count {
	color: #A79064;}

.image-gallery a {
	display: block;
	float: left;
	margin: 0 0 20px 20px;}

.image-gallery a:hover {
   opacity: 0.85;} 

.image-gallery a:first-child {
	margin-left: 0;}

.image-gallery img {
	display: block;}


/** VIDEOS **/
.video {
	margin-top: 40px;}

.video:first-child {
	margin-top: 0;}


/** SHOP **/
.music-store, .shop-item {
	width: 420px;
	margin-left: 70px;
	margin-right: 70px;}

.shop-item h2,
.music-store h2 {
	font: 27px/25px "Times New Roman",Georgia,serif;}

.music-store {
	text-align: center;
	margin-left: 142px;
	margin-right: 142px;
	width: 276px;}

.store {
	float: left;
	text-align: center;
	width: 140px;}

.store a:hover, .store a:visited:hover {
	text-decoration: none;}


/** SIDEBAR **/
#sidebar .content-block {
	background-color: #EBE7E1;
	padding: 10px;}

#sidebar .order-now > img {
	float: left;}

#sidebar .order-now h4 {
	font: bold 12px Arial;
	margin-bottom: 0.5em;}

#sidebar .order-now p {
	text-align: center;
	margin-bottom: 0;}

#sidebar .order-now a {
	display: block;
	float: left;
	width: 70px;}

#sidebar .order-now a:hover, #sidebar .order-now a:visited:hover {
	text-decoration: none;}

#sidebar .social-media-links {
	background: transparent url(/images/bg-social-media-links.png);
	padding: 10px;
	margin: 20px 0;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}

#sidebar .social-media-links li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 7px;}

#sidebar .social-media-links li:first-child {
	margin-left: 0;}

#sidebar h3 {
	height: 33px;
	line-height: 33px;
	font: bold 16px/33px "Times New Roman", Georgia, serif;
	color: #FFF;
	text-align: center;
	margin: -10px -10px 10px -10px;}

#sidebar .content-block h3 {
	background: transparent url(/images/bg-sidebar-header.png) top left repeat-x;}

#sidebar p, #sidebar li, #sidebar td, #sidebar th {
	font-size: 12px;
	line-height: 17px;}

#sidebar .more {
	margin-bottom: 0;
	font-weight: bold;}

#sidebar form p {
	margin-bottom: 0;}

#sidebar hr {
	margin: 0.5em 0;}

#sidebar label {
	font-weight: normal;}

#sidebar input {
	border: 1px solid #DEDBD1;
	background: #FFF url(/images/bg-sidebar-input-shadow.gif) top left repeat-x;
	padding: 6px 9px 5px;
	color: #9A9A9A;
	display: block;
	margin: -10px 0 10px;
	width: 210px;
	font: 12px/1em Arial, Helvetica, sans-serif}

#sidebar input.defaultvaluefocus {
	color: #000;}

#sidebar .tweets li {
	list-style-type: none;
	background-color: #FFF;
	padding: 5px;
	margin: 0 0 5px 0;}

#sidebar .tweets span {
	display: block;
	color: #A79064;}

#sidebar .event-list li {
	position: relative;
	list-style-type: none;
	padding-left: 50px;
	min-height: 38px;
	height: auto !important;
	height: 38px;
	padding-top: 4px;
	color: #A79064;
	margin-bottom: 10px;}

#sidebar .event-list span.date {
	position: absolute;
	color: #333;
	display: block;
	width: 42px;
	height: 39px;
	padding-top: 3px;
	left: 0;
	top: 0;
	font: 10px/11px Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(/images/bg-tour-date-sidebar.png) center center;}

#sidebar .event-list span.date b {
	font: normal 22px/1 "Times New Roman", Georgia, serif;
	display: block;}

#sidebar .event-list strong {
	color: #333;
	display: block;}

#sidebar .banner {
	margin-top: 20px;
	display: block;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}

#sidebar .banner img {
	display: block;}


/** FOOTER **/
#footer {
	padding-top: 20px;
	margin-bottom: 40px;}

#footer .navigation a {
	float: left;
	margin-left: 20px;
	font: 16px "Times New Roman", Georgia, serif;}

#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;}

#footer a:hover, #footer a:hover {
	color: #FFF;}

#footer .driebit {
	margin-left: 20px;
	float: left;}

#footer .copyright {
	color: #CCC;
	font-size: 12px;
	float: right;
	margin-right: 10px;}

#footer .copyright img {
	margin-left: 10px;
	vertical-align: top;}


/** MUSIC PLAYER **/
#musicplayer {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	z-index: 20;}
