

#main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

.postcontent p
{
    margin: 12px 0;
}

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: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.postcontent a
{
  text-decoration: none;
  color: #545454;
}

.postcontent a:link
{
  text-decoration: none;
  color: #545454;
}

.postcontent a:visited, .postcontent a.visited
{

  color: #30444B;
}

.postcontent  a:hover, .postcontent a.hover
{

  text-decoration: underline;
  color: #AE5E32;
}

.postcontent h1
{
   color: #2C170C;
   font-size: 28px;
   text-align: left;    
 
}


.postcontent h1 a,
.postcontent h1 a:link,
.postcontent h1 a:hover,
.postcontent h1 a:visited
{
   font-size: 28px;
   text-align: left; 
}

.postcontent h2
{
   color: #2C170C;
   font-size: 22px;
   text-align: left;    
  
}


.postcontent h2 a,
.postcontent h2 a:link,
.postcontent h2 a:hover,
.postcontent h2 a:visited
{
   font-size: 22px;
   text-align: left;   
}

.postcontent h3
{
   color: #2C170C;
   font-size: 18px;
   text-align: left;     
 
}


.postcontent h3 a,
.postcontent h3 a:link,
.postcontent h3 a:hover,
.postcontent h3 a:visited
{
   font-size: 18px;
   text-align: left;    
}

.postcontent h4
{
   color: #1F1F1F;
   font-size: 16px;
   text-align: left;     
 
}


.postcontent h4 a,
.postcontent h4 a:link,
.postcontent h4 a:hover,
.postcontent h4 a:visited
{
   font-size: 16px;
   text-align: left;   
}

.postcontent h5
{
   color: #1F1F1F;
   font-size: 14px;
   text-align: left;    
  
}


.postcontent h5 a,
.postcontent h5 a:link,
.postcontent h5 a:hover,
.postcontent h5 a:visited
{  
   font-size: 14px;
   text-align: left;
}

.postcontent h6
{
   color: #1F1F1F;
   font-size: 14px;
   text-align: left;     
 
}


.postcontent h6 a,
.postcontent h6 a:link,
.postcontent h6 a:hover,
.postcontent h6 a:visited
{
   font-size: 14px;
   text-align: left;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#main
{
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


body
{
  padding: 0; 
  margin:0 !important;
  margin-bottom:-10px !important;
  color: #000000;
  width:100%;
  height:1000px;
  
  background-color: #17202C;
  
  background-image: url('../images/Bottom_texture.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}



.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 */
.sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 51px;
  min-height: 51px;
  margin-top: 0;
  margin-bottom: -5px;
  cursor:auto;
  width: 1010px;
}

.sheet-body
{
  position: relative;
  padding: 5px;
    padding-top:0;
    padding-bottom:5px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 70px;
  height: 70px;
  background-image: url('../images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 35px, 35px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 35px, 35px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(35px, 35px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(35px, auto, auto, 35px);
}

.sheet-tc, .sheet-bc
{
  left: 35px;
  right: 35px;
  height: 70px;
  background-image: url('../images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 35px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(35px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 35px;
  bottom: 35px;
  width: 70px;
  background-image: url('../images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 35px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 35px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  top: 35px;
  left: 35px;
  right: 35px;
  bottom: 35px;
  background-image: url('../images/sheet_c.png');
}



#page-background-top-texture, #page-background-middle-texture, #page-background-glare
{
  min-width: 1010px;
  
}




/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}


div.header-center
{
	position: relative;
	width: 1000px;
	left:50%;
}

div.header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 1000px;
  height: 300px;
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 1000px;
  height: 300px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Flash */
#flash-area
{
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 300px;
}

#flash-container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 300px;
}

#flash-container div.flash-alt
{
    position: relative;
    width: 110px;
    height: 30px;
    margin: 0 auto;
    top: 0;
}

/* end Flash */

/* begin Logo */
div.logo
{
{offset}

  display: block;
  position: absolute;
  left: 10px;



  top: 20px;
  width: 500px;

}

h2.logo-text
{
	position: relative;
	width: 500px;
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: {TextFontColor} !important;
  display: block;
  text-align: {HorizontalAlign};
}




h1.logo-name
{
  display: block;
  text-align: {HorizontalAlign};
  font-size: 26px;
  padding: 0;
  margin: 0;
  color: {NameFontColor} !important;

}

 h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-size: 26px;
  padding: 0;
  margin: 0;
  color: {NameFontColor} !important;
}



 
h2.logo-text a,
h2.logo-text a:link,
h2.logo-text a:visited,
h2.logo-text a:hover
{
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: {TextFontColor} !important;
}


/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
    outline: none;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu{
  min-height: 0;
  padding: 14px 6px 0 6px;
  float: left;
}



.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */



.nav
{
  position: relative;
  margin:0 auto;
  min-height: 43px;
  z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
}


.nav-l, .nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('../images/nav.png');
}

.nav-l
{
  left: 0;
  right: 15px;
}

.nav-r
{
  right: 0;
  width: 1000px;
  clip: rect(auto, auto, auto, 985px);
}




.menu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 43px;
  background-position: center;
}

.menu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: 43px;
  background-position: center;
}



/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 29px;
  cursor: pointer;
  text-decoration: none;

}


.menu ul li
{
    margin:0;
    clear: both;
}


.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 97px;
  background-image: url('../images/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 4px;
}

.menu a .r
{
  width: 408px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}



.menu a .t
{
  color: #F9EFEA;
  padding: 0 19px;
  margin: 0 4px;
  line-height: 29px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -34px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -34px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -34px;
}
.menu a:hover .t
{
  color: #FFFFFF;
}

.menu li:hover a .t
{
  color: #FFFFFF;
}

.menu li:hover>a .t
{
  color: #FFFFFF;
}


.menu a.active .l, .menu a.active .r
{
  top: -68px;
}

.menu a.active .t
{
  color: #51380F;
}


.menu a:hover.separator-without-submenu 
{
  cursor: default;
}

.menu a:hover.separator-without-submenu .t
{
  color: #F9EFEA;
}

.menu li:hover a.separator-without-submenu .t
{
  color: #F9EFEA;
}

a:hover.separator-without-submenu .r, a:hover.separator-without-submenu .l 
{
  top: 0 !important;
}
/* end MenuItem */

/* begin MenuSeparator */
.menu .menu-li-separator
{
  display: block;
  width: 4px;
  height:29px;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-image: url('../images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #FFFFFF;

  margin:0;
  padding:0;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

 .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #FFFFFF;

  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #FFFFFF;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #FFFFFF;
  background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #FFFFFF;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #FFFFFF;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}


.content-layout .content-layout{width: auto;margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.block
{
  position: relative;
  min-width: 15px;
  min-height: 15px;
  margin: 3px;
}

.block-body
{
  position: relative;
  padding: 1px;
}

.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc,.block-cr, .block-cl
{
  position: absolute;
}

.block-tr, .block-tl, .block-br, .block-bl
{
  width: 14px;
  height: 14px;
  background-image: url('../images/block_s.png');
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 7px, 7px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}

.block-tc, .block-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('../images/block_h.png');
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('../images/block_v.png');
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 7px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 7px, auto, auto);
}

.block-cc
{
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: #A3A3A3;
}



/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  margin-bottom: 7px;
  position: relative;
  height: 30px;
}

 .blockheader h3.t
{
  position: relative;
  height: 30px;
  color: #BCBCBC;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 30px;
}


.blockheader h3.t a,
.blockheader h3.t a:link,
.blockheader h3.t a:visited, 
.blockheader h3.t a:hover
{
  color: #BCBCBC;
  font-size: 12px;
}



.blockheader .l, .blockheader .r
{
  position: absolute;
  height: 30px;
  background-image: url('../images/blockheader.png');
}

.blockheader .l
{
  left: 0;
  right: 6px;
}

.blockheader .r
{
  width: 1000px;
  right: 0;
  clip: rect(auto, auto, auto, 994px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 7px;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}


 
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}



.blockcontent-body a
{
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.blockcontent-body a:link
{
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #2C170C;

}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #FFFFFF;

  font-size: 16px;
  text-decoration: underline;
}

.blockcontent-body ul li
{
  font-size: 12px;
  text-decoration: none;
  line-height: 125%;    
  color: #000000;

  padding: 0 0 0 18px;
  background-image: url('../images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.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 21px !important;
  overflow: visible;
  cursor: pointer;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.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 .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;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #272727 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #FFFFFF !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 109px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 10px;
}

.button-wrapper .button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -38px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -76px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 7px;
}

.post-body
{
  position: relative;
  padding: 10px;
}




a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 1px #3B3B3B;
  margin: 15px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #737373;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #4A2815;
  font-size: 22px;
  text-align: left;

}

 
h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-size: 22px;
  text-align: left;
}

h2.postheader a, h2.postheader a:link
{
  text-decoration: none;
  color: #60331B;
}

h2.postheader a:visited, h2.postheader a.visited
{

  color: #3E3E3E;
}


h2.postheader a:hover,  h2.postheader a.hovered
{


  color: #5F4211;
}

/* end PostHeaderIcon */

/* begin PostMetadata, PostMetadataHeader */
.postmetadataheader
{
  overflow:hidden;
  padding: 1px;
  background-color: #626262;
  border-color: #3B3B3B;
  border-style: solid;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostIcons, PostHeaderIcons */
.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #FEFDFB;
}

.postheadericons
{
  padding: 1px;

}

.postheadericons a, .postheadericons a:link
{
  text-decoration: underline;
  color: #E5BBA4;
}

.postheadericons a:visited, .postheadericons a.visited
{

  color: #E5BBA4;
}

.postheadericons a:hover, .postheadericons a.hover
{

  text-decoration: none;
  color: #EDCF9C;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 12px;
  color: #000000;
  padding: 0 0 0 13px;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}






.post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.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;
}


/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #F5E4C7;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.postcontent blockquote
{
   border: solid 1px #878787;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 37px;
  background-color: #626262;
  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;
  clear:both;
}

/* end PostQuote */

/* begin PostMetadata, PostMetadataFooter */
.postmetadatafooter
{
  overflow:hidden;
  padding: 1px;
  background-color: #626262;
  border-color: #3B3B3B;
  border-style: solid;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */
.postfootericons,
.postfootericons a,
.postfootericons a:link,
.postfootericons a:visited,
.postfootericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}

.postfootericons
{
  padding: 1px;

}

.postfootericons a, .postfootericons a:link
{
  text-decoration: underline;
  color: #E5BBA4;
}

.postfootericons a:visited, .postfootericons a.visited
{

  color: #E5BBA4;
}

.postfootericons a:hover, .postfootericons a.hover
{

  text-decoration: none;
  color: #EDCF9C;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  overflow: hidden;
  width: 100%;
}

.footer-b 
{
  position: absolute;
  left:15px;
  right:15px;
  bottom:0;
  height:50px;
  background-image: url('../images/footer_b.png');
}

.footer-r, .footer-l
{
  position: absolute;
  height:50px;
  background-image: url('../images/footer_s.png');
  bottom: 0;
}

.footer-l
{
  left: 0;
  width:15px;
}

.footer-r
{
  right: 0;
  width:30px;
  clip: rect(auto, auto, auto, 15px);
}

.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #0D0D0D;
}

.footer-body
{
    position:relative;
    padding: 8px;
}

.footer-body .rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:8px;
  z-index:1;
}

.rss-tag-icon
{
  display: block;
  background-image: url('../images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  cursor: default;
}

.footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover
{
    color: #FFFFFF;
    font-size: 11px;
}

.footer-text
{
  min-height: 29px;
  padding: 0 10px 0 10px;
  text-align: center;

}



.footer-text a,
.footer-text a:link
{
  color: #DFAA8E;
  text-decoration: underline;
}

.footer-text a:visited
{
  color: #9E9E9E;

}

.footer-text a:hover
{
  color: #DEA84B;

  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, 
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.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: #DCA485;
}

.page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #7B7B7B;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.content-layout .sidebar1
{
  width: 20%;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */



/* end LayoutCell, content */



table.moduletable th
{

  padding: .5em 0;
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
}

.firefox2 table.poll tr td div
{
  font-size: 0;
}

#footer
{
  text-align: center;
}



.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
  font-size: 75%;
  padding-bottom: 1em;
}

.column_separator
{

  padding-left: 10px;
}

div.offline
{
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
}



/* headers */
 legend
{

  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}

/* form validation */
.invalid
{
  border-color: #ff0000;
}

label.invalid
{
  color: #ff0000;
}


/** overlib **/

.ol-foreground
{
  background-color: #f6f6f6;
}

.ol-background
{
  background-color: #666;
}

.ol-textfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ol-captionfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}

.ol-captionfont a
{
  color: #0B55C4;
  text-decoration: none;
  font-size: 12px;
}

/* spacers */
span.article_separator
{
  display: none;
}



td.buttonheading img
{
  border: none;
}

.clr
{
  clear: both;
}

div#maindivider
{
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator
{
  display: none;
}

/* edit button */
.contentpaneopen_edit
{
  float: left;
}

/* table of contents */
table.contenttoc
{
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td
{
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader
{
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane
{
  margin: 0;
  padding: 0;
  width: auto;
}

table.contentpaneopen li
{
  margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
  border: 0;
  border-top: 1px solid #ddd;
}

table.contentpaneopen h3
{
  margin-top: 25px;
}

table.contentpaneopen h4
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.highlight
{
  background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
  margin-bottom: 0;
}

div.moduletable, div.module
{
  margin-bottom: 25px;
}

div.module_menu h3
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div
{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div
{
  background: none;
  padding: 0;
}

div.module_menu ul
{
  margin: 10px 0;
  padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited
{
  font-weight: bold;
}

#leftcolumn div.module
{
  padding: 0 10px;
}

#leftcolumn div.module table
{
  width: auto;
}

/* forms */
table.adminform textarea
{
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input
{
  width: 95%;
  border: 1px solid #ccc;
  margin: 5px 0 5px 0;
}

/* login form */

.joomla15 form#form-login
{
  text-align: left;
}

.joomla15 form#form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

.joomla15 form#form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.joomla15 form#form-login ul li
{
  background-image: none;
  padding: 0;
}

.joomla16 form#login-form fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

#modlgn_username, #modlgn_passwd
{
  width: 90%;
}

#form-login-username, #form-login-password, #form-login-remember
{
  display: block;
  margin: 0;
}

form#com-form-login
{
  text-align: left;
}

form#com-form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

form#com-form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form#com-form-login ul li
{
  background-image: none;
  padding: 0;
}

/* thumbnails */
div.mosimage
{
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}

div.caption
{
  padding: 0 10px 0 10px;
}

div.caption img
{
  border: 1px solid #CCC;
}

div.caption p
{
  font-size: .90em;
  color: #666;
  text-align: center;
}

/* Parameter Table */
table.paramlist
{
  margin-top: 5px;
}

table.paramlist td.paramlist_key
{
  width: 128px;
  text-align: left;
  height: 30px;
}

div.message
{
  font-weight: bold;
  font-size: 14px;
  color: #c30;
  text-align: center;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  margin: 3px 0 10px;
  padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text
{
  padding: 4px;
  font-size: 11px;
  background-color: #f7f7f7;
  text-align: right;
}

/* Polls */
.pollstableborder
{
  margin-top: 8px;
}


.pollstableborder td
{
  text-align: left;
  vertical-align: middle;

}

/* WebLinks */
span.description
{
  display: block;
  padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}



td.key
{
  border-bottom: 1px solid #eee;
  color: #666;
}

/* Tooltips */

.tool-tip
{
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title
{
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
  font-size: 100%;
  margin: 0;
}

/* System Standard Messages */
#system-message
{
  margin-bottom: 20px;
}

#system-message dd.message ul
{
  background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

/* System Error Messages */
#system-message dd.error ul
{
  color: #c00;
  background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
  border-top: 3px solid #DE7A7B;
  border-bottom: 3px solid #DE7A7B;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

/* System Notice Messages */
#system-message dd.notice ul
{
  color: #c00;
  background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #f0dc7e;
  border-bottom: 3px solid #f0dc7e;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

#syndicate
{
  float: left;
  padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
  padding: 2px 0;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: 0;
}

.mceToolbarTop {
  white-space: normal;
}

.mceEditor
{
  background: none;
}

#archive-list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#archive-list li
{
  list-style-type: none;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

#navigation
{
  text-align: center;
}

.article h3 img
{
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.footer-text .moduletable
{
  border: none;
  margin: 0;
  padding: 0;
}



.img_caption.left
{
  float: left;
  margin-right: 1em;
}

.img_caption.right
{
  float: right;
  margin-left: 1em;
}

.img_caption.left p
{
  clear: left;
  text-align: center;
}

.img_caption.right p
{
  clear: right;
  text-align: center;
}

.img_caption img
{
  margin: 0;
}

.contentheading
{
font-size: 18px;
  text-align: left;
  color: #2C170C;
}

#system-message ul li {
  background-image: none;
  padding-left: 0;
}

/* pagination */

.joomla15 .pagination
{
    margin: 0;
    padding: 0;
	text-align: center;
}

.joomla15 .pagination span
{
    margin: 0;
    padding: 0;
}

.joomla15 .pagination a
{
	padding: 2px;
}

.joomla16  .pagination
{
    margin: 0;
    padding: 0;
	text-align: center;
}

.joomla16  .pagination ul
{
	list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.joomla16  .pagination li
{
	display: inline;
    padding: 2px 5px;
    text-align: left;
    margin: 0 2px;
}

.joomla16  .pagination li.pagination-start ,
.joomla16  .pagination li.pagination-start  span,
.joomla16  .pagination li.pagination-end,
.joomla16  .pagination li.pagination-end  span
 {
	padding: 0;
}

/* article navigation */

.joomla15  .pagenav
{
	width: 100%;
}

.joomla15  .pagenav td ,
.joomla15  .pagenav th
{
	border: none;
	font-weight: normal;
}

.joomla16 .pagenav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.joomla16 .pagenav li
{
	display: inline-block;
	width: 40%;
    text-align: center;
}

/* Plugin compatilibity. */

/* 152316, DOCman */

.dm_taskbar ul
{
  background-image: none;
  margin: 0;
  padding: 0;
}

.dm_taskbar ul li
{
  background-image: none;
}


