@import "glutton.css";
@import "thickbox.css";
@import "carousel.css";
@import "schedule.css";
@import "clublarm.css";
@import "dropdown.css";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#3d3b39;
}

strong {
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.link {
	cursor:pointer;
}

small {
	font-size:0.3em;
	vertical-align:top;
}

.column h3.news, .artistList a h5, a {
	color:#693081;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.articleImage {
	margin-left:16px;
	margin-bottom:12px;
	float: right;
}

p.imageCaption {
	max-width:300px;
	padding:0; margin:0;
	font-size:0.7em;
}

.articleImage img {
	border:solid 1px #e4e1dc;
}

.functions {
	font-size: 0.8em;
	color: #d1ccc4;
	border-color: #e4e1dc;
	border: 0;
	margin-top: 16px;
	padding-top: 6px;
}
.separator {
	margin: 0 4px;
	opacity: 0.5;
}

/* header */

#sponsorLoop {
	margin-top: 64px;
	float: right;
}
#sponsorLoop .sponsor {
	display: inline;
}
#sponsorLoop .sponsor img {
	float: left;
}


div#sitewideHeader a:hover {
	text-decoration:none;
}

div#sitewideHeader div.logo h1 {
	color:#fff;
	background-image: url('/images/header_white_nor.png');
	background-repeat:no-repeat;
	background-position:0px 55px;
}
.language_eng div#sitewideHeader div.logo h1 {
	background-image: url('/images/header_white_eng.png');
}
.radio .text,
div.navigation li a {
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	color:#474747;
}

div.navigation li a:hover {
	color:#000;
	text-decoration:none;
}

div.navigation li.active a {
	cursor:default;
	color:#999;
}

/* footer */

li.sitemap {
	clear: both;
	font-weight:bold;
}
div.sitemap {
	clear: both;
}

#sitewideFooter {
	font-size:1.4em;
}

#sitewideFooter .navigation ul li a {
	font-size:0.85em;
}

#sitewideFooter .navigation ul li a:hover {
	text-decoration:underline;
}

#sitewideFooter .navigation p,
#sitewideFooter .sponsors p {
	color:#7c7975;
	font-size:0.75em;
}

#sitewideFooter .navigation p a {
	color:#7c7975;
	text-decoration: underline;
}


#sitewideFooter .sponsors .sponsor {
	margin-right: 32px;
	height:60px;
	line-height:60px;
}

#sitewideFooter .navigation p {
	line-height:13px;
}

/* combines */

#sitewideFooter .navigation {
	border-top: solid 1px #3c3c3c;
}

#sitewideHeader .logo,
#sitewideFooter .sponsors,
#sitewideFooter .sitemap,
#sitewideFooter .navigation {
	border-color: #c3bcb7;
}

.borderThin,
#sitewideHeader .logo {
	border-bottom: solid 1px #3c3c3c;
}


/* forms */

input.text {
	height:16px;
	width:198px;
	background-image: url("/images/textInput.png");
	background-repeat: no-repeat;
	padding:3px 3px 2px 3px;
}

fieldset {
	background-color: #eee;
	font-size:1.2em;
	line-height:2;
	border-top: dotted 1px #ccc;
	padding:8px 8px;
	margin-bottom:4px;
}

fieldset input, fieldset textarea {
	background-color:#fff;
	padding: 3px 2px;
	border:solid 1px #ccc;
}

fieldset p {
	clear:both;
	font-style:italic;
	font-size:0.95em;
	margin:10px;
}

label {
	display:block;
	font-weight:bold;
	float:left;
	width:170px;
	margin-right:16px;
	font-size:0.8em;
	opacity: 0.75;
}
fieldset.field_with_errors{
	background-color:#ffd9d9;
}
fieldset.field_with_errors label {
	color:#6c0202;
}

p.desc {
	font-style:normal;
	background-color:#fefee4;
	padding:10px;
	font-size:0.9em;
	line-height:1.4em;
	border: solid 1px #eeeed4;
}

/* content specific */

div.column .menu ul {
	font-weight:bold;
	font-size:1.6em;
	line-height:1.4;
}

.sitemap ul,
.submenu ul {
	font-size:12px;
	line-height:14px;
}

.sitemap ul li,
.submenu ul li {
	margin-bottom:8px;
}


div#middle {
	font-family: Georgia, serif;
	line-height:1.4;
	font-size:1.4em;
}


div#middle h1, div#middle h2, div#middle h3 {
	font-size:3.4em;
	line-height:1.1;
}

div#middle h2 {
	font-size: 2.2em;
}

div#middle h3 {
	font-size:1.7em;
}

div#middle ul {
	list-style: disc;
	padding-left:32px;
}

.articleImage img {
	border: solid 1px #c3bcb7;
}
#feed .column h2 {
	border-bottom: 1px solid #e4e1dc;
	margin-bottom: 12px;
}

#right .news {
	border-top: solid 1px #c3bcb7;
	padding-top: 16px;
}

.post h3 {
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 6px;
	line-height: 1.2;
}

.post {
	line-height: 1.3;
	margin-bottom: 12px;
}

.post .date {
	color: #A29F99;
}
.post p {
	font-size:1.1em;
	margin: 0 0 0.5em 0;
}

/* artist specific */

/* hax */
.artists_column h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
	padding: 16px 8px 0px 8px;
}
.artists_column p {
	margin-bottom: 0;
	line-height: 1.33;
	font-size:1.1em;
	padding:0 8px 8px 8px;
}

/* sub navigation fat */

div#middle ul.subNav  {
	list-style-type:none;
	font-weight:bold;
	line-height:auto;
	font-size:1.2em;
	background-color:#111;
	padding:4px 16px;
	margin:0;
}

div#middle div.smaller {
	font-size:-0.2em;
}

div#middle ul.subNav li {
	display:inline;
	margin-right:16px;
}

div#middle .marginLess {
	margin-bottom:8px;
}

div#middle ul.subNav li a {
	text-decoration:none;
	color:#838682;
}
div#middle ul.subNav li a:hover {
	color:#b3b6b1;
}

/* artists */
ul.artists li {
	display: block;
	clear: both;
}

ul.artists li h5 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 8px;
}

div.artist .image {
	margin-bottom:16px;
	margin-top: 1.33em;
}

div.artist .image img {
	border: solid 1px #3d3b39;
}

#right .new,
div.border {
	border-bottom: solid 10px #3d3b39;
}

div.artist {
	padding-bottom:8px;
}

div.artist h1 small {
	color:#d1ccc4;
}

div.artist div.subHeader {
	margin-top:-30px;
	font-size:1.2em;
	padding:8px 0;
}

div.artist div.subHeader a {
	color:#a19c94;
}

div.artist ul {
	list-style: none;
	padding:0;
	margin-right: -16px;
}

div#middle div.artist ul {
	list-style-type:none;
	padding:0;
}

div.artist ul.images li {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

div.artist ul.images li img {
	border: solid 1px #3d3b39;
}

div#middle div.artistList h3 {
	margin-bottom:8px;
}

div.artists .artist .image,
div.artistList div.image {
	margin-left:24px;
}

div.artists .artist {
	padding-top:24px;
}

div.artistList div.artist p a {
	color:#777;
}

div.artistNav {
	padding-top:16px;
	text-align:right;
}

div#middle div.artistNav h3 {
	margin-bottom:8px;
}

div#middle div.artistNav ul {
	list-style-type:none;
	padding:0;
	text-align:left;
}

div#middle div.artistNav ul li a {
	text-decoration:none;
	display:block;
	background-color:#111;
	color:#aaa;
	margin-bottom:2px;
	padding:2px 4px;
}

div#middle div.artistNav ul li a:hover {
	background-color:#1a1a1a;
	color:#fff;
}

div.artistList p.footer {
	font-size:20px;
}

div#middle .artistSpotlight {
	margin-bottom:24px;
}

div#middle .artistSpotlight .image {
	margin-right:24px;
	padding:0;
	margin-top:0;
}

div#middle .artistSpotlight h2 {
	margin-bottom:8px;
	font-size:12px;
}

div#middle .artistSpotlight h3 {
	font-size:2.5em;
	font-weight:bold;
	margin-bottom:0;
} 

/* artistList */

.artistList {
	float:left;
	margin:0 16px 16px 0;
	font-size:1.1em;
}

div.artistList a:hover,
.artistList a {
	color:#b1aaa8;
	text-decoration:none;
}

.artistList a h5 {
	font-size:1.4em;
	margin:8px 0 4px 0;
}

.artistList img {
	border: solid 1px #3d3b39;
}

/* artistWheel */

.artistWheel {
}

.artistWheel img {
	line-height:0px;
}

/* miscellaneous */

div#styleswitcher {
	height:60px;
}


/* ff img line-height hax */
div#focus,
.articleImage img,
div.artist .image,
div.artist ul.images li {
	line-height:1px;
}

div#left .image {
	margin-bottom:24px;
}

div.leftLogo {
	position:relative;
	left:-50px;
	margin-bottom:4px;
}

.teaserArticle,
.teaser {
	font-style:italic;
	font-size:1.2em;
}

.teaserArticle {
	font-size:1.2em;
}

.published,
.readmore {
	text-transform:uppercase;
	font-size:9px;
	font-family: Helvetica, Arial;
}

.readmore {
	padding-bottom:16px;
}

.published {
	margin-top:-16px;
	color:#999;
}

.overflow {
	 overflow:hidden; width:160px; height:11px;
}

h5.overflow { height: 15px; }

.language a {
	color: #5d5b5c;
	margin-right:-8px;
}

.marginTop {
	margin-top:24px;
}

.date {
	text-transform:uppercase;
	font-size:9px;
}

.seminar_meta {
	font-family: Helvetica, Arial;
	margin-bottom: 0;
	font-size: 0.9em;
}
.seminar_meta .date {
	font-size: 1em;
	font-weight: bold;
}
.seminar {
	margin-top: 2em;
}
.seminar .seminar_excerpt {
	font-weight: bold;
}

/* comments */

.comments,
div.addComment {
	margin-top:16px;
}

div.comments {
	margin-top:32px;
}

.comments .body,
.comments .info {
	margin:0; padding:0;
	padding-bottom:16px;
	border-bottom: solid 1px #888;
}

.comments .body {
	padding-left:16px;
}

.captcha {
	background-color:#fff;
	width:440px;
	float:right;
}

table.comments {
	opacity: 0.75;
}


h2.spotlight {
	clear:both;
}

#footerSeparator {
	clear:both;
	width:944px;
	border-top: solid 10px #3c3c3c;
}
.radio .text {
	font-weight:normal;
}
.jukebox {
	margin-top:16px;
}
.playing {
	text-transform:capitalize;
	font-size:13px;
}
/* vimeo */
#vimenu ul li {
	display:inline;
}
#vimenu ul a {
	font-size:12px;
	line-height:16px;
	float:left;
	display:block;
	width:208px;
	height:14px;
	overflow:hidden;
	padding:2px 5px;
	margin-right:10px;
	margin-bottom:2px;
	text-decoration:none;
	-webkit-border-radius:5px;
}
#vimenu ul a:hover {
	background-color:#693081;
	color:#000;
}
#vimenu {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#141414 !important;
	margin:20px 0;
	padding:20px 10px 20px 20px;
	width:914px;
}
#vimenu img {
	margin-bottom:10px;
}

.projects {
	font-size:12px;
	line-height:18px;
}

.projects h3 {
	font-family:Georgia,Helvetica,Arial;
	font-size:22px;
	line-height:32px;
	margin-bottom:5px;
}
.projects ul {
	margin-bottom:24px;
}
.tweet {
	font-size:1.1em;
	line-height:1.3em;
	color:#bbb;
}
.tweet .time {
	display:block;
}
.tweet .username a {
	color:#fff;
	font-weight:bold;
}
.tweet img {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border:solid 1px #693081;
}
.sponsor {
	line-height:1px;
	float:left;
}
.sponsors {
	margin-top:32px;
	border-bottom: solid 1px #3c3c3c;
}
.sponsors .sponsor {
	margin-bottom:32px;
}
.sponsorsSmall {
	clear:both;
}
.sponsor img {
	vertical-align:middle;
}
.sponsorsSmall .sponsor {
	height:40px;
	line-height:40px;
}
#contestBanner {
	position:relative;
	top:-6px;
	line-height:1px;
	margin-bottom:24px;
}