body {
background: #830001 url(../images/background.jpg) repeat-x;
/* background: #1e00ff url(../images/background-blue.jpg) repeat-x; */
color: #3E3D3D;
text-align: center;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
color:#B3152C;
font-weight:bold;
}
p a, p a:visited, p a:active{
color: #346199;
text-decoration: none;
}
p a:hover{
text-decoration: underline;
background-color: #ff0;
}
.sidebar-block a, .sidebar-block a:visited, .sidebar-block a:active{
color: #346199;
text-decoration: none;
}
.sidebar-block a:hover{
text-decoration: underline;
background-color: #ff0;
}
pre {
letter-spacing: 0.01em;
line-height: 1.2em;
}

/* overriding grid_7 slightly to get a bigger body area */
.container_16 .grid_7 {
margin: 0px;
width: 420px;
}
.action {
color:#FFFFFF;
display:block;
float:right;
font-size:2em;
font-weight:bold;
left:560px;
position:absolute;
top:14px;
width:375px;
}

.top-nav-tab {
margin-bottom: 0px;
text-align: right;
}
.top-nav-tab li {
display: inline;
list-style-type: none;
padding: 2px 12px;
background: #ccc;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
margin: 0 14px 0 0;
font-weight: bold;
}
.top-nav-tab li.active {
background: #fff;
color: #000;
}
.top-nav-tab li:hover {
background: #fff;
}
.top-nav-tab a, .top-nav-tab a:visited, .top-nav-tab a:active {
text-decoration: none;
color: #B3152C;
}
.top-nav-tab a:hover {
text-decoration: underline;
}


.container_16 {
text-align:left;
}
.content-wrapper {
background: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom: 20px;
}
.content-head, .content-footer, .footer-bottom {
text-align: center;
}
.content-head {
padding: 5px;
}
#faces hr {
margin-bottom: 6px;
}

.sidebar-block {
background: #FAFAFA;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 0px 10px 20px;
padding: 10px;
border: 2px solid #CCC;
}
.block-title {
color:#B82639;
font-weight:bold;
text-align:center;
display: block;
border-bottom: 2px solid #ccc;
margin: -10px -10px 0;
}

#main-menu {
margin: 0px 10px 20px;
}
#main-menu a {
background: #F2F2F2;
padding: 2px 4px 2px 10px;
border: 2px solid #CCC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
display: block;
margin-bottom: 2px;
color: #000;
text-decoration: none;

}
#main-menu a:visited {
background: #F2F2F2;
color: #000;
}
#main-menu a:hover , #main-menu a:active, #main-menu a.active{
color: #fff;
border: 2px solid #AA152A;
background-color: #AD0E24;
background-image: -webkit-gradient(linear, left top, left bottom, from(#E16D7D), to(#970418));
background-image: -moz-linear-gradient(left top, left bottom, from(#E16D7D), to(#970418)); /* should work in ff 3.6! */
}

.testimonials {
background: #F1991F;
}

.footer-bottom , .footer-bottom a, .footer-bottom a:visited{
color: #CCC;
margin-bottom: 10px;
}

.sidebar-block p {
margin: 10px 0px;
}

#memorium tr td {
padding: 10px;
text-align: center;
}

#posters-and-flyers tr td{
padding: 20px;
text-align: center;
}
img.highlight {
border:1px solid #DCDCDC;
padding:4px;
}
img.highlight:hover {
background-color:#F7FF7E;
}