/*
Theme Name: MovinMamas
Theme URI: http://www.movinmamas.com/
Description: Child Theme for WP Hybrid
Author: Dotgal
Author URI: http://www.dotgaldesign.com/
Template: hybrid
Version: 0.1
*/
 
@import url("../hybrid/style.css");

body {
    font-family: Candara, "Lucida Sans Unicode", "Lucida Sans",
        "Trebuchet MS", "Lucida Grande", Arial, Tahoma, Helvetica, Sans-Serif;
	background: url("images/flowers.png") #E4A296;
}

 hr {
  width: 80%;
  color:#e1e1e1;
  background-color:#e1e1e1;
  height:2px;
}

#body-container {
margin:0 auto;
padding: 0 20px 0 20px;
border-left: 1px solid #904035;
border-right: 1px solid #904035;
background: #fff;
}

#content {
padding: 0px 20px;
}

#header {
margin:0px;
}

#primary, #secondary {
background: #E1E1E1;
}

/* Navigation */

#page-nav li a, #page-nav li a:visited {
background:none repeat scroll 0 0 #FFFFFF;
border: none;
padding:8px 6px;
color: #E4A296;
}

#page-nav li a:hover {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:1px solid #e1e1e1;
padding:6px 6px;
color: #904035;
}

#navigation {
margin: 0 auto;
padding: 0px 20px 30px 8%;
font-size: 20px;
font-weight:bold;
}


/* Page Styles */

#about {
	width: 900px;
}

#about .col-1 {
width: 48%;
float: left;
}

#about .col-2 {
float:right;
padding:0 20px 0 0;
width:46%;
}

.entry-title {
font-size:2em;
font-style:normal;
font-weight:bold;
padding-top:10px;
padding-bottom:16px;
line-height:auto;
margin:auto;
}

.breadcrumb  {
color:#666666;
font-size:0.9em;
font-style:italic;
margin:0 0 0px;
visibility:hidden;
}

.section-header {
line-height:0;
padding-top:20px;
}

.package {
border:1px solid #e1e1e1;
padding: 20px;
margin: 10px;
width: 70%;
}

.blog table, .blog td, .blog tr {
	border: 0px;
}

/* Widgets */

.widget-title {
font-family:Candara,"Lucida Sans Unicode","Lucida Sans","Trebuchet MS","Lucida Grande","Bitstream Sans Vera",Verdana,Arial,Tahoma,Helvetica,Sans-Serif;
color:#904035;
font-size:1.6em;
font-style:normal;
font-weight:bold;
line-height:2em;
background: #E4A296;
padding-left: 12px;
}

.textwidget {
padding-left: 12px;
}

.widget-inside {
margin-bottom: 20px;
}

#text-8 {
BORDER: NONE;
}

.widget a:hover {
color: #E4A296;
}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single  {
border:1px solid #e1e1e1;
margin:0 0 11px;
padding:10px 10px 0;
}

.divider {
border-top: 2px dashed #E4A296;
}

.collapsing {
list-style-type:none;
}

/* Links */

a:link, a:visited {
color: #904035;
text-decoration: none;
}

a:hover {
color: #E4A296;
}

.register a:link, .register a:visited {
background: #904035;
color: #fff;
padding: 6px 12px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #ccc;
}

.register a:hover, .register a:active {
background: #fff;
color: #904035;
}

a.logo {
	display: block;
	width: 912px;
	height: 188px;
	text-decoration: none;
	background: url("images/mm_logo.jpg");
	}

a.logo:hover {
	}

.displace {
	position: absolute;
	left: -5000px;
	}

