/* Developers Evolved ----------------------------------------------------*/

/* General ----------------------------------------------------*/
body {
    background-color:#F4F4F4;
}

strong {
  font-weight: bold;
}

p, label , ul {
  font-size: 13px;
  line-height:18px;
   font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  color:#444;
  margin-bottom: 5px;
  padding-left:20px;
}

label {
  font-weight: bold;
  padding-left:0px;
}

h2,h3{
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-bottom: 2px;
    text-align: left;
    padding-left:20px;
    padding-top:10px;
}

h3 {
  font-size:12px

}

a {
    color: #444;
    font-size: 11px;
    font-weight: bold;
    text-decoration:underline;
}

li {
  list-style: square;
  margin-left:15px;
  margin-bottom:3px;
}

/* Header & top section ----------------------------------------------------*/

#top_bar , #work , #header{
  border-bottom: 1px solid #7b7b7b; 
  background-color:#fff;
  padding-bottom:10px;
}

#header {
    margin-top:5px;
    background-color:#83BD36;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
}
#header img {
    margin-top:5px;
    margin-left:5px;
}

#top_bar p {
  width:90%;
  line-height: 20px;
  margin-top: 10px;
}

#top_bar ul {
  margin-top:10px;
}
#top_bar li {
    margin-bottom:10px;
}

#top_bar input {
  width: 98%;
}

#top_bar textarea {
  width:100%;
  height: 150px;
  font-size: 13px;
}

#top_bar form span {
  font-size: 10px;
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  color:#444;
  font-weight: bold;
}

#top_bar .button {
  width: auto;
  margin-top:5px;
  border:0px;
}

/* Latest Work ----------------------------------------------------*/

#work p {
    padding-left:20px;
    padding-right:20px;
}

#work img {
  margin-left:45px;
  border:3px solid #7b7b7b;
}

#work a.external {
    float:right;

  background-image: url(../images/external.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: 100%;
  background-position-y: 50%;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  padding-right: 14px;
  }

#work a.external {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/external.gif) no-repeat scroll 100% 50%;

color:#444444;
font-size:11px;
font-weight:bold;
padding-right:14px;
position:absolute;
right:13px;
}
  

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

#footer {
  margin-top:10px;
  height: 170px;
  background-color: rgb(77,77,77);
  color:rgb(191, 189, 183);
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;

}

#footer p {
  font-size: 13px;
  color:rgb(191, 189, 183);
    padding-left:20px;
    padding-right:10px;
}

#footer a {
  font-size:11px;
  font-weight: bold;
  color:rgb(191, 189, 183);
}

#footer h3 {
    color:rgb(191, 189, 183);
    font-size: 15px;
    text-align:left;
    color:#fff;
}

#footer li {
    color:rgb(191, 189, 183);
    margin-left:0px;
    list-style:none;
}

#footer li em {
    font-weight:bold;
}
#footer .copy p {
    margin-top:10px;
    text-align:center;
    padding-bottom:10px;
    font-size:10px;
}

#footer .upcoming {
    background-color:#dfdfdf;
    margin-top:10px;
    padding-bottom:5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#footer .upcoming p, #footer .upcoming a {
    color:#000;
    font-size:13px;
}

#footer .upcoming h3 {
    margin-top:0px;
    padding-top:0px;
    color:#000;
}

/* Rounder Buttons ----------------------------------------------------*/

.awesome, .awesome:visited {
  background: #222 url(../images/alert-overlay.png) repeat-x; 
  display: inline-block; 
  padding: 5px 10px 6px; 
  color: #fff; 
  text-decoration: none;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.awesome:hover { 
    background-color: #111; 
    color: #fff; 
}
.awesome:active { 
    top: 1px; 
}
.small.awesome, .small.awesome:visited { 
    font-size: 11px; padding: ; 
}
.awesome, .awesome:visited {
    font-size: 13px; 
    font-weight: bold; 
    line-height: 1; 
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}

.green.awesome, .green.awesome:visited { 
    background-color: #91bd09; 
}

.green.awesome:hover { 
    background-color: #749a02; 
}
