/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #424242;
  background-color: #000;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link, a:visited {
  color: #222;
}
a:hover {
  color: #1d47bc;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}

}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
  width:615px;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 0.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  font-family:helvetica;
  line-height:25px;
  
  word-spacing:-1px;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  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%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#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;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
div.container{
width:1024px;
background:url(/site/themes/bluemarine/bottomtear.png) white center bottom no-repeat;
color:black;
margin:auto;
}
div.fullpage{
background:url(/site/themes/bluemarine/background-1.png) black center top no-repeat;
color:black;
width:100%;
float:left;
}
.headerdiv  {
background:url("/site/themes/bluemarine/topbrushes.png") no-repeat scroll 311px top transparent;
height:168px;
width:998px;
}
ul.menu{
list-style-type:none;
}
ul.menu li{
float:left;
margin-right:20px;
list-style:none;
}
.menunav{
float:left;
text-align:center;
margin-left:208px;
margin-top:35px;

}
.bottomarea{
background:url(/site/images/bottomback.png) transparent top center no-repeat;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 10px 40px 10px;
  width:640px;
  margin-left:213px;
  text-align:justify;
  clear:none;
  
  }
.logoimg{
margin-top:15px;
float:left;
margin-left:25px;
}
.leftmenublock{
float:left;
width:180px;


}
.leftmenublock ul{
list-style:none;
text-align:right;
line-height:25px;
}
.leftmenublock ul{

}
#block-search-0{
position:absolute;
}
.topright{
float:right;
width:200px;
}
#block-views-calendar-calendar_block_1{
font-size:11px;
margin-bottom:13px;
line-height:20px;
}
#block-views-calendar-calendar_block_1 .view-content .calendar-calendar{
display:none;
}
#edit-search-block-form-1-wrapper label{
display:none;
}
.view-FrontNews .views-field-created{
float:left;
background:url(/site/images/dateback.png) no-repeat;
width:67px;
height:53px;
margin-left:-20px;
margin-right:20px;
color:white;
font-size:14px;
font-weight:bold;
position:relative;
z-index:999;
}
.view-FrontNews .views-field-created span span{
position:relative;
left:32px;
top:2px;
margin-left:-26px;
font-size:12px;
z-index:9999;
visibility:visible;
}

.view-FrontNews .views-field-created span{
display:block;
background:transparent;
width:66px;
height:40px;
}
.view-FrontNews{
width:400px;
line-height:23px;
margin-left:-25px;
}
.view-FrontNews .views-field-title a {
color:#424242;
font-size:20px;
font-weight:normal;
letter-spacing:-1px;
}
.view-FrontNews .views-field-title {
float:left;
font-size:23px;
margin-left:-10px;
}
.view-FrontNews .views-field-body-1{
float:left;
margin-left:25px;
min-height:100px;
margin-top:-25px;
width:385px;

}
.view-FrontNews .views-field-body-1 a {
font-size:13px;
font-weight:normal;
font-style:italic;
line-height:25px;
}
.upfooter{

width:650px;
margin-bottom:15px;
background:url(/site/images/upback.png) right top no-repeat;
clear:none;
height:150px;
}
.customsearch{
border:1px solid #99a3b5;
height:20px;
}
.searchmag{
margin-top:-23px;
margin-right:3px;
float:right;
}
.menu a {
font-size:11px;
font-weight:normal;
text-transform:uppercase;
}
.leftmenulist a{
font-size:13px;
font-weight:normal;
}
.calendar-calendar th.days {
background-color:white;
border:medium none;
color:#9A9A9A;
font-weight:bold;
}
table .mini-day-on a{
text-decoration:none;
}
table .mini-day-on a{
font-weight:bold !important;
color:#EF7F80 !important;
}
.today{
background-color:#c20004 !important;
}
.today a{
color:white !important;
}
.calendar-calendar td {
color:#777777;
text-align:center;
}
table td.mini a {
color:#cccccc;
font-weight:normal;
}
li a.active {
color:blue !important;
}
.calendar-calendar div.date-nav {
background-color:#e1e1e1;
border:medium none;
color:#555555;
margin-top:25px;
margin-left:1px;
padding:1.2em;
width:93%;
}
.calendar-calendar {
margin-top:5px;
}
.addressblock {
color:#888888;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
line-height:15px;
margin-right:331px;
text-align:right;
text-transform:uppercase;
}
.view-artistgalleries .views-row{
float:left;
margin:24px;
text-align:center;
}
.view-display-id-calendar_1 .calendar-calendar .month-view table{
width:625px !important;
}
.view-display-id-calendar_1 ul.links{
position:relative;
top:20px;
margin-top:27px;
}
.view-display-id-calendar_1 .calendar-calendar .month-view table thead{
height:27px;
}
.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
background:none repeat scroll 0 0 #EEEEEE;
}

.calendar-calendar td div.day {
border-color:-moz-use-text-color -moz-use-text-color #CCCCCC #CCCCCC;
border-style:none none solid solid;
border-width:medium medium 1px 1px;
margin-bottom:2px;
}
.calendar-calendar div.day, .calendar-calendar div.day a{
background:white !important;
}
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a,.calendar-calendar td .inner div, .calendar-calendar td .inner div a{
background:transparent !important;
}
.calendar-calendar div.date-nav{
background:#fafafa;
}
.stripecontainer{
width:1024px;
height:250px;
margin-top:64px;
}
.frontslide{
left:195px;
top:17px;
background:transparent;
float:left;
width:815px;
height:220px;
}
.frontslide img{
width:815px;
height:220px;
overflow:hidden;
}
div#calpopup{
z-index:9999999 !important;
}
.view-item-calendar #node-title{
font-size:12px;
}
.field-field-artistimages .field-item{
float:left;
width:170px;
text-align:center;
}
#block-block-5{
clear:both;
padding-top:30px;
margin-bottom:30px;
}
.field-field-artistimages .field-items{
width:100%;
margin-left:34px;
margin-top:30px;
}
#block-simplenews-1{
position:absolute;
text-align:right;
margin-left:25px;
margin-top:15px;
}
#block-simplenews-1 p{
font-style:italic;
}
.tabs{

width:605px;
}
.field-field-biopic{
float:left;
padding-right:25px;
}
#forum .links{
padding-bottom:15px;
}
.boardlink{
width:250px;
height:90px;
float:right;
margin-top:-40px;
postion:absolute;
}
.boardlink a{
display:block;
width:100%;
height:100%;
}
.view-id-Secondary_News_Events{
float:left;
}
.view-id-Secondary_News_Events ul li{
float:left;
list-style:none;
}
.view-id-Secondary_News_Events ul li a{
font-size:15px;
color:#405EB7;
font-weight:normal;
font-style:italic;
float:left;
}
.view-id-Secondary_News_Events .views-row{
float:left;
color:#405EB7;
}
.view-id-Secondary_News_Events .parentheses{
color:black;
font-style:italic;
}
.view-calendar .view-header{
position:absolute;
z-index:9999999;
}
#block-views-CalList-block_1{
float:left;
width:48%;
}
#block-views-AnnouncementList-block_1{
float:left;
width:48%;
}
.view-artistgalleries  #edit-submit-artistgalleries{
margin-top:16px;
margin-left:-62px;
}
.view-artistgalleries  .view-header{
float:right;
margin-right:30px;
}
.node a{
color:#1d47bc;
}
#forum .title, #forum .title a{
font-size:12px !important;
text-align:left !important;
}