/***************
  global stles
***************/

* {
   text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#home,
#manage-repos {
  background: #000 url(http://gitdash.s3.amazonaws.com/background-dark-cloth-pattern.png);
}

#home #top-texture-wrapper,
#manage-repos #header {
  background: #fff url(http://gitdash.s3.amazonaws.com/background-light-cloth-pattern.png);
}


/************
  home page
************/

.boxshadow #home #top-texture-wrapper {
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px;
}

.rgba #home #top-texture-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#home #envelope {
  background: url(http://gitdash.s3.amazonaws.com/envelope.png) 50% 40px no-repeat;
  height: 580px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 1100px;
}

#home #top-texture-wrapper h1,
#home #top-texture-wrapper h2,
#home #top-texture-wrapper strong {
  display: block;
  text-indent: -10000px;
}

#home #envelope p a {
  height: 47px;
  left: 384px;
  position: absolute;
  text-indent: -1000px;
  top: 339px;
  width: 324px;
}

#home #envelope h3 {
  color: #85999F;
  font-size: 16px;
  left: 215px;
  position: absolute;
  top: 493px;
}

#home #envelope h3 a {
  color: #8CBF40;
}

#home #envelope h3 a:hover {
  color: #09F;
  text-decoration: none;
}

#home #more-info {
  color: #fff;
}

#home #more-info h2 {
  font-size: 42px;
  padding: 30px 10px 0;
  text-align: center;
  text-shadow: 0 2px 1px #000;
}

#home #more-info h2,
#home #more-info p {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#home #more-info h3 {
  font-size: 16px;
  margin: 10px 0 0;
}

#home .screenshot {
  height: 200px;
  position: relative;
}

#home .screenshot img {
  left: -10px;
  position: absolute;
}

#home .credits h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#home #more-info a {
  color: #09F;
  text-decoration: none;
}

#home #more-info a:hover {
  color: #64A40D;
}

#home #more-info ul,
#home #more-info li {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home #more-info p,
#home #more-info .email,
#home #more-info .big-twitter-link {
  font-size: 16px;
}

#home #footer-margin {
  height: 40px;
}



/****************
  repo listings
****************/

#manage-repos a,
#manage-repos a:visited {
  color: #88AAE6;
}

#manage-repos a:hover {
  color: #AA8DC5;
}

#manage-repos #header {
  padding-top: 20px;
}

#manage-repos #header h1 {
  background: url(http://alabut.com/projects/gitdash/images/mini-logo.png) no-repeat;
  height: 23px;
  text-indent: -10000px;
}

#manage-repos #header em {
  text-align: right;
}

#manage-repos #header em a {
  color: #333;
  font-style: normal;
  font-weight: bold;
  margin-top: 8px;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 0 1px 1px white;
  background: #DDD;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#C4C4C4));
  background: -moz-linear-gradient(top, #EDEDED, #C4C4C4);
  border: 1px solid #ACACAC;
  border-top-color: #BDBDBD;
  border-bottom-color: #949494;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,1);
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}

#manage-repos #header em a:hover,
#manage-repos #header em a:focus {
  color: #128b4c !important;
  border-color: #c7c7c7;
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,1);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}

#manage-repos #article {
  color: #fff;
}

#manage-repos #article h2,
#manage-repos #article p {
  margin-left: 10px;
  margin-right: 10px;
}

#manage-repos #article h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

#manage-repos #article em {
  color: #ccc;
}

.rgba #manage-repos #article em {
  color: rgba(255,255,255,0.5); 
}

#manage-repos #article li {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}

.rgba #manage-repos #article li {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#manage-repos #article li:nth-child(odd) {
  background: rgba(255,255,255,0.1);
  border-bottom: none;
}

#manage-repos #article li:nth-child(even) {
  background: rgba(0,0,0,0.1);
}

#manage-repos #footer {
  color: #999;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.rgba #manage-repos #footer {
  color: rgba(255,255,255,0.5);
}

#manage-repos #footer h3 {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0;
}

#manage-repos #footer p {
  margin-top: 0;
  margin-bottom: 20px;
}














