/* -------------------------------------------------------------- 
  
   The main stylesheet for Simple Desktops
   10.10.2009
   
-------------------------------------------------------------- */

html, body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  background: #eee url(http://static.simpledesktops.com/assets/images/sd-bg.png) repeat;
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -64px;
  position: relative;
}
a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
a:hover{
  color: #666;
}
p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
h1 a{
  background: url(http://static.simpledesktops.com/assets/images/sd-logo.png) no-repeat;
  width: 254px;
  height: 30px;
  margin-top: 25px;
  text-indent: -9000px;
  float: left;
  display: block;
  z-index: 1000;
  position: relative;
  overflow: hidden; 
}
h1 a:hover{
  opacity: .9;
}

/* Header 
--------------------------------------------- */

.header{
  border-bottom: 4px solid #000;  
  background: #111;
  opacity: .9;
  height: 80px;
}
.header ul{
  float: right;
  margin-top: 28px;
  list-style-type: none;
}
.header li{
  float: left;
  margin-right: 40px;
  width: 70px;
}
.header li.subscribe{
  margin-right: 8px;
}
.header li a{
  padding: 5px 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}
.header li a:hover{
  color: #ddd;
}
.browse li.browse a, .Submit li.submit a, .About li.about a, .Subscribe li.subscribe a{
  color: #fff;
  font-weight: normal;
}

/* Homepage 
--------------------------------------------- */
.blurb{
  margin: -5px 0 0 -5px;
  background: #fff;
  padding: 17px 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.blurb h3{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

/* Desktops 
--------------------------------------------- */
.desktops{
  margin: 20px 0 0 5px;
} 
.desktops h2{
  float: left;
  margin-left: 5px;
}
.small h2{
  font-size: 14px;
}
.small .creator{
  margin-top: 2px;
  font-size: 12px;
}
.shadow{
  border-bottom: 3px solid #aaa;
  border-right: 3px solid #aaa;
  margin-bottom: 20px;
  float: left;
  background: #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.desktop{
  padding: 5px 5px 30px 5px;
  background: #222;
  margin-top: -5px;
  margin-left: -5px;
  color: #fff;
  border: 1px solid #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.desktop a{
  color: #eee;
}
.desktop-detail .desktop{
  margin-left: -8px;
}
.desktop:hover img{
  opacity: .07;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
}
.desktop:hover{
  background: #222 url(http://static.simpledesktops.com/assets/images/dl-sd-bg.png) 50% 50% no-repeat;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  color: #fff;
}
.desktop:hover a{
  color: #fff;
  opacity: .7;
}
.desktop:hover a:hover{
  color: #fff;
  opacity: 1;
}
.creator{
  margin: 3px 5px 0 0;
  font-size: 12px;
  float: right;
}
.creator a{
  font-weight: bold;
}

/* Submit 
--------------------------------------------- */
.upload{
  padding: 20px;
  background: #222;
  margin-top: -5px;
  margin-left: -5px;
  color: #fff;
  border: 1px solid #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 580px;
}
.upload label {
	display: none;
}
.upload h2{
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 20px;
}
.upload form{
  color: #fff;
}
.upload form ul{
  list-style-type: none;
}
.upload form li.desktop-upload{
  clear: both;
  float: none;
  margin: 50px 0 50px 200px;
}
.upload form li.desktop-upload input{
  width: 200px;
  color: #fff;
}
.upload form li{
  float: left;
}
.upload form li input{
  width: 112px;
  margin-right: 10px;
}
.rules{
  font-size: 14px;
  color: #aaa;
  list-style-type: none;
  text-align: left;
}
.disclaimer{
  margin: -5px 0 0 -5px;
  background: #fff;
  padding: 25px 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 268px;
}
.disclaimer h3{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10x;
}
.disclaimer p{
  font-size: 12px;
  line-height: 18px;
}
.loading{
  display: none;
  margin: 40px auto;
  width: 360px;
  height: 18px;
  border: 1px solid #fff;
  padding: 2px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.loading-bar{
  width: 0;
  height: 18px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/* Browse 
--------------------------------------------- */
.archive .desktop{
  width: 295px;
}
.archive .shadow{
  margin-right: 17px;
}
.archive .third, .archive .browse-ad{
  margin-right: 0;
}
.pagination{
  margin: auto;
  width: 250px;
}
.pagination .older{
  font-size: 18px;
  float: left;
  margin: 30px 0 80px;
  padding: 10px 0 12px 60px;
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) left 0px no-repeat;
}
.older:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) left -50px no-repeat;
}
.pagination .newer {
  font-size: 18px;
  float: right;
  margin: 30px 0 80px;
  padding: 10px 60px 12px 20px;
  background: url(http://static.simpledesktops.com/assets/images/arrow-right.png) right 0px no-repeat;
}
.newer:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-right.png) right -50px no-repeat;
}
.back{
  font-size: 14px;
  float: left;
  margin: 0 0 16px 40px;
  padding: 12px 0 16px 60px;
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) left 0px no-repeat;
}
.back:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) left -50px no-repeat;
}
.forward{
  font-size: 14px;
  float: right;
  margin: 0 45px 16px 0;
  padding: 12px 60px 16px 20px;
  background: url(http://static.simpledesktops.com/assets/images/arrow-right.png) right 0px no-repeat;
}
.forward:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-right.png) right -50px no-repeat;
}
.previous, .next{
  margin-top: 240px;
  text-align: right;
}
.previous{
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) no-repeat;
  width: 49px;
  height: 49px;
  float: left;
}
.previous:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) 0 -50px no-repeat;
}
.next{
  background: url(http://static.simpledesktops.com/assets/images/arrow-right.png) no-repeat;
  width: 49px;
  height: 49px;
  float: right;
}
.next:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-right.png) 0 -50px no-repeat;
}
.more{
  font-size: 18px;
  float: left;
  margin: 30px 0 80px 410px;
  padding: 10px 20px 12px 60px;
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) left 0px no-repeat;
}
.more:hover{
  background: url(http://static.simpledesktops.com/assets/images/arrow-left.png) left -50px no-repeat;
}

/* Page 
--------------------------------------------- */
.page-container{
	margin-top: 25px;
}
.page{
  margin: 0;
  padding: 20px 40px;
  background: #fff;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.page p{
  margin-bottom: 20px;
}
.page ul{
  margin: 20px 0 20px 20px;
  font-size: 14px;
  line-height: 24px;
}
.page h2{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

/* Subscribe 
--------------------------------------------- */
.rss{
  padding: 9px 0 9px 40px;
  background: url(http://static.simpledesktops.com/assets/images/rss-icon.png) 0 0 no-repeat;
}
.twitter{
  padding: 12px 0 12px 40px;
  background: url(http://static.simpledesktops.com/assets/images/twitter-icon.png) 0 5px no-repeat;
}
.facebook{
  padding: 12px 0 12px 40px;
  background: url(http://static.simpledesktops.com/assets/images/facebook-icon.png) 0 5px no-repeat;
}

/* Footer
--------------------------------------------- */

.clearfooter{
  height: 40px;
  clear: both;
}
.footer{
  padding-top: 20px;
  border-top: 4px solid #000;
  background: #111;
  opacity: .9;
  font-size: 11px;
  color: #eee;
  height: 40px;
  position: relative;
}
.footer a{
 color: #fff;
}

/* Fusion Ads
--------------------------------------------- */
.ad{
  font-size: 14px;
  margin: -5px 0 0 -5px;
  background: #fff;
  padding: 25px 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 268px;
  height: 102px;
  line-height: 18px;
}
.archive .ad{
  padding: 14px 22px;
  height: 200px;
  width: 262px;
}
.adby{
  font-size: 10px;
  margin: 20px 0 0 10px;
}
.fusionimg{
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.fusiontext{
  display: block;
  float: left;
  width: 122px;
  font-size: 12px;
  margin: -20px 0 0 10px;
}
