

/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: fff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 10px 10px;
   border: 1px solid #800080;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/

/***this one white background and purple border used for  main column 2-3***/

div.full-width-box-23 {
   background-color: #ffffff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 10px 10px;
   border: 1px solid #800080;
	
}

/***this one has a dark teal border***/
div.full-width-box {
   background-color: #ffffff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px;
   border: 1px solid #009790;
	
}

/***this one has a red border***/

div.full-width-box2 {
   background-color: #fff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px;
   border: 1px solid #cf0021;
	
}

/***this one has a red border & is for c2 invites***/

div.full-width-box-c2 {
   background-color: #fff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px;
   border: 1px solid #cf0021;
	
}


/***this one has a blue border***/

div.full-width-box-clear {
   background-color: transparent;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px;
   border: 1px solid #0000ff;
	
}

div.full-width-box-twitter {
   background-color: #ffffff;
	margin: 1px 1px 1px 1px;
	padding: 5px;
   border: 1px solid #0000ff;
	
}


/***box three is the old loaptips box***/
div.full-width-box3 {
   background-color: #d4ecfb;
	margin: 10px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #0000ff;
	
}

/***new loaptips box***/
div.full-width-loaptips {
   background-color: #d4ecfb;
   background-image: url(http://www.law-of-attraction-parenting.com/images/loaptips.jpg);
   background-position: left;
   background-repeat: no-repeat;  
	margin: 15px;
	padding: 15px;
   border: 1px solid #0000ff;

}





/***navbarcols for google ads***/

div.full-width-box4 {
   background-color: #ffffff;
	margin: 5px 10px 5px 10px;
	padding: 5px;
   border: none;
	
}	


div.full-width-box5 {
   background-color: #fffded;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px;
   border: 1px solid #0000ff;
	
}

div.full-width-box-askannie {
   background-color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px;
   border: 1px solid #0000ff;
	
}


div.full-width-quotebox {
   background-color: #ffffff;
   background-image: url(http://www.law-of-attraction-parenting.com/images/parent-quote.jpg);
   background-position: center top;
   background-repeat: no-repeat;  
   margin: 5px 10px 5px 10px;
	 padding: 5px 10px;
	 border: 1px solid #008080
   }
   
   
div.half-width-bottom-box-googlesearch {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 5px;
   border: 1px solid #ff0000;
   width: 50%;
	float: center;
		
}


div.full-width-box-googlesearch {
   background-color: #ffffff;
	margin: 5px 10px 5px 10px;
	padding: 5px;
   border: 1px solid #cf0021;
	
}


div.full-width-box-asnav {
   background-color: #5495ed;
	margin: 10px 0px 10px 0px;
	padding: 5px;
   border: 1px solid #0000ff;
	
}


div.full-width-box-rss {
   background-color: #fff;
	margin: 15px 0px 10px 0px;
	padding: 5px;
   border: 1px solid #0000ff;
	
}





	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #0000ff;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #0000ff;
	padding: 10px;
	width: 50%;
	float: right;
	
}


div.half-width-box center {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 2px solid #0000ff;
	padding: 10px;
	width: 80%;
	float: center;
	
}


div.book-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #0000ff;
	padding: 10px;
	width: 30%;
	float: right;
	
}

div.book-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #0000ff;
	padding: 10px;
	width: 30%;
	float: left;
	
}

/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #0000ff;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 10px;
	border: 1px solid #0000ff;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}




