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,
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;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-weight: normal;
	font:14px Arial, sans-serif;
	
	color: white;
	background: #141414;
	
	
}

h2 {
	font-family: 'TitilliumRegular', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

h3 {
	color: #a5a9ad;
	font-weight: normal;
}

#heading400 {
	font-family: 'Titillium400', Arial, sans-serif;
	font-size: 23px
	font-weight: normal;
}

p {
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

a:hover {
	
}

a {
	color: #c0c0c0;
	text-decoration: none;
}

.red-bg {
	background-image: url(/images/menu-bg.gif);
	padding: 3px 3px;
}

.standOut {
	font-family: 'Titillium400';
}

.redCopy {
	color: #710C0C;
}

.bigBold {
	font-size: 16px;
	font-weight: bold;
}

.emailCopy {
	color: #fff;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#wrapper {
	width: 995px;
	margin: 0 auto;
}


@font-face {
	font-family: 'Titillium400';
	src: url('/includes/font/titilliumtext400wt.eot');
	src: local('☺'), url('/includes/font/titilliumtext400wt.woff') format('woff'), 
	url('/includes/font/titilliumtext400wt.otf') format('opentype'), 
	url('/includes/font/titilliumtext400wt.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Titillium250';
	src: url('/includes/font/titilliumtext250wt.eot');
	src: local('☺'), url('/includes/font/titilliumtext250wt.woff') format('woff'), 
	url('/includes/font/titilliumtext250wt.otf') format('opentype'), 
	url('/includes/font/titilliumtext250wt.svg#webfont') format('svg');
}

@font-face {
	font-family: 'TitilliumRegular';
	src: url('/includes/font/titilliumtext1.eot');
	src: local('☺'), url('/includes/font/titilliumtext1.woff') format('woff'), 
	url('/includes/font/titilliumtext1.otf') format('opentype'), 
	url('/includes/font/titilliumtext1.svg#webfont') format('svg');
}



/* HEAD */
#head {
	height: 117px;
	color: #a5a9ad;
	font-size: 13px;
}

#headimg {
	padding-top: 31px;
}

#headLeft {
	float: left;
	width: 520px;
}
#headLeft h3 {
	padding: 10px 0;
}

#headRight {
	float: left;
	width: 475px;
	text-align: right;
	padding-top: 24px;
}


#headRight p {
	color: #710C0C;
	text-align: right;
}

#signupEmail {
	text-align: right;
	height: 22px;
	margin: 10px 0;
}

#signUp {
	color: #710C0C;
	padding: 20px;
}

label {
	padding-bottom: 20px;
}

#emailInput {
	background-color: #191919;
	border: 1px dotted #373737;
	color: #6f6f6f;
	height: 20px;
	padding: 0 5px; 
}

#kruka-kruka {
	background-color: #191919;
	border: 1px dotted #373737;
	color: #6f6f6f;
	height: 20px;
	padding: 0 5px; 
	margin-top: 10px;
}



#emailSend {
	position: relative;
	border: none;
	color: #6f6f6f;
	height: 20px;
	padding: 2px;
	text-align: center;
	background-color: #191919;
}

#menuLocation li {
	padding: 2px;
}

#menuLocation ul li {
	float: right;
	font-family: 'Titillium400', Arial, sans-serif;
	font-size: 13px;
}

#tagLine {
	font-family: 'Titillium400', Arial, sans-serif;
	font-size: 13px;
	padding-top: 10px;
}


/* Menu */
#menu {
	font-family: 'Titillium250', Arial, sans-serif;
	border-top: #727272 1px dotted;
	border-bottom: #710C0C 1px solid;
	overflow: hidden;
	font-size: 12px;
	height: 23px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	padding: 4px 32px 4px 32px;
}

#menu li a:hover {
	background: url(/images/menu-bg.gif) center center no-repeat;
}

#menu li#active a {
	background: url(/images/menu-bg.gif) center center no-repeat;
}

#artistsMenu a {
	color: #ffffff;
}

#artistsMenu a:hover {
	color: #710C0C;
}

#artistsMenu li#active a {
	color: #710C0C;
}

/* Main Content */
#maincontent {
	clear: both;
	float: left;
	padding-right: 50px;
	padding-top: 15px;
	width: 460px;
	
} 

#map {
	padding: 10px 0 100px 0;
}

#artistsList {
	float: left;
	width: 260px;
}

#artistsBio {
	float: left;
	width: 200px; 
}

.partnersBorder {
	border-bottom: 1px solid #710C0C;
	width: 475px;
	height: 150px;
}

.partnersBorder.right {
	border-bottom: 0;
	border-top: 1px solid #710C0C;
	width: 475px;
	height: 200px;
}

.partnersLogo {
	float: left;
	width: 150px;
	text-align: center;
}

.partnersCopy {
	float: left;
	width: 325px;
	padding-top: 10px;
}

.partnersimg {
	margin: 10px 10px 10px 0;
}


ul {
	margin-bottom: 15px;
}

#home-img {
	padding-right: 40px;	
}

#contactLeft {
	float: left;
	width: 230px
}

#contactRight {
	float: right;
	width: 230px;
}

#sponsor {
	padding: 0 102px 10px;
}

#sponsorTag {
	padding: 0 88px;
}

/* sub Content */
#subcontent {
	float: left;
	width: 475px;
	padding-bottom: 10px;
	padding-top: 21px;
}

#tester {
	position: relative;
	width: 470px;
	height: 500px;
}

.imageLeft {
	float: left;
	vertical-align: middle;
}

/* TABLE */
.bioTable {
}

.bioTable td {
	border-bottom: 1px solid #434343;
	padding: 3px;
}

.bioTable2 td {
	border-bottom: 1px solid #434343;
	padding: 3px;
}

.bioTable2 {
	width: 455px;
}

#year {
	width: 50px;
}

#country {
	width: 80px;
}

#title {
	width: 245px;
}

#solo {
	width: 80px;
}

#awards {
	width: 300px;
}

#awards2 {
	width: 110px;
}

/* Footer */
#footer {
	clear: both;
	border-top: #727272 1px dotted;
	padding: 10px 0;
	}

#footer p {
	color: #6d6d6d;
	text-align: center;
	font-size: 11px;

}
/*
#footerCopy {
	margin: 0 198px;
}
*/
#footerLeft {
	float: left;
	width: 331px;
}

#footerLeft p {
	text-align: left;
}


#footerCenter {
	text-align: center;
	float: left;
	width: 331px;
}	

#footerCenter p {
	text-align: center;
}

#footerRight {
	text-align: right;
	float: left;
	width: 331px;
}

#footerRight p {
	text-align: right;
}

/* SLIDER CODE */

.galleryWindow {
	height: 530px;
}

div#wn	{ 
	position:relative; 
	width:475; 
	height:500px; 
	overflow:hidden;
}

.windowBio {
	width: 470px;
	height: 500px;
	float: left;
}

.windowPane {
	width: 475px;
	height: 500px;
	float: left;
}
.windowPane div {
	margin-bottom: 20px;
	height: 227px;
	float: left;
	text-align: right;
}

.windowPane div img {
	display:block;
}

.windowPane div.pic1col {
	width: 92px;
	float: left;
}

.windowPane div.pic2col {
	width: 208px;
	float: left;
}

.windowPane div.pic3col {
	width: 327px;
	float: left;
}

.windowPane div.pic4col {
	width: 447px;
	float: left;
}

.windowPane div.picLeftcol {
	width: 227px;
	float: left;
}

.windowPane div.picRightcol {
	width: 227px;
	float: right;
}

#galleryControl {
	margin-right: 0px;
}

#scrollLinks {
	background-image: url(/images/control-bg.gif);
	height: 23px;
	width: 470px;
}

.controlerimg {

	float: left;
}

.controlerimg-right {
	float: right;
}

.red-bg-left {
	background-image: url(/images/menu-bg.gif);
	padding: 4px 3px;
	float: left;
	font-size: 12px;
}

.red-bg-right {
	background-image: url(/images/menu-bg.gif);
	padding: 4px 3px;
	float: right;
	font-size: 12px;
}

.galleryTitle {
	font-family: Arial, sans-serif; 
	font-size: 9px;
	line-height: 1px;
	margin-top: 10px;
}

.galleryTitleMain {
	font-family: Arial, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;	
}

.social-btn{padding-right:3px;color:#c0c0c0;}

/* RANDOMIZER */

.random{
	padding-right: 8px;
	padding-bottom: 8px;
}

.randomOther {
	padding-bottom: 8px;

}
ul.contact-social li{padding:5px 0;}