/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #6668ac;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em;
  text-align: center;
}

.page {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background-color: #fff;
	font-size: .7em;
	position: relative;
}

p {
  margin-top: 0px;
  padding-top: 0px;
}

/*
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;
}
*/
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #2d2d83;
}
a:visited {
  color: #2d2d83;
}
a:hover {
  color: #c2c3f9;
}

td {
  border-top: 1px solid #fff; 
}

table {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
.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
*/

#masthead {
  position: relative;
  width: 850px;
  padding: 0px;
  margin: 0px;
  height: 285px;
  background-color: #006d44;
}

#masthead div {
	margin: 0px;
	padding: 0px;
}

#title {
    position: absolute;
	left: 290px;
	top: 55px;
	font-weight: bold;
}

#title .wtip {
	float: left;
	font-size: 30pt;
	color: #fff;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

#title .slogan {
	float: left;
	width: 449px;
	padding: 2px 0px 0px 5px;
}

#title .line1 {
	font-size: 16pt;
	color: #c2c3f9;
	letter-spacing: 3px;
	word-spacing: 3px;
}

#title .line2 {
	font-size: 11pt;
	color: #b6d3bf;
	font-style: italic;
	font-weight: normal;
	margin-top: -2px;
	padding-bottom: 6px;
}

#title .dial {
	float: left;
	color: #fff;
	font-size: 12pt;
	text-align: center;
}

#title .dial .fm {
	font-size: 10pt;
}

#title .dial.left {
	width: 75px;
	margin-right: 54px;
}

#title .dial.mid {
	width: 129px;
}

#title .dial.right {
	width: 79px;
	margin-left: 50px;
}

#title .loc {
	font-size: 9pt;
	color: #c2c3f9;
	margin-top: -4px;
}

#Slideshow1 {
	position: relative;
}

#header {
  position: absolute;
  top: 174px;
  left: 177px;
  width: 673px;
  height: 112px;
  background: url(images/purplewave.png);
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 1.1em;
  color: #2d2d83;
}

#header.support {
  background: url(images/wave2.png);
  color: #006d45;
}
#header.news {
  background: url(images/wave3.png);
}
#header.program {
  background: url(images/wave4.png);
  color: #c2c3f9;
}
#header.community {
  background: url(images/wave5.png);
}
#header.connect {
  background: url(images/wave6.png);
  color: #c2c3f9;
}


.ie6 #header {
  background: url(images/purplewave.gif);
}
	
/*#header.home {
   background: url(images/home_purplewave.png);
}*/

#header .welcome {
  padding: 30px 0px 0px 20px;
  width: 370px;
}

#header .wave_title {
  color: #fff;
  font-size: 2.2em;
  font-style: italic;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 50px;
  padding-bottom: 5px;
}

#header.community .wave_title {
  color: #006d45;
}

#header .wave_title.subpage {
  padding-top: 8px;
  padding-left: 0px;
  padding-bottom: 3px;
  text-align: center;
  width: 270px;
  font-size: 1.5em;
}

#header h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header .pledge {
	text-align: center; 
	position: absolute;
	left: 395px;
	top: 30px;
	width: 315px;
}

#header .pledge h2 {
	font-size: 1.4em;
}

#header .block a:active, #header .block a:visited, #header .block a:link {
	color: #fff;
}

#header .block a:hover {
	color: #c2c3f9;
}

#pagetop {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#pagebottom {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#menu {
  position: relative;
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  height: 40px;
  text-align: center; 
  vertical-align: middle;
  background: url(images/topnavbar.jpg);
  color: #fff;
  margin: 0px;
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  z-index: 5;
}

#menu .links li a {
  font-style: normal; 
}

#menu .links li a:hover {
	color: #c2c3f9;
}

ul.links li {
  border-left: 1px solid #b6d3bf; /* LTR */
}

ul.links li.first {
  border: none;
}

#navlist {
  font-size: 1.0em;
  padding: 0.5em 0.8em 1.2em 0; /* LTR */
  position: relative;
}

#navlist a {
  font-weight: bold;
  color: #fff; 
  text-decoration: none;
}

#navlist li {
	position: relative;
}

#menu li {
	padding-bottom: 4px;
}

#menu li ul.dropdown {
	position: absolute;
	left: 10px;
	z-index: 2;
	font-size: 0.85em;
	background-color: #9395d7;
	width: 220px;
/*	top: 10px !important;*/
	top: 22px;
	padding: 0px;
	margin: 0px;
}

#menu li ul.scroll {
	height: 400px;
	overflow: auto;
}

#menu li ul {	
	padding: 0px;
	margin: 0px;
}

#menu li ul li {
	border-top: none; 
	border-left: none; 
	border-right: none; 
	display: block; 
	border-bottom: 1px solid #fff;
	padding: 3px;
	margin: 0px;
}

#menu li ul li a {
/*	font-weight: normal; */
}

#menu ul li.last {
    border: none;
}

#menu ul ul ul li {
	position: relative;
	padding-left: 0px;
	border-bottom: none;
	text-transform: none;
}

#menu ul ul ul li a {
	font-weight: normal;
}

#menu li ul {
	display: none;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}

#subnavlist a {
  font-weight: bold;
  color: #9cf;
}

#radio {
	position: absolute;
	left: 25px;
	bottom: 10px;
	background: url(images/radiologo.gif);
	height: 131px;
	width: 116px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#radio a {
	color: #fff;
}

#radio a:hover {
	color: #c2c3f9;
}

#radio .block {
	padding-top: 91px;
	padding-left: 26px;
}

#sidebar-left {
  background-color: #006D45;
  width: 177px;
  /* padding in px not ex because IE messes up 100% width tables otherwise  */
  padding: 0px 0px 106px 0px;
  margin: 0px;
  vertical-align: top;
  border-top: 1px solid #006D45;
  font-size: 1.1em;
  color: #fff;
}

#sidebar-left ul {
	margin: 0px;
	padding: 0px;
}

#sidebar-left li {
	list-style: none; 
	display: block;
	margin-left: 0px; 
	padding: 5px 5px 10px 12px;
}

#sidebar-left li.last {
	padding-bottom: 0px; 
}

#sidebar-left li a {
	color: #c2c3f9;
	text-transform: uppercase;
}

#sidebar-left li a:hover {
	color: #9395d7;
}

#sidebar-left .block-menu hr {
	width: 100px; 
	height: 1px;
	border: none;
	color: #fff;
	background-color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#sidebar-left .onnow {
	background: url(images/onnowbox.jpg);
	color: #fff;
	width: 124px;
	height: 95px;
	margin: 0;
	padding: 3px 5px 2px 5px;
	line-height: 0.9em;
	margin-left: 15px;
}

#sidebar-left .onnow h2 {
	padding: 0px;
	margin: 2px;
	font-size: 13px;
}

#sidebar-left .onnow a {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#sidebar-left .menu_weather {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar-left .menu_weather a {
	padding-left: 12px;
	color: #c2c3f9; 
	text-transform: uppercase;
}

#sidebar-left .menu_weather a:hover {
	color: #9395d7;
}

#sidebar-left .weather strong {
	color: #fff;
}

#sidebar-left .weather {
	margin-left: 12px;
}

#sidebar-left .block .blueblock {
	margin-left: 10px;
}

#sidebar-left .block .blueblock {
	background: url(images/navbar_block.jpg);
	width: 150px;
	height: 36px;
	padding: 5px 5px 2px 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 12px;
}

#sidebar-left .block .blueblock a {
	color: #fff;
}

#sidebar-left .block .blueblock a:hover, #sidebar-left .onnow a:hover {
	color: #c2c3f9;
}

.blueblock.station p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
}
	
#sidebar-left .block-menu {
	margin-top: 10px;
}

#sidebar-left .block-block, #sidebar-left .block-weather {
	margin: 0px;
	padding: 0px;
}

#sidebar-left .block-search {
	padding: 5px 5px 10px 12px;
	margin: 0px;
}

#sidebar-left .block-views {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
/*
#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;
} */
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  width: 653px;
  vertical-align: top;  
  letter-spacing: .03em;
}

#main.list_page {
	width: 603px;
	padding: 10px 34px 10px 34px;
}

.page_term {
/*	width: 603px;*/
/*	background: url(images/green_titlebars.jpg); */
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	color: #689977;
}

.page_term a {
	color: #689977;
}

#main hr {
	border: none;
/*	color: #006d45; */
	background: url(images/narrowrule.jpg);
}


.page_term a:hover {	
	color: #c2c3f9;
}

.article_header {
	margin-bottom: 15px;
}

.article_header img {
	margin: 0px 10px 10px 10px;
	float: left;
}

#under_cols {
	width: 603px;
	padding: 10px 34px 10px 34px;
}


#undercontent {
 	text-align: center;
	width: 673px;
	padding: 0px;
	margin: 0px;
	height: 110px;
}

#undercontent td {
	padding: 0px 0px 106px 0px;
	margin: 0px;
}

#treeline {
  padding: 0px;
  margin: 18px 0px 0px 0px;
  height: 1px;
  line-height: 0px;
  position: relative;
  top: -145px;
}

#treeline .ie6 {
	display: none;
}

.ielower {
	position: relative;
	top: -148px;
	font-size: .7em;

}


/*#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;
}
.error {
  border-color: red;
} */

#footer {
  margin: 0px;
  padding: 0px;
  background: url(images/bottombar.jpg);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  width: 850px;
  height: 22px;
}

#footer div {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#footer a {
	color: #c2c3f9;
}

#footer a:hover {
	color: #9395d7;
}

#attachments td {
	height: 28px;
	vertical-align: top;
}

/* this is the expanded coverage block on individual category pages 
#block-views-taxonomy_by_type-block_1 {
	background-color: #ccc;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

#block-views-taxonomy_by_type-block_1 h2.title {
	font-size: 115%;
	background-color: #aaa;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
	width: 100%;
}	

#block-views-taxonomy_by_type-block_1 .node .title {
	font-size: 100%;
	background-color: #ccc;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
	width: 100%;
}*/

/*
** 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. */
.item-list ul li {
	list-style-position: inside;
}

.title, .title a {
  font-weight: bold;
  font-size: 1.1em;
  color: #2d2d83;
  text-transform: uppercase;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
  padding: 0px;
}

.title a:hover {
	color: #c2c3f9;
}

.submitted {
  color: #999;
  font-size: 0.8em;
}

.links a, .links a:visited, .links a:active, .views-field-nid a, .related_nodes .views-field-title .links a {
  color: #9395d7;
  font-weight: bold;
  font-style: italic;
}

.program_page .links a {
  font-style: normal;
  font-size: 1.1em;
}

.links a:hover, .views-field-nid a:hover {
	color: #c2c3f9;
}

.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: 5px 0 18px; /* LTR */
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
/*
.node .content, .comment .content {
  margin: .5em 0 .5em;
} */

.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;
}
.node .links {
	margin-top: -5px;
}

.lowercol {
	width: 169px; 
	vertical-align: top;
	padding-left: 27px;
	padding-right: 27px;
}

.lowercol .content {
	width: 159px;
}

.lowercol #block-block-5 .content {  /*featured programs */
	width: auto;
}

.lowercol h2.term {
	font-size: 1.15em;
	background: url(images/cat_subheader.jpg);
	height: 17px;
	width: 159px;
	padding: 7px 5px 5px 5px;
	text-transform: uppercase;
	color: #fff;
}

.lowercol h2.term a {
	color: #fff;
}

.lowercol h2.title a {
	font-size: .9em;
	color: #000;
	text-transform: none;
	width: 159px;
}

.lowercol .views-field-title a {
	color: #000;
}

.lowercol h2.term a:hover, .lowercol h2.title a:hover, .lowercol .views-field-title a:hover {
	color: #c2c3f9;
}

.lowercol .views-table td, .related_nodes .views-table td {
	padding-bottom: 18px;
	vertical-align: top;
}

.related_nodes {
	float: right;
	width: 178px;
	padding-left: 8px;
	margin-left: 5px;
	margin-bottom: 15px;
	border-left: 1px solid #c2c3f9;
	border-bottom: 1px solid #c2c3f9;
}

.related_nodes .views-field-title {
	padding-left: 5px;
}

.related_nodes .views-field-title a {
	color: #000;
}
.related_nodes .views-field-title a:hover {
	color: #c2c3f9;
}

.related_nodes .links {
	margin-top: 5px;
}

.cat_header {
	background: url(images/cat_header.jpg);
	font-size: 1.35em;
	text-transform: uppercase;
	height: 39px;
	width: 149px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 9px 10px 5px 10px;
}

.cat_header a {
	color: #fff;
}

.cat_header a:hover {
	color: #2d2d83;
}

.cat_header .subhead {
	text-transform: none;
}

.cat_header .subhead a {
	font-weight: normal;
}


.border {
	width: 1px;
	background-color: #96a1ce;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.border .whitetop {
	background: #fff;
	width: 1px;
	height: 135px;
}

/* views-taxonomy_by_type-block_1 is the expanded coverage block on individual category pages */
.static_terms, #main .view-taxonomy-by-type {
/*	width: 603px;
	padding-left: 25px;
	padding-right: 25px; */
	margin-bottom: 10px;
}

.static_terms a:hover, .view-taxonomy-by-type.view-display-id-block_1 a:hover {
	color: #9395d7;
}

.static_terms .links a:hover, .view-taxonomy-by-type.view-display-id-block_1 .links a:hover {
	color: #2d2d83;
}

.static_terms h1, .view-taxonomy-by-type.view-display-id-block_1 h1 {
	font-size: 1.15em;
	color: #689977;
	font-style: italic;
	margin-top: -5px;
/*	padding: 2px 5px 2px 5px;
	margin-left: -5px;*/
}

/* view-list-contributors is the list of contributors block on the news and community pages */
/* view-list-volunteers is the list of volunteers block on the volunteers page */
.view-list-contributors th, .view-list-contributors, .view-list-volunteers th, .view-list-volunteers  {
	background: #fff;
	border: 1px solid #fff;
}

.view-list-contributors tr, .view-list-contributors td, .view-list-volunteers tr, .view-list-volunteers td {
	background: #fff;
	border: none;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-top: 1px solid #fff;
}

.lowercol .views-field-image-attach-images, .view-list-contributors .views-field-image-attach-images, .view-list-volunteers .views-field-image-attach-images {
	width: 60px;
}

.view-list-contributors .views-field-title, .view-list-volunteers .views-field-title {
	width: 530px;
}

.views-field-image-attach-images {
	float: left;
	padding-right: 10px;
}

.view-list-volunteers p {
	display: inline;
}
	
.clear {
	clear: both;
}

.lowercol .clear {
	padding-bottom: 10px;
}

.feature-list li {
	margin-bottom: 3px;
}

.features_title, .rel_articles_title {
  font-size: 1.2em;
  color: #2d2d83;
  font-weight: bold;
  font-style: italic;
}

 
table.prog_list {
  border-top: none;
  width: 100%;
  margin-bottom: 3px;
  background: #fff;
}

.prog_list tr {
  border-top: 1px solid #fff;
}

.prog_list td {
  padding: 2px 5px 2px 5px;
  border-bottom: 2px solid #ccc; 
  vertical-align: top;
}


.prog_list td.prog_title {
	border-bottom: none;
}

.prog_list .col1 {
  text-align: left;
  width: 110px;
}

.prog_photo {
  float: left;
  margin-right: 5px;
}

.contributors h3, .view-list-contributors h3, h3.newposts {
/*  background-color: #9395d7;
  color: #fff;
  width: 200px; */
  font-size: 1.15em;
  padding: 0px 3px 3px 0px;
/*  margin-top: -3px; */
  color: #689977;
  font-style: italic;

}

.centered {
  text-align: center;
}

.comment {
  border: 1px solid #c6c8fa;
  padding: .5em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.comment .title a {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  text-transform: none;
}
.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;
}
*/
.credits {
	text-align: center;
	font-size: 60%;
	margin-top: 5px;
	color: #fff;
}

.credits a {
	color: #c2c3f9;
}

.credits a:hover {
	color: #9395d7;
}
	
#main .weather {
	margin-bottom: 15px;
}

#main .weather strong, #main .weather h2 {
	color: #9395d7;
	font-size: 1.1em;
}

#main .weather h3 {
	font-size: 1em;
}

.weather_img {
	float: left;
	width: 70px;
	padding: 5px;
}

.weather_data {
	float: left;
}

/*
** 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;
}
*/

.image-attach-teaser, .all-attached-images {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.image-attach-teaser {
	width: 60px;
}

.img_right {
	float: left;
	width: 530px;
}

.lowercol .img_right {
	width: 89px;
}

.playlist iframe {
	width: 583px;
	height: 900px;
}

.gallery_link {
	font-size: 110%;
	font-style: italic;
}

/* specific blocks */
/* block 24 is the weather icon for the sidebar */
#block-block-24 .content {
	width: 95%;
	text-align: center;
	padding-top: 25px;
}

/* block 27 is the facebook image in the left sidebar */
#block-block-27 .content {
	padding: 0px 5px 25px 12px;
	margin: 0px;
}

/* block 36 is the snow sports report */
#block-block-36 .content {
	background: url(images/onnowbox.jpg);
	color: #fff;
	font-size: 12px;
	width: 124px;
	height: 16px;
	padding: 8px 5px 2px 5px;
	line-height: 0.9em;
	margin: 10px 0px 10px 15px;
}

#block-block-36 a {
	color: #fff;
}

#block-block-36 a:hover {
	color: #2d2d83;
}

.views-table tr {
	background: #fff;
	border: none;
}

.views-table th {
	border: none;
}

iframe.nsas {
	width: 590px;
	height: 900px;
}

ul.forums, ul.forums ul {
	list-style-type: none;
}

ul.forums a.title {
	font-size: 110%;
}

ul.forums ul .title a {
	text-transform: none;
}
ul.forums ul .title a {
	font-size: 90%;
}

.imgnode .image-preview {
	float: left;
	padding-right: 10px
}

.related_imgs {
	padding-top: 25px;
	clear: both;
}

.related_imgs .views-view-grid td {
	width: 70px;
	height: 70px;
	align: center;
	vertical-align: bottom;
}

/********* node_gallery ***************/
ul.gallery-cover-list li {
	list-style-type: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.gallery-cover-view .cover-image {
	float: left;
	width: 200px;
}

.gallery-cover-view .gallery-data {
	float: left;
	width: 350px;
}

