/* the stuff below is a mixture of various CSS patches to other
    files that are included from the header, plus the theme that is overlaid
    on top of the spreadshirt standard skeleton.
    The theme is a /deeply/ customized version of zeropoint
    -- Toni
 */

/*  patches to structure.css   */
body {
    min-width: 0px;
    width: auto;
}

.detailArticleHeadline {
    padding:2.5em 0 0 0.3em;
    margin-top: 0px;
}

#main {
    float: none;
    margin: 0 auto 1em auto;
}

.mvc #index.classicCompact fieldset .articleSizes select {
    width:5.1em;
    padding:1px;
}

.mvc #index.classicCompact fieldset .articleSizes {
    width: 196px;
}

/* per 828 */
.mvc #index.classicCompact {
    margin-left: -1px;
    width: 842px;
}

.mvc #index.classicCompact .articleImages {
    height: 196px;
    background-color: transparent;
}

.mvc #index.classicCompact fieldset {
    margin: 0px 4px 0px 0px;
    padding: 3px;
    width: 196px;
    height: 361px;
}

.mvc #index.classicCompact fieldset img {
    margin: 2px 0px 0px 2px;
}

li#menuItemDesigns {
 display:none;
}

.mvc #index.classicCompact fieldset h3.small-gap-down {
  visibility:hidden;
  height: 10px;
  width:196px;
}

/* more follows at the end (to override the zeropoint definitions) */




/* customized version of zeropoint */

.book-navigation .menu {
	border-top: 1px solid #888;
	padding: 1em 0 0 3em;
}
.book-navigation .page-links {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	padding: 0.5em;
}
.book-navigation .page-previous {
	text-align: left;
	width: 42%;
	display: block;
	float: left;
}
.book-navigation .page-up {
	margin: 0 5%;
	width: 4%;
	display: block;
	float: left;
}
.book-navigation .page-next {
	text-align: right;
	width: 42%;
	display: block;
	float: right;
}
#book-outline {
	min-width: 56em;
}
.book-outline-form .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
#edit-book-bid-wrapper .description {
	clear: both;
}
#book-admin-edit select {
	margin-right: 24px;
}
#book-admin-edit select.progress-disabled {
	margin-right: 0;
}
#book-admin-edit tr.ahah-new-content {
	background: #ffd;
}
#book-admin-edit .form-item {
	float: left;
}
.node-unpublished {
	background: #fff4f4;
}
.preview .node {
	background: #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;
}
.node-form .form-text {
	display: block;
	width: 95%;
}
.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;
}
.terms-inline {
	display: inline;
}
.poll .bar {
	height: 1em;
	margin: 1px 0;
	background: #ddd;
}
.poll .bar .foreground {
	height: 1em;
	float: left;
	background: #000;
}
.poll .links {
	text-align: center;
}
.poll .percent {
	text-align: right;
}
.poll .total {
	text-align: center;
}
.poll .vote-form {
	text-align: center;
}
.poll .vote-form .choices {
	text-align: left;
	margin: 0 auto;
	display: table;
}
.poll .vote-form .choices .title {
	font-weight: bold;
}
.node-form #edit-poll-more {
	margin: 0;
}
td.poll-chtext {
	width: 80%;
}
td.poll-chvotes .form-text {
	width: 85%;
}
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;
}
body.drag {
	cursor: move;
}
th.active img {
	display: inline;
}
tr.even, tr.odd {
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
	background: #eee;
}
tr.drag {
	background: #fffff0;
}
tr.drag-previous {
	background: #ffd;
}
td.active {
	background: #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(291434_t.png) no-repeat 11px center;
}
div.tree-child-last {
	background: url(291434_t.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background: url(291434_t.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 #0a0;
}
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;
	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 {
	display: inline;
	list-style-type: none;
	padding: 0.5em;
	background: none;
}
.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 {
	width: 14em;
	font: inherit inherit;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
	width: 8em;
}
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 {
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
	background: #ddd;
}
ul.primary li.active a {
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
	background: #fff;
}
ul.primary li a:hover {
	border-color: #ccc;
	border-bottom-color: #eee;
	background: #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: url(throbber.gif) no-repeat 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(291434_m.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
	background: url(291434_m.png) 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(291434_g.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(291434_d.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(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(throbber.gif) no-repeat 0 -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;
	font-size: 0.85em;
	max-width: 500px;
}
div.password-description ul {
	margin-bottom: 0;
}
.password-parent {
	margin: 0;
}
input.password-confirm {
	margin-right: 10px;
}
.confirm-parent {
	margin: 5px 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(291434_m.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.collapsed {
	list-style-type: disc;
	list-style-image: url(291434_m.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.leaf {
	list-style-type: square;
	list-style-image: url(291434_m.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;
}
.profile dt {
	margin: 0 0 0.2em;
	font-weight: bold;
}
.profile dd {
	margin: 0 0 1em;
}
.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;
}
.advanced-help-topic dd {
	margin-bottom: .5em;
}
.advanced-help-topic span.code {
	padding: 1px;
	background: #EDF1F3;
	font: 0.9em "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
}
.advanced-help-topic .content-border {
	border: 1px solid #AAA;
}
a.ext {
	background: url(291434_e.png) right center no-repeat;
	padding-right: 12px;
}
a.mailto {
	background: url(291434_m.png) right center no-repeat;
	padding-right: 12px;
}
.rteindent1 {
	margin-left: 40px;
}
.rteindent2 {
	margin-left: 80px;
}
.rteindent3 {
	margin-left: 120px;
}
.rteindent4 {
	margin-left: 160px;
}
.rteleft {
	text-align: left;
}
.rteright {
	text-align: right;
}
.rtecenter {
	text-align: center;
}
.rtejustify {
	text-align: justify;
}
.filefield-icon {
	float: left;
	margin-right: 0.4em;
}
.filefield-element {
	margin: 1em 0;
	white-space: normal;
}
.filefield-element .widget-preview {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	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;
}
.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;
}
.filefield-generic-edit .filefield-icon {
	float: left;
	margin-right: 0.7em;
	margin-top: 0.3em;
}
.filefield-generic-edit-description {
	margin-right: 6em;
}
.filefield-generic-edit .form-text {
	width: 99%;
}
.filefield-generic-edit .description {
	white-space: normal;
	margin-bottom: 0;
	overflow: auto;
}
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(star0000.gif) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
	display: block;
	width: 100%;
	height: 100%;
	background: url(star0000.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
	display: block;
	width: 100%;
	height: 100%;
	background: url(star0000.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(delete00.gif) no-repeat 0 -16px;
	text-decoration: none;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
	background: url(star0000.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;
}
.og-picture-wrapper {
	border-bottom: 1px dotted;
	padding: 5px 0;
	text-align: center;
}
.og-picture-wrapper .picture {
	float: none;
}
#block-og-5 div.item-list ul {
	padding: 0;
	margin: 0;
}
#block-og-5 div.item-list ul ul li {
	margin: 0;
}
#block-og-0 .form-item {
	margin-bottom: .4em;
}
#block-og-0 h2 a {
	text-decoration: none;
}
.groups .links {
	display: inline;
}
.view-id-og_members_faces table td, .view-id-og_members_block {
	text-align: center;
	vertical-align: bottom;
}
.view-id-og_members_block .item-list ul li {
	border-top: #CCC 1px dotted;
	padding-top: 4px;
	list-style: none;
	background: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: -1em;
}
.view-id-og_members_faces tr.row-first td, .view-id-og_members_block ul li:first-child {
	border-top: none;
}
.view-id-og_members_faces div.picture, .view-id-og_members_block div.picture {
	float: none;
}
.views-field-is-admin {
	font-style: italic;
}
body.layout-left-main-right .outer, body.layout-left-main .outer {
	margin-left: 204px;
}
body.layout-left-main-right .outer, body.layout-main-right .outer {
	margin-right: 278px;
}
.float-wrap {
	float: left;
	width: 100%;
}
.colmain {
	float: right;
	width: 100%;
}
.colleft {
	float: left;
	position: relative;
	width: 204px;
	margin-left: -204px;
}
.colright {
	float: right;
	position: relative;
	width: 278px;
	margin-right: -278px;
}
#sidebar-left, #sidebar-right {
	position: relative;
	margin: 0;
}
#sidebar-left {
	width: 184px;
}
#sidebar-right {
	width: 258px;
}
#sidebar-left .block, #sidebar-right .block, #mission, .comment, blockquote, #search .form-text, #search .form-submit {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navlist.links a, #navlinks ul li a {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-radius-topright: 7px;
	-khtml-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
#navlinks li ul a {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.upload_attachments a {
	background: url(291434_a.png) no-repeat;
	padding-left: 20px;
}
.comment_comments a {
	background: url(291434_c.png) no-repeat;
	padding-left: 20px;
}
li.comment_delete a {
	background: url(291434_t.png) no-repeat 0 2px;
	padding-left: 15px;
}
li.comment_edit a {
	background: url(291434_e.png) no-repeat 0 2px;
	padding-left: 15px;
}
li.comment_reply a {
	background: url(291434_r.png) no-repeat 0 2px;
	padding-left: 15px;
}
.book_add_child a {
	background: url(291434_p.png) no-repeat left center;
	padding-left: 20px;
}
.print_html a, .print a, .book_printer a {
	background: url(291434_p.png) no-repeat left center;
	padding-left: 20px;
}
.comment_add a {
	background: url(291434_c.png) no-repeat left center;
	padding-left: 20px;
}
.print_mail a, .book_mail a {
	background: url(291434_m.png) no-repeat left center;
	padding-left: 20px;
}
.terms li.first, .terms ul.taxonomy {
	background: url(291434_t.png) no-repeat left top;
	padding-left: 20px;
	margin: 10px 0;
}
#sidebar-left a.active, #sidebar-right a.active {
	background: url(291434_c.png) no-repeat right;
	padding-right: 20px;
}
#sidebar-left .block-image a.active, #sidebar-right .block-image a.active {
	background: none;
	padding: 0;
}
.node_read_more a {
	background: url(291434_r.png) no-repeat left center;
	padding-left: 15px;
}
.more-link a {
	background: url(291434_m.png) no-repeat left center;
	padding-left: 15px;
	font-size: 9px;
}
.blog_usernames_blog a {
	background: url(291434_u.png) no-repeat left center;
	padding-left: 20px;
}
body {
	margin: 0;
	padding: 0;
	font: 83%/125% sans-serif, Arial, Verdana, Helvetica;
}
.page {
	padding: 0 480px;
}
.sizer {
	margin: 0 auto;
	padding: 0;
	width: 40%;
	max-width: 160px;
}
.expander0 {
	margin: 0 -480px;
	min-width: 920px;
	position: relative;
	min-height: 1px;
}
#middlecontainer img {
	max-width: 100%;
}
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
h1, h2 {
	padding-bottom: 5px;
	margin: 10px 0;
}
h3, h4, h5, h6 {
	margin: 15px 0 0;
}
h1 {
	font-size: 160%;
	line-height: normal;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: 1px solid #ccc;
}
pre {
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
	background: #eee;
}
.links {
	margin: 0;
}
.comment .links {
	margin-bottom: 0;
}
table {
	font-size: 1em;
}
tbody {
	border: none;
}
tr.odd td, tr.even td {
	padding: 0.3em;
}
table.sections {
	width: 100%;
	padding: 0;
}
#section1 td.section, #section2 td.section {
	padding: 10px 20px 0;
}
#above {
	padding: 0 20px;
	min-height: 20px;
}
#header, #content {
	width: 100%;
}
#header .block {
	padding: 0;
	margin: 0 15px 5px;
}
#top-elements {
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	width: 470px;
}
#banner .block {
	margin: 10px 0;
	padding: 0;
	float: right;
}
#logo img {
	padding: 0;
	margin: 0;
}
#site-name {
	margin: 0 0 0 35px;
	padding: 30px 0 0;
}
#site-name a, #site-name a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 185%;
}
#mission {
	font-weight: normal;
	padding: 1em 1em 0.75em 2em;
	margin: 10px 0 20px;
	font-size: 85%;
}
#mission a, #mission a:visited {
	font-weight: normal;
	text-decoration: underline;
}
#zfooter ul.links li.first, ul.links li.first {
	border: none;
}
#zfooter .block ul, #zfooter ul.links li.first {
	margin-left: 0;
	padding-left: 0;
}
#middlecontainer {
	padding: 1px 0 0;
}
#wrapper {
	position: relative;
	width: 100%;
}
#main {
	padding: 10px 20px;
	overflow: visible;
}
#main .block {
	padding-top: 10px;
}
#zfooter {
	text-align: center;
	margin: 0;
	padding: 5px 44px;
}
#zfooter .block {
	padding: 0;
	margin: 0;
}
#header .block h2, #zfooter .block h2 {
	display: none;
}
.title, .title a {
	font-weight: bold;
	margin: 0 auto;
}
.submitted {
	font-size: 0.8em;
}
.box {
	padding: 0 0 1.5em;
}
.block {
	padding-bottom: 0.75em;
	margin-bottom: .5em;
}
.section .block, .section .box {
	padding: 0;
	margin-bottom: 15px;
}
.block .title {
	margin-bottom: .25em;
}
.node {
	margin: .5em 0 2em;
}
.node .content, .comment .content {
	margin: .5em 0;
}
.node .terms {
	font-size: 0.8em;
	padding-left: 0.6em;
}
.node .terms a {
	font-weight: normal;
}
.terms ul.taxonomy ul.vocab-list, .terms ul.taxonomy li.vocab-term {
	display: inline;
	padding: 0;
	margin: 0;
}
.terms ul.taxonomy li.vocab {
	list-style: none;
	font-weight: bold;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.error {
	border-color: red;
}
.comment {
	padding: .5em;
	margin-bottom: 1em;
}
.comment .title a {
	font-weight: normal;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.node .picture, .comment .picture {
	float: right;
	padding: 0.5em;
}
#aggregator .feed-source {
	padding: 1em;
	margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .title {
	margin-bottom: 0.5em;
}
#aggregator h3 {
	margin-top: 1em;
}
#forum table {
	width: 100%;
}
#forum td {
	padding: 0.5em;
}
#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}
.block-forum h3 {
	margin-bottom: .5em;
}
#profile .profile {
	clear: both;
	padding: .5em;
	margin: 1em 0;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
#user-login-form, div.toboggan-login-link-container, div.user-login-block, .block-logintoboggan {
	text-align: center;
}
#user-login-form .item-list {
	text-align: left;
}
#user-login-form ul li.openid-link, #user-login-form ul li.user-link {
	padding: 5px 0 0 20px;
	margin-left: 0;
	list-style-type: none;
}
.legal {
	margin: 5px auto 0;
	padding: 0 90px;
}
.xmll {
	position: relative;
	float: right;
	margin-top: -16px;
	padding-right: 15px;
}
.by {
	float: right;
	clear: both;
	font-size: 75%;
}
body.in-maintenance #main {
	padding: 55px 115px 120px;
}
#skip-nav {
	display: none;
}
#skip-nav a, #skip-nav a:hover, #skip-nav a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip-nav a:active, #skip-nav a:focus {
	position: static;
	width: auto;
	height: auto;
}
.block-i18n, .block-translation {
	padding: 0 !important;
	margin: 5px !important;
}
.block-i18n .item-list li, .block-translation .item-list li {
	list-style-type: none;
	margin: 0 0 0 22px;
}
.book-navigation .menu {
	border-top: none;
}
.book-navigation .page-up {
	width: 5%;
}
.panel-col-top .node .content {
	background: none;
}
.block-image .content {
	text-align: center;
	padding: 0 !important;
}
ul.images li h3 {
	display: none;
}
ul.galleries li, ul.images li {
	background: none;
	border: none;
}
body.mceContentBody {
	background: #eee !important;
	font-size: 14px;
}
body.mceContentBody a:link {
	font-weight: normal;
}
.view .view-comments-recent .views-field-subject {
	font-weight: bold;
}
.view .views-admin-links li {
	background: transparent !important;
}
#middlecontainer #gmaplocation_map img {
	max-width: none;
}
#topex {
	z-index: 1;
}
#top_bg {
	background: transparent url(291434_f.png) 0 100% repeat-x;
}
#top_left {
	background: transparent url(291434_g.png) 0 100% no-repeat;
}
#top_right {
	background: transparent url(291434_h.png) 100% 100% no-repeat;
	padding: 0 25px;
}
#body_bg {
	border-bottom: 1px solid #ddd;
}
#body_left {
	background: transparent url(291434_i.png) 0 0 repeat-y;
}
#body_right {
	background: transparent url(291434_j.png) 100% 0 repeat-y;
	padding: 0 25px;
}
body {
	color: #535353;
}
a, a:link, .title, .title a, .node .terms, #aggregator .news-item .categories, #aggregator .source, #aggregator .age, #forum td .name, div.admin-panel .description {
	color: #777;
}
#section1 {
	padding-top: 15px;
}
#sidebar-left {
	margin: 20px 0 20px 20px;
}
#sidebar-right {
	margin: 20px 20px 20px 0;
}
#sidebar-left .block, #sidebar-right .block {
	background: #fff url(291434_k.png) 0 100% repeat-x;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 15px;
}
#sidebar-left .block .title, #sidebar-right .block .title {
	padding: 6px 6px 6px 28px;
	margin: 0;
}
#sidebar-left .block .content, #sidebar-right .block .content {
	padding: 6px;
	margin: 0;
}
.front h2.title a {
	font-size: 160%;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: normal;
}
.not-front h1.title {
	font-size: 180%;
	padding: 10px 0;
	font-weight: normal;
}
h1, h2, h3 {
	color: #777;
}
#section1 td.section.divider, #section2 td.section.divider {
	border-left: 1px dashed #ddd;
}
#breadcrumb {
	padding-left: 20px;
	clear: both;
	font-size: 80%;
}
#breadcrumb, #breadcrumb a {
	font-weight: normal;
	color: #1e201b !important;
}
#breadcrumb .breadcrumb {
	padding: 0;
}
#bar {
	padding: 4px 0 3px;
}
#logo {
	float: left;
	margin: 0 15px 5px;
	padding: 0 0 0 10px;
}
#site-slogan {
	color: #000;
	padding: 3px 0 0;
	margin: 0;
}
#mission {
	color: #535353;
	border: solid 1px #ddd;
}
#search .form-item label, .block-search .form-item label {
	display: none;
}
#search {
	float: right;
}
#search .form-text, #search .form-submit {
	font-size: 12px;
	height: 22px;
	vertical-align: middle;
	border: 1px solid #555;
}
#search .form-text {
	width: 110px;
	padding: 0 0.4em;
}
#toplinks {
	margin-right: 10px;
	line-height: 22px;
	display: inline;
	font-size: 13px;
}
#toplinks, #toplinks a {
	color: #000 !important;
	font-weight: normal;
}
.submitted, .links {
	color: #3f3f3f;
}
.comment {
	border: 1px solid #d3d3d3;
}
.comment .title {
	padding: 10px 0 12px 19px;
	background: transparent url(291434_k.png) left center no-repeat;
}
.block .title {
	text-transform: uppercase;
}
.block-image .content {
	background: none !important;
}
#content-middle {
	margin-right: 20px;
	float: left;
}
#content-middle .block {
	padding: 10px 0 0;
}
#aggregator .feed-source {
	border: 1px solid #ccc;
	background: #eee;
}
#forum td.forum, #forum td.posts {
	background: #eee;
}
#forum td.topics, #forum td.last-reply {
	background: #ddd;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}
#forum td.container {
	background: #cdcdcd url(291434_f.jpg) right top no-repeat;
}
#forum td.container a {
	padding: 10px 0 10px 40px;
	background: transparent url(291434_k.png) left center no-repeat;
}
.signature p {
	font-size: 85%;
	margin: 7px 0;
}
blockquote {
	padding: 0 10px;
	border: 1px solid #ddd;
	font-style: italic;
	background: #eee;
}
blockquote a:link {
	text-decoration: underline;
}
.messages {
	padding: 0.3em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	background: #eee;
}
#profile .profile {
	border: 1px solid #abc;
}
.form-item label {
	font-size: 1em;
	color: #222;
}
.item-list .title {
	color: #222;
}
div.admin-panel .body {
	background: #f4f4f4;
}
div.admin-panel h3 {
	color: #abc;
	padding: 5px 8px 5px;
	margin: 0;
}
#belowme {
	padding: 5px 44px;
	text-align: center;
}
.by, .by a, .by a:hover {
	color: #ddd !important;
	text-decoration: none;
}
li.expanded {
	list-style-image: url(291434_m.png);
}
li.collapsed {
	list-style-image: url(291434_m.png);
}
#navlist2 {
	text-align: center;
}
.navleft {
	text-align: left;
	padding-left: 20px;
}
.navcenter {
	text-align: center;
}
.navright {
	text-align: right;
	padding-right: 20px;
}
.browser-opera #navlinks.navleft, .browser-opera #navlinks.navcenter, .browser-opera #navlinks.navright {
	text-align: left;
	padding-left: 20px;
}
#navlist.links li, #navlinks a {
	border: none;
	margin: 0;
	padding: 0;
}
#navlist.links a, #navlinks ul li a {
	border: none;
	padding: 6px 25px 5px;
	color: #fff !important;
	text-transform: uppercase;
	background: #777;
	font: normal !important 12px/25px "times new roman", sans-serif, Arial, Verdana, Helvetica;
}
#navlist li a:hover, #navlinks ul li a:hover {
	color: #777 !important;
	text-decoration: none;
	background: #dbdbdb !important;
}
#subnavlist.links li {
	border: none;
	margin: 0;
	padding: 0;
}
#subnavlist.links a {
	border: 1px solid #ddd;
	color: #444 !important;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	background: #eee;
}
#subnavlist li a:hover {
	text-decoration: none;
	background: #dbdbdb !important;
}
#navlist2 {
	margin-top: 15px;
}
#navlist2 a {
	color: #888 !important;
	font-weight: normal;
}
#navlist2 li a:hover {
	color: #000;
	text-decoration: none;
}
#navlist2 li a.active {
	color: #000;
}
ul.links li {
	border-left: 1px solid #d3d3d3;
}
.book-navigation .page-links {
	border-top: 1px dashed #d3d3d3;
	border-bottom: 1px dashed #d3d3d3;
}
.book-navigation {
	padding-top: 20px;
}
#main .content a {
	text-decoration: underline;
}
#attachments a {
	text-decoration: none !important;
}
#attachments a:hover {
	text-decoration: underline !important;
}
.book-navigation a {
	text-decoration: none !important;
}
.book-navigation a:hover {
	text-decoration: underline !important;
}
div.tabs + p + br + div#comments h2.comments {
	display: none;
}
div.body-field-wrapper div.teaser-checkbox {
	display: none;
}
table {
	width: 100%;
}
#section1 td.section, #section2 td.section {
	vertical-align: top;
}
#top_bg {
	background: transparent url(291434_f.png) 0 100% repeat-x;
}
#top_left {
	background: transparent url(291434_g.png) 0 100% no-repeat;
}
#top_right {
	background: transparent url(291434_h.png) 100% 100% no-repeat;
}
a, a:link, .title, .title a, .node .terms, #aggregator .news-item .categories, #aggregator .source, #aggregator .age, #forum td .name, div.admin-panel .description {
	color: #006aa4;
}
#sidebar-left .block, #sidebar-right .block {
	background: #fff url(291434_k.png) 0 100% repeat-x;
}
h1, h2, h3 {
	color: #005a84;
}
#navlist.links a, #navlinks ul li a {
	background: #005a84;
}
#navlist li a:hover, #navlinks ul li a:hover {
	color: #fff !important;
	background: #407697 !important;
}
#navlinks ul li.expanded a {
	background: #005a84 url(291434_n.png) 95% 50% no-repeat;
}
#navlinks li ul a:link, #navlinks li ul a:visited {
	background: #457fa2;
	border-left: 1px solid #4987ab;
	border-top: 1px solid #4987ab;
	border-right: 1px solid #005a84;
	border-bottom: 1px solid #005a84;
}
#navlinks ul.menu li ul.menu li.expanded a, #navlinks ul.menu li ul.menu li ul.menu li.expanded a, #navlinks ul.menu li ul.menu li ul.menu li ul.menu li.expanded a {
	background: #457fa2 url(291434_n.png) 100% 50% no-repeat;
}
#navlinks ul.menu li li.expanded ul.menu a, #navlinks ul.menu li li.expanded ul.menu li.expanded ul.menu a, #navlinks ul.menu li li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu a {
	background: #457fa2;
}
#navlinks li ul a:hover {
	color: #fff !important;
	background: #3f7494 !important;
}



/********** customized colors and stuff (Toni) *************/

#headerUserInformation {
   background: #f3f0eb;
outline:#e0e0e0 dotted 1px;
}

a.button {
  color: #ffffff;
}

div.colmain {
  float:none;
  margin: 15px auto 0 auto;
}

body.layout-main-right .outer {
margin-right:0;
}

/* let's explain things better to Opera, which is asleep at the cpu */
#navlist.links a {
	font: normal 12px/25px "times new roman", sans-serif, Arial, Verdana, Helvetica;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 6px 25px 5px;
}

#zfooter, #zfooter a {
	color: #888;
        font-size: 75%;
        font-weight: normal;
}

fieldset {
border-style: dotted;
}

#articleList fieldset
 {
border: 1px solid #c0c0c0;
}
#articleList fieldset img,
#articleList fieldset div.articlePrice
 {
border: 1px solid #ffffff;
}

ul#menu li {
border-right: 1px solid #ffffff;
}

#headerUserInformation ul.right li,
#headerUserInformation ul.left li {
border-left: 1px solid #ffffff;
}
/******** aggiunte per posizionare per benino il logo e le scritte a lato *****/

#name-and-slogan {
float:left;
padding-top: 24px;
}
#site-name {
margin-left: 0px;
padding-top: 5px;
}

#logo {
margin: 8px 15px 11px 15px;
}

.error, .info, .pending, .success
{
margin-top: 2.5em;
}

/* IE polishing */
ul#menu li#menuItemHelp + li {display:none;}
