* {
    margin: 0;
    padding: 0;
}

body {
    color: #535353;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 13px;
    min-width: 880px;
    text-align: center;
    background: #fff;
}

.wrapper {
    width: 880px;
    margin: 0 auto;
    text-align: left;
}

#header {
    background: #000 url(/img/header.jpg) center left;
    color: #f9f9f9;
    height: 170px;
}

#header h1 {
    display: block;
    float: left;
}

#header h1 a {
    display: block;
    height: 139px;
    width: 283px;
    background: transparent url(/img/logo.png) no-repeat;
    text-indent: -1000em;
    margin-top: 15px;
}

#header ul.navbar {
    display: inline-block;
    float: right;
    margin-top: 80px;
}

#header ul.navbar li {
    display: inline;
    text-transform: uppercase;
    margin-left: 20px;
}

#header ul.navbar li a {
    color: #f9f9f9;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

#header ul.navbar li a.current,
#header ul.navbar li a:hover {
    border-bottom: 3px solid #f9f9f9;
}

#featured {
    background: #ccc url(/img/featured.jpg);
    height: 247px;
}

#featured .headline {
    width: 381px;
    height: 66px;
    float: left;
    margin-top: 30px;
    background: transparent url(/img/headline.png) no-repeat;
    text-indent: -1000em;
}

#scrollbar {
    clear: both;
    float: left;
    overflow: hidden;
}

#scrollbar li {
    display: inline;
}

#scrollbar li a {
    margin: 5px;
    display: inline-block;
}

#zoom {
    padding: 0;
    position: relative;
    height: 420px;
    background: url(/img/fancybox_loading.gif) 15px 0px no-repeat;
    float: left;
    margin-bottom: 14px;
    min-width: 60px;
    max-width: 650px;
}

#zoom img {
    margin-left: 15px;
}

#content #zoom p {
    background: url(/img/overlay.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #eee;
    padding: 14px;
    margin: 0;
    text-align: right;
}

#content #description {
    margin-left: 230px;
    padding-left: 15px;
    clear: both;
}

#content {
    background: url(/img/background.jpg) repeat-x top left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#content h2 {
    color: #000;
    font-size: 19px;
    margin-bottom: 30px;
}

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

#content table {
    width: 100%;
    border-spacing: 0;
    font-size: 12px;
}

#content img {
    border: 1px solid #dadada;
}

#content table,
#content tr,
#content th,
#content td {
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
}

#content th {
    background: #ccc;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #f9f9f9;
}

#content th,
#content td {
    padding: 3px 5px;
}

#content tr:hover td {
    background: #eee;
}

#content td {
    border-bottom: 1px solid #ccc;
}

#content table,
#content p {
    margin: 14px 0;
}

#content label,
#content .submit,
#content .checkbox {
    display: block;
    margin-top: 14px;
}

#content .checkbox label {
    margin-top: 0;
    display: inline;
}

#content .submit {
    display: inline-block;
    margin-right: 14px;
}

#content .text input,
#content textarea {
    width: 100%;
    border: 1px solid #ccc;
}

#content .text input:focus,
#content textarea:focus {
    border-color: #000;
}

#content textarea {
    height: 400px;
}

.error,
.notice,
.message {
    background: #fbfbda url(/img/notice.png) no-repeat 10px 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.message {
    background: #adeec2 url(/img/message.png) no-repeat 10px 10px;
    color: #004617;
}

.error {
    color: #330000;
    background: #ffa894 url(/img/error.png) no-repeat 10px 10px;
}

#content .input.error label {
    margin-top: 0;
}

#content .input .error-message {
    padding-top: 10px;
    color: #330000;
}

#content .list li {
    display: inline-block;
    list-style: none;
    float: left;
    width: 320px;
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ececec;
    margin: 30px;
    margin-top: 0px;
    height: 385px;
}

#content .list li img {
    border: 1px solid #dadada;
}

#content .list li ul li {
    background: url("/img/bullet.png") no-repeat left center;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    padding-left: 20px;
    border: none;
    margin: 0;
    width: 40%;
    margin-top: 14px;
    float: left;
}

#content .list a {
    text-decoration: none;
}

#content .list a:hover {
    text-decoration: underline;
}

#content h3 {
    padding-bottom: 15px;
}
#content h3 a {
    text-decoration: none;
}

#footer {
    width: 675px;
    font-size: 11px;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #777;
    clear: both;
}

#footer a {
    color: #777;
    text-decoration: none;
}

#footer a:hover {
    color: #555;
}

#footer .admin {
    color: #fff;
}
#footer .admin:hover {
    color: #fff;
    background: #777;
    text-decoration: none;
}

.navbar-admin {
    float: right;
}
.navbar-admin li {
    display: inline-block;
    margin-left: 14px;
}
#content .navbar-admin a {
    display: block;
    background: #333;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-decoration: none;
    color: #fff;
    padding: 4px;
}
#content .navbar-admin a.current,
#content .navbar-admin a:hover {
    background: #000;
}

.clearfix {
    clear: both;
}

.cake-sql-log {
    width: 880px;
    margin: 0 auto;
    font-family: monospace;
}

.contact .right {
    float: right;
    width: 425px;
    margin-top: -53px;
}

.contact .left {
    width: 420px;
}

.contact form {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f4f4f4;
    border: 2px solid #ececec;
    padding: 10px;
}

.contact iframe {
    border: 1px solid #ececec;
}

.contact input, 
.contact textarea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #d1d1d1;
    padding: 2px;
}

#content .contact .error textarea,
#content .contact .error input {
    border-color: #ff0000;
}

.contact label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

#content .contact .error label {
    margin-top: 14px;
} 

#content .contact .submit {
    text-align: right;
    display: block;
    margin-right: 0px;
}

#content .contact textarea {
    height: 290px;
}

dl {
    margin-bottom: 30px;
}

dt {
    font-weight: bold;
    width: 200px;
    float: left;
}

#content .contact .left p {
    margin-top: 0;
}

.contact dd {
    width: 300px;
}
.contact dt {
    width: 100px;
}

dd {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 600px;
}

.contact .error {
    background: none;
    color: #535353;
    padding: 0;
    margin: 0;
}

.contact .error-message {
    display: none;
}

.menu {
    margin-top: -20px;
}

#content .menu a {
    text-decoration: none;
}

#content .menu a:hover,
#content .menu li.current a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

.menu ul {
    margin-bottom: 20px;
}

.menu span,
.menu li {
    margin-right: 5px;
    float: left;
}

.menu ul,
.menu li {
    display: block;
    float: left;
}

.menu li:after {
    content: " // ";
}

.menu ul li:last-child:after {
    content: "";
}

hr {
    display: list-item;
    list-style: none;
    filter: alpha(opacity=0);
    list-style: url('/img/separator.png') inside;
    width: 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 102px;
    border: none;
    padding-bottom: 30px;
}

.paginator {
    padding-bottom: 20px;
}

