body {
  margin: 0;
  padding: 0;
  background:#fff;
}
#bg-elements {
  background:url(images/grad_bg.jpg) top repeat-x #F2F2F2;
}
#bg-graphics {
  background:url(images/abstract_bg.jpg) no-repeat top center;
}
#ad-bg {
  background:url(images/ad-bg.jpg) no-repeat top center #fff;
  width:100%;
}
#pageWrap {
  font: .75em Verdana, Arial, Helvetica, sans-serif;
  width: 960px;
  margin: auto;
}
.two-sidebars #outerColumn {
  border-left: 16em solid #fff;
  border-right: 16em solid #fff;
  background:#fff;
}
.sidebar-right #outerColumn {
  border-right: 16em solid #fff;
}
.sidebar-left #outerColumn {
  border-left: 16em solid #fff;
}
#innerColumn {
  width: 100%;
}
#soContainer {
  float: left;
  width: 100%;
  background-color: #fff;
}
#header {
  height: 151px;
}
#content {
  float: right;
  width: 100%;
}
#leftCol {
  float: left;
  margin-left: -16em;
  width: 16em;
}
#rightCol {
  float: right;
  margin-right: -16.5em;
  width: 16em;
}
#footer {
  background: #f8f8ff url(footer.jpg) no-repeat bottom;
  border-top: 1px solid #ccc;
  color: #999;
  font-weight: bold;
  font-size: 0.9em;
  padding-bottom: 30px;
}
.footer_left {
  float: left;
  width: 45%;
}
#footer ul.links li {
  padding: 0 0 0 0.5em;
}
.footer_right {
  float: right;
  width: 45%;
  font-weight: normal;
  text-align: right;
}
#footer a:link, #footer a:visited, #footer a:hover {
  color: #708090;
}
#footer .footer_right a {
  font-weight: normal;
}
#header .inside {
  padding: 6px 0 0 10px;
}
#content .inside {
  padding: 8px 18px 2px;
}
#leftCol .inside {
  padding: 10px 0 10px 10px;
  position: relative;
}
#rightCol .inside {
  padding: 10px 10px 10px 0;
  position: relative;
}
#footer .inside {
  padding: 10px;
}
.clr {
  clear: both;
}
* html #soContainer, * html #content, * html #leftCol, * html #rightCol, * html .tabs {
  overflow: visible;
  position: relative;
}
* html .block, * html .mission, * html .sticky, * html .comment, * html #profile .profile {
  height: 0.01%;
}
* html .poll input {
  position: static;
}
*+html .poll input {
  top: 1px;
}
* html .tabs .primary {
  height: 17px;
}
* html .tabs a {
  float: left;
  margin-bottom: -1px;
}
*+html .tabs .primary {
  height: 17px;
}
*+html .tabs a {
  float: left;
}

a {
  text-decoration: none;
}
a:link {
  color: #379;
}
a:visited {
  color: #157;
}
a:hover {
  text-decoration: underline;
  color: #FF0000;
}
h1, h2, h3, h4, h5, h6 {
  margin: 2px 0 4px 0;
}

bodytext {
  font-size: 0.9em;
  color: #000000;
}
h1 {
  font-size: 25px;
  font-weight:normal;
  color: #003366;
}
h2 {
  font-size: 1.6em;
  color:#3399FF;
}
h3 {
  font-size: 1.3em;
  color: #990000;
}
h4 {
  font-size: 1.5em;
  color:#FF6600;
}
h5 {
  font-size: 10px;
  font-weight:normal;
  color:#999999;
}
h6 {
  font-size: 8px;
  font-weight:normal;
  color:#999999;
}
p {
  margin-bottom: 0.9em;
  line-height: 1.5em;
}
label {
  cursor: pointer;
}
input, select, textarea {
  font: 100% Arial, Helvetica, sans-serif;
}
td {
  vertical-align: top;
}

.header_left {
  float: left;
}
#header .header_left img {
  float: left;
  margin-top:45px;
}
.header_icons {
  margin-left:840px;   
}
#header img.usalogo {
  margin-top:10px;
}
#header img.facebook-icon {
  margin-top:0px;
}
#header img.twitter-icon {
  margin-left:2px;
  margin-top:0px;
}
.header_right {
  float: right;
}
.search {
  height: 35px;
  text-align: right;
}
#header #search label {
  color: #fff;
  display:none;
}
#header #search .form-text, #header #search .form-submit {
  border: 1px solid #275;
  font-size: 11px;
  color:#337799;
  border:2px solid #337799;
  font-weight:bold;
  background:url(images/search_icon.gif) right top no-repeat #fff;
}
#header #search .form-submit {
  display:none;
}
#header #search .form-text {
  width: 100px;
  height: 15px;
  padding: 1px 2px 1px 2px;
}
#navlist {
  font-size: 13px;
  padding: 0px 10px 0px 20px;
}
#navlist li {
  background:url(images/bg_li.gif) right top no-repeat;
  height:30px;
  float:left;
  padding:0px 15px;
}
#navlist li.last {
  background:none;
}
#navlist a {
  color: #fff;
  display:block;
  margin-top:4px;
}
#navlist a:hover {
  color:#97cef3;
  text-decoration:none;
}
#navlist a.active {
  color:#97cef3;
}
#subnavlist a.active {
  font-weight: bold;
}
#subnavlist {
  text-align: right;
  margin-bottom: 10px;
}
#subnavlist a {
  color: #fff;
}

.mission {
  background: #cdd;
  padding: 1.5em 2em;
  color: #222;
  margin-bottom: 1em;
}
.mission a:link, .mission a:visited {
  color: #9cf;
}
.node .content, .comment .content {
  line-height: 1.5em;
  font-size:.95em;
}
.help {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: bold;
}
.breadcrumb {
  margin-bottom: 0.5em;
}
.tabs {
  margin-bottom: 1em;
}
.messages {
  background-color: #fc6;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: #f00;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  font-size: 1em;
  border:none;
}
tbody {
  border:none;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
#content .item-list {
  font-size: 0.9em;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
#leftCol .item-list ul, #rightCol .item-list ul {
  margin: 10px 5px 0px 0px;
  padding:0px 3px;
}
div.links {
  clear: both;
  color: #999;
  font-size: 0.9em;
}
.node {
  /*margin: 0.5em 0 2em 0;*/
}
.sticky {
  padding: 0.5em;
  background-color: #f9f9f9;
  border: solid 1px #ddd;
  margin-top: 0;
}
.node .content, .comment .content {
  margin: 0.5em 0 0.5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 11px;
}
#content .node .taxonomy .item-list {
  border:none;
}
.node .taxonomy .item-list ul li {
  list-style:none;
}
.submitted {
  font-size: 0.85em;
  font-style: italic;
}
#comments {
  margin-top:25px;
}
.comment .submitted {
  font-size: 0.9em;
}
.comment {
  border: 1px solid #abc;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 0.9em;
  background:url(images/block-bg.png) repeat-x top #edf2f2;
}
.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: #f00;
}
.signature {
  padding: 0.5em;
  font-size: 0.9em;
  background: #cdd;
  margin: 1em;
}
.node .picture, .comment .picture {
  float: right;
}
.comment div.links ul.links, .comment div.links ul.links li {
  display: inline;
}

/* Module specific styles*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator h2 {
  padding: 1em 0;
}
#aggregator .feed-item, #aggregator .links {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
#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%;
  margin: 1.5em 0;
}
#forum tr td.forum {
  background-position: 2px 0.5em;
}
#forum td {
  padding: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}
#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;
}
#forum .links {
  font-size: 0.9em;
  text-align: right;
}
.block-forum h3 {
  margin-bottom: 0.5em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: 0.5em;
  margin: 1em 0em 1em 0em;
}
.profile h3 {
  border: none;
  margin-bottom: 1em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
#profile .profile .field {
  font-size: 0.9em;
  font-style: italic;
}
#book-outline {
  min-width: 1em;
  width: auto;
}
div.admin .left, div.admin .right {
  margin: 0;
  width: 49%;
}
div.admin-panel {
  padding: 10px 0;
}
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;
}

/* Poll styles */
.poll {
  font-size:.9em;
  color:#666;
}
.poll .vote-form {
  text-align: left;
}
.poll input {
  position: relative;
  top: 2px;
}
.poll .vote-form .choices {
  display: block;
}
.block-poll div.title {
  color: #990000;
  margin-bottom:4px;
}
.poll .bar {
  height:8px;
}
.poll .bar .foreground {
  float:left;
  background:url('images/navbar_bg.jpg') repeat-x top;
  height:8px;
}
.poll .percent {
  font-size:.8em;
}
.poll .total {
  display:none;
}

#user-login-form {
  text-align: left;
}
.block #user-login-form ul {
  padding: 0;
}
#leftCol .item-list ul li, #rightCol .item-list ul li {
  margin:0px 0px 5px 3px;
  list-style-type: none;
}


#footer .block h2.title {
  color: #000;
  background-color: #f8f8ff;
  margin: 0;
  padding: 0;
}
#footer .block .content {
  padding: 2px 0;
}

/* Block Styles */
/* all blocks */
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #cdd;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.block a {
  font-size:11px;
  /*margin: 0px 0px 6px 0px;*/
}
.block h2.title {
  font-size: 11px;
  font-weight:normal;
  text-transform:uppercase;
  color: #fff;
  background:url(images/block_header.jpg) left top no-repeat;
  margin: 0 0 0.25em 0;
  padding: 3px 2px 3px 4px;
}
.box .title {
  font-size: 1.1em;
}
.block .content, .box .content {
  padding: 2px 4px;
}

/* right and left column blocks */
#leftCol .block,  #rightCol .block{
  background:url(images/block-bg.png) repeat-x top #edf2f2;
}
#leftCol #block-views-current_issue_cover-block_1 {
  border:none;
  margin:0px;
  background:url(images/current_issue_bg.png) no-repeat top #8c8c8c;
  padding-top:60px;
  height:185px;
}
#leftCol #block-usahockey-4 {
  background:url(images/gray_fade_out.png) repeat-x bottom #8c8c8c;
  padding-bottom:50px;
  border:none;
}
#leftCol #block-usahockey-4 a {
  color:#FFFFFF;
}
#leftCol #block-usahockey-4 a:hover {
  color: #e1eaf3;
}
#leftCol #block-block-6 { /* slaps header block */
  background:none;
  border:none;
  padding:0px;
  margin:0px;
}
#rightCol .block-ad, #leftCol .block-ad {
  background:none;
  border:none;
  text-align:center;
}
#rightCol .block-ad .image-advertisement, #leftCol .block-ad .image-advertisement {
  margin-bottom:6px;
}
#rightCol #block-discoverad-1 { /* discover ad */
  background:none;
  border:none;
  padding:0px;
  margin:0px;  
}

/* center column blocks */
#block-views-homepage_articles-block_1
{
  background:url(images/block-bg.png) repeat-x top #edf2f2;
}

#block-views-homepage_articles-block_1 .views-field-title a {
  font-size:14px;
}
#block-views-homepage_articles-block_1 h2.title,
#block-usahockey-0 h2.title, #block-usahockey-1 h2.title
{
  background:url(images/navbar_bg.jpg) repeat-x top #145da9;
  text-align:left;
}
.block-content_slider, #block-usahockey-0, #block-usahockey-1 {
  background:url(images/block-bg.png) repeat-x top #edf2f2;
}

/* other blocks */
#footer .block {
  border: none;
  padding-bottom: 0;
  margin: 10px 0 0;
  background: #f8f8ff;
}

/* usahockey module blocks */
.block-usahockey .item-list ul li {
  list-style-type:none;
  margin:4px;
  padding:0px;
}
.block-usahockey h3 {
  font-size:14px;
  font-weight:normal;
  margin:2px;
  padding:0px;
}
#block-ad-25 {
  margin-top:25px;
}

/* Field and Views Styles */
.field-field-author-ref .field-label-inline-first {
  font-weight:normal;
  color:#666666;
}
.field-field-article-subhead {
  font-size:14px;
  color:#666666;
  margin:4px 0px;
  line-height:16px;
  width:470px;
}
.field-field-camp-website p {
  margin:0px;
}
.field-field-camp-region .field-item {
  display:inline;
  margin-right:5px;
  color:#666666;
}
.views-field-created {
  font-size:11px;
  color:#888888;
}
.views-field-field-article-thumbnail-value p {
  margin-top:0px;
}
.views-field-field-article-thumbnail-value .inline-left {
  float:none;
}
.view-current-issue-cover {
  text-align:center;
}
.view-current-issue-cover .inline-left {
  float:none;
}
.view-current-issue-cover img {
  border: 2px solid #666666;
}
.view-issue-archive table td {
  text-align:center;
}
.view-issue-archive .field-content {
  padding:0px 25px;
}

.caption {
  font-size:10px;
}
.image-thumbnail {
  border: 1px solid #aaa;
}

/* Taxonomy Term Views */
.view .views-field-field-article-thumbnail-value {
  float:right;
  text-align:right;
}
.view .views-row-even, .view-taxonomy-term .views-row-odd {
  padding:10px 12px;
  margin:0px 0px 10px 0px;
  width:97%;
}
.view .views-row-even {
  background:url(images/block-bg-blueish.png) repeat-x top #dbe4e7;
  border-top:2px solid #003366;
}
.view .field-content {
  margin:8px 0px;
}
.view .views-field-tid {
  font-size:10px;
}

/* Online Bonus Content Views */
.view-homepage-articles .views-field-field-article-thumbnail-value {
  float:left;
  text-align:center;
  width:120px;
  padding-top:0px;
  height:130px;
}
.view-homepage-articles .views-row-even, .view-homepage-articles .views-row-odd {
  padding:5px 5px 2px 0px;
  float:left;
  width:100%;
  height:150px;
}
.view-homepage-articles .views-row-even {
  background:url(images/block-bg-blueish.png) repeat-x top #dbe4e7;
}
.views-field-field-article-subhead-value {
  font-size:11px;
  color:#990000;
  margin:3px 0px;
}
.view-homepage-articles .views-field-title {
  margin-top:4px;
}
.view-homepage-articles .views-field-field-article-content-value {
  padding-top:6px;
}

/* Harry Blog Posts style */
.block-views .view-harry-blog-posts .views-field-field-article-thumbnail-value {
  float:none;
}
.view-harry-blog-posts .views-row-even {
  background:#dbe4e7;
  padding:12px;
  margin-bottom:5px;
}

/* Twitter Feed Block */
#leftCol #block-block-8 {
  background:none;
  border:none;
}

/* Slaps Gallery Voting Form */
.vud-link-down {
  display:none;
}

.vud-link-up {
  float:left;
}

.updown-score {
  float:left;
  padding:0px 3px;
  margin-right:3px;
  color:#990000;
}

.vud-widget-updown {
  width:100px;
}

.view-id-slaps_gallery_contest table td {
  padding:9px;
  width:155px;
}

.view-id-slaps_gallery_contest table td .node {
  padding:5px;
  border:1px solid #ddd;
  width:145px;
  overflow:hidden;
  margin:0px;
}

.view-id-slaps_gallery_contest h2 {
  font-size:13px;
}

/* Front page title */
body.front h1.title, body.page-blog h1.title { display:none; }

body.page-blog div.node { margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid#ccc; }

/* Goalies Only Article Links */
.view-goalies-only-articles .views-row { background: none; border-top:none; border-bottom: 1px solid #ccc; padding:6px 0px; margin:0px; }
.view-goalies-only-articles .field-content { margin:0px; }


/* Top Navigation Primary Links */
#block-content_slider-0 { z-index:1; }
#nav-bar { height:30px; background:url(images/navbar_bg.jpg) repeat-x; padding-left:20px; }

div.block-menu { overflow:visible;}
#block-menu-primary-links { margin: 0; padding: 0; border:none; overflow:visible; }
#block-menu-primary-links * { margin: 0; padding: 0; border:none; overflow:visible;}
#block-menu-primary-links li { list-style: none;}
#block-menu-primary-links li { float:left; padding:0px; position:relative; height:30px;}
#block-menu-primary-links li a { color:#FFF; text-decoration:none; font-size:13px; display:block; padding:4px 15px; height:18px; font-weight:normal; }
#block-menu-primary-links li a:hover { color:#97CEF3; height:18px;}
#block-menu-primary-links li.first a:hover { height:18px;}
#block-menu-primary-links li.last a:hover { height:18px;}
#block-menu-primary-links li.last { background:none;}


/*---------Primary Sub Menus--------*/
#block-menu-primary-links li ul { top: 30px; left: 0px; position: absolute; display:none; width:145px; height:30px; z-index:999;}

#block-menu-primary-links li ul li,
#block-menu-primary-links li ul li.first,
#block-menu-primary-links li ul li.last { height:30px; background:#135da6; border-bottom:1px solid #003366; border-left:1px solid #003366; border-right:1px solid #003366;}
#block-menu-primary-links li ul li a { padding:6px; font-size:11px; display:block; width:158px; height:18px;}

#block-menu-primary-links li ul li a:hover,
#block-menu-primary-links li.last ul li a:hover,
#block-menu-primary-links li ul li.first a:hover,
#block-menu-primary-links li ul li.last a:hover { background:#97CEF3; height:18px; color:#fff; }
#block-menu-primary-links li ul ul { margin: -25px 0 0 125px;}
