/****** FILE: themes/evoke2011/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/evoke2011/css/layout.css *****/
body, html {
    background: url("../images/bg1.jpg") repeat scroll 0 0 #E6E6DA;
    color: #E6E6DA;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    margin: 0;
}
a {
    color: #E6E6DA;
}
#SloganAndEof {
    background: url("../images/decoitem-blau.png") no-repeat scroll right bottom transparent;
}
.BgColorMain {
    background: #29437C; /* fallback ie */
    background: rgba(19, 49, 115, 0.9);
}
.BgColorSecond {
    background: #6C7B9C; /* fallback ie */
    background-color: rgba(19, 49, 115, 0.6);
}
.ListItem {
    background-color: #172F64;
}
.Date {
    color: #6B7CA2;
}
nav.Main {
    border-radius: 10px 10px 10px 0;
    behavior: url("../css/PIE.htc");
    bottom: 0;
    font-family: Rokkitt,arial,serif;
    font-size: 1.7em;
    padding: 10px;
    position: absolute;
    right: -30px;
    text-align: right;
    width: 235px;
}
nav.Main .Dot.disabled {
    display: none;
}
nav.Main a {
    color: #E6E6DA;
    text-decoration: none;
}
nav.SubNav, .Row.RowContent nav.SubNav {
    border-radius: 20px 0 20px 0;
    behavior: url("../css/PIE.htc");
    font-family: Rokkitt,arial,serif;
    font-size: 1.3em;
    padding: 10px 0 5px 20px;
}
nav.SubNav a {
    color: #E6E6DA;
    margin-right: 10px;
    text-decoration: none;
}
.Row {
    clear: both;
    position: relative;
    width: 930px;
}
.Row.RowLogo {
    height: 125px;
    margin-top: 60px;
    width: 710px;
}
.Row.RowLogo img {
	border: 0px;
}
.Row.RowContent, .Row.RowFooter {
    margin-left: 210px;
    margin-top: 2px;
    width: 720px;
}
.Row.RowContent .ColMain, .Row.RowFooter .ColMain {
    border-radius: 0 20px 0 20px;
    behavior: url("../css/PIE.htc");
    float: left;
    padding: 15px 10px 70px;
    position: relative;
    width: 500px;
}
.Row.RowFooter footer.ColMain {
    background: #FCF9F3; /* fallback ie */
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px 20px 0 0;
    behavior: url("../css/PIE.htc");
    color: #666666;
    font-size: 0.8em;
    margin-top: 60px;
    padding-bottom: 40px;
}
.Row.RowFooter footer a {
    color: #666666;
}
.Row.RowFooter footer p {
    padding: 0.5em;
}
#SloganAndEof {
    bottom: -40px;
    height: 65px;
    position: absolute;
    right: 0px;
    text-align: right;
    width: 300px;
    padding-right: 6px;
}

.Row.RowContent .ColMain.Eof {
    background: none repeat scroll 0 0 transparent;
    text-align: right;
}
.Row.RowContent .ColRight {
    float: right;
    width: 195px;
}
.Row.RowContent .clear {
    clear: both;
}
.Row.RowContent footer a {
    color: #000000;
}
.Row.RowContent .Box {
    border-radius: 10px 0 10px 0;
    margin-bottom: 3px;
    min-height: 50px;
    padding: 5px;
    width: 200px;
}
.Row.RowContent .Box:first-child {
    border-radius: 10px 10px 10px 0;
}
.Row.RowContent .Box:last-child {
    border-radius: 0 10px 10px 10px;
}

.Row.RowContent .Box.StayInformedWidget {
	width: 140px;
}

.Row.RowContent .Box h5 {
    font-size: 0.9em;
    margin: 5px 0 0;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}
.Row.RowContent .Box a {
    text-decoration: none;
}
#main table.Lifts td {
    padding-right: 5px;
}
.map {
	color: #172F64;
}

.List {
}
.List .ListItem {
    border-radius: 0 10px 10px 0;
    behavior: url("../css/PIE.htc");
    margin-bottom: 3px;
    padding: 10px;
    position: relative;
}
.List .ListItem h3 {
	margin-top: 0px;
}

.List .ListItem:last-child {
    border-radius: 0 10px 10px 10px;
    behavior: url("../css/PIE.htc");
}
.List .ListItem .ListItemImageHolder {
    float: left;
}
.List .ListItem .ListItemContent {
}
.List .ListItem img {
    border: 3px solid white;
    border-radius: 10px 0 10px 0;
    padding: 0px;
}
.NewsList .ListItemImageHolder {
    width: 120px;
}
.NewsList .Date, .Date {
    font-size: smaller;
    font-weight: bold;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.RegisterList .ListItemImageHolder {
    width: 60px;
}

.RegisterList .ListItemContent img.flag {
	border: 0px;
	 border-radius: 5px 0 5px 0;
	position: absolute;
	right: 5px;
}

.TweetList .ListItemImageHolder {
    width: 70px;
}
.TweetList .ListItemContent {
    overflow: hidden;
    width: 410px;
}
.SponsorList .ListItemImageHolder {
    width: 175px;
}
.SponsorList .ListItemContent {
    float: left;
    width: 300px;
}
.SponsorList .ListItem {
    margin-bottom: 5px;
}
#mailinglistForm h2 {
    color: #6B7CA2;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#mailinglistForm p {
    color: #3E4054;
    padding-bottom: 0.5em;
}

#fancybox-outer {
	background-color: #E6E6DA !important;
	padding: 20px;
}

h2:before {content:url("../images/hl-icon2.png")" ";}

#fancybox-outer h2:before {
content:'';
}



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

.typography h2 {
    /*color: #061C4B;*/
    font-family: Rokkitt,Arial,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 0.5em;
    padding: 0;
}
.typography h2 a:link, .typography h2 a:visited, .typography h2 a:hover, .typography h2 a:active, .typography h2 a:focus {
    /*color: #6B7CA2;*/
    text-decoration: none;
}

.typography h3 {
    /*color: #133173;*/
    font-family: Rokkitt,Arial,sans-serif;
    font-size: 1.4em;
    /*font-weight: bold;*/
    font-weight: normal;
    margin: 0.5em 0 0.3em 0;
    padding: 0;
}
.typography h3 a:link, .typography h3 a:visited, .typography h3 a:hover, .typography h3 a:active, .typography h3 a:focus {
    /*color: #6B7CA2;*/
}

.typography p, .typography {
	line-height: 1.3em;
    padding-bottom: 0.5em;
}
.typography strong {
    font-weight: bolder;
}
.typography a:link, .typography a:visited, .typography a:hover, .typography a:active, .typography a:focus {
    color: #6B7CA2;
    text-decoration: none;
}
.typography ul {
}
.typography li {
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom: 0.5em;
}
.typography td,
.typography tr {
	vertical-align: top;
}

/****** FILE: themes/evoke2011/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: 30px;
	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/evoke2011/css/print.css *****/
@media print {
	
	html, body { 
		background: none;
		color: black;
	}
	
	.Row.RowLogo,
	.SubNav,
	#SloganAndEof,
	.Row.RowContent .ColRight,
	footer
	{ 
		display: none; 
	}

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

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

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

	.ListItem {
		background-color: #ccc;
	}
}


/****** FILE: themes/evoke2011/css/mobile.css *****/
@media only screen and (max-device-width: 480px) {
	body, html {
		font-size: 1.0em;
	}

	.Row.RowLogo {
		margin-top: 10px;
		height: auto;
	}

	nav#Navi {
		position: relative;
		left: 5px;
		right: 0px;
		bottom: 0px;
		
		width: 500px;
	}

	nav#Navi br {
		display: none;
	}
	
	nav#Navi .Dot.disabled {
		display: inline;
	}

	.Row.RowContent,
	.Row.RowFooter {
		margin-left: 5px;
	}
	
/*	.Row.RowContent .ColMain {
		float: none;
	}
*/	
	article #SloganAndEof {
		background: none;
	}
/*	
	.Row.RowContent .ColRight {
		padding: 5px 0px 0px 5px;
		float: none;
	}*/
}


