/* import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Open+Sans+Condensed:300italic,300|Playfair+Display:400,700,400italic,700italic);
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css); 

/* import basic settings, IE-fixes and grids */
@import url(base.css);

body {
	background-image: url();
	background-repeat: repeat;
	font-weight: 300;
	font-family: 'Open Sans',sans-serif;
	font-size: 10pt;
	color: #474747;
	background-color: #ffffff;
	padding: 0;
	margin: 15px 0;
}

table.ssi_table {
	margin: 0 auto;
}
tr,td {
	color: #474747;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
td {
	padding: 4px 6px;
}
tr:nth-child(even) {
	padding: 4px 6px;
}

tr:nth-child(odd) {
	padding: 4px 6px;
	background-color: #ededed;
	border: 1px solid #cccccc;
}

/*-----------------
BASICS
-----------------*/

#header {
	background-image: url();
	background-color: #0099bb;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 15px;
	text-align: justify;
}

#footer {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ededed;
	text-align: center;
}

.box {
	background-color: #ededed;
	text-align: center;
	margin: 4px;
	padding: 4px;
}

/*-----------------
LINKS
-----------------*/

a:link, a:active, a:visited { 
	color: #0099bb;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
a:hover { 
	color: #c3c3c3;
}


/*-----------------
HEADLINES
-----------------*/

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-size: 36pt;
	font-style: italic;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 4px;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-size: 24pt;
	font-style: normal;
	text-align: left;
	text-transform: normal;
	margin: 0;
	padding: 4px;
	color: #0099bb;
}
h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-size: 20pt;
	font-style: italic;
	text-align: center;
	text-transform: normal;
	margin: 0;
	padding: 4px;
}
h4 {
	background-color: #e3e3e3;
	font-family: 'Playfair Display', serif;
	font-size: 16pt;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #0099bb;
	text-shadow: 1px 1px #c5c5c5;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
h5 {
	font-family: 'Playfair Display', serif;
	font-size: 14pt;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	border-bottom: 1px dashed #c4c4c4;
	margin: 4px;
	padding: 4px;
}

#sitename {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 44pt;
	font-style: italic;
	color: #fafafa;
	text-shadow: 1px 1px #333;
}

/*-----------------
LISTS
-----------------*/

ul li {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}

ol li {
	width: 500px;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	padding: 2px;
	margin: 2px;
}

ol li span {
	border-left: 2px solid #0099bb;
	padding: 2px 5px;
	margin: 2px 0;
	font-style: italic;
}
/*-----------------
FANCY
-----------------*/

/* resizes images to fit all devices */
img {
	height: auto;
  max-width: 100%;
	margin: 0 auto;
}

#scroll-up {
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  background: rgba(0,0,0,0.1);
  color: #fafafa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
  line-height: 1;
  font-size: 20px;
  padding: 9px 10px 10px 10px;
}

#scroll-up:hover {
  background: rgba(0,0,0,0.3);
}

.button {
	-moz-box-shadow: inset 0 1px 0 0 #fafafa;
	-webkit-box-shadow: inset 0 1px 0 0 #fafafa;
	box-shadow: inset 0 1px 0 0 #fafafa;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dfdfdf));  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed, #dfdfdf); /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #ededed, #dfdfdf); /* FF3.6+ */
	background: -ms-linear-gradient(top, #ededed, #dfdfdf); /* IE10+ */
	background: -o-linear-gradient(top, #ededed, #dfdfdf); /* Opera 11.10+ */
	background: linear-gradient(top, #ededed, #dfdfdf); /* W3C */
 	background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	border: 1px solid #dcdcdc;
	padding: 8px 4px;
	margin: 2px;
	font-family: inherit;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 0 #fafafa;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11pt;
	width: 400px;
}

/*-----------------
MENU
-----------------*/

nav ul {
	text-align: center;
}

nav li {
	padding: 5px;
	margin: 1px;
	background-color: #0090b0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	width: 120px;
	padding: 10px 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

nav li:hover {
	background-color: #0083a0;
}

nav li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	color: #fafafa !important;
}