body, p
{
  margin: 0.5em 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #242424;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover,
.blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a,
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 32px;
}

a, 
.post li a
{
  text-decoration: none;
  color: #C70F31;
}

a:link,
.post li a:link
{
  text-decoration: none;
  color: #C70F31;
}

a:visited, a.visited,
.post li a:visited, .post li a.visited
{

  color: #525252;
}

a:hover, a.hover,
.post li a:hover, .post li a.hover
{


  color: #980B25;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;

  color: #525252;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 24px;
  color: #6B6B6B;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 19px;
  color: #6B6B6B;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 16px;
  color: #242424;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 13px;
  color: #242424;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 11px;
  color: #242424;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


#page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 250px;

}


#page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 250px;
}

.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;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 71px;
  min-height: 71px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}


.sheet
{
  margin-top: -8px !important;
  cursor:auto;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.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;
}

.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, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




div.nav-center
{
  position: relative;
  float: right;
  right: 50%;

}

ul.menu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.menu
{
  float: none;
}


/* menu structure */

.menu
{
  padding: 0 0 0 0;
}

.nav
{
  position: relative;
  height: 25px;
  z-index: 100;
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 24px;
  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: 75px;
  background-image: url('images/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 0;
}

.menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #404040;
  padding: 0 12px;
  margin: 0 0;
  line-height: 25px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -25px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -25px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -25px;
}
.menu a:hover .t
{
  color: #000000;
}

.menu li:hover a .t
{
  color: #000000;
}

.menu li:hover>a .t
{
  color: #000000;
}

/* end MenuItem */

/* begin MenuSeparator */


.menu .menu-li-separator
{
  display: block;
  width: 2px;
  height: 25px;
}

.nav .menu-separator
{
  display: block;
  margin:0 auto;
  width: 2px;
  height: 25px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  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;
}

.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, .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: #404040;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #000000;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #000000;
  background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #000000;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #000000;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 984px;
}

.content-layout .content-layout
{
  width: auto;
  margin:0;
}

div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell
{
   display: table-cell;
}

div.layout-cell div.layout-cell
{
   display: block;
}

div.content-layout-row
{
  display: table-row; 
}

.content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Button */
.button-wrapper .button
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 19px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button:hover
{
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.button-wrapper.active .button
{
  color: #FFFFFF !important;
}

.button-wrapper .l, .button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 96px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .l
{
  left: 0;
  right: 15px;
}

.button-wrapper .r
{
  width: 423px;
  right: 0;
  clip: rect(auto, auto, auto, 408px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
  top: -32px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
  top: -64px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublock
{
  margin: 25px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

.block-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc,.block-cr, .block-cl
{
  position: absolute;
  z-index: -1;
}

.block-tr, .block-tl, .block-br, .block-bl
{
  width: 26px;
  height: 26px;
  background-image: url('images/block_s.png');
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 13px, 13px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 13px, 13px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(13px, 13px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(13px, auto, auto, 13px);
}

.block-tc, .block-bc
{
  left: 13px;
  right: 13px;
  height: 26px;
  background-image: url('images/block_h.png');
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 13px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(13px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 13px;
  bottom: 13px;
  width: 26px;
  background-image: url('images/block_v.png');
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 13px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 13px, auto, auto);
}

.block-cc
{
  position: absolute;
  z-index: -1;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: #EDEDED;
}

.block
{
  margin-left: 25px;
  margin-top:25px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  position: relative;
  z-index: 0;
  height: 37px;
  margin-bottom: 0;
}

.blockheader .t
{
  height: 37px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 30px;
  white-space: nowrap;
  line-height: 37px;	
}

.blockheader .l, .blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 37px;
  background-image: url('images/blockheader.png');
}

.blockheader .l
{
  left: 0;
  right: 24px;
}

.blockheader .r
{
  width: 984px;
  right: 0;
  clip: rect(auto, auto, auto, 960px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.blockcontent-body, 
.blockcontent-body a, 
.blockcontent-body li a
{
  color: #242424;

}

.blockcontent-body a,
.blockcontent-body li a
{
  color: #9B0810;

}

.blockcontent-body a:link,
.blockcontent-body li a:link
{
  color: #9B0810;

}

.blockcontent-body a:visited, .blockcontent-body a.visited,
.blockcontent-body li a:visited, .blockcontent-body li a.visited
{
  color: #878787;
  text-decoration: none;
}

.blockcontent-body a:hover, .blockcontent-body a.hover,
.blockcontent-body li a:hover, .blockcontent-body li a.hover
{
  color: #CB0B14;
  text-decoration: none;

}

.blockcontent-body ul
{
  list-style-type: none;
  color: #4A4A4A;
  margin: 0;
  padding: 0;
}

.blockcontent-body ul li
{
  line-height: 1.25em;
}


/* end Box, BlockContent */

/* begin Box, Post */
.post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

.post-body
{
  position: relative;
  z-index: 1;
  padding: 19px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
  z-index: -1;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 26px;
  height: 26px;
  background-image: url('images/post_s.png');
}

.post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 13px, 13px, auto);
}

.post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 13px, 13px);
}

.post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(13px, 13px, auto, auto);
}

.post-br
{
  bottom: 0;
  right: 0;
  clip: rect(13px, auto, auto, 13px);
}

.post-tc, .post-bc
{
  left: 13px;
  right: 13px;
  height: 26px;
  background-image: url('images/post_h.png');
}

.post-tc
{
  top: 0;
  clip: rect(auto, auto, 13px, auto);
}

.post-bc
{
  bottom: 0;
  clip: rect(13px, auto, auto, auto);
}

.post-cr, .post-cl
{
  top: 13px;
  bottom: 13px;
  width: 26px;
  background-image: url('images/post_v.png');
}

.post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 13px);
}

.post-cl
{
  left: 0;
  clip: rect(auto, 13px, auto, auto);
}

.post-cc
{
  position: absolute;
  z-index: -1;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: #EDEDED;
}

.post
{
  margin-top: 25px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 1px #BFBFBF;
  margin: 10px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #949494;
  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 */
.post h2.postheader, 
.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 24px;
  color: #8A0A22;
}

.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #AB0D2A;
}

.post h2.postheader a:visited, 
.post h2.postheader a.visited
{

  color: #454545;
}


.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{


  color: #980B25;
}

.post h2.postheader img
{
  border: none;
  vertical-align: middle;
  margin: 0;
}
/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  color: #383838;
  margin: 1em 0 1em 2em;
  padding: 0;

}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post li
{
  margin: 0.2em 0;
  padding: 0;
}

.post ul
{
  list-style-type: none;
}

.post ol
{
  list-style-position: inside;

}



/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #1C0207;
  font-size: 15px;
}

blockquote,
.postcontent blockquote
{
  margin: 10px 10px 10px 10px;
  padding: 5px 5px 5px 28px;
  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 Footer */
.footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
}

.footer-b 
{
  position: absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:20px;
  background-image: url('images/footer_b.png');
}

.footer-r, .footer-l
{
  position: absolute;
  height:20px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.footer-l
{
  left: 0;
  width:20px;
}

.footer-r
{
  right: 0;
  width:40px;
  clip: rect(auto, auto, auto, 20px);
}

.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  background-image: url('images/footer_t.png');
  background-position: left bottom;
}

.footer-body
{
    position:relative;
    padding: 15px;
}

.footer-body .rss-tag-icon
{
  position: absolute;
  left:   10px;
  bottom:15px;
  z-index:1;
}

.rss-tag-icon
{
  display: block;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  cursor: default;
}

.footer-text, .footer-text p
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer,
.footer p,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover
{
  color: #292929;

}

.footer-text
{
  min-height: 32px;
  margin: 0 10px 0 10px;
}

.footer a,
.footer a:link
{
  color: #6F060B;
  text-decoration: none;
}

.footer a:visited
{
  color: #000000;

}

.footer a:hover
{
  color: #350305;


}
.footer-tr, .footer-tl, .footer-br, .footer-bl, .footer-tc, .footer-bc,.footer-cr, .footer-cl
{
  position: absolute;
  z-index: -1;
}

.footer-tr, .footer-tl, .footer-br, .footer-bl
{
  width: 26px;
  height: 26px;
  background-image: url('images/block_s.png');
}

.footer-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 13px, 13px, auto);
}

.footer-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 13px, 13px);
}

.footer-bl
{
  bottom: 0;
  left: 0;
  clip: rect(13px, 13px, auto, auto);
}

.footer-br
{
  bottom: 0;
  right: 0;
  clip: rect(13px, auto, auto, 13px);
}

.footer-tc, .footer-bc
{
  left: 13px;
  right: 13px;
  height: 26px;
  background-image: url('images/block_h.png');
}

.footer-tc
{
  top: 0;
  clip: rect(auto, auto, 13px, auto);
}

.footer-bc
{
  bottom: 0;
  clip: rect(13px, auto, auto, auto);
}

.footer-cr, .footer-cl
{
  top: 13px;
  bottom: 13px;
  width: 26px;
  background-image: url('images/block_v.png');
}

.footer-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 13px);
}

.footer-cl
{
  left: 0;
  clip: rect(auto, 13px, auto, auto);
}

.footer-cc
{
  position: absolute;
  z-index: -1;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: #EDEDED;
}
/* 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: #666666;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #666666;
}
/* end PageFooter */

/* begin LayoutCell, content */
.content-layout .content
{
  width: 70%;
}
.content-layout .content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1
{
  width: 30%;
}
/* end LayoutCell, sidebar1 */



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, .article .aligncenter img, .aligncenter img.article, .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;
}

.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.footer li, ul.commentlist li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.footer div.content-layout 
{
    margin:0 auto;
    width:100%;
}

div.footer ul
{
    padding-left: 0;
}

div.footer ul li ul
{
    padding-left: 20px;
}


div.layout-cell-size1 
{
    width:100%;
}

div.layout-cell-size2 
{
    width:50%;
}
div.layout-cell-size3 
{
    width:33%;
}

div.layout-cell-size4
{
    width:25%;
}
#center 
{ 
 border: solid 1px #C70F31; 
 width:100%; 
} 
#center td 
{ 
 text-align:center; 
 vertical-align:middle; 
 border-width:0px; 
 padding:10px; 
} 
#noborder 
{ 
 border: solid 1px #C70F31; 
 width:100%; 
} 
#noborder td 
{ 
 border-width:0px; 
 padding:15px; 
}
#noborders
{ 
 border: 0px; 
 width:100%; 
} 
#noborders td 
{ 
 border-width:0px; 
 padding:15px; 
} 
#center_minspacing 
{ 
 border: solid 1px #C70F31; 
 width:100%; 
} 
#center_minspacing td 
{ 
 text-align:center; 
 vertical-align:middle; 
 border-width:0px; 
 padding:0px; 
} 
#noborder_minspacing 
{ 
 border: solid 1px #C70F31; 
 width:100%; 
} 
#noborder_minspacing td 
{ 
 border-width:0px; 
 padding:10px; 
}
.cFrame { 
    width: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #e3dccc; 
    padding: 10px 0;
}
.cFrame .cFrameText { 
    width: 980px;
    margin: 0 auto;
}
.cFrame .cFrameClose { 
    position: absolute;
    top: 18px;
    right: 10px;
}
.cFrame .cFrameClose input {
    font-size: 20px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.cFrame { 
    width: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #e3dccc; 
    padding: 10px 0;
}
.cFrame .cFrameText { 
    width: 980px;
    margin: 0 auto;
}
.cFrame .cFrameClose { 
    position: absolute;
    top: 18px;
    right: 10px;
}
.cFrame .cFrameClose input {
    font-size: 20px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
}