/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #header { border-bottom:none;
height:100px;
padding-top:0;
padding-bottom:0;
background:url(http://www.motivatedchild.com/site-images/header_logo.png)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom #productbox1 input {
background-color:white;
border:0px;	
}

.custom #productbox{
width:520px;
margin-left:0px;
margin-bottom:5px;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid;
overflow:hidden;
zoom:1;
}

.custom #productbox1{
float:left;
width:230px;
text-align:center;
font-family:Georgia;
font-size:1.5em;
line-height:1.5;
}

.custom #productbox1a{
float:left;
width:230px;
text-decoration:line-through;
text-align:center;
font-family:Georgia;
font-size:1em;
line-height:1.5;	
}

.custom #productbox1b{
float:left;
width:196px;
text-align:center;
color:#FFFFFF;
font-family:Georgia;
font-size:1em;
line-height:1.5;
background-color:#000000;
margin-top:10px;
margin-left:15px;
margin-right:15px;
margin-bottom:5px;
padding:2px;	
}

.custom #productbox1c{
float:left;
width:230px;
text-align:center;
font-family:Georgia;
font-size:1.5em;
line-height:1.5;
}

.custom #productbox2{
float:right;
width:290px;
font-family:Georgia;
font-size:1.5em;	
}

.custom #productbox2 h1 {
font-size:1.5em;
font-family:Georgia;	
}

.custom #productbox2 ul {
list-style-type:disc;
list-style-position:outside;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
margin-left:10px;
color:#663399;	
}



.custom .product_image{
float:left;
margin-bottom:5px;	
}

.custom #constantcontact{
width:298px;
margin:10px;
padding:10px;
text-align:center;
border:1px solid #CC99CC;
background-color:#FFFFCC;	
}

.custom #video{
width:320px;
margin:5px;
padding:5px;
font-family:georgia;
font-size:1.4em;
text-align:center;
}

.custom #awardsbox{
width:298px;
margin:10px;
padding:10px;
font-family:georgia;
font-size:1.5em;
text-align:center;
border:1px solid #CC99CC;
background-color:#FFFFCC;	
}

.custom .awardslogo{
padding-top:10px;
padding-bottom:10px;	
}

.custom div.comments_closed p{
display:none;	
}

.custom #jaylene{
width:300px;
margin:10px;
padding:5px;
font-family:arial;
font-size:1.4em;
text-align:justify;
border:1px solid #CC99CC;	
}

.custom .jaylene_image{
float:left;
margin-bottom:5px;
margin-right:5px;	
}

.custom #Quotes{
width:520px;
margin-left:0px;
margin-bottom:5px;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid;
font-size:1.4em;
overflow:hidden;
zoom:1;
}

.custom #quotes h2 {
font-size:1.5em;
font-family:georgia;	
}

.custom #quotes p{
font-size:1.4em;
font-family:georgia
}

.custom .entry-title {
font-weight:bold;
}

.custom #multimedia_box {
margin:10px;
padding:0px;	
}

div#content div.headline_area h1 {display:none;}

body.custom {background: #FFF url(http://www.motivatedchild.com/site-images/pattern.jpg) repeat;}


.custom #main{
width:900px;
margin:0px;
padding:0px;
}

.custom #maintop{
width:900px;
font-family:georgia;
font-size:2.0em;
text-align:right;
border:1px solid #CC99CC;
border-radius: 15px;
overflow:hidden;
zoom:1;
}

.custom #maintopleft{
width:400px;
float:left;
font-family:georgia;
font-size:2.0em;
text-align:right;
border-right:1px solid #CC99CC;
overflow:hidden;
zoom:1;
}

.custom #maintopright{
width:500px;
float:right;
font-family:georgia;
font-size:2.0em;
text-align:right;
border-left:1px solid #CC99CC;
overflow:hidden;
zoom:1;
}

.custom #mainbottom{
width:900px;
margin-top:10px;
overflow:hidden;
zoom:1;
}

.custom #mainbottomleft{
width:280px;
float:left;
font-family:georgia;
font-size:2.0em;
text-align:right;
margin-right:5px;
padding:5px;
background-color:#FFFFCC;
border:1px solid #CC99CC;
border-radius: 15px;
overflow:hidden;
}

.custom #mainbottomcenter{
width:280px;
float:left;
font-family:georgia;
font-size:0.5em;
text-align:left;
margin-right:5px;
padding:5px;
background-color:#FFFFCC;
border:1px solid #CC99CC;
border-radius: 15px;
overflow:hidden;
}

.custom #mainbottomright{
width:280px;
float:right;
font-family:georgia;
font-size:1em;
text-align:left;
padding:5px;
background-color:#FFFFCC;
border:1px solid #CC99CC;
border-radius: 15px;
overflow:hidden;
}



























































































































