	/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #333;
  font: 76% Arial, Verdana, Arial, Helvetica, sans-serif;
}

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:link {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #d48303;
  text-decoration: none;
}
div.block-menu ul.menu a:link {
  color: #fff;
  text-decoration: none;
}
div.block-menu ul.menu a:active {
  color: #fff;
  text-decoration: none;
}
div.block-menu ul.menu a:visited {
  color: #fff;
  text-decoration: none;
}
div.block-menu ul.menu a:hover {
  color: #d48303;
  text-decoration: underline;
}
#sidebar-right a:link {
  color: #fff;
  text-decoration: none;
}
#sidebar-right a:active {
  color: #fff;
  text-decoration: none;
}
#sidebar-right a:visited {
  color: #fff;
  text-decoration: none;
}
#sidebar-right a:hover {
  color: #d48303;
  text-decoration: underline;
}


#sidebar-left a:link {
  color: #fff;
  text-decoration: none;
}
#sidebar-left a:active {
  color: #fff;
  text-decoration: none;
}
#sidebar-left a:visited {
  color: #fff;
  text-decoration: none;
}
#sidebar-left a:hover {
  color: #d48303;
  text-decoration: underline;
}
#footer a:link {
  color: #666;
  text-decoration: underline;
}
#footer a:active {
  color: #666;
  text-decoration: underline;
}
#footer a:visited {
  color: #666;
  text-decoration: underline;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#main h2.title {
    background-image: url('../images/header_bg.gif');
    height: 22px;
    padding: 7px;
    color: #000;
    border: 1px solid #c8c8c8;
}
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: #C1871B;
}
.item-list .title {
  font-size: 1em;
  color: #ffcb49;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/

#wrapper {
	margin: 0 auto;
	width:880px;
	background-color:#fff;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

#header, #content {
  width: 100%;
}
#header {
  background-color: #131313;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  padding: 0;
  border: 0;
}
#menu {
  padding: 0px;
  text-align: left;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0px;
  color: #9cf;
  background-color: red;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
.node ul.links li {
  padding: 2px 3px;
  border: 1px solid #d78500;
  /* background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x; */
  margin: 0.2em;
}
.node ul.links li.first {
  border: 1px solid #d78500;
}
ul.links li {
  padding: 2px 3px;
  /* background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x; */
  margin: 0.2em;
}
ul.links li.first {
}
#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: #fff;
  padding: 5px;
  color: #000;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 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;
  background-color: #fff;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #e2e2e2;
  border: 1px solid #373737;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left {
  background-image: url('../images/left_bg.gif');
  background-repeat: repeat-y;
  background-color: #131313;
  width: 168px;
  color: #fff;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
}

#sidebar-right {
  background-image: url('../images/right_bg.gif');
  background-repeat: repeat-y;
  background-color: #131313;
  width: 168px;
  color: #fff;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
}

#footer {
  background-image: url('../images/footer.gif');
  background-color: #000;
  height: 31px;
  width: 880px;
  padding-top: 70px;
  font-size: 1em;
  color: #fff;
  text-align: center;
}

/*
** 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: #000;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

.side_title, .side_title a {
  width: 168px;
  height: 30px;
  background-image: url('../images/block_header.gif');
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  padding: 6px 5px 0px 5px;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

.submitted {
  color: #d48303;
  font-size: 0.7em;
}
.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 {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 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;
}
#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: #000;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

div.block-menu ul.menu li.leaf{
	margin: 0px;
	padding: 3px 0px 0px 10px;
	height: 17px;
	background-image: url('../images/left_menu.gif');
	background-repeat: repeat-x;
	list-style-type: none;
	list-style-image: none;
	width: 168px;
}

div.block-menu ul.menu{
	margin: 0px;
	padding: 0px;
}



/*  event calendar table styles  
------------------------------------------------------------------------------------------------------------------------
*/

.event-calendar_theme .month-view .event-block td{
	width:7%;
	padding:0px;
	margin:0px;
	background-color: #333;
	border:1px solid #000;
	text-align:right;
	color:#ccc;
}

.event-calendar_theme .month-view .event-block td a{
	color:#fff;
	background-color:#B7661D;
	display:block;
	text-decoration:none;
}

.event-calendar_theme .month-view .event-block td a:hover{
	color:#fff;
	background-color:#000;
	text-decoration:none;
}

.event-calendar_theme .month-view .event-block th{
	width:10%;
	padding:0px;
	margin:0px;
	color: #000;
  background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x;
  background-color: #ffda7c;
  text-align: center;
  border:1px solid black;
}

.event-calendar_theme .month-view .day {
	float: right;
	background-color: #131313;
	color: #d78700;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-left-color: #555;
	border-bottom-color: #555;
	border-top-color: #000;
	border-right-color: #000;
	padding: 2px;
}

#main .event-calendar_theme .month-view td {
	background-color: #333;
	color: #ccc;
	text-align: right;
	border: 1px solid #000;
	height: 60px;
}
#main .event-calendar_theme .month-view div.title {
	background-color: #555;
	color: #ccc;
	font-size: 1em;
	text-align: left;
	border: 1px solid #000;
}

#main .event-calendar_theme .month-view div.title a {
	color: #fff;
}

#main .event-calendar_theme .month-view div.title a:hover {
	color: #fff;
}

#main .event-calendar_theme .month-view div.start {
  background-image: url('../images/times_bg.gif');
  background-repeat: repeat-x;
  background-color: #edb129;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
	margin: 3px 0px;
}

#main .event-calendar_theme .month-view div.end {
  background-image: url('../images/times_bg.gif');
  background-repeat: repeat-x;
  background-color: #edb129;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
}

#main .event-calendar_theme .month-view div.ongoing {
  background-image: url('../images/times_bg.gif');
  background-repeat: repeat-x;
  background-color: #edb129;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
	margin: 3px 0px;
}
#main .event-calendar_theme .month-view td {
	width: 14%;
}

.event-calendar_theme table caption {
  background-color:#306192;
  background-image:url(../images/menu_bg.gif);
  background-repeat:repeat-x;
  border-color:#131313;
  border-style:solid solid none;
  border-width:1px 1px 0px 1px;
  padding:1px;
  text-decoration:none;
  color: #000;
}
#sidebar-right .event-calendar_theme table caption a {
  color: #000;
}
.event-calendar_theme th {
    background-color:#306192;
    background-image:url(../images/menu_bg.gif);
    background-repeat:repeat-x;  border:1px solid #003466;
  color:#000;
  border: 1px solid #131313;
  padding:1px 0.33em;
  text-align:center;
}

.event-calendar .month-view .event-block td{
	width:7%;
	padding:0px;
	margin:0px;
	background-color: #333;
	border:1px solid #000;
	text-align:right;
	color:#ccc;
}

.event-calendar .month-view .event-block td a{
	color:#fff;
	background-color:#B7661D;
	display:block;
	text-decoration:none;
}

.event-calendar .month-view .event-block td a:hover{
	color:#fff;
	background-color:#000;
	text-decoration:none;
}

.event-calendar .month-view .event-block th{
	width:10%;
	padding:0px;
	margin:0px;
	color: #000;
  background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x;
  background-color: #ffda7c;
  text-align: center;
  border:1px solid black;
}

.event-calendar .month-view .day {
	float: right;
	background-color: #131313;
	color: #d78700;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-left-color: #555;
	border-bottom-color: #555;
	border-top-color: #000;
	border-right-color: #000;
	padding: 2px;
}

#main .event-calendar .month-view td {
	background-color: #333;
	color: #ccc;
	text-align: right;
	border: 1px solid #000;
	height: 60px;
}
#main .event-calendar .month-view div.title {
	background-color: #555;
	color: #ccc;
	font-size: 1em;
	text-align: left;
	border: 1px solid #000;
}

#main .event-calendar .month-view div.title a {
	color: #fff;
}

#main .event-calendar .month-view div.title a:hover {
	color: #fff;
}

#main .event-calendar .month-view div.start {
  background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x;
  background-color: #ffda7c;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
	margin: 3px 0px;
}

#main .event-calendar .month-view div.end {
  background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x;
  background-color: #ffda7c;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
}

#main .event-calendar .month-view div.ongoing {
  background-image: url('../images/menu_bg.gif');
  background-repeat: repeat-x;
  background-color: #ffda7c;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
	margin: 3px 0px;
}
#main .event-calendar .month-view td {
	width: 14%;
}

.event-calendar table caption {
  background-color:#ffda7c;
  background-image:url(../images/menu_bg.gif);
  background-repeat:repeat-x;
  border-color:#131313;
  border-style:solid solid none;
  border-width:1px 1px 0px 1px;
  padding:1px;
  text-decoration:none;
  color: #000;
}
#sidebar-right .event-calendar_theme table caption a {
  color: #000;
}
.event-calendar th {
    background-color:#306192;
    background-image:url(../images/menu_bg.gif);
    background-repeat:repeat-x;  border:1px solid #003466;
  color:#000;
  border: 1px solid #131313;
  padding:1px 0.33em;
  text-align:center;
}

.event_calendar .day-view table {
    width: 450px;
}

.event-calendar_theme .event .stripe-1, .event-calendar_theme .event .stripe-2, .event-calendar_theme .event .stripe-3, .event-calendar_theme .event .stripe-4, .event-calendar_theme .event .stripe-5, .event-calendar_theme .event .stripe-6, .event-calendar_theme .event .stripe-7, .event-calendar_theme .event .stripe-8, .event-calendar_theme .event .stripe-9, .event-calendar_theme .event .stripe-10 {
  background-color: #fff;
  height: 0px;
  width: 90%;
  display:none;
}

.event-calendar_theme div.type {
font-size:0.8em;
margin-left:5px;
display:none;
}

/* Sponsor Us Styles */

.sponsor_button a {
    padding: 6px 3px 0px 3px;
    border: 1px solid #b5d1ea;
    background-color: #eaf1f9;
    text-decoration: none;
    font-weight: bold;
}

.sponsor_button a:hover {
    background-color: #fff;
}

.sponsor_button_full a {
    padding: 3px;
    border: 1px solid #8eb4d7;
    background-image: url(http://www.reveal.ca/images/small_bg.gif);
    background-color: #eaf1f9;
    text-decoration: none;
    display:block;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}

.sponsor_button_full a:hover {
    background-image: url(http://www.reveal.ca/images/small_bg_over.gif);
    background-color: #fff;
}

.sponsor_small_div {
    border: 1px solid #b5d1ea;
    background-image: url(http://www.reveal.ca/images/small_bg.gif);
    background-repeat: repeat-x;
    background-color: #d3e4f3;
    padding: 5px;
    margin-bottom: 7px;
}

.sponsor_small_div a {
}

.sponsor_large_div {
    border: 1px solid #b5d1ea;
    background-image: url(http://www.reveal.ca/images/large_bg.gif);
    background-repeat: repeat-x;
    background-color: #d3e4f3;
    padding: 5px;
    margin-bottom: 7px;
}