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

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background: url(/sites/default/themes/default/images/bg_blue_2.jpg) left top repeat;
  font: 76% 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 {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
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;
}


	div#page
	{
		width:900px;
		margin: 0 auto;
		position: relative;
	}
	#header
	{
		height: 190px;
	}
	
	#block-user-0, #block-block-4 /* User Login */
	{
		background-color: #3083D3;
	}
	#block-block-5 img /* WUnderground Weather Widget */
	{
		border: 10px solid #FFF;
	}
	#block-user-1 .content, #block-block-4 .content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		line-height: 18px;
	}
		#block-block-4 .content {
			text-align: center;
		}
		#block-block-4 .content a {
			color: #FFF;
		}

	.hp_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 16px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		white-space: normal;
		text-indent: 0px;
		margin-top: 20px;
		padding: 0px;
		margin-right: 15px;
		margin-left: 15px;
		text-decoration: none;
	}
	.hp_upcoming_events {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11.8px;
		font-style: normal;
		line-height: 18px;
		font-weight: bold;
		color: #CAC8F5;
		margin: 0px;
		text-align: left;
		text-indent: 0px;
	}
	
		div #block-menu-primary-links
		{
			position:absolute;
			left:0;
			top:0;
			background: url(/sites/default/themes/default/images/header.png) left top no-repeat;
			height:184px;
			width:901px;
			border: none;
		}


		div#block-menu-primary-links ul li ul
		{
			display:none;
			margin-left:0;
		}
			div#block-menu-primary-links ul li ul li a:hover
			{
				text-decoration: none;
			}
		div#block-menu-primary-links ul li:hover ul
		{
			display:block;
			position:absolute;
			left:-2px;
			top:34px;
			z-index: 2000;
			border:2px solid #A1202F;
			border-top: none;	
		}
			div#block-menu-primary-links ul li.first ul
			{
				left:0px;
			}
			#block-menu-primary-links .content ul li.last a {
				border-right: none;
			}
			div#block-menu-primary-links ul li ul li
			{
				display: block;
				clear:both;
				filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
				background: #f5f5f5;
				padding-left:0;
				margin:0;
				padding:0px;
			}
				div#block-menu-primary-links ul li ul li a
				{
					width:160px;
					font-size: 80%;
					padding:5px;
					display: block;
					border:none;
				}
					div#block-menu-primary-links ul li ul li a:hover
					{
						background: #ccc;
					}
					div#block-menu-primary-links ul li ul li.first
					{
						padding-left:0px;	
					}
						div#block-menu-primary-links ul li ul li a
						{
							padding-left: 15px;
						}
						
				
					div#block-menu-primary-links ul li ul li.last a
					{
						padding-right:5px;
					}
					div#block-menu-primary-links ul li.last ul li.last a
					{
						padding-right:10px;
					}

				div#block-menu-primary-links ul li a:hover
				{
					text-decoration: underline;
				}
	
	#block-menu-primary-links .content
	{
		margin:158px auto 0;
	}
		#block-menu-primary-links .content ul
		{
			list-style: none;
			margin:-5px 0 0;
			padding: 0;
			float: left;
			position:relative;
			left: 50%;
		}
			#block-menu-primary-links .content ul li
			{
				padding:0;
				margin:0;
				list-style: none;
				float: left;
				position:relative;
				right: 50%;
			}
				#block-menu-primary-links .content ul li a
				{
					padding:5px 35px 9px;
					border-right:1px solid #084DA9;
					font-size:13px;
					color:#084DA9;
					text-decoration: none;
					width: auto;
					display: block
				}
				#block-menu-primary-links .content ul li ul li a
				{
					border: none;
				}
					#block-menu-primary-links .content ul li .leaf {
						width: 200px;
						right: 0;
					}
			
	#block-menu-primary-links h2 {display:none;}

#block-menu-menu-member-area, #block-block-2, #block-user-1
{
	padding: 10px 10px 0;
}
	.block-menu a {
		color: #FFF;
	}

#left ul.menu li {
	list-style:none;
	margin-left: -40px;
	border: 1px solid #3083D3;
	margin-bottom: 5px;
}
	#left ul.menu li a {
		background-color: #3083D3;
		display: block;
		padding: 5px;
	}
	#left ul.menu li.expanded a {
		margin-bottom: 5px;
	}

	#left ul.menu li ul li {
		list-style:none;
		margin-left: -20px;
		border: none;
	}
		#left ul.menu li ul li a {
			background-color: inherit;
			border: none;
			padding: 2px;
			display: block;
		}

#left #block-user-0 .title {
	padding: 10px;
}
#left form {
	margin: 0 10px;
}
#left div.form-item {
	margin-bottom: 5px;
}

#block-weather-3 {
	padding-top: 10px;
}
#block-weather-3 ul {
	list-style: none;
	padding-left: 0px;
}
#block-weather-3 h2.title {
	display: none;
}
#block-weather-3 .weather {
	padding-left: 10px;
	padding-bottom: 10px;
}

/*
** Page layout blocks / IDs
*/
#content {
  width: 100%;
}
#left {
	float: left;
	background-color: #084DA9;
	color: #AFD9FF;
	width: 218px;
	min-height: 300px;
}
	#left a {
		color: #AFD9FF;
	}
#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 {
  display: inline;
  margin-right: 20px;
}
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;
}
#content {
	margin-top:-8px;
	background: url(/sites/default/themes/default/images/body_bg.png) left top repeat;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 5px 10px;
  float:left;
  width:662px;
/*
  background-color: #FFF;
  width: 662px;
*/
}
#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;
}
#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;
}
#right {
	padding: 3px 15px 15px 0px;
	float:right;
	width: 207px;
}
#footer {
  clear: both;
  margin:0 auto;
  margin-top:-1px;
  width:880px;
  height:12px;
  background-color:#084DA9;
  color:#fff;
  padding:10px;
  padding-top:8px;
  font-family:arial;
  font-size:11px;
  text-align:right;
  border-top:2px solid #A1202F;
  border-bottom:1px solid #666;
  
}

/*
** 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: #F6F1F7;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
#main .title, #main .title a {
	color: #084da9;
}
.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 {
  border-bottom: 1px solid #bbb;
}
.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 {
  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;
}
.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;
}

ul.galleries {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

ul.galleries li {
  position : relative;
  background : #eeeeee;
  border : 1px #cccccc solid;
  margin : 1em;
  padding : 1em;
  border: 1px solid #aaa;
  list-style: none;
  width: 280px;
  float: left;
}

ul.galleries li img {
  float : left;
  position : relative;
  padding-right : 4px;
  margin-right : 4px;
}

ul.galleries li .count,
ul.galleries li .last {
  clear : left;
  margin : 0;
  padding : 0;
  font-style : italic;
}

ul.galleries h3 {
  margin : 0;
  padding : 0;
}

ul.images {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

ul.images h3 { 
  font-size:1em;
}

ul.images li {
  float : left;
  margin-right : 5px;
  background: transparent;
}

ul.galleries a img, ul.images a img, ul.galleries a:visited img, ul.images a:visited img {
	border: none;
}

ul.images li h3 {
	margin: 0px;
}

form#contact-mail-page div {
	margin: 10px 0;
}
form#contact-mail-page div div {
	margin-bottom: 10px;
}



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#block-event-1 {
	margin: 0px;
	padding: 10px;
	list-style: none;
}
#block-event-1 h2.title {
	padding-bottom: 10px;
}
#block-event-1 div.item-list ul {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style: none;
}

/*  event calendar table styles  */
.event-calendar table {
  border: 1px solid #242;
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%; /* Setting at 100% causes problem in Internet Explorer. */
  margin-bottom: 1em;
}
.event-calendar tr {
  padding: 0;
  margin: 0;
  background: white;
}
.event-calendar th {
  color: #AFD9FF;
  background: #084da9;
  text-align: center;
  padding: 1px 0.33em;
  border: 1px solid #242;
}
.ical-link img {
  border: none;
}
#main div.ical-link {
	margin-right: 13px;
}
.event-calendar .month-view td,
.event-calendar .week-view td {
  width: 14%; /* 14% is about 1/7 of total table width */
}
.event-calendar td {
  border: 1px solid #bbb;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.event-calendar th.heading {
  border-width: 1px 0px;
}

/* head navigation */
.event-calendar caption span {
  font-weight: bold;
  font-size: 1.5em;
}

.event-calendar span a {
   text-decoration: none;
}

.event-calendar span a:hover, 
   .event-calendar span a:active, 
   .event-calendar span a:focus {
  background-color: #363636;
  color: #fff;
}

.event-calendar .prev {
  text-align: left;
  border-width: 1px 0px 1px 1px;
}
.event-calendar .next {
  text-align: right;
  border-width: 1px 1px 1px 0px;
}
.event-calendar .stop {
  color: #ccc;
}

.event-calendar th a {
  font-weight: bold;
  color: #363636;
}
.event-calendar td a {
  color: #222244;
  font-weight: bold;
  text-decoration: none;
}
.event-calendar td a:hover {
  text-decoration: underline;
}
/*
.event-calendar td.sat, .event-calendar td.sun {
  background: #084da9;
}
*/
.event-calendar td.selected {
  background: #3083d3;
}
.event-calendar td.today {
  background: #f99;
}
.event-calendar td.year, .event-calendar td.month {
  text-align: center;
  border-width: 1px 0px;
}

/*  days of the week header cells */
.event-calendar td.days {
  color: #cce;
  background: #224;
  text-align: center;
  border: 1px solid #242;
  border-width: 0 1px 1px 0;
}

/*  floating day number div  */
.event-calendar div.day {
  float: right;
  text-align: center;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background: #f3f3f3;
}

/*  event node times for the body */
.event-nodeapi div {
  color: #000;
  padding: 0.5em 1em 0 0;
}
.event-nodeapi div label { color: #999; }

/*  individual node container  */
.event-calendar div.event {
  font-style: italic;
  background-color: #fff;
  border: solid 1px #555;
  text-align: left;
  margin: 0.25em 0 0.5em 0.25em;
}
.event-calendar div.title {
  padding-left: 3px;
}
.event-calendar div.title a {
  color: #000;
}
.event-calendar div.title a:hover {
  color: #c00;
}
.event-calendar .content {
  margin: 5px;
  padding: 3px;
  border-left: solid 2px #ddd;
  padding-left: 5px;
}
.event-calendar div.type {
  margin-left: 5px;
  font-size: 0.8em;
}
.event-calendar div.type a {
  color: #00c;
}
.event-calendar div.type a:hover {
  color: #c00;
}
.event-calendar div.links {
  padding-left: 3px;
}
.event-calendar div.links a {
  color: #00c;
}
.event-calendar div.links a:hover {
  color: #c00;
}
.event-calendar .start {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 3px;
  font-size: 0.8em;
}
.event-calendar .end {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
  font-size: 0.8em;
}
.event-calendar .ongoing {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
  font-size: 0.8em;
}
.event-calendar div.info {
  visibility: hidden;
  height: 0px;
  overflow:hidden;
  padding-left: 3px;
}

/*  individual node view styles  */
.event-calendar div.monthview .title {
  font-size: 0.8em;
}
.event-calendar div.dayview {
  width: auto;
}
.event-calendar div.tableview {
  width: auto;
}
.event-calendar div.tableview .links {
}
.event-calendar .event-empty {
  min-height: 6em;
}
/* hack to make Internet Explorer for Windows display calendar height correctly \*/
* html .event-calendar .event-empty {
  height: 6em;
}
/* end of hack */
.container-inline .day input {
  width: auto;
  display: inline;
}

/*  multi-day event top stripes  */
.event-calendar .event .stripe {
  height: 5px;
}
.event-calendar .event .stripe-1 {
  background-color: #FF6;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-2 {
  background-color: #F66;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-3 {
  background-color: #668CFF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-4 {
  background-color: #FFB366;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-5 {
  background-color: #85FF66;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-6 {
  background-color: #A666FF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-7 {
  background-color: #FFE066;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-8 {
  background-color: #66FFFF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-9 {
  background-color: #FF66D9;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-10 {
  background-color: #DDD;
  height: 5px;
  width: 100%;
}
.event-calendar div.month-view table.event-block thead,
.event-calendar div.month-view table.event-block tbody {
  font-size: .9em;
}
.event-calendar div.month-view table.event-block th { 
  font-weight: normal;
}
#block-event-1 .item-list ul li a { 
  margin-top: 8px; 
}

span.event-timeleft {
  padding-bottom: 3px;
  text-align: right;
  width: auto;
  display: block;
}
span.event-nodetype {
  padding: 0px 0px 0px 5px;
  display: block;
  width: auto;
  text-align: right;
  float: right;
}
.ical-link {
  text-align: right;
}
.event div.form-item {
  white-space: normal;
}
#main ul.tabs {
  border-bottom: 1px dotted #000;
}
#main ul.tabs li {
  display: inline;
  margin-right: 20px;
}
#weather {
	position:absolute;
	top:0;
	right:0;
	margin-right:15px;
	margin-top:25px;
	color:#fff;
}
	#weather p a, #weather p a:visited {
		color: #FFF;
	}
	#weather p a:hover {
		text-decoration: underline;
	}
	#weather p {
		font-size: 11pt;
		text-align: right;
		margin-right: 2px;
	}
