/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/

/* --Gateway specific ids-- */
#pagecontents{
}
#hometitle{
	background-color:#6b6b8b;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#hometitle a, #hometitle a:hover , #hometitle a:visited #hometitle a:active{
	text-decoration: none;
	color:#ffffff;
}
#sidebar-front {
	background-color: #f0f0f0;
	vertical-align: top;
	font-size: 90%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffbb00;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffbb00;
}
.gwr_small {
	font-size: .8em;
}
.gwr_search {
	background-repeat:repeat-x;
	background-position:top;
	text-align: right;
	vertical-align: bottom;
}
.gwr_dyn_widget {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	float: none;
	padding: 0;
	margin: 0;
	z-index: 5;
}
.gwr_subtitle {
	color:#660000;
	font-size: 14px;
	font-weight: bolder;
}
.gwr_attention {
	font-size: 12px;
	font-weight: bolder;
	color: #660000;
}
.gwr_title {
	color:#414770;
	font-size: 16px;
	font-weight: bolder;
}
.gwr_wrapl {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
}
.gwr_wrapr {
	float: right;
	margin: 5px;
	border: 1px solid #000000;
}
/* --End Gateway specific ids-- */


body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font: 76% 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: 2em;
  color:#ffbb00;
}
h2 {
  font-size: 1.4em;
  color:#6b6b8b;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: underline;
  font-weight: bold;
}
a:link {
  color: #414770;
}
a:visited {
  color: #414770;
}
a:hover {
  color: #ffbb00;
  text-decoration: none;
}
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: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#content {
  width: 100%;
}
#header {
	background-color: #414770;
	padding: 0;
	border: 0;
	margin: 0;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#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 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 0em 0em 0em;
  padding: 0em;
  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: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffbb00;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#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;
}

/*gwr */
#sidebar-left, #sidebar-right {
	background-color:#f0f0f0;
	width: 17em;
	padding: 10px;
	vertical-align: top;
	font-size: 90%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffbb00;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffbb00;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB00;*/
}
#footer {
  background-color: #f0f0f0;
  padding: 4em;
  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 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;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  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;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 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 0.5em 0.5em 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 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}




/* Event Date Display (desk calendar page) */
.event-box {
width: 160px;
}

.event-nodeapi {
width: 5em;
margin: .4em .3em .2em 0;
text-align: center;
float: left;
}
.event-nodeapi span {
display: block;
text-align: center;
}
.event-nodeapi .event-hide{
display: none;
}

.event-calbox {
border: 1px solid #999;
}


.event-month {
color: #FFF;
background-color: #666;
font-weight: bold;
text-transform: uppercase;
font-size: 1.2em;
line-height: 1.2em;
}

.event-date {
color: #000;
background-color: #FFF;
font-weight: bold;
font-size: 3em;
line-height: .9em;
padding: .05em 0 0;
text-transform: inherit;
}

.event-year {
color: #666;
font-size: .9em;
line-height: 1.1em;
background-color: #FFF;
}

.event-time {
color: #333;
font-size: .9em;
}
div.event-to {
margin-right: .3em;
text-align: center;
float: left;
color: #999;
font-weight: bold;
font-size: 1.5em;
padding-top: 1.5em;
width: 1.5em;
}
br.event-clear {
clear: both;
}
.event-nodeapi-tz label{
font-weight: bold;
}

/* $Id: nice_menus.css,v 1.6.2.4 2006/08/11 14:16:28 jakeg Exp $ */
/*
  To help understand the CSS, the HTML looks like this (where x is a number; TYPE is down/left/right; PATH is the menu path such as node/343; MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one, use its id (e.g. ul.#nice-menu-2)

  See README.txt for some CSS customization examples!

  First we're going to define CSS for all menus, then we'll define based on the type of menu
*/

/*testing sg*/
ul.nice-menu,
ul.nice-menu ul,
ul.nice-menu li {
	border: 0;
	background: none;
}


/* below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff */
.block-nice_menus {
  line-height: normal;
  /*font-size: normal;*/
  /*position: relative;*/
  z-index: 10;
}

/* need this to enable hidding inner span */
.block-nice_menus h2.title {
  margin: 0;
}
.block-nice_menus h2.title .nice-menu-hide-title {
  display: none;
}
.block-nice_menus h2.title .nice-menu-show-title {
  display: block;
  margin-bottom: 5px;
}

ul.nice-menu,
ul.nice-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 5;
}

ul.nice-menu li {
	border-top: 0;
	position: relative;
	float: left;
	font-size: 13px;
}


/*sg*/
ul.nice-menu a, ul.nice-menu a:visited, ul.nice-menu a:active {
  padding: 0.3em 9px;
  display: block;
  color:#FFFFFF
}
ul.nice-menu a:hover {
  color:#ffbb00
}
li.nice-menu a:visited, li.nice-menu a:active {
  color:#FFFFFF
}

ul.nice-menu ul{
  position: absolute;
  top: 1.8em;
  left: -1px;
  border: 0;
  margin-right: 0;
  display: none;
}

ul.nice-menu li.over ul{
  display: block;
}
/*//*/
ul.nice-menu ul li{
  width: 16em;
  display: block;
}

ul.nice-menu:after {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/*sg*/
/* Show submenus when over their parents */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul {
	display: block;
	background-color: #414770;
} 

/* Hide sub-menus initially */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul { 
  display: none; 
} 

/* Now stuff specific to the menu type (down, left or right menu pop) */

/* All VERTICAL (left/right) menus */

/* This is the default width of vertical menus. You can override these in your own stylesheet. */
ul.nice-menu-right, ul.nice-menu-left, 
ul.nice-menu-right li, ul.nice-menu-left li{
  width: 12.5em;
}

/* stuff for VERTICAL menus where submenus pop RIGHT (default) */

ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent{ 
  background: #eee url(arrow-right.png) right center no-repeat; 
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over{
  background: #ccc url(arrow-right.png) right center no-repeat;
}

/* stuff for VERTICAL menus where submenus pop LEFT */

ul.nice-menu-left li ul{
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent{ 
  background: #eee url(arrow-left.png) left center no-repeat; 
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over{
  background: #ccc url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-right: 9px;

}

/* stuff for HORIZONTAL menus where submenus pop DOWN */

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {

}
/*gwr adjusted*/
ul.nice-menu-down li li {
border-top: 0;
font-size:11px
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}
/*/
ul.nice-menu-down .menuparent a{
  padding-right: 7px;
  padding-left: 6px;
}
*/
ul.nice-menu-down li.menuparent{ 
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over{
}

ul.nice-menu-down li li.menuparent{ 
  background: #eee url(arrow-right.png) right center no-repeat; 
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over{
  background: #ccc url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-down ul li {
  clear: both;
}