#tribuna-main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #404040;
  background-color: #FFFFFF;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
}

.tribuna-postcontent,
.tribuna-postcontent li,
.tribuna-postcontent table,
.tribuna-postcontent a,
.tribuna-postcontent a:link,
.tribuna-postcontent a:visited,
.tribuna-postcontent a.visited,
.tribuna-postcontent a:hover,
.tribuna-postcontent a.hovered
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.tribuna-postcontent p
{
    margin: 12px 0 12px 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.tribuna-postcontent a
{
  text-decoration: underline;
  color: #B20000;
}

.tribuna-postcontent a:link
{
  text-decoration: underline;
  color: #B20000;
}

.tribuna-postcontent a:visited, .tribuna-postcontent a.visited
{

  color: #DF0C16;
}

.tribuna-postcontent  a:hover, .tribuna-postcontent a.hover
{

  text-decoration: none;
  color: #EB0000;
}


.tribuna-postcontent h1
{
 
   color: #AA0911;
 
}

.tribuna-postcontent h2
{
    color: #1C1C1C;
 
   font-size: 22px;   
}

.tribuna-postcontent h3
{
 
  color: #380000; 
  font-size: 18px;    
}

.tribuna-postcontent h4
{
   margin: 12px 0 0 0; 
   color: #C70A14; 
   font-size: 16px;   
}

.tribuna-postcontent h5
{
 
   color: #C70A14;   
   font-size: 14px;
}

.tribuna-postcontent h6
{
 
   color: #C70A14;
   font-size: 14px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#tribuna-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#tribuna-page-background-glare
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
}

#tribuna-page-background-glare-image
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  background-position: top left;
}

html:first-child #tribuna-page-background-glare
{
  border: 1px solid transparent;/* Opera fix */
}



.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.tribuna-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 23px;
  min-height: 23px;
}

.tribuna-sheet-body
{
  position: relative;
  padding: 13px;
}


.tribuna-sheet
{
  top: -13px !important;
  margin-bottom: -13px !important;
  cursor:auto;
  width: 1000px;
}


/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.tribuna-menu a, .tribuna-menu a:link, .tribuna-menu a:visited, .tribuna-menu a:hover
{
    outline: none;
}

.tribuna-menu, .tribuna-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.tribuna-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.tribuna-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.tribuna-menu li li
{
  float: none;
}

.tribuna-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.tribuna-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.tribuna-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.tribuna-menu:after, .tribuna-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.tribuna-menu, .tribuna-menu ul
{
  min-height: 0;
}

.tribuna-menu ul
{
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.tribuna-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




div.tribuna-nav-center
{
  position: relative;
  float: right;
  right: 50%;

}

ul.tribuna-menu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.tribuna-menu
{
  float: none;
}


/* menu structure */

.tribuna-menu
{
  padding: 6px 6px 6px 6px;
}

.tribuna-nav
{
  position: relative;
  min-height: 43px;
  z-index: 100;
}

.tribuna-nav .l, .tribuna-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.tribuna-nav .l
{
  left: 0;
  right: 0;
}

.tribuna-nav .r
{
  right: 0;
  width: 974px;
  clip: rect(auto, auto, auto, 974px);
}


/* end Menu */

/* begin MenuItem */
.tribuna-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 31px;
  cursor: pointer;
  text-decoration: none;
}


.tribuna-menu ul li
{
    margin:0;
    clear: both;
}


.tribuna-menu a .r, .tribuna-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 103px;
  background-image: url('images/menuitem.png');
}

.tribuna-menu a .l
{
  left: 0;
  right: 0;
}

.tribuna-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.tribuna-menu a .t, .tribuna-menu ul a, .tribuna-menu a, .tribuna-menu a:link, .tribuna-menu a:visited, .tribuna-menu a:hover
{
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.tribuna-menu a .t
{
  color: #404040;
  padding: 0 35px;
  margin: 0 0;
  line-height: 31px;
  text-align: center;
}

.tribuna-menu a:hover .l, .tribuna-menu a:hover .r
{
  top: -36px;
}

.tribuna-menu li:hover>a .l, .tribuna-menu li:hover>a .r
{
  top: -36px;
}

.tribuna-menu li:hover a .l, .tribuna-menu li:hover a .r
{
  top: -36px;
}
.tribuna-menu a:hover .t
{
  color: #FFFFFF;
}

.tribuna-menu li:hover a .t
{
  color: #FFFFFF;
}

.tribuna-menu li:hover>a .t
{
  color: #FFFFFF;
}


.tribuna-menu a.active .l, .tribuna-menu a.active .r
{
  top: -72px;
}

.tribuna-menu a.active .t
{
  color: #FFFFFF;
}
/* end MenuItem */

/* begin MenuSeparator */
.tribuna-menu .tribuna-menu-li-separator
{
  display: block;
  width: 9px;
  height:31px;
}
.tribuna-nav .tribuna-menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 31px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.tribuna-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 32px;
  width: 60px;
  overflow: hidden;
  line-height: 20px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
}

.tribuna-nav ul.tribuna-menu ul span, .tribuna-nav ul.tribuna-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.tribuna-menu ul a, .tribuna-menu ul a:link, .tribuna-menu ul a:visited, .tribuna-menu ul a:hover, .tribuna-menu ul a:active, .tribuna-nav ul.tribuna-menu ul span, .tribuna-nav ul.tribuna-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #DEDEDE;

  margin:0;
  padding:0;
}

.tribuna-menu ul li a:hover
{
  color: #FBADB1;
  background-position: 0 -20px;
}

.tribuna-menu ul li:hover>a
{
  color: #FBADB1;
  background-position: 0 -20px;
}

.tribuna-nav .tribuna-menu ul li a:hover span, .tribuna-nav .tribuna-menu ul li a:hover span span
{
  color: #FBADB1;
}

.tribuna-nav .tribuna-menu ul li:hover>a span, .tribuna-nav .tribuna-menu ul li:hover>a span span
{
  color: #FBADB1;
}


/* end MenuSubItem */

/* begin Header */
div.tribuna-header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}


div.tribuna-header-center
{
	position: relative;
	width: 974px;
	left:50%;
}


div.tribuna-header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 974px;
  height: 200px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}



/* end Header */

/* begin Logo */
div.tribuna-logo
{
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  width: 974px;
}

h1.tribuna-logo-name
{
  display: block;
  text-align: left;
}

h1.tribuna-logo-name, h1.tribuna-logo-name a, h1.tribuna-logo-name a:link, h1.tribuna-logo-name a:visited, h1.tribuna-logo-name a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
}


h2.tribuna-logo-text, 
h2.tribuna-logo-text a,
h2.tribuna-logo-text a:link,
h2.tribuna-logo-text a:visited,
h2.tribuna-logo-text a:hover
{
  font-size: 65px;
  padding: 0;
  margin: 0;
  color: #D81818 !important;
}

h2.tribuna-logo-text
{
  display: block;
  text-align: left;
}
/* end Logo */

/* begin Layout */
.tribuna-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.tribuna-layout-cell, .tribuna-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
.tribuna-content-layout .tribuna-content-layout{width: auto;margin:0;}
.tribuna-content-layout .tribuna-layout-cell, .tribuna-content-layout .tribuna-layout-cell .tribuna-content-layout .tribuna-layout-cell{display: table-cell;}
.tribuna-layout-cell .tribuna-layout-cell{display: block;}
.tribuna-content-layout-row {display: table-row;}
.tribuna-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.tribuna-block
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.tribuna-block-body
{
  position: relative;
  padding: 0;
}


.tribuna-block
{
  margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.tribuna-blockheader
{
  margin-bottom: 0;
}

.tribuna-blockheader, .tribuna-blockheader h3.t
{
  position: relative;
  height: 34px;
}

.tribuna-blockheader h3.t,
.tribuna-blockheader h3.t a,
.tribuna-blockheader h3.t a:link,
.tribuna-blockheader h3.t a:visited, 
.tribuna-blockheader h3.t a:hover
{
  color: #000000;
  font-size: 14px;
  text-indent: 0;
  word-spacing: 0;
}

.tribuna-blockheader h3.t
{
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 34px;	
}

.tribuna-blockheader .l, .tribuna-blockheader .r
{
  position: absolute;
  height: 34px;
  background-image: url('images/blockheader.png');
}

.tribuna-blockheader .l
{
  left: 0;
  right: 0;
}

.tribuna-blockheader .r
{
  width: 974px;
  right: 0;
  clip: rect(auto, auto, auto, 974px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.tribuna-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.tribuna-blockcontent-body
{
  position: relative;
  padding: 11px;
}

.tribuna-blockcontent-tr, .tribuna-blockcontent-tl, .tribuna-blockcontent-br, .tribuna-blockcontent-bl, .tribuna-blockcontent-tc, .tribuna-blockcontent-bc,.tribuna-blockcontent-cr, .tribuna-blockcontent-cl
{
  position: absolute;
}

.tribuna-blockcontent-tr, .tribuna-blockcontent-tl, .tribuna-blockcontent-br, .tribuna-blockcontent-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/blockcontent_s.png');
}

.tribuna-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.tribuna-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.tribuna-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.tribuna-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.tribuna-blockcontent-tc, .tribuna-blockcontent-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/blockcontent_h.png');
}

.tribuna-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.tribuna-blockcontent-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.tribuna-blockcontent-cr, .tribuna-blockcontent-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/blockcontent_v.png');
}

.tribuna-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.tribuna-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.tribuna-blockcontent-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url('images/blockcontent_c.png');
}

.tribuna-blockcontent-body, 
.tribuna-blockcontent-body li, 
.tribuna-blockcontent-body a,
.tribuna-blockcontent-body a:link,
.tribuna-blockcontent-body a:visited,
.tribuna-blockcontent-body a:hover
{
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}





.tribuna-blockcontent-body a
{
  color: #CC0000;
  text-decoration: underline;
}

.tribuna-blockcontent-body a:link
{
  color: #CC0000;
  text-decoration: underline;
}

.tribuna-blockcontent-body a:visited, .tribuna-blockcontent-body a.visited
{
  color: #C20A13;

}

.tribuna-blockcontent-body a:hover, .tribuna-blockcontent-body a.hover
{
  color: #CC0000;

  text-decoration: none;
}

.tribuna-blockcontent-body ul li
{
  text-decoration: none;
  line-height: 150%;    
  color: #000000;
  margin: 0 0 0 3px;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.tribuna-button-wrapper a.tribuna-button,
.tribuna-button-wrapper a.tribuna-button:link,
.tribuna-button-wrapper input.tribuna-button,
.tribuna-button-wrapper button.tribuna-button
{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0 !important;
  padding: 0 24px !important;
  overflow: visible;
  cursor: pointer;
}

.tribuna-button img, .tribuna-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.tribuna-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .tribuna-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.tribuna-block select 
{
    width:96%;
}

.tribuna-button-wrapper.hover .tribuna-button, .tribuna-button-wrapper.hover a.tribuna-button:link, .tribuna-button:hover
{
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.tribuna-button-wrapper.active .tribuna-button, .tribuna-button-wrapper.active a.tribuna-button:link
{
  color: #DBDBDB !important;
}

.tribuna-button-wrapper .tribuna-button-l, .tribuna-button-wrapper .tribuna-button-r
{
  display: block;
  position: absolute;
  height: 109px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.tribuna-button-wrapper .tribuna-button-l
{
  left: 0;
  right: 5px;
}

.tribuna-button-wrapper .tribuna-button-r
{
  width: 401px;
  right: 0;
  clip: rect(auto, auto, auto, 396px);
}

.tribuna-button-wrapper.hover .tribuna-button-l, .tribuna-button-wrapper.hover .tribuna-button-r
{
  top: -38px;
}

.tribuna-button-wrapper.active .tribuna-button-l, .tribuna-button-wrapper.active .tribuna-button-r
{
  top: -76px;
}

.tribuna-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.tribuna-post
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.tribuna-post-body
{
  position: relative;
  padding: 10px;
}


.tribuna-post
{
  margin: 2px;
}

a img
{
  border: 0;
}

.tribuna-tribunaicle img, img.tribuna-tribunaicle
{
  border: solid 1px #C7C7C7;
  margin: 10px;
}

.tribuna-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.tribuna-tribunaicle table, table.tribuna-tribunaicle
{
  border-collapse: collapse;
  margin: 1px;
}

.tribuna-tribunaicle th, .tribuna-tribunaicle td
{
    padding: 2px;
    border: solid 0 #C7C7C7;
    vertical-align: top;
    text-align: center;
    left: auto;
    right: auto;
}

.tribuna-tribunaicle th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.tribuna-postheader
{
  color: #404040;

}

h2.tribuna-postheader, 
h2.tribuna-postheader a, 
h2.tribuna-postheader a:link, 
h2.tribuna-postheader a:visited,
h2.tribuna-postheader a.visited,
h2.tribuna-postheader a:hover,
h2.tribuna-postheader a.hovered
{
  font-size: 22px;
}

h2.tribuna-postheader a, h2.tribuna-postheader a:link
{
  text-decoration: none;
  color: #330000;
}

h2.tribuna-postheader a:visited, h2.tribuna-postheader a.visited
{

  color: #000000;
}


h2.tribuna-postheader a:hover,  h2.tribuna-postheader a.hovered
{


  color: #350305;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.tribuna-postheadericons,
.tribuna-postheadericons a,
.tribuna-postheadericons a:link,
.tribuna-postheadericons a:visited,
.tribuna-postheadericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #141414;
}

.tribuna-postheadericons
{
  padding: 1px;

}

.tribuna-postheadericons a, .tribuna-postheadericons a:link
{
  text-decoration: underline;
  color: #000000;
}

.tribuna-postheadericons a:visited, .tribuna-postheadericons a.visited
{

  color: #595959;
}

.tribuna-postheadericons a:hover, .tribuna-postheadericons a.hover
{

  text-decoration: none;
  color: #350305;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.tribuna-post ol, .tribuna-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.tribuna-post li
{
  font-size: 13px;
  line-height: 150%;
}

.tribuna-post li ol, .tribuna-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.tribuna-post li
{
  color: #141414;
  margin: 0 0 10px -15px;
  padding: 0;
}


.tribuna-post li
{
  padding: 0 0 0 13px;
}

.tribuna-post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.tribuna-post ul>li
{
    background-image: url('images/postbullets.png');
    background-repeat: no-repeat;
    padding-left: 13px;/* makes "ul li" not to align behind the image if they are in the same line */
    overflow-x: visible;
    overflow-y: hidden;
    text-align: left;
}


/* end PostBullets */

/* begin PostQuote */
.tribuna-postcontent blockquote,
.tribuna-postcontent blockquote a,
.tribuna-postcontent blockquote a:link,
.tribuna-postcontent blockquote a:visited,
.tribuna-postcontent blockquote a:hover
{
  color: #270204;
  font-style: italic;
  font-weight: normal;
}





.tribuna-postcontent blockquote
{
   border: solid 1px #E3E3E3;
  margin: 10px 10px 10px 50px;
  padding: 6px 6px 6px 43px;
  background-color: #FFFFFF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.tribuna-postfootericons,
.tribuna-postfootericons a,
.tribuna-postfootericons a:link,
.tribuna-postfootericons a:visited,
.tribuna-postfootericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  color: #141414;
}

.tribuna-postfootericons
{
  padding: 1px;

}

.tribuna-postfootericons a, .tribuna-postfootericons a:link
{
  text-decoration: underline;
  color: #380000;
}

.tribuna-postfootericons a:visited, .tribuna-postfootericons a.visited
{

  color: #595959;
}

.tribuna-postfootericons a:hover, .tribuna-postfootericons a.hover
{

  text-decoration: none;
  color: #350305;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.tribuna-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}


.tribuna-footer-body
{
    position:relative;
    padding: 10px;
}


.tribuna-footer-text p
{
  padding:0;
  margin:0;
}

.tribuna-footer,
.tribuna-footer a,
.tribuna-footer a:link,
.tribuna-footer a:visited,
.tribuna-footer a:hover
{
    color: #000000;
    font-size: 11px;
}

.tribuna-footer-text
{
  padding: 0 10px 0 10px;

}

.tribuna-footer,
.tribuna-footer-text,
.tribuna-footer p
{
  text-align: center;
}

.tribuna-footer a,
.tribuna-footer a:link
{
  color: #B20000;
  text-decoration: underline;
}

.tribuna-footer a:visited
{
  color: #AA0911;

}

.tribuna-footer a:hover
{
  color: #EB0000;

  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.tribuna-page-footer, 
.tribuna-page-footer a,
.tribuna-page-footer a:link,
.tribuna-page-footer a:visited,
.tribuna-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #878787;
}

.tribuna-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #AA0911;
}
/* end PageFooter */

/* begin LayoutCell, content */




.tribuna-content-layout .tribuna-content .tribuna-block
{
  background-color: #FFFFFF;
}
/* end LayoutCell, content */



textarea#comment{width:100%;}

.commentlist, .commentlist li
{
  background: none;
}

.commentlist li li
{
  margin-left: 30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin: 1px;
  background: #fff;
}

.commentlist li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
  border: none;
  margin: 0;
  padding: 0;
}

.navigation
{
  display: block;
  text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .tribuna-tribunaicle .aligncenter img, .aligncenter img.tribuna-tribunaicle, .aligncenter img, img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
  margin: 1em;
  margin-right: 0;
}

.alignleft img, img.alignleft
{
  margin: 1em;
  margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption, .wp-caption p
{
    text-align: center;
}
/* End */


.hidden
{
  display: none;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.tribuna-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

img.wp-post-image 
{
    margin:0 5px 5px 0 !important;
}

div.tribuna-footer li, ul.commentlist li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.tribuna-footer div.tribuna-content-layout,  
div.tribuna-content div.tribuna-content-layout
{
    margin:0 auto;
    width:100%;
}

div.tribuna-footer ul
{
    padding-left: 0;
}

div.tribuna-footer ul li ul
{
    padding-left: 20px;
}


div.tribuna-layout-cell-size1 
{
    width:100%;
}

div.tribuna-layout-cell-size2 
{
    width:50%;
}
div.tribuna-layout-cell-size3 
{
    width:33%;
}

div.tribuna-layout-cell-size4
{
    width:25%;
}

div.tribuna-author-info img.avatar 
{
	float:left;	
	margin-top:0;
}
