@charset "utf-8";
/* SOL: Style Sheet */


body {
	background-image: url(../images/bg-stars.png), 
	-webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,237,245)),	color-stop(1, rgb(0,49,154)));
}

a {
	color: #FFF;
	background-color: #06F;
}

img {
	padding-top: 1em;
	padding-bottom: 1em
}
img.center {   
	display: block;   margin-left: auto;   margin-right: auto; 
}

div {
	padding:.5em; 
	margin-bottom: 1em;
	opacity: .95;
	color: #FFF;
	font-family: Akkurat, Helvetica, sans-serif;
	/*font-weight: bold;*/
    font-size: 10pt;
}

h1,h2,h3 {
	font-weight: bold;
}


.master {
	color: #FFF;
}
.logo {
	padding: 0, 0, 0, .5em;
	margin: 0
}
.shadow {
-webkit-box-shadow: 5px 5px 5px #000;
}

.one {
	background-color: #00C1F9;
}
.two {
	background-color: #5FBC00;
}
.three {
	background-color: #FF323B;
	}
.four {
	background-color: #0A2946;
}
.five {
	background-color: #1A5587;
}
.six {
	background-color: #F90;
}

.seven {
	background-color: #925A6F;
}
.eight {
	background-color: #AB5762;
}
.nine {
	background-color: #3B8AD1;
}
.ten {
	background-color: #23537D;
}

/* Tables / Events */

.topblock {
	
	*/ background-color:#000000; */

	/*text-shadow: black 0.1em 0.1em 0.2em;*/
	color:#000;
	font-size: 15px;
	padding: 5px;
	text-align: center;

 }

.sunblock {

	background-color:#224400; 
	padding:5px;
	margin:5px;
	color:#ffffff;
	font-family:"Akkurat";
	font-size:13px;
	vertical-align: middle;
 	width:120px;
 	text-align: center;
    border: 2px solid #fff;
    line-height: 15px;

}

.sunblock .relative-time {

}

.sunblock p { 
	margin-top: 0.5em;
	margin-bottom: 0;
}


.event-name {
	font-weight: bold;
	font-size:15px;

}

.sunblock .time {

}

#sunrise{
	clear: both;
	float: left;
}

#sunset {
	 float: right;
}

#daylight{
	clear: both;
	float: left;
}

#darkness {
	 float: right;
}

table.chart {

	width: 100%;
	clear: both;
}

table.chart td {
  	font-size:9pt;
	color: #000;
	padding-top: 5;
	padding-bottom: 5;
}

table.chart tr.header td {
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 11pt;
	font-weight: bold;


}

table.chart .col1 {
}

table.chart .col2 {
	text-align: center;
}

table.chart .col3 {
	text-align: center;
}

table.chart .col4 {
	text-align: right;
}

tr.astronomical_twilight {
    background-color: #23537D;
}

tr.astronomical_twilight td {
    color: #fff;
}

tr.nautical_twilight {
    background-color: #3B8AD1;	
}

tr.civil_twilight {
    background-color: #ab5762;
}

tr.golden_hour {
    background-color: #ffd800;
}

tr.morning {
    background-color: #00ccff;
}

tr.afternoon {
    background-color: #00ccff
}


/* table */

  #container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right {
    display: table-cell;
	width: 20%;
    }
	