@charset "utf-8";
body {
font-family: 'Oxygen', sans-serif;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
background: #F0F0F0 ;
color:#333;
font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Oxygen', sans-serif;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1, h2 {
font-weight: 300;
color:#6545a0;
}

h3, h4, h5, h6 {
font-weight: 300;
color:#333;
}

li {
line-height: 24px;
}

a {
color:#888888;
text-decoration:none;
line-height:inherit;
font-weight:bold;
}

.link-button {
font-weight:300;
color:#333;
font-size:2em;
}

.button-description {
margin-top:5px;
}

.navbar-brand {
  font-weight:300;
  color: #eee;
}

.navbar-nav > li > a {
font-size: 1.1em;
font-weight:450;
}

.placeholder {
height:50px;
}

.placeholder_small {
height:25px;
}

.placeholder_large {
height:80px;
}


#content {
margin-top:60px;
}

#poweredby-ul {
margin-bottom:0px;
}

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

#footer {
margin-top:10px;
background:#F8F8F8;
}

#credits {
color:#606060;
}

#credits a {
color:#303030;
}

p.right {
float:right;
}