/*
__General__
*/
body{
	margin: 0;
	padding: 8px 0 0 0;
	background: #f2f2f2 url('images/topline.png') repeat-x left top;
	color: #555555;
	font-family: "Arial", "sans-serif";
	font-size: 13px;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5{
	font-family: "Arial Narrow", "Arial", "sans-serif";
	color: #555555;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

h2{
	font-size: 46px;
}
h2 .subtitle{
	display: block;
	font-size: 18px;
	color: #aba8a8;
}

h3{
	font-size: 18px;
}
h3 .subtitle{
	display: block;
	font-size: 12px;
	color: #959393;
	text-transform: none;
	font-weight: normal;
}

p{
	margin: 0 0 12px 0;
	padding: 0;
}
a{
	color: #bf3131;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.twitter,
a.rss{
	display: inline-block;
	padding: 0 10px 0 26px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	background: no-repeat left center;
	text-decoration: none;
	color: #555555;
}
a.rss{
	background-image: url('images/rss.png');
}
a.twitter{
	background-image: url('images/twitter.png');
}

/*
__Layout__
*/
#container{
	width: 948px;
	margin: auto;
	padding: 0 0 50px 0;
}

/*
__Header__
*/
#header{
	height: 156px;
	margin: 50px 0 35px 0;
	position: relative;
}
#header h1{
	background: url('images/logo.png') no-repeat;
	width: 132px;
	height: 0;
	padding-top: 52px;
	overflow: hidden;
}
#header .contact{
	position: absolute;
	left: 255px;
	top: 0;
	font-size: 12px;
	font-family: "Arial Narrow", "Arial", "sans-serif";
	line-height: 13px;
}
#header .contact > div > div{
	margin-right: 20px;
	line-height: 13px;
	float: left;
}
#header .contact label{
	color: #cecdcd;

	width: 40px;
	height: 13px;
	line-height: 13px;
	padding: 0;
	margin: 0;
}

/*
__Header Top Navigation__
*/
#header .navigationtop{
	width: 229px;
	position: absolute;
	top: 0;
	right: 0;
}
#header .navigationtop ul.navigation{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 0 16px 0;
}
#header .navigationtop ul.navigation li{
	display: inline;
}
#header .navigationtop ul.navigation li a{
	display: inline-block;
	margin: 0 10px 0 0;
	color: #555555;
	text-decoration: none;
	font-size: 11px;
}

/*
__Header Navigation__
*/
#header .navigationbar{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #ffffff;
	border-left: 0;
	border-right: 0;
	background: #e8e8e8;
	-webkit-box-shadow: #dddddd 0 0 5px;
}
#header .navigationbar ul.navigation{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header .navigationbar ul.navigation li{
	float: left;
}
#header .navigationbar ul.navigation li a{
	float: left;
	line-height: 50px;
	padding: 0 23px;
	font-family: 'Arial Narrow', Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
}
#header .navigationbar ul.navigation li.active a,
#header .navigationbar ul.navigation li.inpath a{
	background-color: #dbdbdb;
}

/*__Header Search__*/
#header .navigationbar .searchForm{
	position: absolute;
	top: 12px;
	right: 12px;
}
#header .navigationbar .searchForm input{
	position: absolute;
	top: 0;
	right: 0;
	width: 207px;
	height: 26px;
	border: 0;
	padding: 0 5px;
	margin: 0;
	line-height: 16px;
	-webkit-border-radius: 3px;
}
#header .navigationbar .searchForm .submit{
	position: absolute;
	top: 2px;
	right: 2px;
	height: 22px;
	line-height: 22px;
	background-color: #cccccc;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
}

/*
__Content__
*/
#content{
	overflow: hidden;
}
#content .sidebar{
	float: right;
	width: 229px;
}
#content > .sidebar ~ .center{
	margin-right: 240px;
}
#content > .sidebar.wide ~ .center{
	margin-right: 288px;
}
#content > .sidebar h2{
	font-size: 18px;
}
#content table.artisttable td{
	vertical-align: top;
}
#content table.artisttable td:first-child{
	padding-right: 20px;
}

/*
__Content Navigation__
*/
#content > .center ul.navigation{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	background: url('images/line.png') repeat-x left bottom;
	padding-bottom: 2px;
}
#content > .center ul.impressionNavigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 2px;
}
#content > .center ul.navigation > li,
#content > .center ul.impressionNavigation > li{
	float: left;
}
#content > .center ul.navigation > li > a,
#content > .center ul.impressionNavigation > li > a{
	float: left;
	height: 23px;
	line-height: 24px;
	padding: 0px 24px;
	margin: 0 1px 0 0;
	background-color: #e8e8e8;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
}
#content > .center ul.navigation > li.active > a,
#content > .center ul.navigation > li.inpath > a,
#content > .center ul.impressionNavigation > li.active > a,
#content > .center ul.impressionNavigation > li.inpath > a{
	height: 24px;
	background-color: #cccccc;
}
#content > .center img{
	border: 4px solid #ffffff;
}

/*
__Sidebar Navigation__
*/
#content .sidebar ul.navigation{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#content .sidebar ul.navigation li a{
	display: block;
	font-family: 'Arial Narrow', Arial;
	font-size: 14px;
	font-weight: bold;
	color: #323030;
	text-decoration: none;
}
#content .sidebar ul.navigation li.active a{
	color: #bf3131;
}

/*
__Artist Gallery__
*/
div.gallery{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: -12px 0 0 -12px;
}
div.gallery ul li{
	float: left;
}
div.gallery ul li a{
	display: block;
	width: 228px;
	height: 220px;
	margin: 12px 0 0 12px;
	text-decoration: none;
}
div.gallery ul li a img{
	border: 4px solid #ffffff;
}
div.gallery ul li a:hover img{
	border-color: #cccccc;
}
div.gallery ul li a p .title{
	color: #555555;
	text-transform: uppercase;
	display: block;
	font-family: "Arial Narrow", Arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.gallery ul li a p .description{
	color: #bf3131;
	display: block;
	font-size: 11px;
}

/* Impressions Gallery */
.imagegallery_container {
	display: inline-block;
}
#galleryimage_detail {
	float: left;	
	width: 640px;
	margin-bottom: 20px;
}
#galleryimage_detail img{
	width: 640px;
	height: 425px;
}
#galleryimage_description {
	float: right;
	width: 260px;
}
#galleryimage_title {
	color: #555555;
	text-transform: uppercase;
	display: block;
	font-family: "Arial Narrow", Arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/*
__Pagination__
*/
.pagination{
	text-align: right;
	margin: 0 0 20px 0;
}
.pagination ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.pagination li{
	display: inline;
}
.pagination a{
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 0 7px;
	text-transform: uppercase;
}
.pagination li.active a{
	color: #bf3131;
}

/*
__Newsletter Form__
*/
.rscms_content_type_NewsletterRegistrationElement{
	background: #e8e8e8;
	padding: 12px;
	overflow: hidden;
}
.rscms_content_type_NewsletterRegistrationElement input[type=text]{
	border: 0;
	width: 195px;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	-webkit-border-radius: 3px;
}
.rscms_content_type_NewsletterRegistrationElement a{
	float: right;
	position: relative;
	top: -36px;
	right: 2px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	background: #cccccc;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
}
.rscms_content_type_NewsletterRegistrationElement label {
	display: none;
}
.rscms_content_type_NewsletterRegistrationElement h3 {
	width: 200px;
	display: inline-block;
}
.rscms_content_type_NewsletterRegistrationElement form {
	width: 205px;
	display: inline-block;
}

/*
__Contact Form__
*/
.contactform{
	background-color: #e8e8e8;
	padding: 20px;
	margin: 0 0 20px 0;
}
.contactform p{
	line-height: 23px;
}
.contactform label{
	display: inline-block;
	width: 96px;
	font-family: 'Arial Narrow', Arial;
	vertical-align: top;
}
.contactform input[type=text]{
	height: 21px;
}
.contactform input[type=text],
.contactform textarea{
	padding: 0;
	margin: 0;
	width: 300px;
	border: 1px solid #e1dfdf;
	-webkit-box-shadow: inset -3px 2px 3px #eeeeee;
}
.contactform #pSubmit{
	width: 402px;
	overflow: hidden;
}
.contactform a.resetContact,
.contactform a.submitContact{
	float: right;
	border: none;
	background-color: #cccccc;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding: 0 18px;
	margin-left: 5px;
	cursor: pointer;
	text-decoration: none;
}
.contactform a.resetContact:hover,
.contactform a.submitContact:hover{
	background-color: #bf3131;
}

/*
__Videos__
*/
ul.videos{
	list-style-type: none;
	margin: 0 0 0 -24px;
	padding: 0 24px 24px 24px;
	overflow: hidden;
}
ul.videos li{
	float: left;
	width: 130px;
	height: 170px;
	margin: 0 0 0 24px;
}
ul.videos li img:after{
	content: 'play';
}
ul.videos li img{
	width: 122px;
	height: 82px;
	border: 4px solid #ffffff;
}
ul.videos .title{
	font-size: 11px;
	font-weight: bold;
	display: block;
}
ul.videos .date{
	font-size: 11px;
	display: block;
	margin-bottom: 3px;
}
ul.videos .description{
	font-size: 11px;
	display: block;
}

/* Preview Table */
table.previewTable tr td{
	vertical-align: top;
}

/*
__Footer__
*/
#footer{
	position: relative;
	margin-top: 20px;
	padding: 10px 0 0 0;
	font-size: 11px;
	background: url('images/line.png') repeat-x top left;
}

#footer .copy{
	display: inline-block;
	padding: 0 0 0 20px;
	background: url('images/footer_logo.png') no-repeat 0 0;
}

/*__Navigation__*/
#footer .navigation{
	position: absolute;
	top: 10px;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .navigation li{
	display: inline;
}
#footer .navigation li a{
	display: inline-block;
	line-height: 24px;
	padding: 0 6px;
	background: #e8e8e8;
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: -2px;
}
#footer .navigation li.active a,
#footer .navigation li.inpath a,
#footer .navigation li a.active{
	background-color: #cccccc;
}
