/*====================================================
Style-Sheet for max-weier.com
====================================================*/


@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro|PT+Sans|Carrois+Gothic|Rosario|Mandali|Open+Sans|Lato);


/* defaults */
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/* body & text */
body {
	color: rgba(255,255,255,0.8);
	font-family: 'Rosario', sans-serif;
	font-size: 1.1em;
	background: #650010 url(../img/background1.png) repeat center center;
	}
	
h1 {
	font-family: 'Old Standard TT', serif;
	color:#C8A65F; 
	font-size: 2.4em;
	font-weight:normal;
	font-style:italic;
	letter-spacing: -0.01em;
	line-height: normal;
		margin-bottom: 0.5em;
}
a {
	color:#C8A65F; 
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}



/* set */
#wrap {
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 0;
}
#main {
	position: relative;
	margin: 1% auto 2em auto;
	padding-bottom: 2em;
	width: 90%;
	height: auto;
	min-height: 32em;
}

/* table */
th {
	background: transparent;
	text-align: left;
}
td { 
	vertical-align:top; 
	padding:0.5em;
	background-color:#880000;
}

.month {
	background: transparent;
	font-weight:bold; 
	height: 1em;
	}	
.country {
	background-color:#8c2917; 
	font-weight:normal;
	height:4em;
	}
.date {
	background-color:#8c0015; 
	background-color:#993939; 
	font-weight:normal; 
	width:10em;
	}