/*
Theme Name: Mangetout
Theme URI: 
Description: Mangetout Catering Theme
Version: 1.0
Author: Mangetout
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */

body, p
{
  margin: 0.5em 0;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: justify;
  line-height: 150%;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #3E3E3E;
  background-color: #99CC66;
}

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-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
border-bottom: none;
}

a, 
.post li a
{
  text-decoration: none;
border-bottom:1px solid #336666;
  color: #336666;
}

a:link,
.post li a:link
{
  text-decoration: none;
border-bottom:1px solid #336666;
  color: #336666;
}

a:visited, a.visited,
.post li a:visited, .post li a.visited
{

  text-decoration: none;
border-bottom:1px solid #336666;
  color: #336666;
}

a:hover, a.hover,
.post li a:hover, .post li a.hover
{


  color: #336699;
border-bottom:1px dotted #336699;
text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;
  font-size: 26px;
  color: #595959;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 22px;
  color: #757575;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 12px;
  color: #757575;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 16px;
  color: #696969;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 14px;
  color: #696969;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 14px;
  color: #696969;
}

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;
}





.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: auto;
  min-width: 1px;
  min-height: 1px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
 padding: 5px;
}

.sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.sheet
{
 /* margin-top: -10px !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
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: 1px;
  word-spacing: normal;
border-bottom: 2px solid #FFF;
}

.menu a:hover{
  text-align: left;
  outline: none;
  letter-spacing: 1px;
  word-spacing: normal;
border-bottom: 2px solid #000;
text-decoration: 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;
  height: 26px;
  z-index: 100;
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}

.menu li
{
  margin-right: 0;
  margin-left: 0;
}

.menu ul li
{
    margin:0;
    clear: both;
}


.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 78px;
  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-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 13px;
  color: #666666;
  padding: 0 12px;
  margin: 0 0;
  line-height: 26px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -26px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -26px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -26px;
}
.menu a:hover .t
{
  color: #000000;
/*border-bottom: 2px solid #000;*/
}

.menu li:hover a .t
{
  color: #000000;
}

.menu li:hover>a .t
{
  color: #000000;
}

/* end MenuItem */

/* 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: #696969;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #696969;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #696969;
  background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #696969;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #696969;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: auto;
}

.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-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #000000 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 21px;
  height: 21px;
  margin: 0;
  padding: 0 5px !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: 21px;
  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-size: 12px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button
{
  color: #2E2E2E !important;
}

.button-wrapper .l, .button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 63px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .l
{
  left: 0;
  right: 1px;
}

.button-wrapper .r
{
  width: 403px;
  right: 0;
  clip: rect(auto, auto, auto, 402px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
  top: -21px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
  top: -42px;
}

.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: 0;
}

/* 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: 3px;
  min-height: 3px;
}

.block-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.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: 2px;
  height: 2px;
  background-image: url('images/block_s.png');
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.block-tc, .block-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/block_h.png');
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/block_v.png');
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.block-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #CDE6B5;
}

.block
{
  margin: 35px 0 0;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  position: relative;
  z-index: 0;
  height: 38px;
  margin-bottom: 0;
}

.blockheader .t
{
  height: 38px;
  color: #2B2B2B;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 38px;	
}

/* 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: #3B3B3B;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.blockcontent-body a,
.blockcontent-body li a
{
  color: #336666;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

.blockcontent-body a:link,
.blockcontent-body li a:link
{
  color: #336666;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

.blockcontent-body a:visited, .blockcontent-body a.visited,
.blockcontent-body li a:visited, .blockcontent-body li a.visited
{
  color: #336666;

}

.blockcontent-body a:hover, .blockcontent-body a.hover,
.blockcontent-body li a:hover, .blockcontent-body li a.hover
{
  color: #336699;

  text-decoration: underline;
}

.blockcontent-body ul
{
  list-style-type: none;
  color: #1C1C1C;
  margin: 0;
  padding: 0;
}

.blockcontent-body ul li
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 10px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Box, Post */
.post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.post-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
width: 550px;
}


.post
{
  margin: 7px 7px 7px 40px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 1px #A6A6A6;
  margin: 10px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color: Transparent;
}


.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: 22px;
  color: #404040;
}

.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-decoration: none;
  color: #404040;
}

.post h2.postheader a:visited, 
.post h2.postheader a.visited
{

  color: #404040;
}


.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{


  color: #404040;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.postheadericons
{
  color: #404040;
  padding: 1px;
}

.postheadericons, .postheadericons a, .postheadericons a:link, .postheadericons a:visited, .postheadericons a:hover
{
  font-size: 11px;
border-bottom: none;
text-decoration: none;

}

.postheadericons a, .postheadericons a:link, .postheadericons a:visited, .postheadericons a:hover
{
  margin: 0;
  text-decoration: none;
  color: #336666;
border-bottom: none;
}

.postheadericons a:visited, .postheadericons a.visited
{

  color: #336666;
}

.postheadericons a:hover, .postheadericons a.hover
{

  text-decoration: none;
border-bottom:1px dotted #336699;
  color: #336699;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.post ol, .post ul
{
  color: #404040;
  margin: 1em 0 1em 2em;
  padding: 0;
  font-size: 13px;
}

.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;

}



.post li
{
  padding: 0 0 0 13px;
  line-height: 1.25em;
}

.post ol li, .post ul ol li
{
  background: none;
  padding-left: 0;
}

.post ul li, .post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;
}


/* end PostBullets */

/*span class signed*/

span.signed  {
color:#000000;
font-style:italic;
padding-left:1em;
}

/* begin PostQuote */
blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #669933;
  font-family: Garamond,Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-align: left;
}

blockquote,
.postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 31px;
  background-color: #FFFFFF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.postfootericons
{
  color: #404040;
  padding: 1px;
text-decoration: none;
}

.postfootericons, .postfootericons a, .postfootericons a:link, .postfootericons a:visited, .postfootericons a:hover
{
  font-size: 11px;
  text-decoration: none;
}

.postfootericons a, .postfootericons a:link, .postfootericons a:visited, .postfootericons a:hover
{
  margin: 0;

  color: #336666;
text-decoration: none;
border-bottom: none;
}

.postfootericons a:visited, .postfootericons a.visited
{

  color: #336666;
text-decoration: none;
border-bottom: none;
}

.postfootericons a:hover, .postfootericons a.hover
{

  text-decoration: none;
  color: #336699;
border-bottom:1px dotted #336699;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  margin-left: 90px;
font-size: 10px;
line height: 150%;
}

.footer .footer-inner
{
  position: relative;
  z-index: 0;
  padding: 3px;
}

.footer .footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  height: 150px;
  bottom: 0;
  left: 0;
}


.footer .footer-text p
{
  margin: 0;
}

.footer, .footer-text, .footer-text p
{
  color: #121212;
  text-align: left;
}

.footer .footer-text,
.footer .footer-text a,
.footer .footer-text a:link,
.footer .footer-text a:visited,
.footer .footer-text a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.footer .footer-text a,
.footer .footer-text a:link
{
  color: #336666;
  text-decoration: underline;
}

.footer .footer-text a:visited
{
  text-decoration: none;
  color: #336666;
  font-family: Georgia, "Times New Roman", Times, Serif;
}

.footer .footer-text a:hover
{
  text-decoration: none;
  color: #336699;
  font-family: Georgia, "Times New Roman", Times, Serif;

}
/* 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: 65%;
}
.content-layout .content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1
{
  background-color: #FFFFFF;
  width: 300px;
}

/* end LayoutCell, sidebar1 */



.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;
  text-align: center;
  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;
}
/* 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;    
}
