/* CSS Document */

body {
font-family: Verdana, Arial; 
line-height: 160%;
font-size: 12px;
background: #efefef url('../images/main_bg.jpg') repeat 0 0;
}

td {
font-family: Verdana, Arial; 
line-height: 160%;
font-size: 14px;
}

/* styles for stroop on facebook */
#facebook{
 width: 500px;
 background: white;
 padding: 20px;
}

#main_wrapper{
width: 930px;
padding: 0 32px;
background: url('../images/shade.png') repeat-y 0 0;
text-align: center;
margin: auto; 
}
#maincontainer {width: 930px; background: #efefef; color: #1a1a1a; text-align: left; margin: auto;}
#header { width: 930px; height: 90px; background: url('../images/headbg.png') repeat-x 0 0; font-size: 20px; color: white; margin-top: 5px; margin: 35px 0 0 0;}
#nav {float: left; width: 170px; margin-left: 0px; padding-left: 10px;}
#maincontent {float: right; width: 670px; padding-left: 20px; padding-right: 20px; background: #efefef; color: #1a1a1a;}


#navigation {width: 180px; list-style: none; margin-left: 0px; padding-left: 0px; text-indent: 0.5em;}
#navigation li {list-style: none; text-align: left; display: block; width: 200px; line-height: 30px; padding: 5px 0px; margin: 0px; border-bottom: #bdbdbd 1px solid;}
#navigation li a {text-decoration: none; font-size: 11px;}

#navigation li.listheading {list-style: none; text-align: left; font-weight: bold; font-size: 11px; display: block; width: 200px; line-height: 30px; padding: 5px 0px; margin: 0px; color: #1a1a1a;}

#footer {clear: both; width: 930px; height: 100px; padding-top: 30px; text-align: center;}

#sidebar,p, #content{
background: #efefef; color: 1a1a1a;
}

p,ul{
margin: 0;
padding: 5px 0;
}
.red {
color: red;
}


.firstname {
color: #1a1a1a;
display: inline;
}

.lastname {
color: #036BAD;
display: inline;
}

.highlight {
color: #036BAD;
font-size: 14px;
}

.strapline {
font-size: 14px;
color: white;
}

.logo { 
text-align:left;
padding-left: 25px; 
padding-top: 25px; 
}

.feed {
border-bottom: #1a1a1a 1px solid;
margin-bottom: 5px;
}

.feed a{
color: #3477C9;
font-weight: bold;
font-size: 14px;
}

.feed a em{
font-weight: normal;
font-size: 10px;
}

a {
color: #1a1a1a;
}

a:hover {
color: #8f8f8f;
}

a:visited {
color: #454545;
}

h1 {
font-size: 27px;
line-height: 18px;
color: #1a1a1a;
}

h2 {
font-size: 16px;
line-height: 16px;
color: #036BAD;
}

h3 {
font-size: 14px;
line-height: 14px;
color: #036BAD;
}

img {
border: #4a4a4a 6px solid;
margin: 10px;
}

.button {
  font-weight: bold;
  background: #2791D4;
  border: none;
}

.delete_button{
background: url('../images/delete_button.png') no-repeat 0 0;
border: none;
color: white;
font-weight: bold;
width: 150px;
height: 60px;
padding: 10px;
}

.centered{
text-align: center;
}

.dropLeft{
float: left;
}

.dropRight{
float: right;
}

hr{
display: none;
}

