/**************************************
 *
 *             BASIC
 *
 **************************************/
/* rot #90002a    rosa #daabb9*/
BODY {
    margin: 0;
    padding: 0;
    font-family: trebuchet ms, verdana, arial, sans-serif;
    font-size: 12px;
    color: black;
    background-color: #90002a;
}

A IMG {
    border: none;
}

STRONG {
    font-weight: bold;
}

.clear {
    clear: both;
    height: 0px;
}

#site {
    margin: 25px 0 0 15px;
    width: 1055px;
}

.loader {
    height: 150px;
    background: url(img/ajax-loader.gif) center center no-repeat;
    display: none;
}

.loader-box {
    height: 50px;
    background: url(img/ajax-loader.gif) center center no-repeat;
    display: none;
}

.hidden {
    display: none;
}

.show {
    display: block;
}
/**************************************
 *
 *             HEADER
 *
 **************************************/
img#header-pic {
    float: left;
}

ul#navigation {
    list-style: none;
    margin: 36px 0 0 28px;
    padding: 0;
    float: left;
}

ul#navigation li {
    float: left;
    margin: 0 0 0 16px;
    font-size: 18px;
    height: 35px;
}

ul#navigation li.active {
    background: url(img/bullet-active.gif) center bottom no-repeat;
}

ul#navigation li a {
    color: #ffffff;
    text-decoration: none
}

#admin {
    float: right;
    padding: 5px;
    margin: 0 0 -10px 0;
    background: #ffffff;
}

#admin a:link {
    color: #90002a;
    text-decoration: none;
}

#admin a:visited {
    color: #90002a;
    text-decoration: none;
}

#admin a:hover {
    color: #90002a;
    text-decoration: underline;
}

#admin a:active {
    color: #90002a;
    text-decoration: underline;
}
/**************************************
 *
 *             CONTENT
 *
 **************************************/
#content-container {
    background: #ffffff;
    padding: 5px;
    margin: 10px 0 0 0;
}

#content-container img#headerimg {
    margin: 0 0 20px 0;
}

#sidebar {
    width: 255px;
    float: left;
}
#sidebar-2 {
    width: 248px;
    float: right;
}
#content {
    float: left;
    width: 522px;
    font-size: 14px;
    line-height: 24px;
}

#content p {
    margin: 25px 0 0 0;
}

#content p.smallerMargin {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
}

#content p.seperator {
    border-bottom: 1px dotted #daabb9;
}

#content h1 {
    font-size: 28px;
    color: #90002a;
    margin: 0 0 25px 0;
}

#content h2 {
    font-size: 16px;
    color: #90002a;
    font-weight: bold;
}

#content h2.border {
    border-bottom: 1px dotted #90002a;
    margin: 20px 0 0 0;
}
#content h2.second {
    margin: 20px 0 0 0;
}

#content img.teaser {
    float: left;
    margin: 0 10px 0 0;
}

#content div.np-events {
    width: 100%;
    clear: left;
    height: 100px;
    padding: 0 0 15px 0;
    margin: 15px 0 0 0;
    border-bottom: 1px dotted #daabb9;
}

#content div.np-events span.np-event-date, #content div.np-events span.np-event-name, #content div.np-events span.np-event-price {
    margin: 0 0 0 155px;
    display: block;
}

#content div.np-events span.np-event-description {
    margin: 100px 0 0 0;
    display: block;
    border-top: 1px dotted #daabb9;
}

#content div.np-events span.np-event-name {
    font-weight: bold;
}

#content div#event div.np-events {
    height: auto;
    border: none;
}

#content a:link {
    color: #90002a;
    text-decoration: none;
}

#content a:visited {
    color: #90002a;
    text-decoration: none;
}

#content a:hover {
    color: #90002a;
    text-decoration: underline;
}

#content a:active {
    color: #90002a;
    text-decoration: underline;
}
#sidebar td{
	padding:0 5px 10px 0;
}
#sidebar td.plain{
	padding:0;
}
#sidebar img.flag{
	vertical-align:middle;
	height:12px;
}
/* ############ Forms ############### */
#content fieldset {
    border: 1px solid #daabb9;
    background: #f7f0f3;
    padding: 5px;
}

#content legend {
    font-size: 12px;
    font-weight: bold;
    color: #90002a;
}

#content label {
    width: 120px;
    display: block;
    float: left;
	font-size:12px;
}

#content .input {
    clear: left;
}

#content .submit {
    float: right;
    margin: 10px 84px 0 0;
}

#content .form-error {
    border: 2px solid red;
}

#content .error-message {
    font-size: 12px;
    font-weight: bold;
    color: red;
    margin: 0 0 10px 0;
}
#sidebar .box .error-message,
#sidebar-2 .box .error-message {
    font-size: 12px;
    font-weight: bold;
    color: red;
}

#content .success-message {
    font-weight: bold;
    color: green;
    margin: 0 0 10px 0;
}
#sidebar .box .success-message,
#sidebar-2 .box .success-message {
    font-weight: bold;
    color: green;
}

#content .form-description {
    margin: 8px 0 0 120px;
    font-size: 10px;
}

#sidebar label,
#sidebar-2 label {
    display: block;
}

#sidebar label.radio,
#sidebar-2 label.radio {
    margin: 0 10px 0 2px;
}

#sidebar input.field,
#sidebar-2 input.field {
    width: 100%;
    margin: 0 0 8px 0;
}

#sidebar .radio,
#sidebar-2 .radio {
    float: left;
}

#content input.onecol, #content textarea.onecol {
    width: 150px;
}

#content input.twocols, #content textarea.twocols {
    width: 300px;
}

#content textarea {
    height: 300px;
}

#content textarea.onerow {
    height: 150px;
}
/* End Forms */
#content p.highlighted-1 {
    font-weight: bold;
}

#content p.highlighted-2 {
    color: #666666;
}

#content p.highlighted-3 {
    color: #aaaaaa;
}

#content p.highlighted-4 {
    color: #bbbbbb;
}

#content p.highlighted-5 {
    color: #cccccc;
}

#content div.tab {
    padding: 6px;
    font-size: 12px;
    float: left;
}
#content .edit{
	margin:0;
	padding:2px;
	background:#cccccc;
	border:1px dotted #90002a;
}
#content .thumbnail{
	float:left;
	padding:10px 10px 0 0;
}
/* ############ Sidebar ############### */
#sidebar .box,
#sidebar-2 .box {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 246px;
    border-bottom: 1px solid #daabb9;
    background: #fcf0f4 url(img/bg-box.gif) top left repeat-x;
}

#sidebar .box h2,
#sidebar-2 .box h2 {
    padding: 0 13px 0 13px;
    background: white url(img/box-top-bg.jpg) top center no-repeat;
    height: 12px;
    border: none;
    font-size: 14px;
    color: #90002a;
}

#sidebar .box p, #sidebar .box ul, #sidebar .box div,
#sidebar-2 .box p, #sidebar-2 .box ul, #sidebar-2 .box div {
    padding: 13px;
    border-left: 1px solid #daabb9;
    border-right: 1px solid #daabb9;
}

#sidebar .box span.np-event-image,
#sidebar-2 .box span.np-event-image {
    display: block;
}

#sidebar .box span.np-event-date, #sidebar .box span.np-event-name, #sidebar .box span.np-event-price,
#sidebar-2 .box span.np-event-date, #sidebar-2 .box span.np-event-name, #sidebar-2 .box span.np-event-price{
    margin: 0 0 0 90px;
    display: block;
}

#sidebar .box span.np-event-name,
#sidebar-2 .box span.np-event-name {
    font-weight: bold;
}

#sidebar .box ul li,
#sidebar-2 .box ul li {
    margin: 0;
    padding: 0;
}

#sidebar a:link,
#sidebar-2 a:link {
    color: #90002a;
    text-decoration: none;
}

#sidebar a:visited,
#sidebar-2 a:visited {
    color: #90002a;
    text-decoration: none;
}

#sidebar a:hover,
#sidebar-2 a:hover {
    color: black;
    text-decoration: none;
}

#sidebar a:active,
#sidebar-2 a:active {
    color: #90002a;
    text-decoration: none;
}
/**************************************
 *
 *             FOOTER
 *
 **************************************/
#footer {
    margin: 25px 0 0 0;
    border-top: 1px solid #daabb9;
    font-size: 12px;
}