/*  
Theme Name: Mothersday Central Blog
Theme URI: http://mothersdaycentral.com/
Description: Default Mothersday Central Wordpress Blog theme.
Version: 1.0
Author: ThinkProspect
Author URI: http://thinkprospect.com.au/

*/

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

  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: 980px;
  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 {
  float: left;
}
#logo-right {
  float: right;
}

/* 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 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: 170px;
  margin: 20px;
  margin-right: 0px;
}

/* The Right Column */
#rightcolumn {
  position: absolute;
  top: 115px;
  right: 0px;
  width: 170px;
  margin: 20px;
  margin-left: 0px; 
}

/* 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: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #6e7820;
}

h1 a {
  font-family: arial,geneva,sans-serif;
  color: #667700;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #6e7820 100%;
  text-decoration: none;
  
}

h2 {
   font-family: arial,geneva,sans-serif;
  color: #667700;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 5px;
}

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




/* Content Columns */
.contentleft {
  width: 47%;
  float:left;
  margin: 0px 6% 0px 0px;
}
.contentright {
  width: 47%;
  float:left;
}

/* Additional styles for #leftcolumn */
#leftcolumn {
  font-size: 11px;
  line-height: 16px;
  color: #777777;
}
#leftcolumn p {
  text-transform: none;
  font-weight: bold;
}
#leftcolumn * {
  list-style-type: none;
    font-weight: 500;
}

#leftcolumn strong {
  font-weight: bold;

}

#leftcolumn ul {
  margin-bottom: 15px;
  margin-left: 5px;
  text-transform: none;
}
#leftcolumn * a {
   color: #778800;
  text-decoration: none;
}
#leftcolumn * a:hover {
  text-decoration: underline;
  color: #445500;
}

/* Additional styles for #rightcolumn */
#rightcolumn {
  color: #6e7820;
  font-size: 11px;
  line-height: 16px;
}
#rightcolumn * {
  list-style-type: none;
}
#rightcolumn ul {
  margin-bottom: 15px;
  margin-left: 5px;
  text-transform: none;
}
#rightcolumn * a {
  color: #777777;
  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 .date {color:#808080;padding:10px 0 10px 0;}
#content blockquote {margin-left:25px;padding-left:0px;}

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


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

#newsbox {
 width: 140px;
}

.imageright {
  float: right;
  margin: 0px 0px 8px 10px;
  } 
  


/* breadcrumbs */
#bc_container {position: relative;font-size: 12px;margin: 20px 210px 20px 190px;}
#breadcrumbs {font-size:11px;margin:0 0 20px 0;padding:0;}
#breadcrumbs ul {display:inline;margin-left:0;padding-left:0;}
#breadcrumbs li {list-style:none;margin:0;display:inline;}

.alignright {float:right;}
.alignleft {float:left;}
.navigation {display:block;text-align:center;margin-top:10px;margin-bottom: 60px;}
hr {height:1px;border:0;color:#662500;background-color:#662500;margin:30px 0 30px 0;}
.postmetadata {padding-bottom:30px;}
.clear {clear:both;}