/*
Theme Name: marieward
Theme URI: 
Version: 1.0
Author: 
Author URI: 
Tags: fixed width, three columns, valid XHTML, widgets
*/

/* begin Page */

#main, table
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

.postcontent p
{
    margin: 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.postcontent a
{
  text-decoration: underline;
  color: #254865;
}

.postcontent a:link
{
  text-decoration: underline;
  color: #254865;
}

.postcontent a:visited, .postcontent a.visited
{

  color: #254865;
}

.postcontent  a:hover, .postcontent a.hover
{

  text-decoration: none;
  color: #000000;
}

.postcontent h1
{
   color: #000000;    
   margin: 21px 0;
   font-size: 18px; 
}


.postcontent h1 a,
.postcontent h1 a:link,
.postcontent h1 a:hover,
.postcontent h1 a:visited
{
   font-size: 18px; 
}

.postcontent h2
{
   color: #000000;    
   margin: 19px 0;
   font-size: 16px;  
}


.postcontent h2 a,
.postcontent h2 a:link,
.postcontent h2 a:hover,
.postcontent h2 a:visited
{
   font-size: 16px;   
}

.postcontent h3
{
   color: #000000;  
   margin: 19px 0;   
   font-size: 14px; 
}


.postcontent h3 a,
.postcontent h3 a:link,
.postcontent h3 a:hover,
.postcontent h3 a:visited
{
   font-size: 14px;    
}

.postcontent h4
{
   color: #000000;     
   margin: 20px 0;
   font-size: 16px; 
}


.postcontent h4 a,
.postcontent h4 a:link,
.postcontent h4 a:hover,
.postcontent h4 a:visited
{
   font-size: 16px;   
}

.postcontent h5
{
   color: #000000;    
   margin: 26px 0;
   font-size: 13px;  
}


.postcontent h5 a,
.postcontent h5 a:link,
.postcontent h5 a:hover,
.postcontent h5 a:visited
{  
   font-size: 13px;
}

.postcontent h6
{
   color: #3D5266;     
   margin: 35px 0;
   font-size: 11px; 
}


.postcontent h6 a,
.postcontent h6 a:link,
.postcontent h6 a:hover,
.postcontent h6 a:visited
{
   font-size: 11px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#main
{
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


body
{
  padding: 0; 
  margin:0 !important;
  margin-bottom:-10px !important;
  color: #0F1419;
  height:100%;
  
  background-color: #000000;
  
}



.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: 11px;
  min-height: 11px;
  margin-top: 0;
  margin-bottom: 0;
  cursor:auto;
  width: 900px;
}

.sheet-body
{
  position: relative;
  padding: 0;
    padding-top:0;
    padding-bottom:0;
}

.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: 10px;
  height: 10px;
  background-image: url('images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 5px, 5px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 5px, 5px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(5px, 5px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(5px, auto, auto, 5px);
}

.sheet-tc, .sheet-bc
{
  left: 5px;
  right: 5px;
  height: 10px;
  background-image: url('images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 5px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(5px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 5px;
  bottom: 5px;
  width: 10px;
  background-image: url('images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 5px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 5px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #ffffff;
}



#page-background-top-texture, #page-background-middle-texture, #page-background-glare
{
  min-width: 900px;
}




/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  height: 216px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}


div.header-center
{
	position: relative;
	width: 900px;
	left:50%;
}

div.header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 900px;
  height: 216px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 900px;
  height: 216px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
div.logo
{
{offset}

  display: block;
  position: absolute;
  left: 10px;



  top: 20px;
  width: 500px;

}

h2.logo-text
{
	position: relative;
	width: 500px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: {TextFontColor} !important;
  display: block;
  text-align: {HorizontalAlign};
}




h1.logo-name
{
  display: block;
  text-align: {HorizontalAlign};
  font-size: 28px;
  padding: 0;
  margin: 0;
  color: {NameFontColor} !important;

}

 h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-size: 28px;
  padding: 0;
  margin: 0;
  color: {NameFontColor} !important;
}



 
h2.logo-text a,
h2.logo-text a:link,
h2.logo-text a:visited,
h2.logo-text a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: {TextFontColor} !important;
}


/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
    outline: none;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu{
  min-height: 0;
  padding: 0 0 0 0;
}



.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

ul.menu
{
  float: right;
}



/* menu structure */



.nav
{
  position: relative;
  margin:0 auto;
  min-height: 33px;
  z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
}


.nav-l, .nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.nav-l
{
  left: 0;
  right: 5px;
}

.nav-r
{
  right: 0;
  width: 900px;
  clip: rect(auto, auto, auto, 895px);
}

/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 33px;
  cursor: pointer;
  text-align: left;
  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: 109px;
  background-image: url('/wp-content/uploads/2014/07/menuitem22.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:link, .menu a:visited, .menu a:hover
{
  text-align: left;
  text-decoration: none;
}

.menu a .t
{
  color: #254865;
  padding: 0 33px;
  margin: 0 0;
  line-height: 33px;
  text-align: center;
font-size: 22px;
font-weight: bold;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -38px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -38px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -38px;
}
.menu a:hover .t
{
  color: #254865;
}

.menu li:hover a .t
{
  color: #254865;
}

.menu li:hover>a .t
{
  color: #254865;
}


.menu a.active .l, .menu a.active .r
{
  top: -76px;
}

.menu a.active .t
{
  color: #254865;
}
/* end MenuItem */

/* begin MenuSeparator */
.menu .menu-li-separator
{
  display: block;
  width: 2px;
  height:33px;
}
.nav .menu-separator
{
  display: block;
  margin:0 auto;
  width: 5px;
  height: 33px;
  background-image: url('/wp-content/uploads/2014/07/menuseparator1.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  width: 200px;
  overflow: hidden;
  background-image: url('/wp-content/uploads/2014/07/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #254865;
  text-align: left;
  text-indent: 5px;
  text-decoration: none;
  line-height: 20px;
  color: #254865;
  font-size: 12px;
  margin:0;
  padding:0;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

 .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
  text-align: left;
  text-indent: 5px;
  text-decoration: none;
  line-height: 20px;
  color: #254865;
  font-size: 12px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #F9FAFB;
  border-color: #254865;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #F9FAFB;
  border-color: #254865;
  background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #F9FAFB;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #F9FAFB;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}


.content-layout .content-layout{width: auto;margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 10px;
}

.block-body
{
  position: relative;
  padding: 0;
}




/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 26px;
}

 .blockheader h3.t
{
  position: relative;
  height: 26px;
  color: #506B86;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 26px;
}


.blockheader h3.t a,
.blockheader h3.t a:link,
.blockheader h3.t a:visited, 
.blockheader h3.t a:hover
{
  color: #506B86;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}



/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 5px;
  color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}


 
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.blockcontent-body p
{
  margin: 6px 0;
}

.blockcontent-body a
{
  color: #FFFFFF;
  text-decoration: underline;
}

.blockcontent-body a:link
{
  color: #FFFFFF;
  text-decoration: underline;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #FFFFFF;
  text-decoration: none;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #FFFFFF;
  text-decoration: none;

}

.blockcontent-body ul li
{
  line-height: 125%;    
  color: #324253;

  padding: 0 0 0 12px;
  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: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #8C3103 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  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: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #7F5305 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #FFFFFF !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 109px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 10px;
}

.button-wrapper .button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -38px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -76px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}

.post-body
{
  position: relative;
  padding: 10px;
min-height: 400px;
text-align: justify;
}




a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 0 #B2C2D1;
  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 0 #8099B3;
  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: #000000;
  margin: 5px 0;
  font-size: 18px;
}

 
h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-size: 18px;
}

h2.postheader a, h2.postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #000000;
}

h2.postheader a:visited, h2.postheader a.visited
{

  color: #000000;
}


h2.postheader a:hover,  h2.postheader a.hovered
{


  color: #000000;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #3D5266;
}

.postheadericons
{
  padding: 1px;

}

.postheadericons a, .postheadericons a:link
{
  text-decoration: none;
  color: #2F617F;
}

.postheadericons a:visited, .postheadericons a.visited
{
  font-style: italic;
  font-weight: normal;
  color: #2F617F;
}

.postheadericons a:hover, .postheadericons a.hover
{
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #3E81A8;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 13px;
  color: #000000;
  padding: 0 0 0 13px;
}

.post li ol, .post li ul
{
  margin: 0.2em 0 0.5em 2em;
  padding: 0;
}



.post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url('/wp-content/uploads/2014/07/bullet-2.png');
  background-repeat: no-repeat;
  padding-left: 13px;
padding-bottom: 15px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}


/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #1E0A01;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.postcontent blockquote
{
   border: solid 0 #FC9764;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 28px;
  background-color: #FDC9AF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.postfootericons,
.postfootericons a,
.postfootericons a:link,
.postfootericons a:visited,
.postfootericons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #3D5266;
}

.postfootericons
{
  padding: 1px;

}

.postfootericons a, .postfootericons a:link
{
  text-decoration: none;
  color: #2F617F;
}

.postfootericons a:visited, .postfootericons a.visited
{

  color: #2F617F;
}

.postfootericons a:hover, .postfootericons a.hover
{


  color: #3E81A8;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  overflow: hidden;
  width: 100%;
}


.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/footer_t.png');
  background-position: left bottom;
}

.footer-body
{
    position:relative;
    padding: 10px;
}


.footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover
{
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.footer-text
{
  padding: 0 10px 0 10px;
  text-align: center;

}



.footer-text a,
.footer-text a:link
{
  color: #000066;
  text-decoration: underline;
}

.footer-text a:visited
{
  color: #000066;

}

.footer-text a:hover
{
  color: #000066;

  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: #5096BE;
}

.page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #394D60;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.sidebar1 .layout-glare-image
{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:252px;
  background-image: url('images/sidebar_g.png');
  background-repeat: no-repeat;
}

.content-layout .sidebar1
{
  background-color: #ffffff;
  width: 285px;
  background-image: url('/wp-content/uploads/2014/07/left-cell-bg.png');
  background-repeat: repeat-y;
background-position: top left;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */



.content-layout .content .block
{
  background-color: #D6DEE6;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.sidebar2 .layout-glare-image
{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:252px;
  background-image: url('images/sideba2r_g.png');
  background-repeat: no-repeat;
}

.content-layout .sidebar2
{
  width: 50px;
  background-color: #ffffff;
  background-image: url('/wp-content/uploads/2014/07/bottom_right_swoop21.jpg');
  background-repeat: no-repeat;
background-position: bottom right;
}

/* 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;
}

span.page-navi-outer, span.page-navi-inner 
{
    position:relative;
    display:block;
    float:left;
    margin:0;
    padding:0;
}

span.page-navi-outer
{
  margin: 1px;
  border: 1px solid #aaa;
}

span.page-navi-inner 
{
  padding: 1px;
  min-width:14px;
  line-height:18px;
  text-align:center;
  border: 2px solid #fff;
  font-weight:bold;
}

a span.page-navi-inner, span.page-navi-caption span.page-navi-inner 
{
    border-width:1px;
    font-weight:normal;
}

a span.page-navi-outer, span.page-navi-caption
{
    margin:2px 1px;
}

ul#comments-list li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
  border: none;
  margin: 1px;
  vertical-align:middle;
  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;
}

p.aligncenter , p.center 
{
   text-align: center; 
}

.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;
    text-align: center;
}

.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 p
{
    text-align: center;
}

.gallery {
	margin: 0 auto 18px;
    clear:both;
    overflow:hidden;
  letter-spacing: normal;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {

	border: 10px solid #f1f1f1;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}



.gallery br+br {
	display: none;
}
/* 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;
}



.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%;
}

.firefox2 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, h4.box-title {
	margin: 0;
}

#comments-list #respond {
	margin-left: 20px !important;
}

#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;
}

.footer .widget-title 
{
    font-size:1.2em;
    padding: 0;
}

.footer .widget,
.footer .widget a,
.footer .widget a:link,
.footer .widget a:visited,
.footer .widget a:hover
{
    color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: left;
}

.footer .widget a,
.footer .widget a:link
{
  color: #000066;
text-decoration: underline;
}

.footer .widget a:visited
{
  color: #000066;
}

div.cell-top-left
{
  background-image: url('/wp-content/uploads/2014/07/left-top-cell-bg.png');
background-position: top left;
background-repeat: no-repeat;
height: 122px;
width: 280px;
}

#testimonials_widget-2
{
width: 220px;
margin-top: -100px;
}

#testimonials_widget-2 h5
{
font-weight: normal;
margin-top: 10px;
font-size: 22px;
}

.single-testimonial
{
font-size: 22px;
}

div.cell-bottom-left
{
position: absolute;
bottom: 0;
color: #ffffff;
font-size: 24px;
text-align: center;
padding: 0 0 10px 10px;
}

.cell-bottom-left a
{
color: #ffffff;
text-decoration: none;
}

h3.faq
{
background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
background: linear-gradient(red, blue); /* Standard syntax */
height: 40px;
width: 550px;
border: 1px solid #000000;
}


#testimonials_widget-2
{
padding-top: 20px;
}


div.single-testimonial
{
font-style: italic;
font-size: 14px;
font-weight: normal;
}

#testimonials_widget-2 h5
{
font-size: 16px;
font-weight: bold;
}

div.cell-bottom-left
{
margin-bottom: 20px;
margin-left: 0px;
font-size: 12px;
font-weight: normal;
}