/*
Theme Name: The Minimalist Photography Blog
Theme URI: http://www.cinnamongirlstudiodesign.com
Description: A theme by Cinnamon Girl Studio
Version: 1.0
Author: Cinnamon Girl Studio
Author URI: http://www.cinnamongirlstudiodesign.com\
Tags: fixed width, one column, footer, valid XHTML, widgets
*/
/*
Theme Name: The Minimalist Photography Blog
Theme URI: http://www.cinnamongirlstudiodesign.com
Description: A theme by Cinnamon Girl Studio
Author: Cinnamon Girl Studio
Version: 1.0
Tags: fixed width, one column, footer, valid XHTML, widgets
*/

/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  background-image: url(http://blog.mnrphotography.com/wp-content/uploads/2010/05/background.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #292929;
}

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,
.min-postheader, .min-postheader a, .min-postheader a:link, .min-postheader a:visited, .min-postheader a:hover,
.min-blockheader .t, .min-vmenublockheader .t, .min-logo-text, .min-logo-text a,
h1.min-logo-name, h1.min-logo-name a, h1.min-logo-name a:link, h1.min-logo-name a:visited, h1.min-logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 35px;
}

a
{
  text-decoration: none;
  color: #66B7B7;
  }
  
a:link
{
  text-decoration: none;
  color: #66B7B7;
}

a:visited, a.visited
{
  color: #7AC0C0;
}

a:hover, a.hover
{
  color: #BE5B65;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{  
color: #595959;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 26px;
  color: #595959;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 21px;
  color: #62654E;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 12px;
  color: #292929;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 12px;
  color: #292929;
}
#socialRSS {
position: absolute;
top: 0;
left: 0;
padding: 18px 0px 13px 40px;
z-index: 2000;
}
#socialFB {
position: absolute;
top: 0;
left: 0;
padding: 18px 0px 13px 85px;
z-index: 2000;
}
#socialTW {
position: absolute;
top: 0;
left: 0;
padding: 18px 0px 13px 130px;
z-index: 2000;
}
#min-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#min-page-background-gradient
{
  background-position: top left;
}

.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 */

.min-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 993px;
  min-width: 23px;
  min-height: 23px;
}

.min-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 21px;
  left: 21px;
  right: 21px;
  bottom: 21px;
  background-color: #ffffff;
}

.min-sheet
{
  margin-top: 20px !important;
  cursor:auto;
}

#min-page-background-simple-gradient, #min-page-background-gradient, #min-page-background-glare
{
  min-width: 993px;
}

/* end Box, Sheet */

/* begin Header */

div.min-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 983px;
  height: 100%;
  overflow: hidden;
}

/* end Header */

/* begin Menu */

/* menu structure */

.min-menu a, .min-menu a:link, .min-menu a:visited, .min-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

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

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

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

.min-menu li li
{
  float: none;
}

.min-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

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

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

.min-menu:after, .min-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

.min-menu, .min-menu ul
{
  min-height: 0;
}

.min-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

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

/* menu structure */

.min-menu
{
  padding: 0 0 0 0;
}

.min-nav
{
  position: relative;
  height: 28px;
  z-index: 100;
}

/* end Menu */

/* begin MenuItem */

.min-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
}

.min-menu li
{
  margin-right: 0;
  margin-left: 0;
}

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

.min-menu a .r, .min-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 84px;
  background: #fff;
}

.min-menu a .l
{
  left: 0;
  right: 0;
}

.min-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.min-menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #404040;
  padding: 0 22px;
  margin: 0 0;
  line-height: 28px;
  text-align: center;
}

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

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

.min-menu li:hover a .l, .min-menu li:hover a .r
{
  top: -28px;
}

.min-menu a:hover .t
{
  color: #545454;
}

.min-menu li:hover a .t
{
  color: #000;
  text-decoration: underline;
}

.min-menu li:hover>a .t
{
  color: #545454;
}

/* end MenuItem */

/* begin MenuSubItem */

.min-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  line-height: 20px;
  background-image: url(images/menuitem.png);
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
}

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

.min-menu ul a, .min-menu ul a:link, .min-menu ul a:visited, .min-menu ul a:hover, .min-menu ul a:active, .min-nav ul.min-menu ul span, .min-nav ul.min-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 13px;
  margin:0;
  padding:0;
}

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

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

.min-nav .min-menu ul li a:hover span, .min-nav .min-menu ul li a:hover span span
{
  color: #000000;
}

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

/* end MenuSubItem */

/* bio/site message*/

#bio
{
  padding: 5px;
  margin-left: 15px;
  margin-top: 10px;
}

/* begin Layout */

.min-content-layout
{
  width: 983px;
}

.min-content-layout .min-content-layout
{
  width: auto;
  margin:0;
}

div.min-content-layout div.min-layout-cell, div.min-content-layout div.min-layout-cell div.min-content-layout div.min-layout-cell
{
  margin:0;
}

div.min-layout-cell div.min-layout-cell
{
  margin:0;
}

div.min-content-layout-row
{
  margin:0; 
}

.min-content-layout
{
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.min-layout-cell, .min-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}

/* end layout */

/* begin Box, Block, VMenuBlock */

.min-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.min-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.min-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.min-vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */

.min-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.min-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.min-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.min-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.min-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.min-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 */

.min-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.min-block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.min-block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */

.min-blockheader
{
  position: relative;
  z-index: 0;
  height: 34px;
  margin-bottom: 0;
}

.min-blockheader .t
{
  height: 34px;
  color: #696969;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 34px;	
}

.min-blockheader .l, .min-blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 34px;
  background-image: url('images/blockheader.png');
}

.min-blockheader .l
{
  left: 0;
  right: 22px;
}

.min-blockheader .r
{
  width: 983px;
  right: 0;
  clip: rect(auto, auto, auto, 961px);
}

/* end BlockHeader */

/* begin Box, BlockContent */



.min-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.min-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}

.min-blockcontent-body
{
  color: #292929;
  font-size: 14px;
}

.min-blockcontent-body a:link
{
  color: #595959;
}

.min-blockcontent-body a:visited, .min-blockcontent-body a.visited
{
  color: #949494;
  text-decoration: none;
}

.min-blockcontent-body a:hover, .min-blockcontent-body a.hover
{
  color: #1C1C1C;
  text-decoration: none;
}

.min-blockcontent-body ul
{
  list-style-type: none;
  color: #696969;
  margin: 0;
  padding: 0;
}

.min-blockcontent-body ul li
{
  line-height: 1.25em;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Button */

.min-button-wrapper .min-button
{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #636363 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 28px;
  height: 28px;
  margin: 0;
  padding: 0 10px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

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

.min-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .min-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-size: 14px;
}

.min-block select 
{
    width:96%;
}

.min-button-wrapper.hover .min-button, .min-button:hover
{
  color: #7AC0C0 !important;
  text-decoration: none !important;
}

.min-button-wrapper.active .min-button
{
  color: #EDEDED !important;
}
.min-button-wrapper .l, .min-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 84px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.min-button-wrapper .l
{
  left: 0;
  right: 11px;
}
.min-button-wrapper .r
{
  width: 423px;
  right: 0;
  clip: rect(auto, auto, auto, 412px);
}

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

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

.min-button-wrapper input
{
  float: none !important;
}

/* end Button */

/* begin Box, Post */

.min-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.min-post-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
}

.min-post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.min-article img, img.min-article
{
  border: solid 1px #C7C7C7;
  margin: 7px;
}

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

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

.min-article table, table.min-article .min-article tr, .min-article th, .min-article td
{
  background-color: Transparent;
}

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

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

/* end Box, Post */

/* begin PostHeaderIcon */

.min-postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 26px;
  color: #404040;
}

.min-postheader a, .min-postheader a:link, .min-postheader a:visited, .min-postheader a:hover
{
  font-size: 26px;
  margin: 0;
  color: #404040;
}

/* end PostHeaderIcon */

/* begin PostHeader */

.min-postheader a:link
{
  text-align: left;
  color: #4D4D4D;
}

.min-postheader a:visited, .min-postheader a.visited
{
  color: #4D4D4D;
}

.min-postheader a:hover, .min-postheader a.hovered
{
  color: #000;
}

/* end PostHeader */

/* begin PostIcons, PostHeaderIcons */

.min-postheadericons
{
  padding: 1px;
}

.min-postheadericons, .min-postheadericons a, .min-postheadericons a:link, .min-postheadericons a:visited, .min-postheadericons a:hover
{
  color: #5C5F49;
}

.min-postheadericons a, .min-postheadericons a:link, .min-postheadericons a:visited, .min-postheadericons a:hover
{
  margin: 0;
}

.min-postheadericons a:link
{
  color: #595959;
}

.min-postheadericons a:visited, .min-postheadericons a.visited
{
  font-style: italic;
  font-weight: normal;
  color: #595959;
}

.min-postheadericons a:hover, .min-postheadericons a.hover
{
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #757575;
}

/* end PostIcons, PostHeaderIcons */

/* begin PostContent */

.min-postcontent p
{
   margin: 0.5em 0;
}

.min-postcontent
{
  margin: 0;
}

/* end PostContent */

/* begin PostBullets */

ol, ul
{
  color: #545454;
  margin: 1em 0 1em 2em;
  padding: 0;
  font-size: 14px;
}

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

li
{
  margin: 0.2em 0;
  padding: 0;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.min-postcontent blockquote p
{
  color: #161712;
}

blockquote,
.min-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 28px;
  background-color: #FFFFFF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */

.min-postfootericons
{
  padding: 1px;
}

.min-postfootericons, .min-postfootericons a, .min-postfootericons a:link, .min-postfootericons a:visited, .min-postfootericons a:hover
{
  color: #5C5F49;
}

.min-postfootericons a, .min-postfootericons a:link, .min-postfootericons a:visited, .min-postfootericons a:hover
{
  margin: 0;
}

.min-postfootericons a:link
{
  color: #595959;
}

.min-postfootericons a:visited, .min-postfootericons a.visited
{
  color: #595959;
}

.min-postfootericons a:hover, .min-postfootericons a.hover
{
  color: #757575;
}

/* end PostIcons, PostFooterIcons */

/* begin Footer */

#footer 
{  
  margin: 0 auto;
  padding: 0px;
  clear:both;
}

#footer-navigation
{
  position: relative;
  clear: both;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}

#footer-left 
{  
  float: left;  
  width: 290px;
  padding: 40px 0px 20px 20px;  
  margin-right:20px;
  
}

#footer-middle 
{  
  float: left;  
  width: 290px;
  padding: 40px 0px 20px 0px;
  margin-right:20px;
 
}

#footer-right 
{  
  float: right;  
  width: 290px;
  padding: 40px 20px 20px 0px;
}


.min-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 983px;
  margin: 0 auto;
  clear: both;
}

.min-footer .min-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.min-footer .min-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background: #a7cdd1;
  width: 983px;
  height: 150px;
  bottom: 0;
  left: 0;
}

.min-footer .min-footer-text p
{
  margin: 0;
}

.min-footer .min-footer-text
{
  display: inline-block;
  color: #000;
}

.min-footer .min-footer-text a:link
{
  text-decoration: none;
  color: #000000;
}

.min-footer .min-footer-text a:visited
{
  text-decoration: none;
  color: #383A2C;
}

.min-footer .min-footer-text a:hover
{
  text-decoration: underline;
  color: #fff;
}

/* end Footer */

/* begin PageFooter */

.min-page-footer, .min-page-footer a, .min-page-footer a:link, .min-page-footer a:visited, .min-page-footer a:hover
{
  font-family: Arial;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

.min-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

/* end PageFooter */

/* begin LayoutCell, content */

.min-content-layout .min-content
{
  width: 100%;
}

.min-content-layout .min-content .min-block
{
  background-color: #FFFFFF;
}

/* end LayoutCell, content */

.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, .art-article .aligncenter img, .aligncenter img.art-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 0px;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.min-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

/* wp-pagenavi */

.wp-pagenavi a, .wp-pagenavi a:link 
{
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #999999;
  color: #0066cc;
  background-color: #FFFFFF;	
}

.wp-pagenavi a:visited 
{
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #999999;
  color: #0066cc;
  background-color: #FFFFFF;	
}

.wp-pagenavi a:hover 
{	
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
}

.wp-pagenavi a:active 
{
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #999999;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-pagenavi span.pages 
{
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 2px;
  color: #000000;
  border: 1px solid #999999;
  background-color: #FFFFFF;
}

.wp-pagenavi span.current 
{
  padding: 2px 4px 2px 4px;
  margin: 2px;
  font-weight: normal;
  border: 1px solid #999999;
  color: #000000;
  background-color: #ffffcc;
}

.wp-pagenavi span.extend {
  padding: 2px 4px 2px 4px;
  margin: 2px;	
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
}
