/** Amadou 3.x
* $Id: style.css,v 1.8.2.2.6.4.2.6 2007/12/09 21:39:52 jwolf Exp $
*/

@import "layout.css";
@import "icons.css";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
 }

body {
    line-height:1.5;
    font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	color:#222;
	background-color: #A90230;
	background-image: url(images/site-background-fade.png);
}

#headbar {
	background-image: url(images/site-headbar.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 97px;
	white-space: nowrap;
}

h1,h2,h3,h4,h5,h6
{
  font-weight:normal;
  height:auto;
  margin:0;
  padding:0;
}

h3,h4,h5,h6
{
  color:#013466;
}

h3
{
  font-size: 150%;
}

h4
{
  font-size: 130%;
}

h5
{
  font-size: 120%;
}

h6
{
  font-size: 110%;
}

ul, quote, code, fieldset
{
  margin: .5em 0;
}

p
{
  font-size:1.125em;
  line-height:1.4em;
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a
{
  color:#000000;
  text-decoration:none;
}

a:hover
{
  color:#A90230;
  text-decoration:underline;
}


img, a img
{
  border: none;
 }

span.form-required
{
  color: #ffae00;
}

span.submitted, .description
{
  font-size: 0.92em;
  color: #898989;
}

input
{
  font: 12px/100% "Arial";
  color: #494949;
}

textarea, select
{
  font: 12px/160% "Arial";
  color: #494949;
}


/*----------site logo, site name, & site slogan----------*/
.logo
{
  float:left;
  padding:0 1em 0 0;
  margin:0;
}

#header h1
{
  color:#fff;
  font-size:4em;
  letter-spacing:2px;
  line-height:1.2em;
  margin:0;
  padding:0;
  text-transform:lowercase;
  white-space:nowrap;
}

#header h1 a
{
  color:#fff;
  text-decoration:none;
}

#header h2
{
  color:#fff;
  font-size:1.8em;
  letter-spacing:2px;
  margin:0;
  padding:0.25em 0 0;
  text-transform:lowercase;
  white-space:nowrap;
}


/*----------primary links---located in header----------*/
#menu
{
  color:#fff;
  font-size:1.2em;
  font-weight:normal;
  height:20px;
  line-height:1.3em;
  letter-spacing:1px;
  margin: 0;
  padding:0;
  white-space:nowrap;
}

#menu ul
{
  float:right;
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

#menu li
{
  background-image:none;
  display:inline;
  margin:0;
  padding:0;
}

#menu li a
{
  border:medium none;
  color:#ccc;
  font-weight:normal;
  padding:3px 10px;
  text-decoration:none;
}

#menu li a:hover, #menu li a.active
{
  background:#30487F none repeat;
  border:medium none;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  color:#fff;
  padding-left:9px;
  padding-right:9px;
}


/*----------mainContent----------*/
#mainContent h2
{
  color:#263559;
  font-size:2em;
  font-weight:normal;
  line-height:1.2em;
  margin:0;
  padding:0;
}

#mainContent h2 a
{
  color:#000000;
  text-decoration:none;
}

#mainContent h2 a:hover
{
  color:#A90230;
  text-decoration:none;
}


/*----------sideBars----------*/
#sideBars h2
{
  font-size:140%;
  font-weight:normal;
  line-height:1.3em;
  margin:0.3em 0 0.55em;
  padding:0;
}

#leftSidebar h2 {
	color: #fff;
	background: #aac;
	text-align: center;
	padding: 0;
	border: 1px solid #000;
	background-image: url(images/tabs.gif);
	font-size: 110%;
	font-weight:bold;
	
}

#rightSidebartop h2 {
	color: #000000;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #242;
	font-size: 110%;
	font-weight:bold;
	
}

/*---------- page styles----------*/
.pageTitle
{
  font-size:2.2em;
  line-height:1.2em;
  margin-bottom:0.65em;
}

.mission
{
  background-color:#F7F7F7;
  border:1px solid #ccc;
  color:#354A7B;
  font-size:1em;
  line-height:1.35em;
  margin:0.32em 0 0.85em;
  padding:1em;
}

.breadcrumb
{
  margin:0.32em 0;
  padding:0;
}

.messages 
{
  color:red;
  margin:0.75em 0 0.75em;
  padding:0.5em 1em;
}

.messages ul
{
  margin:0;
}


.block
{
  margin:0 0 1.5em;
  padding:0;
}


/*----------node styles----------*/
.node
{
  border-bottom:1px solid #ccc;
  margin:0 0 2.5em;
  padding:0;
  display:inline-table;
}



h3,h4,h5,h6,.nodeTitle a
{
  color:#013466;
}

.nodeTitle a:hover
{
  color:#3670A8;
  text-decoration:none;
}

.taxonomy  /* tag icon for taxonomy located in icons.css */
{
  clear:left;
  font-size:0.95em;
  padding:0 0 0.5em 1.5em;
}

.submitted
{
  font-size:0.95em;
  padding:0;
}

#mainContent .content
{
  padding:0.8em 0 0;
}

.node .links
{
  font-size:1.05em;
  padding:0.35em 0;
  margin:0;
}

.picture
{
  float:right;
  padding-left:1em;
}

.preview .node
{
  border:1px solid #ccc;
  padding:0.75em;

}


/*----------comment styles----------*/
.commentTitle
{
  font-size:1.5em;
}

.comment
{
  background-color:#F7F7F7;
  border:1px solid #ccc;
  margin:0 0 2em;
  padding:1em;
}



/*----------misc. styles----------*/
hr
{
  margin:0;
  padding:0;
  border:none;
  height:1px;
  background:#5294c1;
}

dl
{
  margin:0.5em 0 1em 1.5em;
}

dl dd
{
  margin:0 0 .5em 1.5em;
}

dt
{
  font-size:1.285em;
  margin:0.65em 0 0;
}

dl
{
  margin:0.5em 0 1em 1.5em;
}

dl dd
{
  margin:0 0 .5em 1.5em;
}

span.form-required
{
  color:#ffae00;
}

.description
{
  font-size:0.92em;
  color:#5A5A5A;
  margin-bottom:0.75em;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item
{
  margin:0.25em 0;
}

#center form
{
  margin-bottom:2em;
}

.form-button, .form-submit
{
 margin:0.5em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box
{
 margin-bottom:2.5em;
}

div.admin
{
  margin:0;
  padding:0;
}

blockquote
{
  margin:0;
  padding:0 0 8px;
}

blockquote p
{
  background:url('images/close-quote.gif') no-repeat right bottom;
  color:#30457E;
  font-family:serif;
  margin:10px 20px;
  padding-left:18px;
  text-indent:-18px;
  width:400px;
}

blockquote p:first-letter
{
  background:url('images/open-quote.gif') no-repeat left top;
  padding-left:18px;
}
.user-signature
{
  color:#949494;
  font-family:Cursive, sans;
  font-size:0.80em;
  margin:0;
  padding:0;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu
{
  margin: 0;
  padding: 0;
}

div.admin .left
{
  float: left;
  width: 48%;
}
div.admin .right
{
  float: right;
  width: 48%;
}

div.admin-panel
{
  padding: 1em 1em 1.5em;
}

div.admin-panel .description
{
  margin-bottom: 1.5em;
}

div.admin-panel dl
{
  margin: 0;
}

div.admin-panel dd
{
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}


/*----------list styles----------*/
ul
{
  margin: 0.5em 0 1em;
  padding: 0;
}

ol
{
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li
{
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul
{
  line-height:1.2em;
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul
{
  margin-left: 0em;
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf
{
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf
{
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ol li
{
  padding: 0 0 .3em;
  margin-left: 2em;
}

ul li.expanded
{
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed
{
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a
{
  display: block;
}

ul.inline li
{
  background: none;
  margin: 0;
  padding: 0 1em 0 0; 
}

ol.task-list
{
  margin-left: 0; 
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li
{
  padding: 0.5em 1em 0.5em 2em;
}

ol.task-list li.active
{
  background: transparent url(images/task-list.png) no-repeat 3px 50%;
}

ol.task-list li.done
{
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
}

ol.task-list li.active
{
  margin-right: 1em;
}

fieldset ul.clear-block li
{
  margin: 0;
  padding: 0;
  background-image: none;
}

ul.primary, ul.primary li, ul.secondary
{
  border-bottom:1px solid #BBBBBB;
  background: none;
  height:auto;
  margin:5px;
  padding:0 ;
}

ul.secondary li
{
  background: none;
  border-right:1px solid #CCCCCC;
  display:inline;
  padding:0 1em;
}

ul.links li {
  background:none;
  list-style:none;
  margin:0 1em 0 0;
  padding:0;
}

/*---------------user-login-form---let's get rid of the center alignment---------------*/
#user-login-form
{
  margin:0;
  padding:0 0 0 10px;
  text-align:left;
}

.form-item
{
  text-align:left;
  margin:0 0 20px;
  padding:0;
}


/*---------------TinyMCE editor---------------*/
body.mceContentBody
{
  background:#fff;
  color:#000;
  font-size:14px;
}

body.mceContentBody a:link
{
  color:#ff0000;
}


/*---------------table styles---------------*/
table
{
  margin: 1em 0;
  width: 100%;
}

thead th
{
  border-bottom: 2px solid #bbb;
  color: #494949;
  font-weight: bold;
}

thead div.sticky-header
{
  border-bottom: 2px solid #ddd;
}

td, th
{
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th
{
  border: solid #D5D6D7;
  border-width: 1px 0;
}

tr.odd
{
   background-color: #fff;
}

tr.info
{
 background-color: #E0ECBC;
 }

tr.even
{

 background-color: #fff;
}


tr.drag
{
  background-color: #fffff0;
}

tr.drag-previous
{
  background-color: #ffd;
}

tr.odd td.active
{
  background-color: #D3DAE9;
}

tr.even td.active
{
  background-color: #E6EAF7;
}

td.region, td.module, td.container, td.category
{
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #B9C2DC;
  background-color: #D0D5E0;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category
{
  border-top-width: 0;
}

table.system-status-report th
{
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

.clearfix:after, .container:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
 }

.clearfix, .container {
  display:inline-block;
}

* html .clearfix, * html .container {
  height:1%;
}

.clearfix, .container {
  display:block;
}

.clear {clear:both;}

#global-nav #teamusa-nav ul.menu {
    display: block;
	margin: 0;
	padding: 0;
}

#global-nav #teamusa-nav ul.menu li {
	list-style: none;
	display: inline;
	float: left;
  zoom: 1;
	margin: 0;
	padding: 0;
}

#global-nav #teamusa-nav ul.menu li a {
    display: block;
    border: 0;
}

#global-nav #teamusa-nav ul ul li.last ul.menu {
	margin: 0;
	padding: 0;
}

#global-nav #teamusa-nav ul ul li.last ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#global-nav #teamusa-nav ul ul li.last ul.menu li a {
	display: block;
  border: 0;
}


#global-nav {
  position: relative;
  padding-top: 5px;
  z-index: 2000; 
}
#global-nav #teamusa-nav {
float:left;
height:23px;
margin:8px 5px 0;
text-transform:uppercase;
width:835px;
}

#global-nav #teamusa-nav ul {
  position: relative;
  float: left;
}

#global-nav #teamusa-nav ul li {
  position: relative;
  margin: 3px 3px 0 0;
  background: transparent url(images/global-nav-tabs.png) no-repeat;
}

#global-nav #teamusa-nav ul li:hover,#global-nav #teamusa-nav ul li.over {
  background-position: 0 -34px;
}

#global-nav #teamusa-nav ul ul li.first {
  background-image: none;
}

#global-nav #teamusa-nav ul li a {
  padding: 0 5px;
  background: transparent url(images/global-nav-tabs-right.png) right top no-repeat;
  line-height: 17px;
  font-size: 0.92em;
}
 
#global-nav #teamusa-nav ul li a:hover {
  color: #FFF;
  }

#global-nav #teamusa-nav ul ul li.first a, #global-nav #teamusa-nav ul ul li.first a:hover {
  width: 140px;
  height: 20px;
  margin-right: 0px;
  padding: 0;
  background-color: transparent;
  text-indent: -2000em;
  overflow: hidden;
  background-image: url(images/SECTCNetwork-Button.png);
  background-repeat:no-repeat;
}

#global-nav #teamusa-nav ul ul li ul li.first a, #global-nav #teamusa-nav ul ul li ul li.first a:hover {
  text-indent: 0px;
 }

#global-nav #teamusa-nav ul ul li.last a {
  padding-right: 12px;
  background-position: right -17px;
}

#global-nav #teamusa-nav ul ul li.last:hover,#global-nav #teamusa-nav ul ul li.last.over {
  background-position: 0 -51px;
}

#global-nav #teamusa-nav ul ul li.last:hover a,#global-nav #teamusa-nav ul ul li.last.over a {
  background-position: right -51px;
  color: #FFF;
}

#global-nav #teamusa-nav ul ul li.last ul {
  display: none;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 2000;
  width: 210px;
  padding-bottom: 5px;
  background: transparent url(images/sports-menu-bottom.png) left bottom no-repeat;
  text-transform: none;
}


#global-nav #teamusa-nav ul ul li.last:hover ul, #global-nav #teamusa-nav ul ul li.last.over ul {
  display: block;
  float: left;
  width: 210px;
  padding-top: 5px;
   padding-bottom: 5px;
  background: #335d89 url(images/sports-menu-bottom.png) left bottom no-repeat;
}

#global-nav #teamusa-nav ul ul li.last:hover ul li, #global-nav #teamusa-nav ul ul li.last.over ul li {
  float: none;
  margin: 0;
  background: none; 
}

#global-nav #teamusa-nav ul ul li.last:hover ul li a, #global-nav #teamusa-nav ul ul li.last.over ul li a {
  float: none;
                width: 200px;
                margin: 5px 5px 0;
                padding: 0 5px;
                background: transparent url(images/sports-menu-link.png) no-repeat;
                color: #FFF;
                line-height: 20px; }
                #global-nav #teamusa-nav ul ul li.last:hover ul li a:hover,
                #global-nav #teamusa-nav ul ul li.last.over ul li a:hover {
                  background-position: 0 -20px;
                  color: #FFF; }
              #global-nav #teamusa-nav ul ul li.last:hover ul li.first a,
              #global-nav #teamusa-nav ul ul li.last.over ul li.first a {
                margin-top: 0; }
    #global-nav #teamusa-nav ul#account-links {
      float: right;
      margin: 3px 3px 0 0;
      font: 9px/10px, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif; }
      #global-nav #teamusa-nav ul#account-links li a {
        padding: 4px 5px;
        line-height: 10px; }
      #global-nav #teamusa-nav ul#account-links li a:hover {
        background-position: inherit -18px; }
      #global-nav #teamusa-nav ul#account-links li.first a {
        background: transparent url(images/account-buttons-bg.png) no-repeat;
        border-right: 1px solid #89C6FF; }
      #global-nav #teamusa-nav ul#account-links li.last a {
        background: transparent url(images/account-buttons-bg.png) right top no-repeat; }
  #global-nav #powered-by {
    float: right;
    height: 25px;
    margin: 5px 10px 0 0; }
    #global-nav #powered-by a {
      display: block;
      width: 110px;
      height: 21px;
      background: transparent url(images/powered-by-ctn.gif) right top no-repeat;
      text-indent: -2000em;
      overflow: hidden; }

/* primary links */

#primary ul {
	position: absolute;
	right: 22px;
	top: 107px;
	text-align: center;
	font-size: 90%;
	font-weight: bolder;
	width: 788px;
}

#primary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#primary ul li a, #primary ul li a:visited {
  display: block;
  margin: 0 1px 0 1px;
  padding: 3px .8em 0 .8em;
  color: #000000;
  background: none;
  height: 12px;
  border: none;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 10px;
}

#primary ul li a:hover {
  color: #A90230;
  text-decoration:none;

}

#home-button a, #home-button a:visited{
  position: absolute;
	right: 930px;
	top: 107px;
	text-align: center;
	font-size: 90%;
	font-weight: bolder;
	width: 30px;
  display: block;
  margin: 0 1px 0 1px;
  padding: 3px .8em 0 .8em;
  color: #000000;
  background: none;
  height: 12px;
  border: none;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 10px;
}

#home-button a:hover {
  color: #A90230;
  text-decoration:none;

}

div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links{
  background: #C1D4EA;
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

#site-footer div.block {
	margin: 0 0 40px 0;
}

#site-footer h2 {
	float: left;
	width: 150px;
	margin: 0 10px 1em;
	font-size: 1em;
	line-height: 1.4em;
	text-align: right;
	font-weight: bold;
	color: #06386E;
	margin:1px
}

#site-footer ul {
	float: right;
	width: 600px;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background:none;
	text-decoration:none;
}

#site-footer ul li a {
	margin-right: 20px;
	display: block;
    border: 0;
}

#site-footer p {
	margin: 100px 0 0 170px;
	text-transform: none;
}

#site-footer ul li {
	list-style: none;
	list-style-type: disc;
	display: inline;
	float: left;
  zoom: 1;
	margin: 0;
	padding: 0;
	background:none;
}
ul.index_control_list {
float:right;
height:200px;
left:451px;
padding:0;
position:absolute;
top:0;
width:80px;
  }
li.index_control_item {
  margin: 0 0 5px 0;
  list-style-type: none;
  padding: 0 0 0 0;
  list-style-image: none;
  height:80px;
  background-image:url(images/carousel-item-bottom.gif);
  background-position:left bottom;
  background-color:#d4e2f1;
  
}

li.index_control_item:hover{
  background-position:center bottom;
  background-color:#e1ebf5;
}

li.index_control_item.visible, li.index_control_item.visible:hover{
  background-position:right bottom;
  background-color:#3e709e;
  color:ffffff;
}

.index_control {
  display:block;
  width: 80px;
  height:80px;
  background-image:url(images/carousel-item-top.gif);
  background-position:left top;
  background-repeat:no-repeat;
  background-color:d4e2f1;
  }
.index_control:hover {
   background-position:center top;
  background-color:#e1ebf5;
  }
  
li.index_control_item.visible index_control {
   background-position:right top;
  background-color:#3e709e;
  color:ffffff;
  }
  
li.jcarousel-item{
	background-color:transparent;
	margin: 0 0 0 0;
    list-style-type: none;
    padding: 0 0 0 2px;
    list-style-image: none;
}
.jcarousel-clip-horizontal {
width:442px;
}
#nc_wrapper_Features {
 	background-image:url(images/carousel-bg.gif);
	background-repeat: repeat-y;
		
}
.node-carousel-title a, .node-carousel-title a:hover {
	font-size:24px;
	text-decoration: none;
	color:#FFFFFF;
}
.node-carousel-item .teaser{
color:#FFFFFF;}

.jcarousel-container{
	width:450px;
	border:none;
	}
.node-carousel-container-top {
	background-image:url(images/carousel-top-bg.gif);
	background-repeat:no-repeat;	
	background-position:top;
	height:4px;
	width:537px;
}
.node-carousel-container-bottom {
	background-image:url(images/carousel-bottom-bg.gif);
	background-repeat:no-repeat;	
	background-position:bottom;
	height:4px;
	width:537px;
}
.field-field-event-image img {
float:right;}

#login {
float:right;
text-transform:none;
padding-right: 10px;}

.view-display-id-block_1 ul li{
list-style-image:none;
list-style-type:none;
list-style:none;
padding:0 0 12px;
}

.view-display-id-block_1 .views-field-field-event-date-value{
color:#333333;
font-size:9px;
float: right;
}

.view-display-id-block_1 .views-field-title{
font-size:11px;}

.forum-post-panel-sub {
float:right;
}
.forum-post-panel-main {

border-left:none;
}

.forum-post-panel-main {
margin-right:178px;
margin-left:0px;
padding-left:8px;
min-height:10px;
background-color:#eaedff;
}

#user-profile .author-pane-name-status .picture img {
max-width:175px;
}

.forum-post-panel-sub {
width:178px;
}

.forum-jump-links {
  background-image:url(images/Right-Bottom.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
  float:right;
  width:175px;
}

.forum-jump-links a {
float:right;
padding-right:10px;
}

.posted-on  {
background-image:url(images/Left-Top.gif);
  background-position:top left;
  background-repeat:no-repeat;
 padding-left:10px;
  }
  
  .forum-post {
border:none;
background-color:#eaedff;
}

.post-info {
background-image:url(images/Right-Top.gif);
  background-position:top right;
  background-repeat:no-repeat;
  background-color:transparent;
  color:#333333;	
  border:none;
}

.forum-post-links {

  background-color:transparent;
  border:none;
}

.forum-post-footer {
 background-image:url(images/Left-Bottom.gif);
background-position:left bottom;
  background-repeat:no-repeat;
background-color:transparent;
border:none;

}
.forum-post-wrapper {
background-color:#eaedff;
}

.post-num a:link, .post-num a:visited, .post-num a:active, .post-num a:hover {
color:#333333;
}

.forum-post-panel-sub .picture {
float: none;
}

.author-pane .picture img {
padding:5px;
}

.forum-post .new {
color:#FF0000;
}
.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
display:inline;
}
.calendar-calendar td .inner div.calendar div{
background-color:#EAEDFF;

}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
background-color:#A90230;
}

.calendar-calendar td .inner div {
background:#FFFFFF;
}

.calendar-calendar div.date-nav {
background-color:#ffffff;
border:none;
color:333333;
padding:0.2em;
width:auto;
}
.calendar-calendar th.days{
  background:#AAAACC url(images/tabs.gif) repeat scroll 0 0;
border:1px solid #000000;
color:#fff;
padding:1px 0.33em;
text-align:center;
   text-align: center;
  border-width: 0 1px 1px 0;
}

.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
color:#333333;
}

.calendar-calendar td.sun, .calendar-calendar td.sat{
background-color:#999999;
}
.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
background:#ffffff no-repeat 0 0;
}

.calendar-empty {
font-size:0;
line-height:0;
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
background:#00b966;
}

.calendar-calendar td .inner .view-field, .calendar-calendar td .inner .view-field a {
color:#FFFFFF;

}

.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator {calendar.css?W (line 350)
background-color:#CCCCCC;
font-weight:bold;
}

div#calpopup-body h2.nodeTitle{

font-size:20px;
}

#forum .forum-table th, #forum .forum-topics th, #forum .forum-topics th a, #forum .forum-topics th a:link, #forum .forum-topics th a:hover, #forum .forum-topics th a:visited {
background-color:#c19906;
color:#fff;
background-image:url(images/tabs.gif)
}
div.field{
display:block;
}

div.field img{

float:right;
padding:10px;}

#member-list .wrap-corner .r-edge {
padding:5px 8px;
}

#member-list h2 {
text-align:center;
background-color:#666666;
color:#FFFFFF;
}

#forum .forum-table, #forum .forum-topics {
border:2px solid #000000;
}

.view-display-id-block_1 ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 12px;
}
.view-display-id-block_1 .views-field-field-event-date-value {
color:#333333;
float:right;
font-size:30px;
vertical-align:top;
}
.view-display-id-block_1 .views-field-title {
font-size:12px;
padding-left:2px;
vertical-align:top;
}
.view-display-id-block_1 .views-field-field-time-value {
color:#666666;
float:right;
font-size:9px;
}
.view-display-id-block_1 img {
float:left;
}
.view-display-id-block_1 ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 12px;
}
.view-display-id-block_1 .views-field-field-event-date-value {
color:#333333;
float:right;
vertical-align:top;
}
.view-display-id-block_2 .views-field-title {
padding-left:2px;
vertical-align:top;
}
.view-display-id-block_2 .views-field-field-time-value {
color:#666666;
float:right;
font-size:9px;
}
.view-display-id-block_2 img {
float:left;
}

div.view-calendar div.views-row {
display:inline-table;
min-width:195px;
}

.calendar-calendar td.empty {
background:WhiteSmoke none repeat scroll 0 0;

}

.view-display-id-page_1{background:#E0ECBC; }

.view-display-id-page_1 td.views-field-tid{width:60px;}

.view-display-id-page_1 td.views-field-field-time-value{width:80px;}

#nav-login{
background: url(icons/key_add.png) no-repeat scroll;
padding-left:20px;
margin-left:5px;
float:right;
}
#nav-register{
background: url(icons/page_white_edit.png) no-repeat scroll;
padding-left:20px;
margin-left:5px;
float:right;
}
#nav-tracker{
background: url(icons/page_find.png) no-repeat scroll;
padding-left:20px;
margin-left:5px;
float:right;
}

#nav-logout{
background:url(icons/key_delete.png) no-repeat scroll;
padding-left:20px;
float:right;
margin-left:5px;
}
#nav-mail{
background:url(icons/email.png) no-repeat scroll;
padding-left:20px;
float:right;
margin-left:5px;
}

#nav-profile{
background:url(icons/user_red.png) no-repeat scroll;
padding-left:20px;
float:right;
margin-left:5px;
}
#disclaimer{
background-color:transparent;
color:#CCCCCC;
margin:10px auto;
font-size:10px;
width:970px;}

div.views-field-field-front-page-fid {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:threedface none repeat scroll 0 0;
border:2px groove threedface;
display:inline-table;
padding:2px;
}

.view-front-page-image .views-field-title {

background-color:black;
color:white;
font-size:19px;
left:4px;
margin-right:10px;
opacity:0.6;
position:relative;
text-align:left;
top:-35px;}

.view-front-page-image .more-link, .view-front-page-image .more-link a {

color:buttonhighlight;
padding-right:10px;
position:relative;
top:-29px;}

div#block-views-front_page_image-block_1{
margin:0 0 -20px;
padding:0;
}