/**********************************
 * TITLE: Gila Screen Stylesheet  *
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/
/*
 body {
  background-color: #F3F2EB;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;*/  /* Enables font size scaling in MSIE *//*
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}*/

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
}
#uv {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 	1em ;

}
#uv img {
	padding: 7px;
	background: none repeat scroll 0 0;}

p.center {
    margin: 1em 0 1.5em;
    padding: 0;
	text-align: center;
}

/* ##### Main Copy ##### */
/* main-copy är till uv sidan*/
#main-copy {
    
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
 /* margin: 0 0 0 9.5em;*/
  padding: .5ex 1em 1em 1em;
 /* border-left: 1px solid rgb(216,210,195);*/
}

#main-copy h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
/* border-top: 1px solid rgb(216,210,195);*/
}

#main-copy a {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
#main-copy a:hover {
  text-decoration: none;
}

h3.moon {
	color: white;
	text-align: center;
}
.Astronomi{
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	margin: .5em 6% .625em;
}

.column-light {
  color: black;
  background-color: white;
}

.column-dark_t {
  color: #191919;
  background-color: #F3F3F3;
  border: medium none;
  font: 125% Trebuchet MS,Arial;
}

.column-dark {
  color: black;
  background-color: #F3F3F3;
}

/* main-copy-dark är till mån sidan*/
#main-copy-dark {
  color: white;
  background-color: black;
  text-align: justify;
  line-height: 1.5em;
  padding: .5ex 1em 1em 1em;
}

/* img center */
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	/*
.rounded-corners {
     -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    border-radius: 13px;
	behavior: url("ie-css3.htc");
}*/
.box {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari and Chrome */
  -khtml-border-radius: 10px;
  border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
  -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
  -khtmlt-box-shadow: 5px 5px 10px #000; 
  box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

  color: white;
  background-color: black;
  text-align: justify;
  line-height: 1.5em;
  padding: .5ex 0em 1em 0em;
  position: relative;
}

