body {
background: #eeeeee;
}

#root {
background: #fefefe;
}

.fa-envelope-o:before {
content: "\f003";
color: white !important;
text-shadow: 1px 0 #000, -1px 0 #000, 0 -1px #000, 0 1px #000;
}

.sec {
padding: 5px 11px;
}

#header {
width: 1008px;
background: #aaa;
color: black;
overflow: hidden;
position: relative;
box-shadow: 0 2px 5px #555;
background-image: url(/static/images/filmtalk/header.jpg);
max-height: 55px;     /* for firefox banner being too short */
}

#magnify {
color: #000;
}

#search-bar {
background: linear-gradient(#ffae39, #f98b00);
}

#search-bar:hover {
background: linear-gradient(#fc7500, #d05700);
}

.bolded {
color: white !important;
text-shadow: 1px 0 #000, -1px 0 #000, 0 -1px #000, 0 1px #000;
font-weight: bold;
}

.board .comment > h2 {
background: #086596;
}

.board .comment .metadata {
background: #ddddde;
}

.board .comment .body {
background: #f0f0f6;
}

.history .header, .boards.pms .header, .boards.friends .header, .boards.favorites .header, .threads .thread.header {
background: #086596;
}

.boards.history .odd, .boards.pms .odd, .boards.favorites .odd, .boards.friends .odd, .category .odd, .threads .thread.odd {
background: #f5f4f4;
}

.boards.history .even, .boards.pms .even, .boards.favorites .even, .boards.friends .even, .category .even, .threads .thread.even {
background: #fefefe;
}
