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

   Updated october 2012
   
-------------------------------------------------------------- */

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

/* Header 
--------------------------------------------- */
.header{
  background: #111;
  opacity: .9;
  border-bottom: 4px solid #000;
  height: 80px;
}
.header ul{
  margin: 28px 0 0;
  list-style-type: none;
  text-align: center;
}
.header li a{
  padding: 5px 5px;
  color: #eee;
  font-size: 16px;
  font-weight: 200;
}
.header li a:hover{
  color: #fff;
}
.browse li.browse a, .submit li.submit a, .About li.about a, .contact li.contact a, .ios li.ios a, .mac li.mac a, .android li.android a{
  color: #fff;
  font-weight: normal;
}
li.contact a{
	margin-right: -3px;
}

/* 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: 15px 0 0 0;
} 
.desktops h2{
  float: left;
  margin-left: 5px;
}
.title{
  float: left;
  margin-left: 5px;
}
.small{
  margin-left: 13px;
}
.small h2{
  font-size: 14px;
}
.small .creator{
  margin-top: 2px;
  font-size: 12px;
}
.edge{
  border-bottom: 3px solid #aaa;
  border-right: 3px solid #aaa;
  margin-bottom: 20px;
  float: left;
  background: #aaa;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.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:hover{
  color: #fff;
   background: #222 url(../images/view-bg.png) 50% 50% no-repeat;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
}
.desktop:hover a{
  color: #ccc;
}
.desktop:hover a:hover{
  color: #fff;
}
.desktop:hover img{
  opacity: .07;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
}
.desktop-detail .desktop:hover{
  background: #222 url(../images/dl-bg.png) 50% 47% no-repeat;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
}
.creator{
  margin: 3px 5px 0 0;
  font-size: 12px;
  float: right;
}
.creator a{
  font-weight: bold;
}

/* Submit 
--------------------------------------------- */
.upload{
	margin:-5px 0 0 -5px;
  padding: 20px;
  background: #222;
  color: #fff;
  border: 1px solid #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 590px;
}
.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{
  background: #fff;
  padding: 25px 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.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;
}

/* Contact 
--------------------------------------------- */
.contact-form{
	width: 572px;
	height: 330px;
}

.contact-form .form-row{
	clear: left;
	float: left;
}
.contact-form input{
	width: 200px;
	font-size: 14px;
	border: 1px solid #aaa;
	float: left;
	margin-left: 2px;
	-webkit-border-radius: 5px;
}
.contact-form .submit input{
	width: 75px;
	background-color: #111;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	opacity: .9;
	margin-left: 122px;
	-webkit-border-radius: 5px;
	border: none;
}

.contact-form textarea{
	border: 1px solid #aaa;
	font-size: 14px;
	-webkit-border-radius: 5px;
}

.contact-form label{
	font-size: 14px;
	width: 100px;
	margin: 4px 10px 2px;
	float: left;
	text-align: right;
}



/* Browse 
--------------------------------------------- */
.archive .desktop{
  width: 295px;
}
.archive .edge{
  margin-right: 17px;
}
.archive .third, .archive .browse-ad{
  margin-right: 0;
}
.back{
	position: fixed;
	top: 270px;
  font-size: 14px;
  padding: 12px 0 16px 60px;
  background: url(../images/arrow-left.png) left 0px no-repeat;
}
.back:hover{
  background: url(../images/arrow-left.png) left -50px no-repeat;
}
.forward{
	position: fixed;
	top: 270px;
  font-size: 14px;
  padding: 12px 60px 16px 20px;
  background: url(../images/arrow-right.png) right 0px no-repeat;
}
.forward:hover{
  background: url(../images/arrow-right.png) right -50px no-repeat;
}
.more{
  font-size: 18px;
  float: left;
  margin: 30px 0 50px 527px;
  padding: 10px 30px 12px 30px;
  background: url(../images/sd-plus.png) left 0px no-repeat;
	opacity: .9;
}
.more:hover{
  opacity: 1;
}

/* Page 
--------------------------------------------- */
.page-container{
  margin-top: 15px;
}
.page{
  margin: -5px 0 0 -5px;
  padding: 20px 30px;
  background: #fff;
  -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;
}

/* 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;
}
.ad h3{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.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;
}


/* Social
--------------------------------------------- */
.social{
	padding: 0 0 30px;
	margin-bottom: 18px;
}
.like{
	display: block;
	float: left;
	margin-top: -4px;
}
.tweet{
	display: block;
	float: left;
	margin-left: 10px;
}
.pin{
	display: block;
	float: left;
	margin-left: -20px;
}
.pinterest{
	display: block;
	float: left;
}
.rss a{
	display: block;
	float: left;
	font-size: 11px;
	background-color: #ffeed8;
	border: 1px solid #f6c06e;
	color: #eb9617;
	font-weight: normal;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 4px 0 0 15px;
}
.rss a:hover{
	background-color: #ffeed8;
	border: 1px solid #f4b555;
	color: #eb8d00;
}
