/*
arlene.css - css additions for Arlene site formatting
Author: Ken Braly
Created: 04/13/09
*/

.img_right {
	float: right;
	padding-bottom: 4px;
	padding-left: 8px;
}

.img_left {
	float: left;
	padding-bottom: 4px;
	padding-right: 8px;
}

.quotefrom {
	padding-left: 50px;
	margin-top: 0;
}

.footer {
	background: url(images/ak/pagefooter.gif) no-repeat;
	width: 852px;
	height: 335px;
	}


.footertext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 9px;
	}

.footertext a {
	color: #fff;
	}

.footertext a:hover {
	text-decoration: none;
	color: #ff0;
	}

.white_sidebar_stripe {
	height: 2px; 
	width: 240px; 
	background: white; 
	margin: 0; 
	padding: 0;
	}

.menu-arrow {
	background: url(images/ak/menu-arrow.gif) no-repeat;
	background-position: center right;
	}




/* ------- Text Widget for Events -------- */

#eventsname {
	font-weight: bold;
	font-size: 1.4em;
	padding: 6px 0px;
}

#eventsdescrip {
	padding: 6px 0px;
}



/* ------- Overrides of Gear CSS -------- */


body {
	behavior: url("http://www.drarlenekaiser.com/wp-content/themes/gear/csshover.htc");
}


#search_form .search_input { width: 201px; padding: 3px; color: #090; font: bold 1.0em Arial, Verdana, sans-serif; border: 1px solid #333; border-left: 1px solid #333; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }

.ppqform table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 5px 4px;
	}

.ppqform td {
	padding: 0;
	}

.ppqform textarea {
	width: auto !important;
	height: auto !important; 
	padding: 0;
	}

.textwidget, .widget_recent_entries {
	padding-bottom: 10px;
	background: transparent url(images/hr_dot_black.gif) repeat-x scroll 0 100%;
	}

.textwidget div {
	margin-bottom: 0 !important;
	}



/*=== Top Menu ===*/
#topmenu{
	background: #0000CC;
	height: 27px;
	clear: both;
}
#topmenu ul{
	height: 27px;
	padding: 0 10px;
	width: 780px;
}
#topmenu li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	margin: 0;
	padding: 0 33px 0 0;
	text-transform: none;
}
#topmenu li.rss{
	float: right;
	padding-right: 0;
}
#topmenu li.rss a{
	background: url(images/ico-rss.gif) no-repeat left;
	display: block;
	padding: 0 0 0 30px;
}
#topmenu li a{
	color: white;
}


/* -------------- */

/* Rolling Menu Styles */

#coolmenu {
	display: block;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 5;
	width: 700px;
	color:#0000CC;
}

#coolmenu ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;	
	font-weight: bold;
	/*font-size: 1.2em;*/
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

#coolmenu li {
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border-right:2px solid white;
}

#coolmenu h2 {
	padding: 0px;
	margin: 0px;
	/*font-size: 1em;*/
}

#coolmenu li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;		
	font-weight: normal;
	font-size: 1em;
}

#coolmenu li.LargeMenu ul {
	width: 200px;
	height: auto;
	top: 100%;
	left: 0px;
}

#coolmenu li ul li {
	text-align: left;
	width: 200px;	
	height: auto;
	min-height: auto;
	display: block;
}

#coolmenu li.LargeMenu ul li {
	text-align: left;
	width: 198px;	
	height: auto;
	min-height: auto;
	display: block;
}

#coolmenu a {
	text-decoration: none;
	}

#coolmenu li li ul {
	top: 0;
	left: 0;
}

#coolmenu li li:hover ul {
	left: 230px;
}

/* initialy hide all sub sidemenus */
#coolmenu ul ul,
#coolmenu ul li:hover ul ul,
#coolmenu ul ul li:hover ul ul,
#coolmenu ul ul ul li:hover ul ul,
#coolmenu ul ul ul ul li:hover ul ul {
	position: absolute;
	display:none;
}

/* display them on hover */
#coolmenu li:hover ul,
#coolmenu ul li:hover ul,
#coolmenu ul ul li:hover ul,
#coolmenu ul ul ul li:hover ul,
#coolmenu ul ul ul ul li:hover ul,
#coolmenu ul ul ul ul ul li:hover ul {
 	 display: block;
}

#coolmenu #PhpWebcontent {
	display:none;
}	

/* define the consecutive colors */

#coolmenu {
	color: #293d6b; 
}

#coolmenu ul{
	background: #0000CC;
/*	-moz-opacity:.95; 
	opacity: .95; 
	khtml-opacity: .95 */
}

#coolmenu ul ul {
	background: #7c7c7c;
}
#coolmenu ul li {
	background: #7c7c7c; 
}

#feeds li {
  background: url(images/feed.png) top left no-repeat;
  padding-left: 18px;
}

#coolmenu h2 {
	color: #7c7c7c;
}

#coolmenu a {
	color: white;
	}

#coolmenu ul li:hover {
	background: #a8a8a8;
}

#coolmenu ul li ul {

}

#coolmenu ul li ul li {
	background: #7c7c7c;
}

#coolmenu ul li ul li:hover {
	background: #a8a8a8;
}

#coolmenu ul li ul ul li{
	background: #7c7c7c;
	
}

#coolmenu ul li ul ul li:hover {
	background: #a8a8a8;
}



/* ------- Menu Coloring -------- */

/* --- Home --- */

.home-page {
	background: #0000CC !important;
	}

li.home-page:hover {
	background: #6EB2E2 !important;
	}


/* --- Meet Arlene --- */

.about-arlene-page,
	.inspiration-chips-general-page,
	.inspiration-chips-christian-page
	{
	background: #00AFAD !important;
	}

.about-arlene-page:hover,
	.inspiration-chips-general-page:hover,
	.inspiration-chips-christian-page:hover
	{
	background: #008480 !important;
	}


/* --- Presentations --- */

.presentations-page,
	.education-programs-page,
		.education-clients-page,
	.business-programs-page,
		.business-clients-page,
	.christian-programs-page,
		.christian-clients-page,
	.non-profit-programs-page,
		.non-profit-clients-page
	{
	background: #1E7717 !important;
	}

.presentations-page:hover,
	.education-programs-page:hover,
		.education-clients-page:hover,
	.business-programs-page:hover,
		.business-clients-page:hover,
	.christian-programs-page:hover,
		.christian-clients-page:hover,
	.non-profit-programs-page:hover,
		.non-profit-clients-page:hover
	{
	background: #85D57F !important;
	}


/* --- Writing --- */

.writing-page,
	.articles-page,
	.newsletter-page
	{
	background: #FFD100 !important;
	}

.writing-page:hover,
	.articles-page:hover,
	.newsletter-page:hover
	{
	background: #FFB300 !important;
	}


/* --- Book Arlene --- */

.book-arlene-page,
	.faq-page,
	.sponsor-page,
	.meeting-planner-downloads-page
	{
	background: #CC0000 !important;
	}

.book-arlene-page:hover,
	.faq-page:hover,
	.sponsor-page:hover,
	.meeting-planner-downloads-page:hover
	{
	background: #FF7070 !important;
	}


/* --- Products --- */

.other-products-page,
	.parenting-page,
	.send-out-cards-uri
	{
	background: #5500AA !important;
	}

.other-products-page:hover,
	.parenting-page:hover,
	.send-out-cards-uri:hover
	{
	background: #9B38FF !important;
	}


/* --- Contact --- */

.contact-page 
	{
	background: #FF77FF !important;
	}

.contact-page:hover
	{
	background: #FFAFFF !important;
	}


/* --- Blog --- */

.blog-page 
	{
	background: #00759F !important;
	}

.blog-page:hover
	{
	background: #4FC9C0 !important;
	}

