*
{
  margin:0;
  padding:0;
}
body 
{
  font-size:80%;
  line-height:1.5em;
  margin:0;
  text-align:center;
  font-family: "Trebuchet MS", arial, helvetica, verdana, sans-serif;
  color:white;
  letter-spacing:-0.05em;
  background: #1A1E21 url('../images/bg.jpg') no-repeat 100% fixed;
  background-position:top center;
}
p
{
  margin:0.5em 0 1em 0;
}

#right-border, #bottom-border
{
  position:fixed;
  background-color:#334350;
}
#right-border
{
  top:0;
  right:0;
  height:100%;
  width:0.5em;
}
#bottom-border
{
  bottom:0;
  left:0;
  width:100%;
  height:0.5em;
}

/* menu */
#menu
{
  position:fixed;
  bottom:0.5em;
  right:0.5em;
  width:170px;
  text-align:right;
  background-image:url(../images/ado-logo-small.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  padding:0 0 61px 0;
}
#menu p
{
  margin:0 1em;
  font-size:0.9em;
}
#pages
{
  list-style:none;
  margin:2.0em 0;
  font-size:1.2em;
}
#pages li
{
  margin:0;
  padding:0;
}
#pages a
{
  display:block;
  padding:0.5em 1em;
  margin:0;
  border-bottom:0.1em solid #334350;
  border-right:0.1em solid #334350;
  background-color: #212830;
  text-decoration:none;
}
#pages a.current
{
  background-color:#334350;
}
#pages a:hover
{
  color:black;
  background-color:#66C164;
  text-decoration:none;
}  

#wrapper
{
text-align:left;
margin:20px auto;
width:500px;
}
#home
{
  background-image:url(../images/bg-home.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}
#logo-holder, #intro
{

}
#intro
{
width:500px;
margin:0 80px;
font-size:1.2em;
}
a
{
  color:#50BE77;
  text-decoration: none;
}
a:hover
{
  color: #3BEB79;
  text-decoration: underline;
}
img
{
  border:0;
}
h1
{
  font-size:2.0em;
line-height:1.0em;
}
h2 
{
font-size:1.6em;
line-height:1.0em;
}
h3 
{
font-size:1.4em;
line-height:1.0em;
}
h1, h2, h3
{
  text-decoration:none;
  letter-spacing:-0.08em;
    font-weight:normal;
	color:#C3D0DF;
}


#portfolio, #news
{
  text-align:left;
  margin:0 auto 30px auto;
  width:520px;
  clear:both;
}
#news a img
{
  border:4px solid #50BE77;
  margin:0 5px 5px 0;
  background-color:#559A6D;
}
#news a:hover img
{
  border:4px solid #3BEB79;
  background-color:#50BE77;
}
.clear
{
  clear:both;
}
.site
{
background-color:#212830;
border:2px solid #334350;
margin:10px;
padding:5px;
clear:both;
}
.dark
{
  color:#50BE77;
}
.light
{
  color:#559A6D;
}
#domains-link
{
  line-height:2.5em;
}
#domains-link:hover
{
  color:black;
  background-color:#66C164;
  text-decoration:none;
}
#twitter_div
{
  margin:1em 20px 10px 10px;
  font-size:90%;
  text-align:left;
}
#twitter-link
{
  float:right;
  margin:-15px -15px 10px 10px;
  line-height:2.5em;
}
#twitter-link:hover
{
  color:black;
  background-color:#66C164;
  text-decoration:none;
}
#twitter_update_list
{
  padding:0;
  list-style:none;
}
#twitter_update_list li
{
  vertical-align:middle;
  background-image:url('../images/twitter/li.png');
  background-position:top left;
  background-repeat:no-repeat;
  margin:5px 0 0 0;
  padding:0 0 0 42px;
  min-height:35px;
}
#twitter_update_list li span
{
  display:block;
}
