/* $Id:$ */

/**
 * @file
 * Styles for the Insight theme/
 *
 */

/*
 * Main page styles.
 */
body {
  background-color:#e3e3e3;
  font-family: Verdana, "Dejavu Sans", Sans;
  text-align:center;
  font-size:13px;
  color:#555;
}

#page-wrapper {
  background-color:#fefefe;
  text-align:left;
  border-width:1px;
  border-color: #ddd;
  border-style: solid;
  border-radius:5px;
}
 
/*
 * Page Elements
 */

dd {
  margin: 0 0 1em 1em;
}

legend {
  font-size:1.2em;
  font-weight:bold;
}
 
img, a img {
  border: none;
  padding:none;
  margin:none;
}

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

h1, h2, h3, h4, h5 {
  margin-top:0px;
  margin-bottom:0.5em;
  font-family: Arial, Helvetica, "Liberation Sans", Sans;
  color:#006699;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
  color:#006699;
}

h1 {
  font-size: 2.2em;
}

h2.title, h2.feed-item-title {
  font-size: 2em!important;
}

li.leaf {
  list-style-image:none;
}

blockquote {
  padding: 10px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-left: 5px solid rgba(0, 0, 0, 0.20);
}

p {
  line-height:140%;
}
 
/*
 * Table styles
 */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.9em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: rgba(0, 0, 0, 0.1);
}
tr,
tr.even {
  background: rgba(0, 0, 0, 0.06);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/*
 * Skip Links
 */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/*
 * Form Elements
 */
fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset legend a {
  color: #3b3b3b;
}

fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

textarea {
  line-height: 1.5;
}

.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}

.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}

.form-item label {
  font-size: 0.929em;
}

fieldset .description {
  margin-top: 5px;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

/*
 * Main menu styling
 */

.navigation {
  background-color:#666;
  border-bottom: 5px solid #E69900;
  clear:both;
  margin-bottom:20px;
}

ul#main-menu-links {
  margin:0 5px;
  padding:3px 0 0 0;
}

ul#main-menu-links li,
ul#main-menu-links li a {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

ul#main-menu-links li {
  list-style:none;
  float:left;
}

ul#main-menu-links li a {
  padding-left: 12px;
  padding-right: 12px;
  color:#ddd;
  text-decoration:none;
  background-color:#666;
}

ul#main-menu-links li a.active {
  color:#fff;
  background-color:#E69900;
  background: -moz-linear-gradient( top, rgba(255,170,0,1), rgba(230,153,0,1) );
  background: -khtml-gradient( linear, left top, left bottom, color-stop( 0, rgba(255,170,0,1) ), color-stop( 1, rgba(230,153,0,1) ) );
  background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(255,170,0,1) ), color-stop( 1, rgba(230,153,0,1) ) );
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFAA00,EndColorStr=#FFE69900);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFAA00,EndColorStr=#FFE69900)";
  background: linear-gradient( top, rgba(255,170,0,1), rgba(230,153,0,1) );
  -khtml-border-top-left-radius:3px;
  -khtml-border-top-right-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}

ul#main-menu-links li a:hover {
  color:#fff;
  background-color:#999;
  border-bottom: 5px solid #996600;
  -khtml-border-top-left-radius:3px;
  -khtml-border-top-right-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}

/*
 * System Tabs
 */
.tabs {
  margin-bottom: 20px;
}

.tabs ul.primary {
  padding: 0 3px 0 10px;
  margin: 0;
  overflow: hidden;
  border: none;
  border-bottom: 3px solid #ccc;
}

.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
  
}

.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px 10px;
  margin: 0;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.tabs ul.primary li.active {
  border-bottom: 0px;
}

.tabs ul.primary li.active a {
  border-bottom:0px;
  background-color: #ccc;
}

.tabs ul.primary li a:hover {
  background-color: #ddd;
}

.tabs ul.secondary {
  padding: 0.5em 0;
  border:0px;
}

.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}

.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}

.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}

.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active {
  background: #ededed;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

/*
 * Action Links
 */

ul.action-links {
  display:block;
  list-style: none;
  padding: 0em 0em 2em 0em;
}

ul.action-links li {
  display: block;
  float:left;
  border-top: 1px solid #EAF8E4;
  background: #C1C1C1;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#C1C1C1));
  background: -moz-linear-gradient(top, #DFDFDF, #C1C1C1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #333333;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-image: url(img/add_topic.png) no-repeat;
}

ul.action-links li:first-child {
  margin-left: 0px;
}

ul.action-links li a {
  padding-left: 15px;
  background: url(img/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

ul.action-links li:hover {
  background: #C1C1C1;
  color: #333333;
  border-top-color: #EFEFEF;
}

/*
 * Breadcrumb Links
 */

#navigation-breadcrumb {
  padding: 0px; 
  margin: 0px;
  font-size: 11px;
}

#navigation-breadcrumb,
#navigation-breadcrumb a {
  color:#999;
  text-decoration:none;
}

#navigation-breadcrumb a:hover {
  color:#999;
  text-decoration:underline;
}

/*
 * Configuration.
 */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/*
 * Block level styles
 */
 
.block {
  margin-bottom:1.5em;
}

.block .content {
  clear:both;
  word-wrap: break-word;
}

.sidebar .block .content {
  padding: 10px;
}

.sidebar .block {
  background-color:#FFEECC;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sidebar .section {
  margin:0px;
  
}


.sidebar, .sidebar a, .sidebar a:link, .sidebar a:hover, .sidebar a:active, .sidebar a:visited {
  color:#666;
}

.sidebar .block h2 {
  color:#fff!important;
  border-bottom:1px solid #fff;
  padding:5px 10px;
  font-size:1.3em;
  background-color:#E69900;
  background: -moz-linear-gradient( top, rgba(255,170,0,1), rgba(230,153,0,1) );
  background: -khtml-gradient( linear, left top, left bottom, color-stop( 0, rgba(255,170,0,1) ), color-stop( 1, rgba(230,153,0,1) ) );
  background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(255,170,0,1) ), color-stop( 1, rgba(230,153,0,1) ) );
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFAA00,EndColorStr=#FFE69900);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFAA00,EndColorStr=#FFE69900)";
  background: linear-gradient( top, rgba(255,170,0,1), rgba(230,153,0,1) );
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sidebar .block h1, .sidebar .block h2, .sidebar .block h3, .sidebar .block h1 a:link, .sidebar .block h2 a:link, .sidebar .block h3 a:link {
  color: #CD8500;
}

.sidebar .block .content .title {
  font-weight:bold;
  font-size:1.2em;
  padding-bottom:10px;
}

/**
 * CSS for menu and list theming when they are in the blocks on the side.
 */
.sidebar ul, .sidebar ul li {
  margin: 0;							/* we want full control, so no default padding or margin */
  padding: 0;
}

.sidebar ul li {
  padding:0 0 0 1.5em;
  line-height:150%;
  margin: 3px 0px;
  list-style-type: none;
  list-style-image: none;
  background-image: url(img/menu-leaf.gif); 
  background-repeat:no-repeat;
  background-position: 0em 0.4em;
}

.sidebar ul li li {
  padding:0 0 0 2em;
  background-position: 0.5em 0.3em;
}

/*
.sidebar li:hover {
  background-color: background: rgba(0, 0, 0, 0.05)!important;
}
*/
.sidebar ul li.expanded {
  background-image: url(img/menu-expanded.gif);	
}

.sidebar ul li.collapsed {
  background-image: url(img/menu-collapsed.gif);
}

/**
 * CSS for the footer region.
 */

#footer {
  margin-bottom:-1em;
}

#footer #block-therevival-copyright{
  background-color:#666;
  color:#eee;
}

.region-footer a, .region-footer a:link, .region-footer a:hover, .region-footer a:active, .region-footer a:visited {
  color:#eee;
}

.region-header .block {
  margin-bottom:0px;
}

/*
 * Node Styling
 */
.node {
  float:left;
  width:100%;
  word-wrap: break-word;
  background-color: #FFFAF0;
  border: 5px solid #FFF6E5;
  margin-bottom: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -o-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

.teaser {
  overflow:hidden;
}

.node-teaser h2 {
  padding:10px;
}

.node-teaser .submitted {
  padding:10px;
  margin-top:-20px;
}

.node .field {
  padding:5px 0px;
}

.node .field-type-image {
  float:right;
  margin:15px 0px 10px 10px;
  padding:4px 4px 1px 4px;
  background-color: #fff;
  border: 1px solid #91CDF5;
}

.node .field-type-image img {
  max-width:480px;
  height: auto;
}

.field-name-body {

}

.node .clear {
  margin:1em 0;
}

.node .content {
  padding:10px;
  display:block;
}

.node .submitted {
  font-size:0.9em;
  padding:10px;
}

.two-sidebars .node .submitted {
  padding:10px 0 0 10px;
}

.node .content li {
  padding-bottom:5px;
}

.preview .node, .preview .comment{
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.new {
  color: #dd0000;
  font-size: 0.92em;
  float: right;
}

.node .field-type-taxonomy-term-reference {
  display:block;
  margin-bottom:10px;
}
.node .field-type-taxonomy-term-reference .field-item {
  float:left;
  padding-right:1.5em;
}

.node .field-type-taxonomy-term-reference .field-label {
  clear:both;
  padding-top:10px;
}

.node .links {
  display:block!important;
  text-align:right;
  clear:both;
/*  padding-top:10px; */
}

/*
 * comment Styling
 */
.comment {
  float:left;
  width:100%;
  word-wrap: break-word;
  background-color: #EDF5FA;
  border: 3px solid #91CDF5;
  margin-bottom: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -o-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

.comment .permalink {
  float: right;
  color: #fff;
}

.comment .submitted {
  background-color: #91CDF5;
  color:#fff;
  padding: 2px 5px;
}

.comment .content {
  padding:5px;
}

.comment .user-signature {
  font-size:0.8em;
  color: #999;
}

.comment .links {
  width: 100%;
  float: right;
  border-top: 1px solid #91CDF5;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
}


.comment .links li {
  float: right;
  padding: 5px 10px 5px 10px;
}


/*
 * Forum Styling
 */
 
.forum .name {
  font-size:1.1em;
}

.forum .description {
  padding-left:1em;
}

td.replies {
  text-align:center;
}

.forum-topic-pager {
 padding:5px;
 font-size:0.9em;
 font-style:italic;
}

.one-sidebar .comment .content, .one-sidebar .node-full .content {
  clear:none;
  margin-left:120px;
  border-left:1px solid #91CDF5;
  padding-left:5px;
  height:250px;
  min-height:250px;
  height:auto;
}

.one-sidebar .node {
  padding:0px;
}

.author-data {
  /* Hide author-data in general cases */
  margin-left:-1000px;
  display:none;
  float:left;
  padding:5px;
  width:110px;
  text-align:center;
  font-size:0.9em;
  line-height:1.5em;
}

.one-sidebar .author-data {
  /* Show author-data when there is only one side-bar */
  margin-left:0px;
  display:block;
}

.author-data .author-data-picture {
  border: 1px solid #91CDF5;
  width:110px;
  min-height:60px;
  background: rgba(0, 0, 0, 0.05);
  padding-top:5px;
}


.author-data .author-data-joined, .author-data .author-data-last-accessed {
  margin-top:10px;
  font-size:0.9em;
}

.one-sidebar .node-full {
  word-wrap: break-word;
  background-color: #EDF5FA;
  border: 3px solid #91CDF5;
  margin-bottom: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -o-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

.one-sidebar .node-full .submitted {
  background-color: #91CDF5;
  color:#fff;
  padding: 2px 5px;
}

/*
.one-sidebar .node-full .links {
  width: 100%;
  float: right;
  border-top: 1px solid #91CDF5;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
}
*/

/*
.one-sidebar .node-full .links li {
  float: right;
  padding: 5px 10px 5px 10px;
}
*/

/*
 * Special handling for the tags underneath the content.
 */

.tags .field-name-taxonomy-vocabulary-4 {
  float:left;
  width:100%;
  background-color: #EDF5FA;
  border: 3px solid #91CDF5;
  margin-bottom: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -o-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

.tags .field-name-taxonomy-vocabulary-4 .field-label{
  background-color: #91CDF5;
  color:#fff;
  padding: 2px 5px;
}

.tags .field-name-taxonomy-vocabulary-4 .field-item {
  float:left;
  padding: 5px 1.2em 5px 5px;
}

/*
 * Pager
 */
.pager {
  font-size: 10px!important;
  font-weight: bold;
  color:#CD8500;
}

.pager li {
  margin: 0px 1px!important;
  padding: 0!important;
}
.pager a, li.pager-current, li.pager-ellipsis {
  padding: 4px 3px!important;
  background: #FFEECC;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  -o-box-shadow: 2px 2px 5px #ddd;
  -moz-box-shadow: 2px 2px 5px #ddd;
  -webkit-box-shadow: 2px 2px 5px #ddd;
  box-shadow: 2px 2px 5px #ddd;
}

.pager a {
  color:#CD8500!important;
  height:100%;
}

.pager-current {
  background: #CD8500!important;
  color: #FFEECC!important;
}

.pager a:hover, li.pager-ellipsis:hover  {
  background-color: #CD8500!important;
  -moz-border-radius:2px;
  color: #FFEECC!important;
}

/*
 * Styling for Google ad block in the left sidebar
 */
#block-block-7 .block {
  background-color:#fff;
}

#block-block-7 .content {
  padding:0!important;
}

/*
 * Styling Tribune Posts
 */
.tribune-posts li {
  padding:0.15em!important;
  line-height:120%!important;
  font-family: Verdana, "Dejavu Sans", Sans!important;
}

/*
 * Advanced Forum Styling - applies ontop of the naked theme
 */

.forum-post {
  word-wrap: break-word;
  background-color: #EDF5FA;
  border: 3px solid #91CDF5;
  margin-bottom: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -o-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

.forum-post-info {
  background: #91CDF5;
  padding:2px 5px;
  color: #fff;
}

.forum-post-info a:link{
  color: #fff;
}

.forum-post-panel-main {
  border-left: 1px solid #91CDF5;
  margin-left: 130px;
}

.forum-post-footer {
  border-top: 1px solid #91CDF5;
  background: rgba(0, 0, 0, 0.05);
}

.one-sidebar .forum-post .node-full .links {
  width: 100%;
  float: none;
  border-top: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0);
}

.one-sidebar .forum-post .node-full .links li {
  float: none;
  padding: 0px;
}

.forum-list-icon-wrapper {
  border-top: 1px solid #EAF8E4;
  background: #C1C1C1;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#C1C1C1));
  background: -moz-linear-gradient(top, #DFDFDF, #C1C1C1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #333333;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  margin: 10px;
  width: 50px;
  height: 50px;
  display: block;
}

.forum-create-links {
  margin-bottom: 20px;
}

.forum-add-node,
.author-pane-link,
.last-post-link,
.topic-reply-allowed,
.topic-new-post-link,
.comment .links li,
.one-sidebar .node-full .links li,
.forum-post .links li {
  display: block;
  border-top: 1px solid #EAF8E4;
  background: #C1C1C1;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#C1C1C1));
  background: -moz-linear-gradient(top, #DFDFDF, #C1C1C1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #333333;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.forum-add-node .af-button-large span {
  background: url(img/add_topic.png) no-repeat;
  padding-left:30px;
  width:30px;
}

.forum-add-poll .af-button-large span {
  background: url(img/add_poll.png) no-repeat;
}

.forum-add-node:hover,
.author-pane-link:hover,
.last-post-link:hover,
.topic-reply-allowed:hover,
.topic-new-post-link:hover,
.comment .links li:hover,
.one-sidebar .node-full .links li,
.forum-post .links li {
  background: #C1C1C1;
  color: #333333;
  border-top-color: #EFEFEF;
}


.comment .links li,
.one-sidebar .node-full .links li ,
.forum-post .links li{
margin:0 5px;
}

/**
 * FORUM STATISTICS
 */

#forum-statistics {
  border: 1px solid #C1C1C1;
}

#forum-statistics-header {
  border-top: 1px solid #C1C1C1;
  background: #DDDDDD;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#DDDDDD));
  background: -moz-linear-gradient(top, #EFEFEF, #DDDDDD);
  color: #333333;
  font-weight: bold;
}

.forum-statistics-sub-header {
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  font-weight: bold;
}

.forum-statistics-sub-body {
  background-color: #F5F5F5;
}

/*
 * Tribune theming
 */
.one-sidebar .node-tribune {
  word-wrap: break-word;
  background-color: #fff;
  border: 0px;
  margin-bottom: 10px;
  margin-left:10px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  -o-box-shadow: 0px 0px 0px #ccc;
  -moz-box-shadow: 0px 0px 0px #ccc;
  -webkit-box-shadow: 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px #ccc;
}

.one-sidebar .comment .content, .one-sidebar .node-full .content {
  margin-left:0px;
  border-left:0px solid #91CDF5;
  padding-left:5px;
  height:250px;
  min-height:250px;
  height:auto;
}

/**
 * Views Styling
 */
ul.magazine-covers {
  margin: 0;
  padding: 0;
  text-align:center;
}

.magazine-covers li {
  display: inline-block;
  padding:5px;
  text-align:center;
  width:184px;
  height:290px;  
}