/*
Theme Name: html
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: fixed width, three columns, valid XHTML, widgets
*/

/* begin Page */


#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: #3E3E2D;
  background-color: #C5C5AF;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
}

.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;
    text-align: justify;
}

.postcontent p
{
    margin: 12px 0 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: "Times New Roman", Georgia, Times, Serif;
  font-size: 31px;
  text-align: left;
  text-transform: uppercase;
}

.postcontent a
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #787B23;
}

.postcontent a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #787B23;
}

.postcontent a:visited, .postcontent a.visited
{

  color: #5C5C42;
}

.postcontent  a:hover, .postcontent a.hover
{

  text-decoration: none;
  color: #21270C;
}


.postcontent h1
{
   margin: 19px 0 19px 0; 
   color: #787B23;
 
}

.postcontent h2
{
    color: #5C5C42;
   margin: 19px 0 19px 0; 
   font-style: normal;
   font-weight: normal;
   font-size: 26px;   
}

.postcontent h3
{
   margin: 22px 0 22px 0; 
  color: #5C5C42; 
  font-size: 24px;    
}

.postcontent h4
{
   margin: 22px 0 22px 0; 
   color: #68684B; 
   font-size: 20px;   
}

.postcontent h5
{
   margin: 27px 0 27px 0; 
   color: #68684B;   
   font-size: 18px;
}

.postcontent h6
{
   margin: 32px 0 32px 0; 
   color: #68684B;
   font-size: 15px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}




.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: 15px;
  min-height: 15px;
}

.sheet-body
{
  position: relative;
  padding: 4px;
}

.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: 26px;
  height: 26px;
  background-image: url('images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 13px, 13px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 13px, 13px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(13px, 13px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(13px, auto, auto, 13px);
}

.sheet-tc, .sheet-bc
{
  left: 13px;
  right: 13px;
  height: 26px;
  background-image: url('images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 13px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(13px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 13px;
  bottom: 13px;
  width: 26px;
  background-image: url('images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 13px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 13px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: #E3E3D9;
}

.sheet
{
  top: 20px !important;
  margin-bottom: 20px !important;
  cursor:auto;
  width: 1000px;
}


/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}



div.header-jpeg
{
  position: absolute;
  top: 0;
  left:0;
  width: 992px;
  height: 150px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}


/* end Header */

/* begin Logo */
div.logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 972px;
}

h1.logo-name
{
  display: block;
  text-align: center;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 41px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #2B2C0C !important;
}


h2.logo-text, 
h2.logo-text a,
h2.logo-text a:link,
h2.logo-text a:visited,
h2.logo-text a:hover
{
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #0C0C03 !important;
}

h2.logo-text
{
  display: block;
  text-align: center;
}
/* 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;
}

.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;
}




/* menu structure */

.menu
{
  padding: 0 0 0 0;
}

.nav
{
  position: relative;
  min-height: 25px;
  z-index: 100;
}

.nav .l, .nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.nav .l
{
  left: 0;
  right: 0;
}

.nav .r
{
  right: 0;
  width: 992px;
  clip: rect(auto, auto, auto, 992px);
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 25px;
  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: 85px;
  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, .menu ul a, .menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.menu a .t
{
  color: #EAECBB;
  padding: 0 17px;
  margin: 0 0;
  line-height: 25px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -30px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -30px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -30px;
}
.menu a:hover .t
{
  color: #212118;
}

.menu li:hover a .t
{
  color: #212118;
}

.menu li:hover>a .t
{
  color: #212118;
}

/* end MenuItem */

/* begin MenuSeparator */
.menu .menu-li-separator
{
  display: block;
  width: 1px;
  height:25px;
}
.nav .menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 25px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 32px;
  width: 180px;
  overflow: hidden;
  line-height: 32px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #C5C940;
}

.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: 32px;
  color: #363810;
  font-weight: normal;
  font-size: 13px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #242B0D;
  border-color: #C5C940;
  background-position: 0 -32px;
}

.menu ul li:hover>a
{
  color: #242B0D;
  border-color: #C5C940;
  background-position: 0 -32px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #242B0D;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #242B0D;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  width: 100%;
  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;
}
.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;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.block-body
{
  position: relative;
  padding: 7px;
}


.block
{
  margin: 5px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 0;
}


.blockcontent-body, 
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #383829;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.blockcontent-body p
{
  margin: 6px 0 6px 0;
}

.blockcontent-body a
{
  color: #717321;

}

.blockcontent-body a:link
{
  color: #717321;

}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #919169;

}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #819730;

  text-decoration: none;
}

.blockcontent-body ul li
{
  line-height: 125%;    
  color: #4D4D38;

  padding: 0 0 0 13px;
 /* 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: bold;
  font-size: 12px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #000000 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 31px;
  height: 31px;
  margin: 0 !important;
  padding: 0 16px !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: 31px;
  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: bold;
  font-size: 12px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #E6EEC9 !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 103px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 9px;
}

.button-wrapper .button-r
{
  width: 407px;
  right: 0;
  clip: rect(auto, auto, auto, 398px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -36px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -72px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  margin: 0 auto;
  min-width: 31px;
  min-height: 31px;
}

.post-body
{
  position: relative;
  padding: 10px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 38px;
  height: 38px;
  background-image: url('images/post_s.png');
}

.post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 19px, 19px, auto);
}

.post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 19px, 19px);
}

.post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(19px, 19px, auto, auto);
}

.post-br
{
  bottom: 0;
  right: 0;
  clip: rect(19px, auto, auto, 19px);
}

.post-tc, .post-bc
{
  left: 19px;
  right: 19px;
  height: 38px;
  background-image: url('images/post_h.png');
}

.post-tc
{
  top: 0;
  clip: rect(auto, auto, 19px, auto);
}

.post-bc
{
  bottom: 0;
  clip: rect(19px, auto, auto, auto);
}

.post-cr, .post-cl
{
  top: 19px;
  bottom: 19px;
  width: 38px;
  background-image: url('images/post_v.png');
}

.post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 19px);
}

.post-cl
{
  left: 0;
  clip: rect(auto, 19px, auto, auto);
}

.post-cc
{
  position: absolute;
  top: 19px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  background-color: #ECECE4;
}

.post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 0 #C5C5AF;
  margin: 7px;
}

.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 #68684B;
  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: #45511A;
  margin: 6px 0 6px 0;
}

h2.postheader, 
h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: normal;
}

h2.postheader a, h2.postheader a:link
{
  text-decoration: none;
  color: #566520;
}

h2.postheader a:visited, h2.postheader a.visited
{

  color: #68684B;
}


h2.postheader a:hover,  h2.postheader a.hovered
{

  text-decoration: underline;
  color: #21270C;
}

h2.postheader img
{
  border: none !important;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  color: #53533C;
}

.postheadericons
{
  padding: 1px;

}

.postheadericons a, .postheadericons a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #667826;
}

.postheadericons a:visited, .postheadericons a.visited
{

  color: #787B23;
}

.postheadericons a:hover, .postheadericons a.hover
{

  text-decoration: none;
  color: #27280B;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 13px;
  text-align: left;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post li
{
  color: #1B1C08;
  margin: 0 0 0 12px;
  padding: 0;
}


/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #383829;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 17px 0 17px 17px;
}

.postcontent blockquote
{
   border: solid 0 #C5C5AF;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 33px;
  background-color: #E1E1D6;
  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 PostMetadata, PostMetadataFooter */
.postmetadatafooter
{
  overflow:hidden;
  padding: 1px;
  background-image: url('images/postmetadatafooter_bg.png');
  border-color: #C5C5AF;
 
}
/* 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-style: italic;
  font-weight: normal;
  font-size: 12px;
  color: #56563E;
}

.postfootericons
{
  padding: 1px;

}

.postfootericons a, .postfootericons a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #667826;
}

.postfootericons a:visited, .postfootericons a.visited
{

  color: #787B23;
}

.postfootericons a:hover, .postfootericons a.hover
{

  text-decoration: none;
  color: #27280B;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.footer-b 
{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  height:50px;
  background-image: url('images/footer_b.png');
}


.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #AEAE8F;
}

.footer-body
{
    position:relative;
    padding: 10px;
}

.footer-body .rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:10px;
  z-index:1;
}

.rss-tag-icon
{
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  height: 9px;
  width: 15px;
  cursor: default;
}

.footer-text p
{
  padding:0;
  margin:0;
}

.footer,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover
{
    color: #23240A;
    font-style: italic;
    font-size: 12px;
}

.footer-text
{
  min-height: 9px;
  padding: 0 10px 0 10px;

}

.footer,
.footer-text,
.footer p
{
  text-align: center;
}

.footer a,
.footer a:link
{
  color: #637425;
  text-decoration: underline;
}

.footer a:visited
{
  color: #1E1E15;

}

.footer a:hover
{
  color: #637425;

  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: #767656;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #595940;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.content-layout .sidebar1
{
  width: 200px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */




/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */

.content-layout .sidebar2
{
  width: 200px;
}

/* end LayoutCell, sidebar2 */



textarea#comment
{
    width:99%;
}

 ul#comments-list div.avatar
{
    float:right;    
}

ul#comments-list, ul#comments-list li
{
  background: none;
  padding:0;
}

ul#comments-list li li
{
  margin-left: 20px;
}

div.avatar
{
  position:relative;
  margin: 0 5px;
  border: 1px solid #aaa;
  padding: 1px;
  background: #fff;
  float:left;
}

div.avatar img, div.avatar img.wp-post-image
{
    margin:0 !important;
    padding:0;
    border:none;
}

ul#comments-list 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;
}

ul#comments-list li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.footer div.content-layout
{
    margin:0 auto;
    width:100%;
}

div.layout-cell-size1 
{
    width:100%;
}

div.layout-cell-size2 
{
    width:50%;
}
div.layout-cell-size3 
{
    width:33%;
}

div.layout-cell-size4
{
    width:25%;
}


.widget-title
{
    padding:0 0 0 24px;
    margin-bottom:0;
}

div.center-wrapper
{
  position: relative;
  float: right;
  right: 50%;

}

div.center-inner
{
  position: relative;
  float: left;
  left: 50%;
}

div.center-inner
{
  float: none;
}

div.breadcrumbs h4, div.breadcrumbs p
{
    margin:0;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

h3#reply-title, h4#comments {
	margin: 0;
}

#comments-list #respond {
	margin-left: 20px;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* aca el codigo para dw imagen jquey */
/* the overlayed element */ 
.simple_overlaydw {
	/* must be initially hidden */ 
    display:none;
	/* place overlay on top of other elements */ 
    z-index:100;
	/* styling */ 
    background-color:#2D2D2D;
	width:975px;
	height:300px;
	margin-top:-5px;
	margin-left:-10px;
	border:1px ridge #2d2d2d;
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 20px 5px #2d2d2d;
	-webkit-box-shadow: 0 0 20px #2d2d2d;
} 
 
/* close button positioned on upper right corner */ 
.simple_overlaydw .close { 
    background-image:url(cerrar.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/* styling for elements inside overlay */ 
.detailsdw {
	position:absolute;
	top:15px;
	left:15px;
	font-size:11px;
	color:#fff;
	width:975px;
} 
 
.detailsdw h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}/*fin dw imagen overlay*/

