﻿body {
  margin: 0;
  padding: 0;
  background-color: #303;
  color: #ff9428;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 100%;		
}
#pageWrap {
  font: 90% Trebuchet, Arial, Helvetica, sans-serif;
  width: 100%; /* px;*/
  background-color: #303;
  color: #ff9428;
  background-image: url('/sites/all/themes/psyshine/images/main-bg.jpg'); 
}

.center {
  text-align: center;
}

.two-sidebars #outerColumn {
  margin-left: 15em;
  margin-right: 15em;
  border-right: 15em solid #303;*/
}
.sidebar-right #outerColumn {
  margin-right: 15em;
}
.sidebar-left #outerColumn {
  margin-left: 15em;
}
#innerColumn {
  width: 100%;
}
#soContainer {
  float: left;
  width: 100%;
}
#header {
  background: url('/sites/all/themes/psyshine/images/header_pattern.jpg'); repeat-y;
}
#content {
  float: right;
  width: 100%;
  color: #ff9428;
}
div.node {
  margin: 0px 7px 20px 5px;
  padding: 10px;
  border: 1px #ff9428 solid;
  background-color: #303;
  width: 96%;
}
#leftCol {
  float: left;
  margin-left: -15em;
  width: 15em;
}
#rightCol {
  float: right;
  margin-right: -15em;
  width: 15em;
}
#footer {
  border-top: 1px solid #A697FE;
  color: #ff9428;
  font-weight: bold;
  font-size: 0.9em;
  padding-bottom: 30px;
}
.footer_left {
  width: 100%;
  text-align: center;
}
#footer ul.links li {
  padding: 0 0 0 0.5em;
}
.footer_right {
  float: right;
  width: 45%;
  font-weight: normal;
  text-align: right;
}
#footer a:link, #footer a:visited, #footer a:hover {
  color: #ff9428;
}
#footer .footer_right a {
  font-weight: normal;
}
#header .inside {
  padding: 1px 0 0 0px;
}
#content .inside {
  padding: 0px 0.5em 10px 0.5em;
}
#leftCol .inside {
  padding: 12px 0 10px 10px;
  position: relative;
}
#rightCol .inside {
  padding: 12px 10px 10px 0;
  position: relative;
}
#footer .inside {
  padding: 10px;
}
.clr {
  clear: both;
}
* html #soContainer, * html #content, * html #leftCol, * html #rightCol, * html .tabs {
  overflow: visible;
  position: relative;
}
* html .block, * html .mission, * html .sticky, * html .comment, * html #profile .profile {
  height: 0.01%;
}
* html .poll input {
  position: static;
}
*+html .poll input {
  top: 1px;
}
* html .tabs .primary {
  height: 17px;
}
* html .tabs a {
  float: left;
  margin-bottom: -1px;
}
*+html .tabs .primary {
  height: 17px;
}
*+html .tabs a {
  float: left;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #A697FE;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #A697FE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
  margin: 2px 0 4px 0;
}
h1 {
  font-size: 1.6em;
  color: #A697FE;
  text-align: center;
}
h2 {
  font-size: 1.25em;
  color: #ff9428;
}
h3 {
  font-size: 1.1em;
  color: #ff9428;
}
h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-bottom: 0.9em;
  line-height: 1.5em;
  color: #ff9428;
}
label {
  cursor: pointer;
}

input, select, textarea {
  font: 100% Trebuchet, Arial, Helvetica, sans-serif;
  background-color: #303;
  color: #ff9428;	
  border: 1px #A697FE solid;
}
input[type="radio"] {
  border: 0px;
}
textarea.form-textarea {
  color: #ff9428;
}  

select.form-select {
  width: 200px;

}

td {
  vertical-align: top;
}

.header_left {
  float: left;
}

/*#header img {
  float: left;
}*/

#header img#header_logo {
  position: absolute;
  left: 20px;
  top: 30px;
}

#header.header_text {
  float: left;
  margin-top: 130px;
  margin-left: 100px;
}

.site-name {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.site-name a:link, .site-name a:visited {
  color: #ff9428;
}
.site-slogan {
  font-size: 14px;
  color: #ff9428;
  font-style: normal;
  font-weight: bold;
  margin-top: 50px;
  margin-left: 130px;
}
.header_right {
  float: right;
}
.search {
  height: 40px;
  text-align: right;
  padding-right: 10px;
  margin-top: -20px;
}

.form-submit {
  background-color: #ff9428;
  color: #303;  
}

.node-form .form-text {
  width: auto;
}

.marker, .form-required {
  color: #fff;
}

#header #search label {
  color: #303;
}
#header #search .form-text, #header #search .form-submit {
  border: 1px solid #275;
  font-size: 11px;
}

#header #search .form-text {
  width: 8em;
  padding: 1px 2px 1px 2px;
}
#navlist {
  margin-bottom: 2px;
  font-size: 15px;
  padding-top: 20px;
  text-align: center;
  padding-right: 10px;
}
#header ul.links li {
  padding: 0 0 0 0.5em;
}
#navlist a {
  font-weight: bold;
  color: #303;
}
#subnavlist {
  text-align: left;
  margin: 5px;
  font-size: 14px;
}
#subnavlist a {
  color: #ff9428;
}
#navlist a.active {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
#subnavlist a.active {
  font-weight: bold;
  background-color: transparent;
  color: #fff;
}
#subnavlist li {
  margin: 15px;
}

div.hr {
  height: 17px;
  background-image: url('/sites/all/themes/psyshine/images/hr.png'); /*repeat-x scroll center;*/
  margin: 0px 7px 15px 5px;
  padding: 0px 10px;
  width: 96%;
}

div.hr hr {
  display: none;
}

.mission {
  padding: 1.5em 2em;
  color: #ff9428;
  margin-bottom: 1em;
}
.mission a:link, .mission a:visited {
  color: #ff9428;
}
.node .content, .comment .content {
  line-height: 1.5em;
  color: #ff9428;
}

div.content div.field {
  padding: 10px 0 10px 0;
}

div.view-content tr.even, div.view-content tr.odd {
  text-align: center;
}

div.view-content tr.even {
  background-color: #304;
}
div.view-content tr.odd {
  background-color: #303;
}

td.active {
  background-color: #440154;
}

div.content div.field-items div.field-item.odd div.view-header  {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

div.content div.field-items div.field-item.odd div.view-empty  {
  text-align: center;
}

.views-exposed-widgets {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

div.view.view-music-section div.views-row div.views-field-title {
  font-size: 18px;
  padding: 5px 0 15px 0;
}

div.view.view-music-section div.views-row div.views-field-type {
  font-size: 12px;
}

form#views-exposed-form-music-section-page-1, form#views-exposed-form-scene-page-1, form#views-exposed-form-art-section-page-1 {
  display: none;
}

div.view-music-section div.view-header, div.view-scene div.view-header, div.view-art-section div.view-header {
  margin: 20px;
  text-align: center;
}

a.active {                                                                                                                     
  color: #fff;                                                                                                                                        
}

div.block-statistics h3 {
  font-size: 12px;
  text-align: center;
}  

#edit-vote-wrapper {
  padding-top: 40px;
}

div.fivestar-widget .star a {
  background: transparent url('/sites/all/themes/psyshine/images/min_star.png') no-repeat scroll 0 0;
}

div.fivestar-widget-static .star {
  background: transparent url('/sites/all/themes/psyshine/images/min_star.png') no-repeat scroll 0 0;
}

div.field-type-relevant-content {
  background-color: #440154;
  font-size: 13px;
  margin: 50px 10px 20px;
  border: 1px dotted #A697FE
}

div.field.field-type-relevant-content.field-field-page-relevant-content, div.field.field-type-relevant-content.field-field-news-relevant-content,
div.field.field-type-relevant-content.field-field-mix-relevant-content, div.field.field-type-relevant-content.field-field-release-relevant-content,
div.field.field-type-relevant-content.field-field-artist-relevant-content, div.field.field-type-relevant-content.field-field-dj-similar-content,
div.field.field-type-relevant-content.field-field-promogroup-relevant-contan, div.field.field-type-relevant-content.field-field-promoter-relevant-content,
div.field.field-type-relevant-content.field-field-label-relecant-content, div.field.field-type-relevant-content.field-field-party-relevant-content,
div.field.field-type-relevant-content.field-field-vj-relevant-content, div.field.field-type-relevant-content.field-field-designer-relevant-content,
div.field.field-type-relevant-content.field-field-blog-relevant-content, div.field.field-type-relevant-content.field-field-article-relevant-content,
div.field.field-type-relevant-content.field-field-photoreport-relevant-content, div.field.field-type-relevant-content.field-field-radioshow-relevant-content {
  padding: 20px;
}  

.help {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: bold;
}
.breadcrumb {
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.tabs {
  margin-bottom: 1em;
}
.messages {
  /*background-color: #303;*/
  border: 1px solid #A697FE;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: #f00;
}
tr.odd td, tr.even td {
  padding: 0.3em; 
  border: 1px solid #ff9428;
  /*text-align: center;*/
}

td.views-field-name {
  text-align: center;
}

fieldset {
  border: 1px solid #A697FE;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #A697FE;
}
table {
  font-size: 1em;
  margin: auto;
}

table.views-table {
  border: 1px #A697FE solid;
}

thead th {
  background-color: #ff9428;
  background-image:url(/sites/all/themes/psyshine/images/blockheader-bg.png);
  color: #303;
  text-align: center;
  border: 1px solid #ff9428;
  height: 30px;
  font-size: 12px;
}

thead th a, thead th a:visited {
  color: #303;
  font-size: 12px;
}

thead th.active a {
  color: #fff;
}

.form-item label {
  font-size: 1em;
  color: #ff9428;
}
#content .item-list {
  font-size: 0.9em;
  margin: 1em 0;
  border-bottom: 1px solid #A697FE;
}
.item-list .title {
  font-size: 1em;
  color: #A697FE;
}

.form-checkboxes .form-item, .form-radios .form-item {
  display: block;
}

#leftCol .item-list ul, #rightCol .item-list ul {
  margin: 1em 0 0;
}
#leftCol .item-list ul li, #rightCol .item-list ul li {
  margin-left: 0.5em;
}
div.links {
  clear: both;
  color: #ff9428;
  font-size: 0.9em;
}
/*div.view {
  margin: 15px 5px 15px 15px; 
}*/

div.view-id-nearest_paqrties {
  margin: 15px 5px 15px 10px;
}

div.views-field-field-flyer-front-fid {
  height: 150px;
}

div.pane-views-nearest-paqrties-block-1 div.view-empty {
  text-align: center;
}

div.view-id-latest_photoreports {
  margin: 15px 5px 15px 15px;
}

table.views-table {
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  /*vertical-align: middle; */
}

.views-table td {
  vertical-align: middle; 
}



.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 30px;
  margin-bottom: 20px;
}

div#mini-panel-latest_photoreports div.view-footer {
  margin-top: 75px;
  margin-left: 15px;
  text-align: center;
}
div#mini-panel-nearest_parties div.view-footer {
  margin-left: 15px;
  margin-bottom: 21px;
  text-align: center;
}

.sticky {
  padding: 0.5em;
  border: solid 1px #A697FE;
  margin-top: 0;
}
.node .content, .comment .content {
  margin: 0.5em 0 0.5em 0;
}
.node .taxonomy {
  color: #ff9428;
  font-size: 0.8em;
  text-align: left;
}
.submitted {
  font-size: 0.85em;
  font-style: italic;
}
.comment .submitted {
  font-size: 0.9em;
}
.comment {
  border: 1px dotted #A697FE;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 0.9em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  float: right;
  color: #FF9428;
}
.signature {
  padding: 0.5em;
  font-size: 0.9em;
  background-color: #A697FE;
  margin: 1em;
}
.node .picture, .comment .picture {
  float: right;
}
.comment div.links ul.links, .comment div.links ul.links li {
  display: inline;
}

#subnavlist li {
  display: block;
}

.preview .node {
  background-color: transparent;
}

.node-unpublished {
  background-color: transparent;
}

ul.links li {
  padding: 0;
}




/* Module specific styles*/
#aggregator .feed-source {
  border: 1px solid #A697FE;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator h2 {
  padding: 1em 0;
}
#aggregator .feed-item, #aggregator .links {
  border-bottom: 1px solid #A697FE;
  padding-bottom: 1em;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #ff9428;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
  margin: 1.5em 0;
}
#forum tr td.forum {
  background-position: 2px 0.5em;
}
#forum td {
  padding: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #A697FE;
}
#forum td.container {
  background-color: #A697FE;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#forum .links {
  font-size: 0.9em;
  text-align: right;
}
.block-forum h3 {
  margin-bottom: 0.5em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: 0.5em;
  margin: 1em 0em 1em 0em;
}
.profile h3 {
  border: none;
  margin-bottom: 1em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
#profile .profile .field {
  font-size: 0.9em;
  font-style: italic;
}
#book-outline {
  min-width: 1em;
  width: auto;
}
div.admin .left, div.admin .right {
  margin: 0;
  width: 49%;
}
div.admin-panel {
  padding: 10px 0;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #303;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
.poll .vote-form {
  text-align: left;
}
.poll input {
  float: left;
  position: relative;
  top: 2px;
}
.poll .vote-form .choices {
  display: block;
}
.block-poll div.title {
  font-size: 1.1em;
  color: #ff9428;
}
.poll .total {
  text-align: left;
  margin-left: 11px;
}
#poll-view-voting input#edit-vote, #poll-cancel-form input#edit-submit {
  margin: 10px;
}
li.statistics_counter {
  float: left;
  margin-right: 5px;
}
div#block-poll-0 input#edit-vote-1 {
  margin-bottom: 5px;
  margin-left: 27%;
}
div#block-poll-0 div.bar, div#block-poll-0 div.foreground {
  height: 0.5em;
}
.poll .bar {
  background-color: #440154;
  border: 1px dotted #A697FE;
}
.poll .bar .foreground {
  background-color:#ff9428;
}
div.block.block-poll .poll .bar {
  background-color: #330033;
  border: 1px solid #330033;
}
div.node div.content div.poll {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
div.block-simplenews a.feed-icon {
  float: right;
}
div.block-simplenews form {
  margin-bottom: 5px;
}
div.block-simplenews div.issues-link {
  display: inline;
}
#user-login-form {
  text-align: left;
}
.block #user-login-form ul {
  padding: 0;
}
div#prs_radio_container {
  margin: 20px;
}
#leftCol .item-list ul li.openid-link, #rightCol .item-list ul li.openid-link, #leftCol #user-login-form .item-list ul li, #rightCol #user-login-form .item-list ul li {
  margin-left: 0;
  list-style-type: none;
}
#user-login-form li.openid-link, #user-login li.openid-link {
  padding-left: 1.5em;
  background-position: left center;
  margin-left: 0;
}

.block, .box {
  padding: 0 0 1.5em 0;
  /*border: 1px #ff9428 solid;*/
}
.block {
  font-size: 13px;
  /*border-top: 1px solid #A697FE;*/
  /*border-bottom: 1px solid #A697FE;*/
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  /*background-color: #303;*/
}
#block-block-1 ul {
  margin-left: 6px;
}

div.block#block-block-3 {
  font-size: 12px;
}

#footer .block {
  border: none;
  padding-bottom: 0;
  margin: 10px 0 0;
  /*background-color: #f8f8ff;*/
}
.block h2.title {
  font-size: 13px;
  color: #303;
  background-color: #ff9428;
  background-image:  url('/sites/all/themes/psyshine/images/blockheader-bg.png'); repeat-x;
  border-width: 1px;
  border-color: #ff9428;
  border-style: solid solid none solid;
  text-align: center;
  margin: 0 0 0em 0;
  padding: 7px 2px 7px 4px;
/*  height: 25px;*/
}
#footer .block h2.title {
  color: #ff9428;
  background-color: #303;
  margin: 0;
  padding: 0;
}

.block .content {
  padding: 5px;
  background-color: #440154; /*520066;*/
  border: 1px #ff9428 solid;
  overflow: hidden;
  /*border-top: 0px; */
}

.box .content {
  padding: 5px;
  background-color: #440154; /*520066;*/
  border: 1px #A697FE solid;
}

.block-submenu {
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}

div#block-block-7 a {
  font-size: 10px;
}

div.block.block-ad {
  margin: 50px 0 0;
  padding: 0;
  display: block;
  float: right;
  position: absolute;
  left: 480px;
  background-color: transparent;
}

div.block.block-ad div.content {
  display: inline;
  width: 400px;
  vertical-align: middle;
  border-color: transparent;
  background-color: transparent;
}

div.block.block-ad div.content a img {
  background-color: transparent;  
  /*padding-top: 60px;*/
  margin-right: 50px;
}

div#block-block-12 {
  border: medium none;
  left: 450px;
  position: absolute;
  top: 180px;
}

div#block-block-12 div.content {
  border: none;
}


li.addthis {
  float: right;
  margin-right: 20px;
}

#footer .block .content {
  padding: 2px 0;
  background-color: transparent;
  border-color: transparent;
}
#footer ul.menu {
  text-align: center;
  display: inline;
}

#footer ul.menu li {
  display: inline;
}

#footer ul.menu a {
  text-decoration: underline;
}

#footer ul.menu li a.active {
  color: #FFF;
  text-decoration: none;
}

.box .title {
  font-size: 1.1em;
}
.powered {
  font-size: 0.8em;
}

ul.primary {
  color: #A697FE;
  background-color: #303;
}

ul.primary li a {
  background-color: #303;
}

ul.primary li.active a {
  background-color: #440154;
}

ul.primary li a:hover {
  background-color: #440154;
}

li a.active {
  color: #fff;
}

li.collapsed {
  list-style-image: url('/sites/all/themes/psyshine/images/menu/menu-collapsed.gif');
}

li.expanded {
  list-style-image: url('/sites/all/themes/psyshine/images/menu/menu-expanded.gif');
}

ul.menu li.first.dhtml-menu > a#dhtml_menu-11 {
  color: #ff9428;
  font-size: 18px;
}

div.taxonomy a.active {
  color: #A697FE;
}

.navigation {
  margin-top: 198px;
  background-image: url('/sites/all/themes/psyshine/images/main_menu_pattern.gif');
/*  background-repeat: repeat-x;*/ 
  background-position: center top; 
  /* background-color: rgb(50, 0, 50); */
  height: 47px;
}

html.js fieldset.collapsed legend a {
  background-image: url('/sites/all/themes/psyshine/images/menu/menu-collapsed.gif');
}

dl.adr {
  margin-top: 15px;
}

div.intro {
  padding: 2px 0px 0px 0px; 
  width: 100%; 
  height: auto ! important; 
  min-height: 380px;
}

div#block-panels_mini-nearest_parties {
  width: 48%;
  display: inline;
  float: left;
  /*margin: 10px 11px 0px 5px;*/
  margin-top: 10px;
  margin-right: 22px;
  margin-left: 4px;
}

div#block-panels_mini-latest_photoreports {
  width: 48%;
  display: block;
  float: left;
  /*margin: 10px 5px 0px 0px;*/
  margin-top: 10px;  
  clear: right;
}

/*table.views-view-grid {
  width:70%; 
  margin-left:15%; 
  margin-right:15%;
}*/


div#block-panels_mini-nearest_parties td, div#block-panels_mini-latest_photoreports td {
  /*padding: 5px 10px 0px 15px;*/
  width: 170px; 
}

div#block-panels_mini-nearest_parties div.views-field-title, div#block-panels_mini-latest_photoreports div.views-field-field-photoreport-related-to-nid {
  margin-top: 10px;
}

div#block-panels_mini-nearest_parties table.views-view-grid, div#block-panels_mini-latest_photoreports table.views-view-grid {
  /*width: 100%;*/
  margin-right: auto;
  margin-left: auto;
}

div#block-panels_mini-nearest_parties div.views-field-field-partyaddress-is-primary br {
  display: none;
}

div#block-panels_mini-nearest_parties div.views-field-field-partyaddress-is-primary dd {
  display: block;
  font-size: 11px;
  max-width: 150px;
}

div#block-panels_mini-nearest_parties div.content {
  padding: 0px;
  min-height: 335px; 
  height: auto!important;
  height: 335px;
}

div#block-panels_mini-latest_photoreports div.content {
  padding: 0px;
  min-height: 335px; 
  height: auto!important;
  height: 335px;
}

div.view-id-nearest_paqrties div.vcard dl.adr dt {
  display: none;
}

div.view-id-nearest_paqrties div.vcard {
  font-size: 11px;
}

div.field.field-type-viewfield.field-field-designer-parties {
  clear: both;
  display: block;
}  

div.field-type-filefield div.field-items {
  text-align: center;
}

div.field-field-dj-photo div.field-item {
  display: block;
  clear: none;
}

div.field-field-dj-photo div.field-item img {
  padding: 15px;
  vertical-align: middle;
}

div.field-type-addresses-cck div.vcard {
  margin-top: -15px;
} 

div.field-field-designer-gallery p {
  display: block;
  clear: left;
  padding-top: 50px;
  text-align: center;
}

div.field-field-photoreport-photos ul {
  margin-left: auto;
  margin-right: auto;
}

h3.links_weblink_section {
  display: none;
}  

.links_weblink_category {
  font-size: 11px;
}

li.links_weblink_category_child a {
  font-size: 12px;
}

#links-weblink-page-form table {
  width: 100%;
}

#links-weblink-page-form table td {
  border: none;
}

#links-weblink-page-form table tr {
  border: none;
}

#links-weblink-page-form table tbody {                                                                                               
  border: none;                                                                                                                   
}

/* ADMIN */

div.admin-dependencies, div.admin-required {
  color: #ff9428;
}

div#soContainer table tr.even, div#soContainer table tr.odd {
  color: #ff9428;
  background-color: #303;
  /*border-bottom: 1px solid #CCCCCC;*/
  padding: 0.1em 0.6em;
}

div#modalContainer div {
  font-family:Arial,Helvetica,sans-serif;
}

div.warning, tr.warning {
  color: #ff9428;
  background-color: #440154;
  background: #440154 none repeat scroll 0 0 ;
}

div.error, tr.error {
  color: #ff9428;
  background-color: #440154;
}

.update tr.warning .version-recommended {
  background: #440154 none repeat scroll 0 0;
}

html.js fieldset.collapsible legend a {
  background: transparent url('/sites/all/themes/psyshine/images/menu/menu-expanded.gif') no-repeat scroll 5px 75%;
}

html.js fieldset.collapsed legend a {
  background: transparent url('/sites/all/themes/psyshine/images/menu/menu-collapsed.gif') no-repeat scroll 5px 75%;
}

#views-ajax-pad form {
  color: #ff9428;
}

.tribune-posts li.tribune-self-post .tribune-first-clock, li.tribune-answer .tribune-first-clock {
  background-color: #330033;
}

.tribune-login {
  color: #A697FE;
}

.tribune-block {
    font-size: 13px;
}

#block-tribune-0 .tribune-post-form input {
    margin-bottom: 5px;
    float: right;
}

#block-tribune-0 .tribune-post-form input.form-text {
    width: 165px;
}

.tribune-post-form input.form-text {
    background-color: #FFFFFF;
    color: #330033;
    margin-left: 40px;
}

li.tribune-highlighted-main-post, li.tribune-seld-post {
  background-color: #440154;
}

div.description.tribune-description-active_users {
  margin-top: 20px;
}

.tribune-posts li {
  border-left: 3px solid #A697FE;
}

div#block-tribune-1, div#block-multiblock-1, div#block-block-11, div#block-multiblock-2 {
  display: inline;
  float: left;
  margin-right: 20px;
}

div#block-multiblock-1 div.content {
  width: 180px;
  height: 250px;
}

div#block-tribune-1 div.content {
  height: 250px;
  width: 200px;
}

div#block-multiblock-2 div.content {
  height: 250px;
}

div#block-tribune-1 div.content#content .item-list {
  font-size: 13px;
}

div#block-tribune-1 div.item-list {
  border-bottom: none;
}

div#block-block-11 {
  display: inline;
  float: left;
  width: 450px;
}

div#block-block-11 div.content {
  height: 250px;
} 


/* Whyziwyg */
div.wzCtrl {
  background-color: #303;  
}
body#edit-body, textarea#edit-body {
  font-family: Arial,Helvetica,sans-serif;
}
span.postbody {
  color: #ff9428;
  font-family: Arial,Helvetica,sans-serif;  
}