/****** FILE: themes/evoke2012/css/reset.css *****/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/****** FILE: themes/evoke2012/css/layout.css *****/
html {
	background: #000 url('../images/layout/bg-pattern.jpg');
	
	font-size: smaller;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;	
}

#bg-left,
#bg-blume {
	position: absolute;
	top: 0px;
	z-index: -1;

}

#bg-left {
	left: 0px;
	width: 568px;
	height: 695px;
}


#bg-blume {
	right: 0px;
	width: 648px;
	height: 590px;
}

html a {
	color: #fff;
}

#logo {
	z-index: 100;
	position: absolute;
	top: 100px;
	left: 100px;
}

#menu {
	z-index: 50;
	position: absolute;


	top: 250px;
	left: 375px;
	
	background: url('../images/menu/base.png') no-repeat;
	
	width: 528px;
	height: 46px;
	
	font-family: Lato, sans-serif;
}

#menu.active-one, 
#menu.active-Home {
	background: url('../images/menu/one.png') no-repeat;
}

#menu.active-two,
#menu.active-Party {
	background: url('../images/menu/two.png') no-repeat;
}

#menu.active-three,
#menu.active-Compos {
	background: url('../images/menu/three.png') no-repeat;
}

#menu.active-four,
#menu.active-Location {
	background: url('../images/menu/four.png') no-repeat;
}


#menu nav.first-level {
	position: absolute;
	
	top: 0px;
	left: 110px;
	font-size: 12px;	
}

#menu nav.first-level a {
	width: 79px;
	overflow: hidden;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	
	padding-top: 8px;
	padding-left: 15px;
}

#menu nav.first-level a.current {

	padding-top: 2px;
	padding-left: 0px;
	
	width: 94px;

	font-size: 20px;
	font-weight: bold;
}

#menu nav.second-level {
	position: absolute;
	
	bottom: 4px;
	left: 90px;
	font-size: 12px;
}

#menu nav.second-level a {
	color: #002626;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#menu nav.second-level a.visited {
	color: #ffffff;
}

#container-main {
	margin-left: 305px;	
	margin-top: 262px;
	
	width: 900px;
	
	background: url('../images/layout/bg-article-3000px.png') no-repeat;
}

article {
	float: left;

	width: 468px;
	
	padding: 58px 58px 58px 58px;

	margin-right: 5px;
}

aside {
	float: left;
	
	width: 274px;
	
	margin-top: 150px;
	
	font-size: smaller;
}

aside h5 {
	font-family: Lato, sans-serif;
	color: #f9eec4;
	font-size: 1.5em;
	font-weight: normal;
	
	padding-bottom: 0.5em;
}

aside a {
	color: #ffffff;
	text-decoration: underline;
	
}

aside .Box {
	padding-bottom: 1em;
}

aside .TwitterBox {
	width: 230px;
}

aside .TwitterBox img {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #f9eec4;
}

aside img.LocationBox {
	border: 1px solid #f9eec4;	
}

#bottom {
	clear:both;
	
}


.typography .contentblock {
	background-color: #004c4c;
	padding: 6px;
	width: 462px;
	margin-bottom: 1em;
	overflow-x: hidden;
}

footer {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin-left: 305px;	
	width: 855px;

	background-color: rgba(0, 38, 38, 0.75);

	margin-top: 10px;
	margin-bottom: 10px;
	
	padding: 5px;
	margin-bottom: 40px;
}

footer img {
}

footer p {
	float: right;
	text-align: right;
	font-size: smaller;
	
	width: 600px;
}

.map {
	color: #172F64;
}

.List {
}
.List .ListItem {
    margin-bottom: 1em;
    padding: 6px;
    position: relative;
}
.List .ListItem h3 {
	margin-top: 0px;
}

.List .ListItem .ListItemImageHolder {
    float: left;
}
.List .ListItem .ListItemContent {
}
.List .ListItem img {
    border: 1px solid white;
    padding: 0px;
}
.NewsList .ListItemImageHolder {
    width: 120px;
}
.NewsList .Date, .Date {
    font-size: smaller;
    font-weight: bold;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 3px;
}
.RegisterList .ListItemImageHolder {
    width: 60px;
}

.RegisterList .ListItemContent img.flag {
	border: 1px solid white;
	position: absolute;
	right: 5px;
}

.TweetList .ListItemImageHolder {
    width: 70px;
}
.TweetList .ListItemContent {
    overflow: hidden;
    width: 380px;
}
.SponsorList .ListItemImageHolder {
    width: 175px;
}
.SponsorList .ListItemContent {
    float: left;
    width: 270px;
}
.SponsorList .ListItem {
    margin-bottom: 5px;
}


.clear {
	clear: both;
}

table.Lifts {
	width: 100%;
/*	table-layout: fixed;*/
}

table.Lifts td{
	padding: 2px;
}

table.Lifts td.wrapped {
	word-wrap: break-word;
	word-break:break-all;
}

/*
 * TYPO
 */

.typography .BreadcrumbMenu,
.typography .BreadcrumbMenu a,
.typography .MetaMenu,
.typography .MetaMenu a {
	font-size: x-small;
	color: #FAEEC4;
}


article.typography > h1 {
	color: #faeec4;
	font-size: 28px;
	font-weight: normal;
	
	text-align: right;
	
	font-family: Lato, sans-serif;
	font-weight: bold;
	
	padding-bottom: 10px;
}


article.typography > h1:after { 
	content: url('../images/typo/h1-after.png');
	margin-left: 10px;
	vertical-align:-50%;
}

article.typography > h2,
article.typography td > h2 {
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #f9eec5;
	margin-bottom: 1em;
}

article.typography > h3,
article.typography > .NewsList > h3,
article.typography > .NewsList > .TitleBar {
	height: 20px;
	width: 474px;
	overflow: hidden;
	
	background: url('../images/typo/h3-behind.png') no-repeat;
	
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #f9eec5;
	
	
	padding-top: 0px;
	padding-left: 6px;
	
	position: relative;
	top: 0px;
	left: 0px;
}


article.typography > h3 a,
article.typography > .NewsList > h3 a,
article.typography > .NewsList > .TitleBar a,
article.typography td > h4 {
	color: #f9eec5;
}


/****** FILE: themes/evoke2012/css/typography.css *****/

.typography,
.typography p {
	line-height: 1.2em;
	padding-bottom: 0.5em;
}


.typography ul {
}
.typography li {
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom: 0.5em;
}
.typography td,
.typography tr {
	vertical-align: top;
}

.typography p.NewsStats {
	font-size: smaller;
}

/****** FILE: themes/evoke2012/css/form.css *****/
fieldset {
	
/*	
*/    
/*margin-top: 20px;
	border: 0px;
	padding: 0px;
	border-top:15px solid #eee;
	*/
/*	
	border-radius: 10px 10px 0px 0;
	background-color: #E6E6DA;
	
	margin-top: 20px;
	padding-top: 10px;
	
	color: #29437C;*/
}

.field, .Actions {
	margin-bottom: 0px;
	padding: 5px;
	padding-left:15px;
	clear: both;
}

.Actions { 
/*	border-top: 2px solid #fff;
	background-color: #E6E6DA;
	padding-bottom: 10px; 
	border-radius: 0px 0px 10px 0px;*/
}

.Actions input {
	margin-left: 120px;
	
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 3px 10px 3px 10px;
}

fieldset .field label.left {
	float: left;
	width: 110px;
	padding-top: 2px;
}

.field .middleColumn {
	text-align: left;
	padding-left: 120px;
	width: 350px;
}
.field #recaptcha_widget_div {
	padding-left: 0px;
	text-align: left;
	width: 350px;
}

.field .middleColumn input.text,
.field .middleColumn textarea {
	width: 300px;
	border: 1px solid #29437C;	
	padding: 3px;
	
	font-size: 1.1em;
}


.field .middleColumn textarea { height: 100px; }

.field .middleColumn .optionset {
	margin: 0px;
}

#recaptcha_widget_div img {
	border: 0px;
}

fieldset .middleColumn .optionset li {
	display: inline-block;
	margin-left: 0px;
}

/* Country */
fieldset #CountryID .middleColumn .optionset li {
	width: 100px; 
	height: 20px;
	
	overflow: hidden;
}

/****** FILE: themes/evoke2012/css/print.css *****/
@media print {
	
	html, body { 
		background: none;
		color: black;
	}
	
	#bg-blume,
	#menu,
	#logo,
	#bg-left,
	aside,
	footer,
	.BreadcrumbMenu,
	.MetaMenu
	{ 
		display: none; 
	}

	#container-main {
		background: none;
		margin: 0px;
		width: 100%;
	}

	.Row.RowContent {
		margin: 0px;
		width: auto;
	}

	.Row.RowContent .ColMain {
		width: auto;
		background: none;
	}

	h1, h2, h3, a {
		color: black !important;
	}

	.ListItem {
		background-color: #ccc;
	}
	
	article {
		width: 100%;
	}
	
	article.typography > h1 {
		text-align: left;
		
	}
	article.typography > h1:after { 
		content: ''; 
		margin-left: 0px;
	}


	article.typography > h3,
	article.typography > .NewsList > h3 {
		background: none;
	}

	.typography .contentblock {
		background: none;
		width: 100%;	
	}

}

/****** FILE: themes/evoke2012/css/mobile.css *****/
@media only screen and (max-device-width: 1024px) {

	#bg-blume { display: none; }
	
	#menu {
		left: 95px;
	}
	
	#logo {
		left: -180px;
	}
	
	#bg-left {
		left: -280px;
	}
	
	#container-main, 
	footer {
		margin-left: 25px;
	}	

	#scenesat-stoer {
		display: none;

	}
}


