/*  
Theme Name: MCFMM Default Theme
Theme URI: http://mcfmm.com/
Description: The default WordPress theme for www.mcfmm.com.
Version: 1.0
Author: the robot JEL3
Author URI: http://kneadmedia.com/

	This theme was designed and built by kneadmedia LLC,
	whose portfolio you will find at http://kneadmedia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
    margin:0;
    padding:0;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    background-color: #FFFFFF;
  }
a:link, a:active, a:visited {
    color:#376524;
    text-decoration:none;
  }

#sidebar a:hover,
p.postmetadata  a:hover,
.entry  a:hover,
#footer  a:hover {border-bottom:1px dashed #688C5A;}

h1,h2,h3,h4,h5 {
    color:#2F2F67;
  }

#footer p {
/* border: 1px solid red; */
  margin:0;
  padding:20px 0;
  text-align: center;
}
/* End Typography & Colors */



/* Begin Structure */
body { margin:0; padding:0; }

#siteHolder { margin:0 auto; padding:0; width: 756px; }

#header { position:relative; margin:0 0 20px 0; }

#maincontent {
  margin: 0;
  width:68%;
  float: left;
  border-right:1px solid #F5F5F5;
}

div.post {padding:0 20px;}

#sidebar {
    width:30%;
    float:right;
}

#footer {
    clear: both;
    border-top: 2px solid #7DB669;
}
/* End Structure */


/*	Begin Headers */
#sidebar h2 {
  font-size:14px;
  color:#2F2F67;
  }
div.post h2 a:link,
div.post h2 a:visited,
div.post h2 a:active{
 font-size:24px;
 text-decoration:none;
}
div.post h2 a:hover{ border-bottom:1px dashed #688C5A;}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
  } 

html>body .entry li {
  margin: 7px 0 8px 10px;
  }


.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;
  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  }

ol li ol li{
    list-style : lower-alpha;
  }
/* End Entry Lists */


/* Begin Form Elements */
form#signupForm {
  position: absolute;
    top:0;
    right:0;
  display: block;
    width:313px;
    height:94px;
  background: url('/wp-content/themes/default/im/signupform.bg.gif') no-repeat top;
}

form#signupForm fieldset {
 margin:45px 0 0 90px;
 padding:0;
 border: none;
 text-align: left;

}

form#signupForm feildset legend {
/*  display:none; */
 visibility:hidden;
}


form#signupForm input {
margin:0 0 3px 0;
padding:1px;
border: 2px solid #5c5d88;
border-right:none;
width: 165px;
height: 20px;
z-index: 1000;
font-size: 12px;
line-height: 16px;
text-indent: 5px;
}

form#signupForm input.submitBtn {
width:35px;
height:36px;
margin:0 0 0 -4px;
z-index: 1001;
border:none;
text-indent:-3000px;
background: url('/wp-content/themes/default/im/signupform.submit.gif') no-repeat top;
cursor: pointer;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar h1 {
    font-size:14px;
    color:#2F2F67;
  }

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
    margin-bottom:10px;
    font-size: 12px;
    line-height: normal;
    
  }
/* End Sidebar */



/* Begin 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hide, hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

a.more-link {
 display: block;
 padding:20px;
 background: #F4F4F4;
 font-size: 20px;
 font-weight: bold;
}

a.more-link:hover {
  background: #376524;
 color:#F4F4F4;
 border:none;
}

/* End Various Tags & Classes*/
/* Begin Gregarious plugin */
a.digg_whats_this{display:none;}
div.diggWrap { position: relative;
 border:1px dashed #C8C8C8;
padding:0;
 vertical-align:middle; 
}

span.akst_link{ display:block; position: absolute; top:14px; left:20px;}
/* END Gregarious plugin */
/* Begin NavT Plugin */
ul.headernav, ul.mainnav {    display:block;    margin:0;    padding:0;  }

ul.headernav {    position:absolute;    right:0;    bottom: 20px;  }

ul.mainnav {    position:relative;    padding-top:10px;    border-top: 2px solid #7DB669;  }

ul.headernav li, ul.mainnav li {
    margin:0 0 0 16px;
    padding:0;
    list-style:none;
    float:left;
    text-indent:-3000px;
/*     border: 1px solid red; */
  }

ul.headernav li a {  display: block;    height: 16px;  }

ul.mainnav li a {  display: block;    height: 15px;  }

ul li.about-page a {
   width:109px;
   background: url('/wp-content/themes/default/im/nav.about.gif') top no-repeat;
  }
ul li.contact-us-page a {
   width:82px;
   background: url('/wp-content/themes/default/im/nav.contact.gif') top no-repeat;
  }
ul li.resources-page a {
   width:74px;
   background: url('/wp-content/themes/default/im/nav.resources.gif') top no-repeat;
  }

ul li.mcfmm-annoucements-cat a {
   width:169px;
   background: url('/wp-content/themes/default/im/nav1.annouce.gif') top no-repeat;
  }

ul li.volunteer-page a {
   width:69px;
   background: url('/wp-content/themes/default/im/nav1.volunteer.gif') top no-repeat;
  }

ul li.donate-page a {
   width:54px;
   background: url('/wp-content/themes/default/im/nav1.donate.gif') top no-repeat;
  }

ul li.share-your-story-page a {
   width:116px;
   background: url('/wp-content/themes/default/im/nav1.share.gif') top no-repeat;
  }

/* END NavT Plugin */
