{
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0;
}
a, a:link, a:active, a:visited, a:hover {
	color: #00f;
}
#header a, #search a, #sidebar a, #ritebar a, #galleria_main a {
	color: #fff;
        text-decoration: none;
}
#main a { 
        text-decoration: underline;
}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f4f4f4 url(http://www.arcturusastronomy.fi/uploads/arcturus/bgtile2.jpg) repeat left top;
}
div#pagewrapper {
width: 1050px;
	margin: 0 auto;
	color: black;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
width:1000px;
	height: 135px;
	margin: 0 0 0 40px;
	padding: 0;
}
div#header h1 a {
/* you can set your own image here */
	background: url(http://www.arcturusastronomy.fi/uploads/arcturus/logo.png) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
margin: 10px 0 0;
	height: 120px;
width:140px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
}
div#header .headright {
/* this is where the site name is */
	float: right;
	margin: 40px -220px 0 0;
padding:0;
	color: white;
width:400px;
height:44px;
display:block;
font-family: Georgia, serif;
line-height: 0.6;
/*background: url(http://www.arcturusastronomy.fi/uploads/arcturus/arctext.png) no-repeat left top;*/
}
div#header .headright h2 {font-family:Georgia,serif;font-weight:normal;font-size:23px;}
div#header .headright h3 {font-family:Georgia,serif;font-weight:normal;font-size:16px;}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
	color: white;
display:none;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
display:none;
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://www.arcturusastronomy.fi/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0px;
width:1050px;
min-height:700px;
}
/* this gets all the outside calls that were used on the div#main before  */

div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
width: 400px;
margin-left: 260px; 
padding: 0 80px;
background: #e5e5ef;
box-shadow: 3px 3px 4px #000;
-webkit-box-shadow:3px 3px 4px #000;
/* you can set your own image here */
}
div#galleria_main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
        width: 570px;
        margin-left: 260px; 
	padding: 0;
}

#splash{
display:block;
width:602px;
height:692px;
margin: 0 auto;
background: transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/poika_uus.png) no-repeat left top;
}

.hidden{
display:none;
}

.whitey {
min-height:0;
width:400px;
	padding:0 80px;
background:#e5e5ef;
box-shadow: 3px 3px 4px #000;
-webkit-box-shadow:3px 3px 4px #000;
}
div#ritebar {
	float: right;
	width: 220px;
min-height:600px;
	margin: 0px 0px 20px;
	padding: 0px;
}
div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 240px;
min-height:600px;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 20px;
	padding: 0px;
/* you can set your own image here */
}


div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: white;
/* you can set your own image here */
	background: black;
opacity:0.6;
}

div#footer p {
	font-size: 14px;
	padding: 14px;
	text-align: center;
	margin: 0;
opacity:1.0;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
display:none;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
display:none;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
.main_heading {
font-size:22px;
font-weight:normal;
text-align:center;
font-family: Georgia, serif;
line-height:1.2em;
margin-left:-80px;
width:100%;
display:block;
padding:10px 80px;
min-height:30px;
border-top:2px solid;
border-bottom:2px solid;
}
.group1  {
border-color:#2f3cb7;
}
.group2  {
border-color:#84ca79;
}
.group3  {
border-color:#d2d215;
}
.group4  {
border-color:#f59a40;
}
.group5  {
border-color:#d59ffb;
}
.group6  {
border-color: #5f3f99;
}
.group7 {
border-color: #169024;
}
.group8 {
border-color: #31a3fb;
}
.group9 {
border-color: #de4fa5;
}
.group11 {
border-color: #05c0d6;
}
.group12 {
border-color: #7141ac;
}
.group1 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color:#2f3cb7;
}
.group2 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color:#84ca79;
}
.group3 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color:#e5ec2c;
}
.group4 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color:#f59a40;
}
.group5 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color:#d59ffb;
}
.group6 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color: #5f3f99;
}
.group7 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color: #169024;
}
.group8 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color: #31a3fb;
}
.group9 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color: #de4fa5;
}
.group11 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color: #05c0d6;
}
.group12 hr{
width:560px;
margin-left:-80px;
border-width:1px;
border-style:solid;
border-color: #7141ac;
}
div#galleria_heading {
font-size:20px;
font-weight:normal;
text-align:center;
font-family: Georgia, serif;
line-height:1.2em;
width:100%;
display:block;
padding:15px;
color:white;
margin:0;
height:40px;
}
div#content h2 {
font-size:1em;
font-weight:bold;
margin-top:2em;
}
div#content h3 {

}
div#content h4 {

}
div#content h5 {

}
h6 {

}
/* END HEADINGS */
/* TEXT */
p {

}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}

/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

/*gallery submenu*/

.galleria {
	list-style: none;
	margin: 0px;
	padding: 0px;
width:570px;
}

.galleria img{
padding:9px 9px 4px;
}

.galleria li{
padding: 0px;
float:left;
display:block;
width:165px;
height:165px;
margin:18px 15px 0 9px;
}

.galleria a{
display:block;
text-decoration:none;
}
.galleria a:hover{
font-weight:bold;
}

/*picframes like so*/
.submenu-2{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/gpicframe.png) no-repeat left top;
}
.submenu-3{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/ypicframe.png) no-repeat left top;
}
.submenu-4{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/opicframe.png) no-repeat left top;
}
.submenu-5{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/vpicframe.png) no-repeat left top;
}
.submenu-6{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/pupicframe.png) no-repeat left top;
}
.submenu-7{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/dgpicframe.png) no-repeat left top;
}
.submenu-8{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/bpicframe.png) no-repeat left top;
}
.submenu-9{
background: url(http://www.arcturusastronomy.fi/uploads/arcturus/pipicframe.png) no-repeat left top;
}

.galleria li span{
display:block;
height:30px;
padding:5px;
}


#kielinapit{
float:right;
margin:0;
text-decoration:none;
width:220px;
}
#kielinapit a:hover span{
font-weight:bold;
}
#suominappi{
padding:5px 0 0 32px;
float:left;
display:block;
height:25px;
width:63px;
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/suomi.png)no-repeat left top;
}
#engnappi{
padding:5px 0 0 32px;
float:right;
display:block;
height:25px;
width:73px;
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/english.png)no-repeat left top;
}
#suominappi:hover{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/suomihover.png)no-repeat left top;
}
#engnappi:hover{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/englishhover.png)no-repeat left top;
}
.lumalogo{
margin:0 12px;
}
.rss {
margin-top: -20px;
color:#fff;
}
.rss .head {
margin-left: 28px;
text-transform: uppercase;
font-size: 115%;
}
.rss .feed {
margin-left: 13px;
width:175px;
padding: 10px;
background-color:#205;
opacity:0.8;
color:#fff;
border: solid thin #333;
}
.rss p {
font-weight:bold;
}
.rss ul {
padding-left:1.2em;
}
.rss li {
margin-bottom: 0.8em;
opacity:1.0;
}
/* Stylesheet: arcturus Modified On 2016-04-20 10:13:20 */
#menuwrapper {
	width: 100%;
	margin-left: 0px;
/* room at bottom */
	margin-bottom: 10px;
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/aiheet.png) no-repeat 70px 50px;
}
#menuwrapper ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0px;
	width: 100%;
}

#menuwrapper ul li{
width:240px;

}
#menuwrapper ul li span{
min-height:34px;
display:block;
padding:9px 0 0 60px;
font-size:14px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menuwrapper ul li li{
padding:5px 0 0 20%;
width:80%;
}
#menuwrapper ul li li span{
min-height:20px;
padding:2px 0 0 20px;
font-size:12px;
}
#menuwrapper ul li li li{
padding:5px 0 0 5%;
width:95%;
}
#menuwrapper_en {
	width: 100%;
	margin-left: 0px;
/* room at bottom */
	margin-bottom: 10px;
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/topics.png) no-repeat 70px 50px;
}
#menuwrapper_en ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0px;
	width: 100%;
}

#menuwrapper_en ul li{
width:240px;

}
#menuwrapper_en ul li span{
min-height:34px;
display:block;
padding:9px 0 0 60px;
font-size:14px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menuwrapper_en ul li li{
padding:5px 0 0 20%;
width:80%;
}
#menuwrapper_en ul li li span{
min-height:20px;
padding:2px 0 0 20px;
font-size:12px;
}
#menuwrapper_en ul li li li{
padding:5px 0 0 5%;
width:95%;
}


.menu-1 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/button.png) no-repeat left top;
margin-bottom:30px;
}
.menu-1 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/button_glo.png) no-repeat left top;
}
.menu-1 a span:hover, .menu-1 a.menuactive span{
color:#3891ec;
font-weight:bold;
}
.menu-2 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/gbutton.png) no-repeat left top;
}
.menu-2 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/gbutton_glo.png) no-repeat left top;
}
.menu-2 a span:hover, .menu-2 a.menuactive span{
color:#81fb4b;
font-weight:bold;
}
.menu-2 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/lime.png) no-repeat left 3px;
}
.menu-2 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/limehover2.png) no-repeat left 3px;
}
.menu-2 ul a.menuactive span{
font-weight:bold;
}
.menu-3 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/ybutton.png) no-repeat left top;
}
.menu-3 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/ybutton_glo.png) no-repeat left top;
}
.menu-3 a span:hover, .menu-3 a.menuactive span{
color:#e5ec2c;
font-weight:bold;
}
.menu-3 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/kelt.png) no-repeat left 3px;
}
.menu-3 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/kelthover.png) no-repeat left 3px;
}
.menu-3 ul a span:hover, .menu-3 ul a.menuactive span{
font-weight:bold;
}
.menu-4 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/obutton.png) no-repeat left top;
}
.menu-4 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/obutton_glo.png) no-repeat left top;
}
.menu-4 a span:hover, .menu-4 a.menuactive span{
color:#f59a40;
font-weight:bold;
}
.menu-4 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/oranssi.png) no-repeat left 3px;
}
.menu-4 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/oranssihover.png) no-repeat left 3px;
}
.menu-4 ul a span:hover, .menu-4 ul a.menuactive span{
font-weight:bold;
}
.menu-5 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/vbutton.png) no-repeat left top;
}
.menu-5 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/vbutton_glo1.png) no-repeat left top;
}
.menu-5 a span:hover, .menu-5 a.menuactive span{
color:#d59ffb;
font-weight:bold;
}
.menu-5 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/lila.png) no-repeat left 3px;
}
.menu-5 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/lilahover.png) no-repeat left 3px;
}
.menu-5 ul a span:hover, .menu-5 ul a.menuactive span{
font-weight:bold;
}
.menu-6 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pubutton.png) no-repeat left top;
}
.menu-6 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pubutton_glo.png) no-repeat left top;
}
.menu-6 a span:hover, .menu-6 a.menuactive span{
color:#b042f5;
font-weight:bold;
}
.menu-6 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/violetti.png) no-repeat left 3px;
}
.menu-6 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/violettihover.png) no-repeat left 3px;
}
.menu-6 ul a span:hover, .menu-6 ul a.menuactive span{
font-weight:bold;
}
.menu-7 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/dgbutton.png) no-repeat left top;
}
.menu-7 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/dgbutton_glo.png) no-repeat left top;
}
.menu-7 a span:hover, .menu-7 a.menuactive span{
color:#169024;
font-weight:bold;
}
.menu-7 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/tvihr.png) no-repeat left 3px;
}
.menu-7 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/tvihreahover.png) no-repeat left 3px;
}
.menu-7 ul a span:hover, .menu-7 ul a.menuactive span{
font-weight:bold;
}
.menu-8 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/bbutton.png) no-repeat left top;
}
.menu-8 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/bbutton_glo.png) no-repeat left top;
}
.menu-8 a span:hover, .menu-8 a.menuactive span{
color:#31a3fb;
font-weight:bold;
}
.menu-8 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/sininen.png) no-repeat left 3px;
}
.menu-8 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/sininenhover.png) no-repeat left 3px;
}
.menu-8 ul a span:hover, .menu-8 ul a.menuactive span{
font-weight:bold;
}
.menu-9 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pibutton.png) no-repeat left top;
}
.menu-9 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pibutton_glo1.png) no-repeat left top;
}
.menu-9 a span:hover, .menu-9 a.menuactive span{
color:#de4fa5;
font-weight:bold;
}
.menu-9 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pinkki.png) no-repeat left 3px;
}
.menu-9 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pinkkihover.png) no-repeat left 3px;
}
.menu-9 ul a span:hover, .menu-9 ul a.menuactive span{
font-weight:bold;
}




.menu-13-1 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/button.png) no-repeat left top;
margin-bottom:30px;
}
.menu-13-1 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/button_glo.png) no-repeat left top;
}
.menu-13-1 a span:hover, .menu-13-1 a.menuactive span{
color:#3891ec;
font-weight:bold;
}
.menu-13-2 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/gbutton.png) no-repeat left top;
}
.menu-13-2 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/gbutton_glo.png) no-repeat left top;
}
.menu-13-2 a span:hover, .menu-13-2 a.menuactive span{
color:#81fb4b;
font-weight:bold;
}
.menu-13-2 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/lime.png) no-repeat left 3px;
}
.menu-13-2 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/limehover2.png) no-repeat left 3px;
}
.menu-13-2 ul a.menuactive span{
font-weight:bold;
}
.menu-13-3 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/ybutton.png) no-repeat left top;
}
.menu-13-3 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/ybutton_glo.png) no-repeat left top;
}
.menu-13-3 a span:hover, .menu-13-3 a.menuactive span{
color:#e5ec2c;
font-weight:bold;
}
.menu-13-3 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/kelt.png) no-repeat left 3px;
}
.menu-13-3 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/kelthover.png) no-repeat left 3px;
}
.menu-13-3 ul a span:hover, .menu-13-3 ul a.menuactive span{
font-weight:bold;
}
.menu-13-4 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/obutton.png) no-repeat left top;
}
.menu-13-4 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/obutton_glo.png) no-repeat left top;
}
.menu-13-4 a span:hover, .menu-13-4 a.menuactive span{
color:#f59a40;
font-weight:bold;
}
.menu-13-4 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/oranssi.png) no-repeat left 3px;
}
.menu-13-4 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/oranssihover.png) no-repeat left 3px;
}
.menu-13-4 ul a span:hover, .menu-13-4 ul a.menuactive span{
font-weight:bold;
}
.menu-13-5 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/vbutton.png) no-repeat left top;
}
.menu-13-5 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/vbutton_glo1.png) no-repeat left top;
}
.menu-13-5 a span:hover, .menu-13-5 a.menuactive span{
color:#d59ffb;
font-weight:bold;
}
.menu-13-5 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/lila.png) no-repeat left 3px;
}
.menu-13-5 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/lilahover.png) no-repeat left 3px;
}
.menu-13-5 ul a span:hover, .menu-13-5 ul a.menuactive span{
font-weight:bold;
}
.menu-13-6 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pubutton.png) no-repeat left top;
}
.menu-13-6 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pubutton_glo.png) no-repeat left top;
}
.menu-13-6 a span:hover, .menu-13-6 a.menuactive span{
color:#b042f5;
font-weight:bold;
}
.menu-13-6 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/violetti.png) no-repeat left 3px;
}
.menu-13-6 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/violettihover.png) no-repeat left 3px;
}
.menu-13-6 ul a span:hover, .menu-13-6 ul a.menuactive span{
font-weight:bold;
}
.menu-13-7 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/dgbutton.png) no-repeat left top;
}
.menu-13-7 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/dgbutton_glo.png) no-repeat left top;
}
.menu-13-7 a span:hover, .menu-13-7 a.menuactive span{
color:#169024;
font-weight:bold;
}
.menu-13-7 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/tvihr.png) no-repeat left 3px;
}
.menu-13-7 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/tvihreahover.png) no-repeat left 3px;
}
.menu-13-7 ul a span:hover, .menu-13-7 ul a.menuactive span{
font-weight:bold;
}
.menu-13-8 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/bbutton.png) no-repeat left top;
}
.menu-13-8 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/bbutton_glo.png) no-repeat left top;
}
.menu-13-8 a span:hover, .menu-13-8 a.menuactive span{
color:#31a3fb;
font-weight:bold;
}
.menu-13-8 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/sininen.png) no-repeat left 3px;
}
.menu-13-8 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/sininenhover.png) no-repeat left 3px;
}
.menu-13-8 ul a span:hover, .menu-13-8 ul a.menuactive span{
font-weight:bold;
}
.menu-13-9 span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pibutton.png) no-repeat left top;
}
.menu-13-9 .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pibutton_glo1.png) no-repeat left top;
}
.menu-13-9 a span:hover, .menu-13-9 a.menuactive span{
color:#de4fa5;
font-weight:bold;
}
.menu-13-9 ul span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pinkki.png) no-repeat left 3px;
}
.menu-13-9 ul .menuactive span{
background:transparent url(http://www.arcturusastronomy.fi/uploads/arcturus/pinkkihover.png) no-repeat left 3px;
}
.menu-13-9 ul a span:hover, .menu-13-9 ul a.menuactive span{
font-weight:bold;
}
/* Stylesheet: arcnavi Modified On 2016-04-20 10:13:55 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility {
/* position set so the rest can be set out side of visual browser viewport */
display:none;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://www.arcturusastronomy.fi/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://www.arcturusastronomy.fi/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://www.arcturusastronomy.fi/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2011-08-29 17:23:00 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(http://www.arcturusastronomy.fi/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* Stylesheet: Module: News Modified On 2009-05-09 23:29:39 */
