/*  
Theme Name: Mother Goose on the Loose
Theme URI: www.mgol.net
Description: Mother Goose on the Loose Wordpress Theme
Version: 2.9.2
Author: Dustin Pfeifer
Author URI: www.dustinpfeifer.com

Theme last updated: March 3, 2010
*/


/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before, q:after { 
	content:'';
}

strong { 
	font-weight:bold;
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

abbr {
	color:#ee1c24; 
	border-bottom:1px dotted #ee1c24;
}

div {
	position:relative;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#8d1e3f;
	text-decoration:none;
}

blockquote, h1, h2, h3 {
	font-family:Georgia,serif;
	line-height:1.75;
}

blockquote {
	font-size:28px;
	color:#6c6cb4;
}

blockquote p {
	margin:0;
}

h1 {
	font-size:24px;
	color:#6c6cb4;
}

h2 {
	font-size:20px;
	color:#6c6cb4;
}

ul, ol {
	margin:10px 0 10px 20px;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background:#00bb06;
	text-align:center;
	font:14px/1.75 lucida sans, lucida grande, arial, sans-serif;
}

#masthead {
	background:#fff url(images/background_masthead.jpg) repeat-x top;
}

#wrap {
	background:#fff url(images/background_footer.jpg) repeat-x bottom;
}

#content {
	text-align:left;
	width:908px;
	margin:0 auto;
	padding:0 0 30px;
}

	.home #content {
		background:url(images/background_content_home.jpg) no-repeat top center;
		height:770px;
	}
	
#sidebar {
	width:218px;
	float:left;
	padding:25px 0;
}

	h1.logo a {
		background:url(images/logo.jpg) no-repeat;
		display:block;
		width:187px;
		height:168px;
		text-indent:-9999px;
		margin:0 0 25px;
	}

#main {
	width:642px;
	float:right;
	padding:30px 0 0 0;
	margin:0;
}

	.home #main {
		width:580px;
		padding:125px 62px 0 0;
	}
	
	.home #main {
		font-size:12px !important;
	}
	
	.page #main {
		font-size:14px;
	}

#homeintro {
	height:255px;
	overflow:hidden;
}

#homefeatures {
	height:200px;
	margin:25px 0 0;
	overflow:hidden;
}

	#homefeatures #side {
		width:200px;
		float:left;
	}
	
	#homefeatures #side p {
		margin:0;
	}
	
	#homefeatures #blog {
		width:355px;
		float:right;
	}

#footer {
	text-align:left;
	width:908px;
	margin:0 auto;
	padding:15px 0 50px 0;
	color:#fff;
	font-size:11px;
	text-align:center;
}

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

#tweet {
	background:#00ab05 url(images/icon_tweet.jpg) no-repeat left center;
	height:46px;
	font-size:18px;
	color:#fff;
	line-height:1.25;
	padding:10px 20px 10px 170px;
	margin:0 0 25px;
	text-align:left;
}

#tweet ul {
	list-style-type:none;
}

	#tweet ul a {
		color:#fff;
	}
	
.mapp-div {
	margin:20px 0 !important;
	border:5px solid #e0eef0;
}
	
.mapp-poweredby {
	display:none;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	background:#00bb06;
	width:908px;
	height:39px;
	padding:6px 0 0;
	margin:0 auto;
	font-family:Georgia,serif;
}

	.home #nav {
		background:#00bb06 url(images/background_nav.jpg) no-repeat right;
	}

#nav li {
	display:inline;
	list-style-type:none;
	margin:0 10px;
}

#nav a {
	color:#fff;
	text-shadow:1px 1px 1px #aaa;
	text-decoration:none;
	font-size:16px;
}

#nav a:hover, #nav li.current_page_item a, #nav li.current_page_ancestor a {
	color:#8d1e3f;
	text-shadow:1px 1px 1px #888;
}


/* Blog Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.date {
	font-size:12px;
	color:#6c6cb4;
	margin:0;
}

.postmeta {
	margin:0;
	font-size:12px;
	font-style:italic;
	color:#888;
}

ul.addtoany_list li a {
	padding:0 !important;
}

.widget {
	background:url(images/background_nav_secondary.jpg) repeat-y;
	margin:25px 0;
	border-top:1px solid #ff8b2a;
	border-bottom:5px solid #ff8b2a;
	padding:15px 5px 15px 1px;
}

.widget h2 {
	padding:0 20px 5px 20px;
}

.widget h2 a {
	color:#6c6cb4;
}

.widget ul {
	margin:0;
	border-top:1px solid #e0eef0;
	font-size:14px;
	font-family:Georgia,serif;
}

.widget li {
	padding:5px 20px;
	border-bottom:1px solid #e0eef0;
	list-style-type:none;
}

.widget li a {
	color:#6c6cb4;
	text-decoration:none;
}

.home #sub-page-menu h2 {
	display:none !important;
}

.home #sub-page-menu ul {
	border-top:none;
}


/* Comment Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.commentlist {
	margin:20px 0;
}
	
.commentlist li {
	list-style-type:none;
	margin:10px 0;
	background:#fcf8f5;
	padding:20px;
	font-size:12px;
}

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

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist .avatar {
	float:left;
	margin:0 10px 0 0;
}

textarea {
	width:100%;
}


/* Events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fullcalendar {
	width:100%;
	margin:10px 0;
}

.fullcalendar td {
	padding:10px !important;
	vertical-align:top;
}

.fullcalendar thead td {
	text-align:center !important;
}

.fullcalendar a {
	color:#8d1e3f !important;
	border:none;
}


/* Table Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table {
	border-top:1px solid #e0eef0;
	font-size:12px;
	margin:10px 0;
}

table td {
	padding:20px 0;
	vertical-align:top;
}

table td.order {
	text-align:center;
	width:50px;
}

table tr {
	border-bottom:1px solid #e0eef0;
}

table img {
	border:5px solid #e0eef0;
}


/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	margin:0 20px 0 0;
}

.alignright { 
	float:right;
	margin:0 0 0 20px;
}

.wp-caption { 
	border:1px solid #666; 
	text-align:center; 
	background:#ccc; 
	padding:10px; 
	margin:10px 
}


/* Form Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wpcf7-checkbox .wpcf7-list-item {
	display:block;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
