/****** FILE: themes/nzosa/css/layout.css *****/
/* Custom */
.nonvisual-indicator {
    display: none;
}
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
#node-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#node-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}
td.revision-current {
    background: #ffc;
}
.form-text {
    display: block;
    width: 97%;
}
.node-form .container-inline .form-text {
    display: inline;
    width: auto;
}
.node-form .standard {
    clear: both;
}
.node-form textarea {
    display: block;
    width: 95%;
}
.node-form .attachments fieldset {
    float: none;
    display: block;
}
.dropzone-select.dz-clickable {
    color: #981b1e !important;
}
.terms-inline {
    display: inline;
}
fieldset {
    margin-bottom: 1em;
    padding: .5em;
}
form {
    margin: 0;
    padding: 0;
}
hr {
    height: 1px;
    border: 1px solid gray;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
}
th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-block {
    display: inline-block;
}
/*_\*/

* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
}
/* End hide from IE-mac */

body.drag {
    cursor: move;
}
th.active img {
    display: inline;
}
tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}
tr.drag {
    background-color: #fffff0;
}
tr.drag-previous {
    background-color: #ffd;
}
td.active {
    background-color: #ddd;
}
td.checkbox,
th.checkbox {
    text-align: center;
}
tbody {
    border-top: 1px solid #ccc;
}
tbody th {
    border-bottom: 1px solid #ccc;
}
thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
.breadcrumb {
    padding-bottom: .5em
}
div.indentation {
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    float: left;
}
div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center;
}
.error {
    color: #e55;
}
div.error {
    border: 1px solid #d77;
}
div.error,
tr.error {
    background: #fcc;
    color: #200;
    padding: 2px;
}
.warning {
    color: #e09010;
}
div.warning {
    border: 1px solid #f0c020;
}
div.warning,
tr.warning {
    background: #ffd;
    color: #220;
    padding: 2px;
}
.ok {
    color: #008000;
}
div.ok {
    border: 1px solid #00aa00;
}
div.ok,
tr.ok {
    background: #dfd;
    color: #020;
    padding: 2px;
}
.item-list .icon {
    color: #555;
    float: right;
    padding-left: 0.25em;
    clear: right;
}
.item-list .title {
    font-weight: bold;
}
.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
    list-style: disc;
}
ol.task-list li.active {
    font-weight: bold;
}
.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
tr.merge-down,
tr.merge-down td,
tr.merge-down th {
    border-bottom-width: 0 !important;
}
tr.merge-up,
tr.merge-up td,
tr.merge-up th {
    border-top-width: 0 !important;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}
.form-item .description {
    font-size: 0.85em;
}
.form-item label {
    display: block;
    font-weight: bold;
}
.form-item label.option {
    display: inline;
    font-weight: normal;
}
.form-checkboxes,
.form-radios {
    margin: 1em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.marker,
.form-required {
    color: #f00;
}
.more-link {
    text-align: right;
}
.more-help-link {
    font-size: 0.85em;
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}
.pager-current {
    font-weight: bold;
}
.tips {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}
dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
    font-family: inherit;
    font-size: inherit;
    width: 14em;
}
dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
    width: 10em;
}
dl.multiselect dt,
dl.multiselect dd {
    float: left;
    line-height: 1.75em;
    padding: 0;
    margin: 0 1em 0 0;
}
dl.multiselect .form-item {
    height: 1.75em;
    margin: 0;
}
.container-inline div,
.container-inline label {
    display: inline;
}
ul.primary {
    border-collapse: collapse;
    padding: 0 0 0 1em;
    white-space: nowrap;
    list-style: none;
    margin: 5px;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #bbb;
}
ul.primary li {
    display: inline;
}
ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid solid none solid;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}
ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}
ul.secondary li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}
ul.secondary a {
    padding: 0;
    text-decoration: none;
}
ul.secondary a.active {
    border-bottom: 4px solid #999;
}
#autocomplete {
    position: absolute;
    border: 1px solid;
    overflow: hidden;
    z-index: 100;
}
#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#autocomplete li {
    background: #fff;
    color: #000;
    white-space: pre;
    cursor: default;
}
#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}
html.js input.form-autocomplete {
    background-image: url(/misc/throbber.gif);
    background-repeat: no-repeat;
    background-position: 100% 2px;
}
html.js input.throbbing {
    background-position: 100% -18px;
}
html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 0;
    height: 1em;
}
html.js fieldset.collapsed * {
    display: none;
}
html.js fieldset.collapsed legend {
    display: block;
}
html.js fieldset.collapsible legend a {
    padding-left: 15px;
    background: url(/misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
    background-image: url(/misc/menu-collapsed.png);
    background-position: 5px 50%;
}
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
    display: inline;
}
html.js fieldset.collapsible {
    position: relative;
}
html.js fieldset.collapsible legend a {
    display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
    overflow: auto;
}
.resizable-textarea {
    width: 95%;
}
.resizable-textarea .grippie {
    height: 9px;
    overflow: hidden;
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
}
html.js .resizable-textarea textarea {
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin: -0.4em 0 -0.4em -0.5em;
    padding: 0.42em 1.5em 0.42em 0.5em;
    text-decoration: none;
}
a.tabledrag-handle:hover {
    text-decoration: none;
}
a.tabledrag-handle .handle {
    margin-top: 4px;
    height: 13px;
    width: 13px;
    background: url(/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
    background-position: 0 -20px;
}
.joined + .grippie {
    height: 5px;
    background-position: center 1px;
    margin-bottom: -2px;
}
.teaser-checkbox {
    padding-top: 1px;
}
div.teaser-button-wrapper {
    float: right;
    padding-right: 5%;
    margin: 0;
}
.teaser-checkbox div.form-item {
    float: right;
    margin: 0 5% 0 0;
    padding: 0;
}
textarea.teaser {
    display: none;
}
html.js .no-js {
    display: none;
}
.progress {
    font-weight: bold;
}
.progress .bar {
    background: #fff url(/misc/progress.gif);
    border: 1px solid #00375a;
    height: 1.5em;
    margin: 0 0.2em;
}
.progress .filled {
    background: #0072b9;
    height: 1em;
    border-bottom: 0.5em solid #004a73;
    width: 0%;
}
.progress .percentage {
    float: right;
}
.progress-disabled {
    float: left;
}
.ahah-progress {
    float: left;
}
.ahah-progress .throbber {
    width: 15px;
    height: 15px;
    margin: 2px;
    background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
    float: left;
}
tr .ahah-progress .throbber {
    margin: 0 2px;
}
.ahah-progress-bar {
    width: 16em;
}
#first-time strong {
    display: block;
    padding: 1.5em 0 .5em;
}
tr.selected td {
    background: #ffc;
}
table.sticky-header {
    margin-top: 0;
    background: #fff;
}
#clean-url.install {
    display: none;
}
html.js .js-hide {
    display: none;
}
#system-modules div.incompatible {
    font-weight: bold;
}
#system-themes-form div.incompatible {
    font-weight: bold;
}
span.password-strength {
    visibility: hidden;
}
input.password-field {
    margin-right: 10px;
}
div.password-description {
    padding: 0 2px;
    margin: 4px 0 0 0;
    font-size: 0.85em;
    max-width: 500px;
}
div.password-description ul {
    margin-bottom: 0;
}
.password-parent {
    margin: 0 0 0 0;
}
input.password-confirm {
    margin-right: 10px;
}
.confirm-parent {
    margin: 5px 0 0 0;
}
span.password-confirm {
    visibility: hidden;
}
span.password-confirm span {
    font-weight: normal;
}
ul.menu {
    list-style: none;
    border: none;
    text-align: left;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}
li.expanded {
    list-style-type: circle;
    list-style-image: url(/misc/menu-expanded.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li.collapsed {
    list-style-type: disc;
    list-style-image: url(/misc/menu-collapsed.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li.leaf {
    list-style-type: square;
    list-style-image: url(/misc/menu-leaf.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li a.active {
    color: #000;
}
td.menu-disabled {
    background: #ccc;
}
ul.links {
    margin: 0;
    padding: 0;
}
ul.links.inline {
    display: inline;
}
ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}
#permissions td.module {
    font-weight: bold;
}
#permissions td.permission {
    padding-left: 1.5em;
}
#access-rules .access-type,
#access-rules .rule-type {
    margin-right: 1em;
    float: left;
}
#access-rules .access-type .form-item,
#access-rules .rule-type .form-item {
    margin-top: 0;
}
#access-rules .mask {
    clear: both;
}
#user-login-form {
    text-align: center;
}
#user-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#user-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}
#user-admin-settings fieldset .description {
    font-size: 0.85em;
    padding-bottom: .5em;
}
.profile {
    clear: both;
    margin: 1em 0;
}
.profile .picture {
    float: right;
    margin: 0 1em 1em 0;
}
.profile h3 {
    border-bottom: 1px solid #ccc;
}
.profile dl {
    margin: 0 0 1.5em 0;
}
.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}
.profile dd {
    margin: 0 0 1em 0;
}
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
    font-weight: bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
    display: inline;
}
.field .field-label-inline {
    visibility: hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
    width: 30px;
    padding-right: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}
.node-form .content-add-more .form-submit {
    margin: 0;
}
.node-form .number {
    display: inline;
    width: auto;
}
.node-form .text {
    width: auto;
}
.form-item #autocomplete .reference-autocomplete {
    white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
    display: inline;
    font-weight: normal;
}
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
    margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
    font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
    float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
    display: none;
}
table#content-field-overview tr.content-add-new .description {
    margin-bottom: 0;
}
table#content-field-overview .content-new {
    font-weight: bold;
    padding-bottom: .5em;
}
.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6 {
    margin: 1em 0 .5em 0;
}
.advanced-help-topic dd {
    margin-bottom: .5em;
}
.advanced-help-topic span.code {
    background-color: #EDF1F3;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
    font-size: 0.9em;
    padding: 1px;
}
.advanced-help-topic .content-border {
    border: 1px solid #AAA
}
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}
.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/themes/nzosa/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/themes/nzosa/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
}
.filefield-icon {
    margin: 0 2px 0 0;
}
.filefield-element {
    margin: 1em 0;
    white-space: normal;
}
.filefield-element .widget-preview {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #CCC;
    max-width: 30%;
}
.filefield-element .widget-edit {
    float: left;
    max-width: 70%;
}
.filefield-element .filefield-preview {
    width: 16em;
    overflow: hidden;
}
.filefield-element .widget-edit .form-item {
    margin: 0 0 1em 0;
}
.filefield-element input.form-submit,
.filefield-element input.form-file {
    margin: 0;
}
.filefield-element input.progress-disabled {
    float: none;
    display: inline;
}
.filefield-element div.ahah-progress,
.filefield-element div.throbber {
    display: inline;
    float: none;
    padding: 1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
    display: none;
    margin-top: 4px;
    width: 28em;
    padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
    margin: 0;
}
/* simple five star system - kphillips */
.fivestar {
    clear:both;
    display: block;
    height: 16px;
    width: 80px;
}
.fivestar.star_0 {
    background: url('../images/star_0.png') no-repeat;
}
.fivestar.star_1 {
    background: url('../images/star_1.png') no-repeat;
}
.fivestar.star_2 {
    background: url('../images/star_2.png') no-repeat;
}
.fivestar.star_3 {
    background: url('../images/star_3.png') no-repeat;
}
.fivestar.star_4 {
    background: url('../images/star_4.png') no-repeat;
}
.fivestar.star_5 {
    background: url('../images/star_5.png') no-repeat;
}

form.fivestar-widget {
    clear: both;
    display: block;
}
form.fivestar-widget select,
form.fivestar-widget input {
    margin: 0;
}
.fivestar-combo-stars .fivestar-static-form-item {
    float: left;
    margin-right: 40px;
}
.fivestar-combo-stars .fivestar-form-item {
    float: left;
}
.fivestar-static-form-item .form-item,
.fivestar-form-item .form-item {
    margin: 0;
}
div.fivestar-widget-static {
    display: block;
}
div.fivestar-widget-static br {
    clear: left;
}
div.fivestar-widget-static .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/default/star.gif) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/default/star.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/default/star.gif) no-repeat 0 0;
}
div.fivestar-widget {
    display: block;
}
div.fivestar-widget .cancel,
div.fivestar-widget .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
}
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/default/delete.gif) no-repeat 0 -16px;
    text-decoration: none;
}
div.fivestar-widget .star,
div.fivestar-widget .star a {
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/default/star.gif) no-repeat 0 0;
    text-decoration: none;
}
div.fivestar-widget .cancel a,
div.fivestar-widget .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    cursor: pointer;
}
div.fivestar-widget div.on a {
    background-position: 0 -16px;
}
div.fivestar-widget div.hover a,
div.rating div a:hover {
    background-position: 0 -32px;
}
form.fivestar-widget div.description {
    margin-bottom: 0;
}
div.fivestar-widget-static .star {
    width: 17px;
    height: 15px;
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/small/small_star.png) no-repeat 0 0px;
}
div.fivestar-widget-static .star span.on {
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/small/small_star.png) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/small/small_star.png) no-repeat 0 0px;
}
div.fivestar-widget .cancel,
div.fivestar-widget .star {
    width: 17px;
    height: 15px;
}
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/small/small_delete.png) no-repeat 0 0;
}
div.fivestar-widget .star,
div.fivestar-widget .star a {
    background: url(/themes/nzosa/all/modules/contrib/fivestar/widgets/small/small_star.png) no-repeat 0 0px;
}
div.fivestar-widget div.on a {
    background-position: 0 -16px;
}
div.fivestar-widget div.hover a,
div.rating div a:hover {
    background-position: 0 -32px;
}
div.fieldgroup {
    margin: .5em 0 1em 0;
}
div.fieldgroup .content {
    padding-left: 1em;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}
.views-exposed-form label {
    font-weight: bold;
}
.views-exposed-widgets {
    margin-bottom: .5em;
}
html.js a.views-throbbing,
html.js span.views-throbbing {
    background: url(/themes/nzosa/all/modules/contrib/views/images/status-active.gif) no-repeat right center;
    padding-right: 18px;
}
div.view div.views-admin-links {
    font-size: xx-small;
    margin-right: 1em;
    margin-top: 1em;
}
.block div.view div.views-admin-links {
    margin-top: 0;
}
div.view div.views-admin-links ul {
    margin: 0;
    padding: 0;
}
div.view div.views-admin-links li {
    margin: 0;
    padding: 0 0 2px 0;
    z-index: 201;
}
div.view div.views-admin-links li a {
    padding: 0;
    margin: 0;
    color: #ccc;
}
div.view div.views-admin-links li a:before {
    content: "[";
}
div.view div.views-admin-links li a:after {
    content: "]";
}
div.view div.views-admin-links-hover a,
div.view div.views-admin-links:hover a {
    color: #000;
}
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
    background: transparent;
}
div.view div.views-hide {
    display: none;
}
div.view div.views-hide-hover,
div.view:hover div.views-hide {
    display: block;
    position: absolute;
    z-index: 200;
}
div.view:hover div.views-hide {
    margin-top: -1.5em;
}
.views-view-grid tbody {
    border-top: none;
}
body {
    font-size: 100%;
}
#page {
    font-size: 0.75em;
    line-height: 1.333em;
    font-size: 0.875em;
    line-height: 1.286em;
}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
pre,
code {
    font-size: 1.1em;
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em;
    margin-bottom: 0.667em;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em;
    margin-bottom: 0.769em;
}
h4,
h5,
h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em;
    margin-bottom: 0.909em;
}
p,
ul,
ol,
dl,
pre,
table,
fieldset,
blockquote {
    margin: 1em 0;
}
ul,
ol {
    margin-left: 0;
    padding-left: 2em;
}
.block ul,
.item-list ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
    margin: 0;
}
li {
    margin: 0;
    padding: 0;
}
.item-list ul li {
    margin: 0;
    padding: 0;
    list-style: inherit;
}
ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: disc;
}
ul ul {
    list-style-type: circle;
}
ul ul ul {
    list-style-type: square;
}
ul ul ul ul {
    list-style-type: circle;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style-type: lower-alpha;
}
ol ol ol {
    list-style-type: decimal;
}
dt {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0 0 0 2em;
    padding: 0;
}
a:link {}a:visited {}a:hover,
a:focus {}a:active {}table {
    border-collapse: collapse;
}
th,
thead th,
tbody th {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
}
tbody {
    border-top: none;
}
abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
}
abbr.created {
    border: none;
    cursor: auto;
    white-space: normal;
}
img {
    border: 0;
}
hr {
    height: 1px;
    border: 1px solid #666;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 1em 0;
    padding: 0.5em;
}
div.tabs {
    margin: 0 0 5px 0;
}
ul.primary {
    margin: 0;
    padding: 0 0 0 10px;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-bar.png) repeat-x left bottom;
}
ul.primary li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.primary li a {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0 0 0 5px;
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #777;
    background-color: transparent;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-left.png) no-repeat left -38px;
}
ul.primary li a .tab {
    display: block;
    height: 20px;
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-right.png) no-repeat right -38px;
}
ul.primary li a:hover {
    border-width: 0;
    background-color: transparent;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-left.png) no-repeat left -76px;
}
ul.primary li a:hover .tab {
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-right.png) no-repeat right -76px;
}
ul.primary li.active a,
ul.primary li.active a:hover {
    border-width: 0;
    color: #000;
    background-color: transparent;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-left.png) no-repeat left 0;
}
ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-right.png) no-repeat right 0;
}
ul.secondary {
    margin: 0;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    white-space: nowrap;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-secondary-bg.png) repeat-x left bottom;
}
ul.secondary li {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 0;
    border-right: none;
}
ul.secondary a {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    color: #777;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-secondary.png) repeat-x left -56px;
}
ul.secondary a .tab {
    display: block;
    height: 18px;
    margin: 0;
    padding: 3px 8px;
    line-height: 18px;
}
ul.secondary a:hover {
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-secondary.png) repeat-x left bottom;
}
ul.secondary a.active,
ul.secondary a.active:hover {
    border: 1px solid #c0c0c0;
    color: #000;
    background: url(/themes/nzosa/all/themes/zen/zen/images/tab-secondary.png) repeat-x left top;
}
div.messages,
div.status,
div.warning,
div.error {
    min-height: 21px;
    margin: 0 1em 5px 1em;
    border: 2px solid #ff7;
    padding: 5px 5px 5px 35px;
    color: #000;
    background-color: #ffc;
    background-image: url(/themes/nzosa/all/themes/zen/zen/images/messages-status.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
div.status {}div.warning {
    border-color: #fc0;
    background-image: url(/themes/nzosa/all/themes/zen/zen/images/messages-warning.png);
}
div.warning,
tr.warning {
    color: #000;
    background-color: #ffc;
}
div.error {
    border-color: #c00;
    background-image: url(/themes/nzosa/all/themes/zen/zen/images/messages-error.png);
}
div.error,
tr.error {
    color: #900;
    background-color: #fee;
}
div.messages ul {
    margin-top: 0;
    margin-bottom: 0;
}
div.block.with-block-editing {
    position: relative;
}
div.block.with-block-editing div.edit {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 0.75em;
    background-color: #fff;
}
div.block.with-block-editing:hover div.edit {
    display: block;
}
.with-wireframes #header-inner,
.with-wireframes #content-inner,
.with-wireframes #content-inner>*,
.with-wireframes #navbar-inner,
.with-wireframes #sidebar-left-inner,
.with-wireframes #sidebar-right-inner,
.with-wireframes #footer-inner {
    margin: 1px;
    padding: 2px;
    border: 1px solid #ccc;
}
.with-wireframes #closure-blocks {
    margin-top: 1px;
    padding: 2px;
    border: 1px solid #ccc;
}
body {}#page,
#closure-blocks {}#page-inner {}#navigation-top,
#navigation {
    position: absolute;
    left: -10000px;
}
#skip-to-nav {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
}
#skip-to-nav a:link,
#skip-to-nav a:visited {
    color: #fff;
}
#skip-to-nav a:hover {
    color: #000;
    text-decoration: none;
}
#header {}#header-inner {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#logo-title {}#logo {
    float: left;
}
#site-name {}#site-slogan {}#header-blocks {
    clear: both;
}
#feature {
    background: url(/themes/nzosa/all/themes/nzosa2012/css/images/mid-bg.png);
}
#feature .feature-inner {
    width: 960px;
    margin: 0 auto;
}
#highlight {
    margin-top: 15px;
}
#highlight #highlight-inner {
    width: 960px;
    margin: 0 auto;
    height: 80px;
}
#main {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
#main-inner {}#content,
.no-sidebars #content {
    float: left;
    width: 960px;
    margin-left: 0;
    margin-right: -960px;
    padding: 0;
}
.sidebar-left #content {
    width: 760px;
    margin-left: 200px;
    margin-right: -960px;
}
.sidebar-right #content {
    width: 700px;
    margin-left: 0;
    margin-right: -700px;
}
.two-sidebars #content {
    width: 560px;
    margin-left: 200px;
    margin-right: -760px;
}
#content-inner {
    margin: 0;
    padding: 0;
}
#navbar {
    float: right;
    width: auto;
    margin-left: 0;
    margin-right: ;
    padding: 0;
}
.with-navbar #content,
.with-navbar #sidebar-left,
.with-navbar #sidebar-right {
    margin-top: 30px;
}
#navbar-inner {}#search-box {
    width: 200px;
    margin-right: -200px;
    float: left;
}
#primary {
    margin-left: 10px;
}
#secondary {
    margin-left: 200px;
}
#navbar ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
#navbar li {
    float: left;
    padding: 0 10px 0 0;
}
#sidebar-left {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px;
    padding: 0;
}
#sidebar-left-inner {
    margin: 0 20px 0 0;
    padding: 0;
}
#sidebar-right {
    width: 100%;
    padding: 0;
}
body.Page #sidebar-right {
    margin-top: 76px;
}
#sidebar-right-inner {
    margin: 0;
    padding: 0;
}
#footer-inner #block-block-2 p {
	font-size:x-small !important;
	line-height:14px !important;
}
#footer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#closure-blocks {}
#closure-inner {
    width: 100%;
}
#header,
#content,
#navbar,
#sidebar-left,
#sidebar-right,
#footer,
#closure-blocks {
    overflow: visible;
    word-wrap: break-word;
}
#navbar {
    overflow: hidden;
}
body {
    font-size: 100%;
}
#page {
    font-size: 0.875em;
    line-height: 1.6em;
    color: #333333;
}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
    font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}
pre,
code {
    font-size: 1.1em;
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
h1 {
    font-family: 'PTSansRegular';
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em;
    margin-bottom: 0.667em;
    color: #981B1E;
    font-weight: normal;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em;
    margin-bottom: 0.769em;
}
h4,
h5,
h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em;
    margin-bottom: 0.909em;
}
p,
ul,
ol,
dl,
pre,
table,
fieldset,
blockquote {
    margin: 1em 0;
}
ul,
ol {
    margin-left: 0;
    padding-left: 2em;
}
.block ul,
.item-list ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
    margin: 0;
}
li {
    margin: 0;
    padding: 0;
}
.item-list ul li {
    margin: 0;
    padding: 0;
    list-style: inherit;
}
ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: disc;
}
ul ul {
    list-style-type: circle;
}
ul ul ul {
    list-style-type: square;
}
ul ul ul ul {
    list-style-type: circle;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style-type: lower-alpha;
}
ol ol ol {
    list-style-type: decimal;
}
dt {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0 0 0 2em;
    padding: 0;
}
a:link {
    color: #981B1E;
    text-decoration: none;
}
a:visited {
    color: #981B1E;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #981B1E;
    text-decoration: none;
}
a:active {}table {
    border-collapse: collapse;
}
th,
thead th,
tbody th {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
}
tbody {
    border-top: none;
}
abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
}
abbr.created {
    border: none;
    cursor: auto;
    white-space: normal;
}
img {
    border: 0;
}
hr {
    height: 1px;
    border: 1px solid #666;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    padding: 0;
    border: none;
}
.wysiwyg .tips {
    display: none;
}
html {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/light-bg.png);
}
body {
    margin: 0;
    padding: 0;
}
#header {
    height: 120px;
    background: url(/themes/nzosa/all/themes/nzosa2012/images/goldbar.png) bottom repeat-x;
}
#logo {
    margin: 5px 0 0 0;
    padding: 0;
}
#logo-image {
    padding: 20px 0 0;
}
h1#site-name,
div#site-name {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
}
#site-name a:link,
#site-name a:visited {
    color: #000;
    text-decoration: none;
}
#site-name a:hover {
    text-decoration: underline;
}
#content-header-wrapper {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/feature-bg.png);
}
#content-header {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/feature-highlight.png) no-repeat top;
}
body.HomePage #content-header {
    background: none;
}
body.Page #content-header {
    min-height: 100px;
}
body.Page #content-header h1 {
    color: #FFFFFF;
    font-weight: normal !important;
    font-family: 'brush-tipTerrencetrialRegular', Arial, Helvetica, sans-serif;
    font-size: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#c6d0d3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.Page #content-header .header-image {
    height: 215px;
    width: 215px;
    position: absolute;
    top: -34px;
    right: 10px;
    background: url(/themes/nzosa/all/themes/nzosa2012/images/tri-trophy.png) no-repeat;
}
#content-header .content-header-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100px;
    vertical-align: middle;
}
.breadcrumb {
    display: none;
}
#skip-to-nav {
    display: none;
}
h1.title,
h2.title,
h3.title {
    margin: 0;
}
.help {
    margin: 1em 0;
}
.more-help-link {
    font-size: 0.85em;
    text-align: right;
}
ul.links {
    margin: 1em 0;
    padding: 0;
}
ul.links.inline {
    margin: 0;
    display: inline;
}
ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
.pager {
    clear: both;
    margin: 1em 0;
    text-align: center;
}
.pager a,
.pager strong.pager-current {
    padding: 0.5em;
}
.feed-icons {
    margin: 1em 0;
}
#content-bottom {}#edit-search-theme-form-1-wrapper label {
    display: none;
}
#primary {}#primary ul li {
    height: 103px;
    padding: 0 15px;
}
#primary ul li.active {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/nav-ribbon-end.png) bottom no-repeat;
    background-size: 100% 16px;
    padding: 0;
    height: 104px;
    -webkit-box-shadow: 0px -10px 8px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -10px 8px 2px rgba(0, 0, 0, 0.3);
}
#primary ul li a {
    line-height: 87px;
    display: block;
    padding: 6px 0px;
    font-size: 14px;
    font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
    background-image: url(/themes/nzosa/all/themes/nzosa2012/images/nav-underline.png);
    background-position: 0 62px;
    background-repeat: no-repeat;
}
#primary ul li a:hover {
    color: #750101;
}
#primary ul li a.active {
    line-height: 78px;
    padding: 10px 15px 0 15px;
    color: #FFFFFF;
    background: #981B1E url(/themes/nzosa/all/themes/nzosa2012/images/nav-ribbon.png) bottom repeat-x;
    display: block;
}
#primary ul li.last.active,
ï»¿#primary ul li.menu-260.active {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/nav-ribbon-end-ie.png) bottom no-repeat\9;
}
#secondary {}#feature-wrapper {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/feature-bg.png);
}
#feature-wrapper #feature {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/feature-highlight.png) no-repeat center;
}
#feature #feature-inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    height: 210px;
}
#feature #feature-inner .home-feature-image {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/large-trophy.png) bottom no-repeat;
    height: 354px;
    width: 255px;
    position: absolute;
    right: 10px;
    top: -40px;
}
#feature #feature-inner .block {
    font-family: 'PacificoRegular';
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    display: block;
    height: 210px;
}
#feature #feature-inner .block p {
    margin: 0 !important;
}
#feature #feature-inner .block .content {
    position: relative;
}
#feature #feature-inner .block .content img {
    position: absolute;
    top: 67px;
    left: 20px;
}
#highlight #highlight-inner {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/highlight-bg.png) center no-repeat;
}
#highlight #highlight-inner .block {
    height: 80px;
}
#highlight #highlight-inner .block-inner {
    height: 80px;
}
#highlight #highlight-inner #nominations-status {
    margin: 0;
    color: #856914;
    text-shadow: #FFFFFF 1px 1px 1px;
    line-height: 80px;
    padding: 0 0 0 75px;
    font-size: 25px;
    float: left;
}
#highlight #highlight-inner img#open {
    vertical-align: middle;
}
#highlight #highlight-inner #highlight-submit {
    width: 200px;
    float: left;
    background: url(/themes/nzosa/all/themes/nzosa2012/images/vdiv.png) bottom left no-repeat;
    margin: 14px 0 0 30px;
}
#highlight #highlight-inner #submit {
    display: inline-block;
    line-height: 41px;
    padding: 0 0 0 16px;
    font-size: 1px;
    text-indent: -3000px;
    text-transform: uppercase;
    width: 136px;
    color: #856914;
    text-shadow: #FFFFFF 1px 1px 1px;
    border-radius: 4px;
    margin: 3px 3px 3px 39px;
    background: url(/themes/nzosa/all/themes/nzosa2012/images/submit.png) no-repeat;
    background-position: 0 0;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
#highlight #highlight-inner a#submit:hover {
    background: #FFFFFF url(/themes/nzosa/all/themes/nzosa2012/images/submit.png) no-repeat;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    border-radius: 4px;
}
#sidebar-left {}#sidebar-left-inner {}#sidebar-right {}#sidebar-right-inner {}#sidebar-right .region-count-1 .title {
    margin-bottom: 0;
}
#sidebar-right .region-count-1 .content {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
    margin-bottom: 10px;
    padding: 1px;
}
#sidebar-right .region-count-1.block {
    background: none;
    box-shadow: none;
}
#sidebar-right .region-count-1 .block-inner {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/sponsor-footer.png) no-repeat bottom;
    padding-bottom: 34px;
    margin: 2px;
}
#sidebar-right .region-count-1 .content h2 {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/sideblock-hdrbg.png);
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #2d3b43;
    text-shadow: #FFFFFF 1px 1px 1px;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
}
#sidebar-right .block {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
    margin-bottom: 10px;
    padding: 1px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(150, 150, 150, .2);
    box-shadow: 0px 4px 0px 0px rgba(150, 150, 150, .2);
    margin-bottom: 25px;
}
#sidebar-right .title,
#sidebar-right .countdown.header {
    background: #435159;
    color: #FFFFFF;
    font-weight: normal !important;
    margin: 0 0 5px 0;
    padding: 10px;
    font-size: 16px;
    font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
    text-align: center;
}
#sidebar-right .content {
    padding: 10px;
}
#sidebar-right .content #prev-awards p {
    border-bottom: 1px dashed #E9E9E9;
    padding-bottom: 11px;
    margin-top: 5px;
}
#sidebar-right .countdown.counter {
    text-align: center;
    font-size: 2.3em;
    font-weight: bold;
    padding: 20px 0 0;
    color: #981B1E;
}
#sidebar-right .countdown p {
    text-align: center;
}
#footer {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/mid-bg.png);
    color: #FFFFFF;
    margin-top: 50px;
}
#footer-inner {
    height: 200px;
}
#footer .block {
    float: left;
    margin-right: 100px;
    font-size: 12px;
    margin-top: 30px;
    width: 200px;
    color: #aeb1b2;
}
#footer .block .title {
    color: #aeb1b2;
    font-size: 16px;
    font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted #aeb1b2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#footer .block .content a {
    color: #aeb1b2;
    cursor: pointer;
}
#footer .block .content a:hover {
    color: #FFFFFF;
}
#footer-message {}#closure-blocks {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/dark-bg.png);
    height: 40px;
    padding: 1px 0;
    color: #616e76;
    font-size: 12px;
    text-align: right;
}
.node-unpublished div.unpublished,
.comment-unpublished div.unpublished {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
}
.marker {
    color: #c00;
}
#comments {
    margin: 1em 0;
}
.new {
    color: #c00;
}
.comment ul.links {
    margin: 1em 0;
}
.indented {}.preview .comment {}.block {
    margin-bottom: 1em;
}
.more-link {
    text-align: right;
}
#user-login-form {
    text-align: left;
}
tr.even {}tr.odd {}li a.active {
    color: #000;
}
.form-item,
.form-checkboxes,
.form-radios {
    margin: 1em 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid #c00;
}
.form-item label {
    display: block;
    font-weight: normal;
}
.form-item label.option {
    display: inline;
    font-weight: normal;
}
p.message.required,
p.message.validation,
.form-required {
    color: #c00;
}
.form-item .description {
    font-size: 0.85em;
}
.form-checkboxes .form-item,
.form-radios .form-item {
    margin: 0.4em 0;
}
.form-submit {}.container-inline div,
.container-inline label {
    display: inline;
}
.tips {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
#user-login-form ul {
    margin-bottom: 0;
}
#user-login-form li.openid-link {
    margin-top: 1em;
    margin-left: -20px;
}
#user-login-form li.user-link {
    margin-top: 1em;
}
#user-login ul {
    margin: 1em 0;
}
#user-login li.openid-link,
#user-login li.user-link {
    margin-left: -2em;
}
form tbody {
    border-top: 1px solid #ccc;
}
form th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
form tbody th {
    border-bottom: 1px solid #ccc;
}
form thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
blockquote {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/blockqbg.png);
    padding: 5px 20px;
}
.intro {
    font-size: 17px;
    color: #981B1E;
    line-height: 20px;
}
hr {
    border: none;
    background: url(/themes/nzosa/all/themes/nzosa2012/images/double-line.png) repeat-x;
    height: 2px;
    margin: 30px 0;
}
#judges {}#judges tr {
    margin: 0 0 20px;
}
#judges td {
    vertical-align: top;
    padding: 0 10px 10px 0;
}
#judges td img {
    border: 4px solid #FFFFFF;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 3px 0px rgba(20, 20, 20, .1);
}
#judges td h4 {
    font-weight: normal;
    margin: 5px 0;
}
#judges td p {
    margin: 5px 5px 0 0;
    font-size: 12px;
    line-height: 17px;
}
#footer .region-count-3 {
    float: right;
    margin-right: 0;
    width: 230px;
}
.twtr-hd {
    padding: 0 !important;
}
#twtr-widget-1 {}.twtr-widget .twtr-tweet-wrap {
    padding: 10px 0 !important;
}
.twtr-ft {
    display: none;
}
.page-node-add-nomination fieldset {
    margin: 0 0 30px 0;
}
.page-node-add-nomination fieldset legend {
    font-size: 20px;
    color: #981B1E;
    padding: 0 0 10px 0;
}
.node-form .standard {
    position: relative;
}
.node-form .text {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    line-height: 25px;
    margin-left: 0px;
    padding: 0 10px;
    font-size: 13px;
    height: 32px;
}
.node-form textarea {
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    font-size: 13px;
    padding: 8px;
}
.form-item .description {
    color: #999999;
    font-size: 11px;
    line-height: 15px;
    margin: 5px 0 20px;
}
#edit-taxonomy-1-wrapper {
    margin: 0 0 30px;
}
#edit-taxonomy-1-wrapper select {
    font-size: 13px;
    padding: 6px;
    width: 100%;
    line-height: 34px !important;
    border: 1px solid #E9E9E9;
}
#edit-field-image-0-upload-wrapper .filefield-element tbody {
    border: 1px solid #E9E9E9;
    padding: 10px;
    margin-top: 0;
    background: #F9F9F9;
}
#field-image-items {
    margin-bottom: 30px;
}
#field-image-items table {
    width: 100%;
}
#field-image-items table th {
    font-weight: normal;
}
#field-image-items table td {
    padding: 10px;
}
#field-image-items table td.content-multiple-drag {}#field_image_values .form-submit,
.content-add-more .form-submit {
    padding: 2px 8px;
}
.form-submit:hover {
    cursor: pointer;
}
.form-submit {
    font-size: 14px;
    color: #2f3436;
    padding: 9px 8px;
    background: #FFFFFF;
    background: -moz-linear-gradient( top, #ffffff 0%, #d6d6d6);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c9c9c9;
    -moz-box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px 0px 3px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px 0px 3px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px rgba(255, 255, 255, 1);
}
#categories h4 {
    margin-bottom: 0px;
    font-weight: normal !important;
    color: #981B1E;
}
#categories p {
    margin: 3px 0 10px;
}
#categories a#cat-submit {
    display: block;
    background: url(/themes/nzosa/all/themes/nzosa2012/images/category-submit.png);
    font-size: 0px;
    color: #F2F2F2;
    height: 30px;
    width: 76px;
    margin-left: 50px;
    background-position: 0 0;
}
#categories a#cat-submit:hover {
    background-position: 0 -48px;
}
#categories tr {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/dot-line.png) repeat-x bottom;
}
#categories td {
    padding: 10px 0;
}
.view-nominations table {
    width: 100%;
}
.view-nominations th {
    background: #435159;
    color: white;
    padding: 10px;
}
.view-nominations tbody {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
}
.view-nominations table td {
    padding: 10px;
}
.view-nominations tr.odd,
.view-nominations tr.even {
    border-bottom: 1px solid #F5F5F5;
}
.view-nominations tr.even {
    background: #FFFFFF;
}
.view-nominations tr.odd {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
}
.vud-widget-thumbs {
    margin: 0;
    float: none;
}
.views-field-vud-node-widget {
    text-align: center;
    width: 100px;
}
p.vote-current-score {
    padding: 0;
}
.node-type-nomination .field-label {
    color: #750101;
    border-bottom: 1px dotted #DDD;
    margin-top: 21px;
    font-size: 16px;
    font-weight: normal;
}
.group-your-nomination legend {
    display: none;
}
.view-reviews-term table {
    width: 100%;
}
.view-reviews-term th {
    background: #435159;
    color: white;
    padding: 10px;
}
.view-reviews-term thead th {
    font-size: 0.7em;
}
.view-reviews-term tbody {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
}
.view-reviews-term table td {
    padding: 10px;
}
.view-reviews-term tr.odd,
.view-reviews-term tr.even {
    border-bottom: 1px solid #F5F5F5;
}
.view-reviews-term tr.even {
    background: #FFFFFF;
}
.view-reviews-term tr.odd {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
}
.view-reviews-term table td.views-field-title {
    width: 350px;
}
.view-reviews-term table td.views-field-value {
    width: 80px;
}
.view-reviews-term table td.views-field-value-1 {
    width: 80px;
}
.view-reviews-term table td.views-field-value-2 {
    width: 50px;
    text-align: center;
}
.view-reviews-term caption {
    font-size: 1.3em;
    padding: 10px;
    color: "#981B1E";
}
.view-Review table {
    width: 100%;
}
.view-Review th {
    background: #435159;
    color: white;
    padding: 10px;
}
.view-Review tbody {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
}
.view-Review table td {
    padding: 10px;
}
.view-Review tr.odd,
.view-Review tr.even {
    border-bottom: 1px solid #F5F5F5;
}
.view-Review tr.even {
    background: #FFFFFF;
}
.view-Review tr.odd {
    background: url(/themes/nzosa/all/themes/nzosa2012/images/white-bg.png);
}
.view-Review table td.views-field-value {
    width: 100px;
}
.view-Review table td.views-field-name {
    width: 80px;
}
.view-Review table td.views-field-body {
    width: 450px;
}
#main div,
#main table,
#main thead,
#main tbody,
#main tfoot,
#main tr,
#main th,
#main td,
#main p,
#main ul,
#main li {
    font-size: 14px !important;
    line-height: 1.6em;
    font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}
#main #judges td p {
    font-size: 12px !important;
}

/* Taken for rateit jquery module */
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(../images/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(../images/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(../images/star.gif) left -32px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(../images/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(../images/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(../images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}


/****** FILE: themes/nzosa/css/typography.css *****/
@font-face {
    font-family: 'PacificoRegular';
    src: url(/themes/nzosa/fonts/Pacifico-webfont.eot);
    src: url(/themes/nzosa/fonts/Pacifico-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/Pacifico-webfont.woff) format('woff'), url(/themes/nzosa/fonts/Pacifico-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/Pacifico-webfont.svg#PacificoRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url(/themes/nzosa/fonts/PTN57F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTN57F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTN57F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTN57F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTN57F-webfont.svg#PTSansNarrowRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansCaptionBold';
    src: url(/themes/nzosa/fonts/PTC75F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTC75F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTC75F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTC75F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTC75F-webfont.svg#PTSansCaptionBold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url(/themes/nzosa/fonts/PTC55F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTC55F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTC55F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTC55F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTC55F-webfont.svg#PTSansCaptionRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBoldItalic';
    src: url(/themes/nzosa/fonts/PTS76F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTS76F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTS76F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTS76F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTS76F-webfont.svg#PTSansBoldItalic) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url(/themes/nzosa/fonts/PTS75F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTS75F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTS75F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTS75F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTS75F-webfont.svg#PTSansBold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansItalic';
    src: url(/themes/nzosa/fonts/PTS56F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTS56F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTS56F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTS56F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTS56F-webfont.svg#PTSansItalic) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url(/themes/nzosa/fonts/PTS55F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTS55F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTS55F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTS55F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTS55F-webfont.svg#PTSansRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url(/themes/nzosa/fonts/PTN77F-webfont.eot);
    src: url(/themes/nzosa/fonts/PTN77F-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/PTN77F-webfont.woff) format('woff'), url(/themes/nzosa/fonts/PTN77F-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/PTN77F-webfont.svg#PTSansNarrowBold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brush-tipTerrencetrialRegular';
    src: url(/themes/nzosa/fonts/btttrial-webfont.eot);
    src: url(/themes/nzosa/fonts/btttrial-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/btttrial-webfont.woff) format('woff'), url(/themes/nzosa/fonts/btttrial-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/btttrial-webfont.svg#brush-tipTerrencetrialRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brush-tipTerrencetrialRegular';
    src: url(/themes/nzosa/fonts/btttrial-webfont.eot);
    src: url(/themes/nzosa/fonts/btttrial-webfont.eot?#iefix) format('embedded-opentype'), url(/themes/nzosa/fonts/btttrial-webfont.woff) format('woff'), url(/themes/nzosa/fonts/btttrial-webfont.ttf) format('truetype'), url(/themes/nzosa/fonts/btttrial-webfont.svg#brush-tipTerrencetrialRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}

