/*

  ------------------------------------------------------------------------------

  Main Template Styles

  DO NOT CHANGE
  DO NOT CHANGE
  DO NOT CHANGE  If you need to add style to these selectors, just make a copy of them below
  and add the style there. These styles are required to make the page function
  properly.

  ------------------------------------------------------------------------------

*/

* {
  padding: 0px;
  margin: 0px;
  font-family: Arial;
}

body {
  background-color: #FFFFFF;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  text-align: center;

}

/* If you ever settle on a background, this can be removed */

#pinstripes {
  background-image: url(images/background-pinstripes.gif);
  text-align: center;
  background-repeat: repeat;
}

/* If you ever settle on a background, this can be removed */

#darker {
  background-image: url(images/background-darker.gif);
  text-align: center;
  background-repeat: repeat-x;
}

/* This is the container for the entire layout */

#main-container {
  position: relative;
  width: 990px;
  text-align: left;
  margin-top: 21px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6e7820;
  min-height: 600px;
}

/* This contains the left and right images that comprise the logo */

#logo {
  width: inherit;
  height: 90px;
  background-image: url(images/logo-bg.gif);
  background-repeat: repeat-x;
}

#logo-left {
}

#logo-right {
  background: url(images/logo-right.jpg) no-repeat top right;
}

#header-banner {
  position: absolute;
  top: 15px;
  right: 54px;
  width: 468px;
}

/* This div is the first thing in the #content div and contains breadcrumb links */

#breadcrumb {
  font-size: 11px;
  margin-bottom: 20px;
}

/* This div contains the breadcrumb and whatever content you put in it */

#content {
  position: relative;
  font-size: 12px;
  margin: 20px 300px 20px 200px;
}

/* Custom column widths for the homepage. */

.homepage #content {
  margin: 20px 210px 20px 210px;
}

/* These comprise the links across the top of the page under the logo */

#topmenu {
  border-top: 1px solid #6e7820;
  height: 27px;
  background-image: url(images/navbar-bg.gif);
  background-repeat: repeat-x;
}

#topmenu table {
  width: 100%;
  height: 27px;
  text-align: center;
}

#topmenu * td {
  line-height: 21px;
  border-right: 1px solid #FFFFFF;
}

#topmenu * {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
}

#topmenu * a {
  text-decoration: none;
}

#topmenu * a:hover {
  text-decoration: underline;
}

#topmenu-lastitem {
  border: 0px !important;
}

/* The Left Column */

#leftcolumn {
position: absolute;
  top: 115px;
  left: 0px;
  width: 150px;
  margin: 20px;
  margin-right: 0px;  
}

/* The Right Column */

#rightcolumn {
position: absolute;
  top: 115px;
  right: 0px;
  width: 250px;
  margin: 20px 20px 20px 10px;
}

/* Custom column widths for homepage */

.homepage #leftcolumn {
  width: 190px;
}

.homepage #rightcolumn {
  width: 180px;
   right: -30px;
}

/* The Footer */

#footer {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 11px;
}

/* Used for clearing floats */

#breaker {
  clear: both;
}

/*
  ------------------------------------------------------------------------------

  End Main Template Styles
  Add Anything you want after this.

  ------------------------------------------------------------------------------
*/

p {
  margin-bottom: 10px;
  color: #555555;
}

a {
  color: #dd7733;
    font-weight:bold;
}

a:hover {
  color: #556600;
    font-weight:bold;
}

/* Headers */

h1 {
  font-family: arial,geneva,sans-serif;
  color: #667700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #667700;
}

h2 {
   font-family: arial,geneva,sans-serif;
  color: #667700;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 7px;
  border-bottom: 1px solid #556600;
}

h3 {
   font-family: arial,geneva,sans-serif;
  color: #666600;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 6px;
}

h4 {
  font-family: arial,geneva,sans-serif;
  color: #dd7733;
  font-size: 14px;
  margin-top: 24px;
}

h5 {
  font-family: arial,geneva,sans-serif;
  color: #dd7733;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 2px;
  margin-bottom: 1px;
}

h6 {
  font-family: arial,geneva,sans-serif;
  color: #666600;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 6px;
  margin-bottom: 4px;
}

/* Content Columns */

.contentleft {
  width: 47%;
  float:left;
  margin: 0px 6% 0px 0px;
}

.contentright {
  width: 47%;
  float:left;
}
.imagespacer {
  float: left;
  margin: 0px 0px 0px 0px;
  } 

.imageleft {
  float: left;
  margin: 0px 12px 8px 0px;
  } 
  
.imageleftwide {
  float: left;
  margin: 0px 24px 8px 0px;
  } 
  
.imageright {
  float: right;
  margin: 0px 0px 8px 10px;
  } 
  
.imagerightwide {
  float: right;
  margin: 0px 0px 8px 20px;
  } 
  
.hero {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  margin: 0px 0px 8px 0px;
  }

.heroleft {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  float: left;
  margin: 0px 12px 8px 0px;
  }

.heroleftno {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  float: left;
  margin: 0px 0px 8px 0px;
  }

.heroleftwide {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  float: left;
  margin: 0px 24px 8px 0px;
  }

.heroright {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  float: right;
  margin: 0px 0px 8px 10px;
  }

.herorightno {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  float: right;
  margin: 0px 0px 8px 0px;
  }

.herorightwide {
  display:block;
  padding:2px;
  border:1px solid #AABB99;
  float: right;
  margin: 0px 0px 8px 20px;
  }
  
.bannerbox {
  padding: 10px 10px 10px 10px;
  background: #efb;
  border: 1px solid #c62;
  } 
  
.bannerbox2 {
  padding: 10px 10px 10px 10px;
  background: #ffffcc;
  border: 1px solid #999;
  } 

.bannerbox3 {
  padding: 10px 10px 10px 10px;
  background: #ffffff;
  border: 1px solid #999;
  } 
  
.bannerbox-white {
  padding: 10px 10px 10px 10px;
  background: #ffffff;
  border: 1px solid #999;
  } 
  
.bannerboxlinks {
  padding: 0px 8px 0px 8px;
  background: #fff;
  border: 1px solid #AABB00;
  } 
  
.bannerboxright {
  padding: 0px 8px 0px 8px;
  background: #F4F8E9;
  border: 1px solid #CCDAA7;
  } 
  
/* Additional styles for #leftcolumn */

#leftcolumn {
  color: #777777;
  font-size: 11px;
  font-family: Arial;
  line-height: 16px;
}

#leftcolumn p {
  text-transform: none;
}

#leftcolumn strong {
  font-weight: bold;
}

#leftcolumn * {
  list-style-type: none;
  font-weight: 500;
}

#leftcolumn ul {
  margin-bottom: 15px;
  margin-left: 5px;
  text-transform: none;
}

#leftcolumn * a {
  color: #6e7820;
  text-decoration: none;
}

#leftcolumn * a:hover {
  text-decoration: underline;
}

/* Additional styles for #rightcolumn */

#rightcolumn {
  color: #6e7820;
  font-size: 12px;
  line-height: 16px;
    text-transform: none;
}

#rightcolumn * {
  list-style-type: none;
}

#rightcolumn ul {
  margin-bottom: 15px;
  margin-left: 5px;
  text-transform: none;
}

#rightcolumn * a {
  color: #dd7733;
  text-decoration: none;
}

#rightcolumn * a:hover {
  text-decoration: underline;
}

/* Additional styles for #content */

#content ol li {margin-left:25px;padding-left:0px; color: #555555;}
#content ol {margin-bottom: 10px;}
#content ul li {list-style:disc;margin-left:25px;padding-left:0px; color: #555555;}
#content ul {margin-bottom: 10px;}
#content blockquote {margin-left:25px;padding-left:0px;}
.entry blockquote {margin-left:45px;padding-left:0px;}

/* Social Media buttons formatting */

.social-media { padding-bottom: 20px; position: relative; }
.social-media .facebook { float: left; width: 128px; height: 22px; }
.social-media .twitter { float: left; width: 152px; }
.social-media .stumble { float: left; width: 127px; }
.social-meia .share { float: left; }
.social-media .clear { clear: both; }

/* Miscellaneous */
.navmenbottom ul li {
  font-weight:bold;
  line-height: 18px;
}

#newsbox {
 width: 140px;
}

#squarez ul li {
  list-style-position: outside; margin-bottom: 10px; list-style-image: url(http://www.mothersdaycentral.com/images/chkbx.jpg);
}
