/* General */

body {
	text-align: center;
	background: #eee url('../images/bg-body.png') top center no-repeat;
	padding-top: 20px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 12px;
	color: #666;
}

h1 {
	font-size: 22px;
	margin-bottom: .8em;
}

h2 {
	font-size: 18px;
	margin-bottom: .5em;
	color: #666;
}

h3 {
	font-size: 16px;
	margin-bottom: .5em;
	color: #666;
}

h1.big {
	font-size: 24px;
	margin-bottom: .8em;
}

h2.big {
	font-size: 20px;
	margin-bottom: .5em;
}

p {
	line-height: 140%;
	margin: .5em 0;
}

ol {
	list-style-type: decimal;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color: #000;
}

a.orange {
	color: #eb9e04;
}

a.green {
	color: #5d9900;
}

a.blue {
	color: #009bd4;
}
.clear{
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
}

#wrapper {
	text-align: left;
	width: 890px;
	margin: 0 auto;
}

#left, #content, #right {
	padding-bottom: 10px;
}

.yellow, a.yellow {
	color: #fdb300;
}

.big {
	font-size: 20px;
}
/* Header */

#header {
	background: transparent url('../images/bg-header.png') bottom left no-repeat;
	background: transparent url('../images/bg-header2.png') bottom left no-repeat;
	height: 242px;
	position:relative;
}
#flash-banner{
  position:absolute;
  bottom:3px;
  right:231px;
  width:490px;
  height:133px;
}

#contact {
	background: transparent url('../images/bg-right-contacts.png') top center no-repeat;
	background: transparent url('../images/bg-box-orange.jpg') top left repeat-x;
	width: 200px;
	height:133px;
	overflow:hidden;
	color: #666;
	font-size: 14px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	right:0;
	bottom:0;
	border:3px solid #fff;
}

#contact p {
	padding: 5px;
	line-height: 120%;
	margin: 0;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
#contact a:link, #contact a:visited {
  margin:10px 0 0 0;
  display:block;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	/*font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Garuda, sans-serif;*/
}
#contact a:hover{
  text-decoration:underline;
}

#logo {
	float: left;
	margin-left: 3px;
}

#slogan {
	background: url('../images/bg-contacts-top.png') center left repeat-x;
	padding: 10px;
	color: #fff;
	text-align: right;
	font-style: italic;
	margin-left: 5px;
	float: right;
	width: 740px;
	font-size: 16px;
}

#top-navigation {
	float: right;
	background: transparent url('../images/bg-top-navigation.png') center left repeat-x;
	border: 5px solid #fff;
	margin: 7px 0 0 5px;
	width: 750px;
}

#top-navigation li {
	display: inline;
	text-transform:uppercase;
}

#top-navigation li a:link, #top-navigation li a:visited {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 47px 15px 47px;
	float: left;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #fff;
}

#top-navigation li a:hover, #top-navigation li a.selected {
	background: transparent url('../images/bg-top-navigation-hover.png') center left repeat-x;
	
}

/* Main - Content - Left - Right */

#main {
	background: #fff;
	width: 890px;
	float: left;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	background: #fff url('../images/bg-left.png') bottom left no-repeat;
}

/* Left */

#left {
	width: 195px;
	float: left;
}

#left ul {
	margin: 5px;
	float: left;
	width: 185px;
}

#left ul li {
	
}

#left ul li a:link, #left ul li a:visited {
	padding: 10px 18px;
	background-color: #ccc;
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 2px solid #fff;

}
#left ul li a.selected, #left ul li a:hover{
  background:#fdb300 url('../images/bg-category-highlight.png') repeat-x 0 0;  
  text-decoration:none;
}
#left ul li a:hover{
  color:#fff;
}
#left ul li a.selected{
  color:#000;
}

#left form {
	padding: 5px;
}

form#search {
	
}

form#search input {
	width: 140px;
	float: left;
	margin:0;
	height:14px;
}

form#search button {
	background: transparent url('../images/bg-btn-search.png') top left no-repeat;
	width: 32px;
	height: 22px;
	border: 0;
	float: left;
	margin:0;

}

/* Content */

#content {
	width: 446px;
	float: left;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
	padding: 20px;
	margin: 0;
}
#content a{
  text-decoration:none;
  color:#000;
}
#content a:hover{
  text-decoration:underline;
}
#index-top {
	margin-bottom: 15px;
	float: left;
	color: #666;
}

#index-top img {
	margin-bottom: 15px;
	margin-right: 5px;
}

#index-top p {
	margin-right: 10px;
	width: 205px;
	float: left;
	display: block;
}

#index-bottom {
	margin-left: -20px;
	margin-right: -20px;
}

#index-bottom .box {
	width: 152px;
	min-height: 163px;
	float: left;
	margin-left: 5px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border-top: 5px solid #eee;
	text-align: center;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

#index-bottom .box strong {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
	clear: right;
}

#index-bottom .box span {
  display:block;
	padding: 10px;
	margin-top:16px;
	margin-bottom: 20px;
	
}

#index-bottom .box a.button {
	padding: 5px 10px;
	background: #fff;
	width: auto;
	text-decoration: none;
	width: 70px;
	float: left;
	margin-left: 30px;
}

#index-bottom .box a.button:hover {
	text-decoration: underline;
}

#content ul#social-links {
  clear:both;
	border: 3px solid #eee;
	padding: 10px;
	width: 410px;
	text-align: center;
	margin:20px 0 0 0;
	display:block;
}
#social-links li {
	display: inline;
}
#social-links a{
  font-size: 11px;
}
#social-links a:link, #social-links a:hover {
	color: #666;
	font-size: 11px;
}

#social-links li.facebook a {
	padding: 10px 0 10px 25px;
	background: transparent url('../images/bg-li-facebook.png') center left no-repeat;
}

#social-links li.twitter a {
	padding: 10px 0 10px 20px;
	background: transparent url('../images/bg-li-twitter.png') center left no-repeat;
	margin:0 10px 0 10px;
}

#social-links li.linkedin a {
	padding: 10px 0 10px 25px;
	background: transparent url('../images/bg-li-linkedin.png') center left no-repeat;
}

#index-bottom .orange {
	background: transparent url('../images/bg-box-orange.jpg') center top no-repeat;
	
}

#index-bottom .green {
	background: transparent url('../images/bg-box-green.png') center top no-repeat;
}

#index-bottom .blue {
	background: transparent url('../images/bg-box-blue.png') center top no-repeat;
}

.search-result {
	padding-left: 1em;
	border-left: 2px solid #fdb300;
	clear:both;
}
.search-result h3{
  float:none;
}
.search-result p{
  float:none;
}

#pagination {
	float:right;
	display: block;
	margin-top: 1em;
	margin:bottom: 10px;
}

#pagination span, #pagination a {
	padding: 5px;
	display: block;
	float: left;
}

#pagination span {
	background-color: #fdb300;
	color: #fff;
}

.profile-heading {
  overflow:hidden;
  padding-bottom:15px;
  line-height:27px;
}

.profile-heading h1 {
	float: left;
	margin:0;
}

.profile-heading span {
	float: right;
	display: block;
}

#profile-images {
	overflow:hidden;
	
}

#profile-images img {
	float: left;
}

#profile-images .large {
	margin-right: 3px;
}

#profile-images .thumbnail {
	margin: 3px 3px 0 0;
}

.video-player {
	margin-left: -20px;
	background: #000;
	border: 2px solid #000;
	float: left;
	margin-bottom: 1em;
	padding-bottom: 5px;
}

.video-player a {
	color: #fff;
}

.video-player span {
	padding: 5px;
}

.videos-navigation {
	text-align: right;
	padding: 5px 5px 0 0;
}
#content .videos-navigation a{
  color:#FDB300;
}

.gray-box {
	border: 1px solid #e9e9e9;
	background: #f5f5f5;
	padding: 5px;
	margin-bottom: 1em;
}

ol {
	color: #fdb300;
	font-size: 18px;
	padding-left: 20px;
}

ol li {
	margin-bottom: 1em;
}

ol p {
	font-size: 12px;
	color: #666;
}

ol h3 {
	color: #666;
}

.artist {
	border: 1px solid #e9e9e9;
	background: #f5f5f5;
	overflow:hidden;
	padding:5px;
}
.artist-name {
	
	margin:0 0 5px 0;
	font-size: 16px;
	background: transparent url('../images/bg-category.png') left center repeat-x;
	background:#ccc;
}
.artist-name a{
  text-decoration:none;
  display:block;
  padding: 10px;
}
.artist-info{
  overflow:hidden;
}
.artist p {
	float: right;
	width: 270px;
	margin:0 10px 0 0;
}

.artist img {
	float: left;
}



.artist .highlighted {
	color: #fff;
	background: transparent url('../images/bg-category-highlight.png') left center repeat-x;
}

.artist .highlighted a{
  color:#fff;
}
.artist .highlighted a:hover{
  color:#000;
}

.artist-read-more {
  clear:both;
	background: transparent url('../images/bg-artist-readmore.png') center left repeat-x;
	border: 1px solid #e9e9e9;
  margin:5px 0 0 0;
	overflow:hidden;
}

.artist-read-more a {
	float: right;
	display:block;
	padding: 5px 10px 5px 15px;
	background: transparent url('../images/bullet-artist-readmore.png') left center no-repeat;
	text-decoration: none;
}


/* Right */

#right {
	background: #fff;
	width: 195px;
	float: right;
	padding: 25px 3px 5px 5px;
}

#right-text h3 {
	color: #fdb500;
	font-size: 16px;
	margin: 0.8em 0;
	display: block;
}
#right-text{
  color: #000;
	padding-left: 5px;
}

/* Footer*/

#footer-wrapper {
	width: 100%;
	background: #000;
	float: left;
	padding-bottom: 10px;
}

#footer {
	color: #666;
	font-size: 12px;
	width: 890px;
	text-align: left;
	margin: 0 auto;
	margin-top: 3px solid #eee;
}

#footer ul {
	margin: 10px 0;
}

#footer ul li {
	display: inline;
}

#footer ul li:before {
	content: "|";
	color: #cf8e00;
}

#footer ul li.first:before {
	content: "";
}

#footer ul li a:link, #footer ul li a:visited {
	color: #cf8e00;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right:10px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#copyright {
	float: left;
}

#developed {
	float: right;
}

/* Forms */

form {
	margin-bottom: 1em;
}

label {
	display: block;
	margin-right: 10px;
	width: 120px;
}

input, textarea {
	width: 120px;
	border: 1px solid #666;
	padding: 3px;
}

select {
	width: 120px;
}

legend {
	font-style: italic;
	color: #666;
}

fieldset {
	border: 1px solid #666;
}

form p {
	display: block;
	width: 100%;
	margin: 5px 0;
}

label, input, select, button{
	float: left;
}

button {
	width: 120px;
	background: transparent url('../images/bg-form-button.png') center left repeat-x;
	border: 1px solid #e2e2e2;
	padding:3px 0 3px 0;
	cursor:pointer;
}

.form{
  
}
.form td{
  
}
.form th, .form td{
  padding:0 0 16px 0;
}
.form th{
  vertical-align:top;
  font-weight:normal;
  text-align:right;
  width:100px;
}
.form th label{
  padding:7px 10px 0 0;
}
.form input{
  width: 150px;
}
.form textarea{
  width:250px;
  height:100px;
}
.form .error_list{
  color:#cc0000;
}
#content ul{
  list-style:disc outside none;
  line-height:1.4em;
  margin:0 0 20px 20px;
}
#content ul li{
  margin:0 0 4px 0;
}
#content h1{
  color:#000000;
}


#contactForm{
  overflow:hidden;
  margin:30px 0 0 0;
}
#leftFields{
  width:210px;
  float:left;
}
#rightFields{
  width:210px;
  float:right;
}
#leftFields .formField{
  margin:0 0 15px 0;
  overflow:hidden;
}
#leftFields label{
  width:50px;
  display:inline;
  padding:5px 0 0 0;
}
#leftFields input{
  width:130px;
  display:inline;
}

#rightFields .formField{
  margin:0 0 10px 0;
}
#rightFields label{
  text-align:center;
  padding:0 0 5px 0;
  width:100%;
}
#rightFields textarea{
  height:80px;
  width:202px;
  float:none;
}
#rightFields input{
  display:inline;
  border:0;
}
#rightFields label#subscribe_label{
  display:inline;
  width:auto;
  float:none  ;
}
#rightFields button{
  margin:10px 0 0 45px;
}
#contactText p{
  clear:both;
}
#contactText h3{
  display:block;
  clear:both;
  padding:25px 0 0 0;
}
input#enquiry_subscribe{
  display:inline;
  width:auto;
  padding:0 0 10px 0;
  float:none;
}
label#enquiry_subscribe_label{
  display:inline;
  width:auto;
  padding:5px 0 0 0;
  font-weight:bold;
  float:none;
}
#subscribeForm{
  clear:both;
}
#subscribeForm input{
  float:none;
}
#subscribeForm label{
  float:none;
  width:auto;
  display:inline;
}
#subscribeForm button{
  float:none;
  margin-left:20px;
}
#enquiry_captcha_row{
  overflow:hidden;
  
}
#enquiry_captcha_row input{
  display:block;
  width:100px;
  float:right;
  margin:0 40px 0 0;
  font-size:20px;
}
#enquiry_capture_row a{
  display:block;
  float:left;
}
.form #enquiry_captcha_row label{
  margin:4px 0 0 0;
  width:auto;
  clear:both;
}

blockquote{
  padding:10px 0 0 0;
  display:block;
  position:relative;
}
blockquote.ie{
  text-indent:35px;
  display:block;
  overflow:hidden;
}
blockquote * { 
  quotes: ''; 
  font-style:italic;
  font-weight:bold;
}
blockquote > *:before, blockquote > *:after, .quote-before, .quote-after{
  font-size:50px;
  line-height:0;
  color:#999999;
}
blockquote > *:before, .quote-before{ 
  content: '\201C';
  padding-right:5px;
  vertical-align:-17px;
}
blockquote > *:after, .quote-after{
  content: '\201D';  
  line-height:.3;
  vertical-align:-27px;
}
.quote-before, .quote-after{
  position:absolute;
  text-indent:0;
  line-height:25px;
  display:block;
}
.quote-before{
  top:0;
  left:0;
}
.quote-after{
  bottom:0;
  right:0;
  
}


.back{
  float:right;
  padding:0 0 10px 10px;
}
#content #sitemap{
  list-style:none;
}
td, th{
  vertical-align:middle;
}