/* Moonlight default screen stylesheet 
 * (c) 2009 Jakub 'jimmac' Steiner <jimmac*gmail*com>
 */

body {
    font-family: "Droid Sans", Verdana, sans-serif;
    font-size: 13px;
    color: white;
    background: #2c2e40 url(../images/texture.png) repeat 0 0;
    padding: 0; margin: 0;
    line-height: 160%;
}

/* 
 * Basic Elements/Classes
 */

a         { color: #f57900; }
a:hover   { color: #fff;}
a:visited { color: #e56900; }

img { border: 0 }

ul {
    list-style: none;
    padding-left: 1.5em;
}

li { 
    margin: 0 0 1em 0;
    padding: 0 0 0 22px;
    background: url(../images/bullet.png) no-repeat 0 4px;
}

li.download { 
    list-style-image: none; 
    display: block; 
    min-height: 48px;
    background: url(../images/download.png) no-repeat 0 0; 
    padding: 12px 0 0 56px;
}

code { 
    color: #fff; 
    padding: 1px .5em; 
    background: url(../images/black-50.png);
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    line-height: 228%; 
}

h1, h2, h3, h4, h5 { 
    color: #888a85; 
    margin-top: 3em; 
    font-family: RaveIn, Myriad, sans-serif; 
}
   h1 {
      color: #fff;
   }

h1:first-child, 
h2:first-child,
h3:first-child,
h4:first-child { 
    margin-top: 0; 
}

/*
 * Navigation
 */

.navigation { 
    z-index: 3;
    position: absolute; 
    margin: 0; 
    width: 100%; 
    top: 12px; 
    left: 0; 
}

   .navigation span { 
       color: #eeeeff; 
       font-family: RaveIn, Myriad, sans-serif; 
       font-size: 14pt; 
       font-weight: bold; 
       opacity: 0.8;
   }

   .navigation span:hover { 
       opacity: 1; 
   } 

   .navigation > div { 
       overflow: hidden; 
   }

   .navigation > div a { 
       float: right; 
       margin-right: 12px; 
       text-decoration: none; 
       outline: none; 
   }

   .navigation > div a.first { 
       float: left; 
   }

/*
 * Layout/Columns
 */

#main_container,
.widthcontainer,
.navigation > div { 
    max-width: 864px; 
    padding: 0 30px; 
    margin: auto; 
}
    #main_container {
       min-height: 500px;
    }

.columns               { overflow: hidden; }
.twocolumn             { width: 43%; float: left; }
.twocolumn:first-child { margin-right: 2em; }

/*
 * Home/Splash/Intro
 */


#splash { 
    z-index: 1;
    position: relative;
    min-height: 550px;
    padding-bottom: 20px;
    overflow: hidden; 
    background: #000 url(../images/splash-bg1.jpg) no-repeat center bottom;
}

   #splash .widthcontainer { 
       position: relative; 
       min-width: 878px; 
   }

   #overlay {
      position: absolute;
   }

   #logo { 
       display: block;
       text-indent: -300em; 
       width: 312px; 
       height: 340px; 
       background: url('../images/logo.png') no-repeat top left;
       margin: 0;
   }

   #clouds { 
       position: absolute; 
       background: url(../images/clouds.png) no-repeat 0 0;
       width: 979px; 
       height: 250px; 
       top: 50px; 
       left: -155px;
   }

   #stars { 
       position: absolute; 
       background: url(../images/stars.png) repeat-x 0 0;
       width: 100%; 
       height: 250px; 
       top: 0; left: 0; 
   }

   #infocolumn { 
       margin: 160px 0 0 75px; 
   }

   h3.tagline, h4.tagline { 
       color: #ddd; 
       text-align: left; 
       font-weight: bold; 
       width: 300px; 
       margin: 0 0 0 60px;
   }
      h4.tagline {
         color: #3b3f4d;
      }
       
   #install-buttons { 
       position: relative; 
       margin-top: 20px;
       width: 330px;
   }

   #install-buttons > h2 { 
       text-align: center; 
   }

   #install-button {
       width: 240px; 
       height: 80px; 
       cursor: pointer; 
       margin: 0 auto; 
       position: relative;
       background: url(../images/install-button.png) no-repeat center top; 
   }

   #install-button:hover { 
       background-position: center center; 
   }

   #install-button:active {
       background-position: center bottom; 
   }

   #install-button .distro { 
       width: 22px; 
       height: 22px; 
       position: absolute; 
       top: 23px; 
       left: 56px;
   }

   .button-opensuse  { background: url(../images/distro-logos/22x22/opensuse.png) no-repeat center center; }
   .button-osx       { background: url(../images/distro-logos/22x22/osx.png) no-repeat center center; }
   .button-ubuntu    { background: url(../images/distro-logos/22x22/ubuntu.png) no-repeat center center; }
   .button-mandriva  { background: url(../images/distro-logos/22x22/mandriva.png) no-repeat center center; }
   .button-generic   { background: url(../images/distro-logos/22x22/generic.png) no-repeat center center; }
   .button-foresight { background: url(../images/distro-logos/22x22/foresight.png) no-repeat center center; }
   .button-fedora    { background: url(../images/distro-logos/22x22/fedora.png) no-repeat center center; }
   .button-debian    { background: url(../images/distro-logos/22x22/debian.png) no-repeat center center; }
   .button-firefox   { background: url(../images/distro-logos/22x22/firefox.png) no-repeat center center; }

#install-host { 
    background-color: red; 
    border: 1px solid yellow; 
    padding: 2px 2em; 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    margin-bottom: 38px;
}
                    
#moonlight-banner { 
    background-color: yellow; 
    border: 1px solid red; 
    color: black; 
    padding: 2px 2em; 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
                    
ul.intro-list { 
    width: 18em; 
    line-height: 150%;
}

#youcan { 
    margin-top: 3em; 
}

/*
 * Screenshots
 */

.screenshots {
    position: relative; 
    height: 335px; 
    padding: 0 30px; 
    background: url(../images/scr-bg.png) repeat-x 0 0;
}

   .screenshots > div { 
       width: 864px; 
       padding: 30px 0; 
       margin: 0 auto;
       background: url(../images/stripe.png) no-repeat center top; 
   }

   .screenshots > div > div { 
       float: left; 
       padding: 15px; 
       -moz-border-radius: 8px; 
       border-radius: 8px; 
       -webkit-border-radius: 8px;
       background-color: rgba(0, 0, 0, .2);
       margin-right: 8px;
   }

   .screenshots > div > div:hover {
       background-color: rgba(100%, 100%, 100%, .2);
   }

   .screenshots a { 
       display: block; 
       border: 1px solid #fff; 
   }

/*
 * Misc Elements
 */

.clear { 
    clear: both;
}

.icon {
    display: block; 
    margin: 2px 10px 0 0; 
    float: left; 
    width: 32px; 
    height: 32px; 
}

/*
 * Page Heading
 */

.pageheading { 
    position: relative;
    padding: 90px 0 0;
    margin: 0 0 2em 0;
    background: #000 url(../images/splash-bg1.jpg) no-repeat center bottom;
    overflow: hidden;
    border-bottom: 6px solid black;
}

   div.pageheading > div {
       width: 864px;
       margin: 0 auto;
       padding: 0 30px; 
   }
   
   .pageheading #clouds {
       top: -32px;
       left: 180px;
   }

/*
 * Footer
 */

.footer { 
    color: #999; 
    font-size: 90%; 
    margin: 6em auto 10em auto; 
    width: 864px; 
    padding: 0 30px; 
}

.logos { 
    float: left; 
    margin-right: 10px; 
    padding-right: 6px; 
    border-right: 1px dotted #666; 
}

.logos a { 
    display: block; 
    float: left; 
    margin-right: 4px; 
    background-position: 0 bottom; 
    text-indent: -100em; 
}

.logos a:hover { 
    background-position: 0 top; 
}

   .poweredby { 
       color:#aaa; 
       font-weight: bold; 
       letter-spacing: 1px; 
   }
   .poweredby+div {
      font-size: 90%;
   }

   #mono-logo      { 
      width: 130px; 
      height: 40px; 
      background-image: url(../images/mono-logo.png); 
      background-repeat: no-repeat; 
      outline: none;
   }

   #moonlight-logo { 
      background-image: url(../images/moonlight-logo.png); 
      background-repeat: no-repeat; 
      outline: none; 
      width: 48px; 
      height: 48px; 
   }

/*
 * Downloads Page
 */
 
.install {
    display: none;
}

.opensuse th {
    text-align: left;
}

.opensuse th:first-child {
    padding-right: 80px;
}

/*
 * Downloads Distro Buttons
 */

.download-widget {
  min-height: 35em;
  overflow: hidden;
}
 
.distro-list div.distro-button {
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    padding: 4px 14px;
    margin: 0 .5em 0 0;
    
    border: 2px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.distro-list div.distro-button:hover,
.distro-list div.distro-button.chosen {
    border-color: #000;
    background: url(../images/black-50.png);
}

.distro-list div.distro-button p {
    margin: 0;
    padding: 0;
    font-size: 85%;
    font-weight: bold;
}

h4.distro { color: #fff; margin: 0; }
.installbuttons { text-align: center; }

a.oneclick { display: block; width: 120px; height: 30px; background-repeat: none; background-position: center top; 
             text-indent: -150em; margin: 0 auto; outline: none; }
a.oneclick.opensuse { background-image: url(../images/1click-install-button.png); }
a.oneclick.firefox { margin: 0; background-image: url(../images/install-plugin.png); }
a.oneclick:hover { background-position: center center; }
a.oneclick:active { background-position: center bottom; }

/*
 * Unstable page
 */

#preview-notice {
	margin-left: auto;
	padding: 5px;
	margin-right: auto;
	background-color: #B7CEEC;
	color: #000000;
/*	border: 2px solid #E6E600; */
	border: 2px solid #4E8975;
}

#preview-notice a {
	color:	#c40;
}

#preview-notice a:hover {
	color:	#c20;
}
