/*
   CSS document for CatherineCoaches.com
*/   

body {
   padding:0; 
   margin:0; 
   text-align:center; /* this is an IE fix to center the mainContainer Div */
   background:BLACK;
}

/* General site styles */
h1, h2, h3, h4, h5, h6 {
   color: #cf6;
   letter-spacing:1px;
   font-style: italic;
   font-weight: normal;
   line-height: 1.2em;
   margin: 0.2em 0 0.4em 0;
}
h1 {
   font-size:32px; 
   letter-spacing:2.5px;
}
h1 span.highlight {
   font-size:18px; 
   letter-spacing:1.5px;  
}
h2 {
   font-size:28px; 
}
h3 {
   font-size:18px; 
}
h4 {
   font-size:16px; 
   color: #f36;
   text-decoration: underline;
   font-style: normal;
}
h5 {
   font-size:21px; 
}
h6 {
   font-size:18px; 
}

#intro {
	margin-bottom: 35px;
}
#intro p, .text {
	line-height: 22px;
	font-size:16px;
	letter-spacing:1px; 
}
.intro {
	letter-spacing: 1.5px; 
	font-size: 18px;
	color: #fff;
	font-style: normal;
}
#intro p.intro {
	letter-spacing: 1.5px; 
	font-size: 18px;

}
#intro p {
	margin: 0 0 22px;
	padding: 0;
}
.highlight, .highlight li a, ul.highlight li.highlight {
	color: #cf6;	
}
ul.highlight, ul.highlight li {
	color: #fff;	
}

blockquote {
	margin: 0 0 1em 0;
}
blockquote cite {
	margin: 0.8em 0 0;
	display: block;
}

/* FAQ page adjustments */
#faq h3 {
   font-size:16px; 
   color: #f36;
   text-decoration: underline;
   font-weight: bold;
}

/* Favorites page adjustments */
#favs h3 {
   margin-top: 15px;
   font-size:16px; 
   color: #f36;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}
#favs .favorite_logo {
	margin: 0 15px 7px 0;	
}

.not-italic {
	font-style: normal;
}
.underline {
   background:url("images/DarkPinkLine.jpg") no-repeat left bottom;
   padding-top:5px;
}
.hdr-underline {
   border-bottom: 2px solid #520829;
   line-height: 28px;
   clear: both;
   *background:url("images/DarkPinkLine.jpg") no-repeat 0 90%;
   *padding-top: 9px;
   *overflow:visible;
   *border: 0;
   _background:url("images/DarkPinkLine.jpg") no-repeat 0 90%;
   _padding-top: 9px;
   _overflow:visible;
   _border: 0;
}
.hdr-underline h2 {
   margin-bottom: -7px;
}
.hdr-underline h3 {
   margin-bottom: -4px;
}

ul#nav {
/*   list-style:disc inside url("/....."); */
   padding-left:0;
   margin-left:0;
   text-align:center;
}
ul.skiplist { display: none; }

#nav li {
  display: inline;
  font-size: 15px;
  font-weight:BOLD;
  color: #FF3366;
  padding-left:4px; 
  padding-right:4px;
}

#nav a:link,
#nav a:visited {
  color: #FF3366;
  text-decoration: none;
}

#nav a:hover {
  color:#ccff99;
}

#nav a:active {
  color: #FF3366;
}

#header_nav {
   width:100%;
   text-align:left; 
   background:BLACK; 
   border-bottom:4px SOLID #660033;
}
#header_nav a img {
   border: 0;
}

.bullet {
   width:10px;
}

#mainContainer {
   margin:0 auto; 
   background:BLACK; 
   width:1150px;		   
   font-family:Georgia, serif; 
   color:white;
   text-align:left;
}
      
#main_body {	/* After heading/nav and before footer */
   width:100%;
   background: BLACK url('images/FlowerBG.png') no-repeat right top;
}

.feature {
   float:left;
   vertical-align:top;
   margin-right:10px;
}
.head_shot {
   width:256px;
   float:left;
   vertical-align:top;
   margin-right:10px;
}

/* Site colors */
.dark_pink {
  color: #f36;
}
.bold_yellow {
   font-size:28px; 
   color:#CCFF66;
   letter-spacing:1px; 
}

.p_3_column {
   float:left;
   width:335px;
   margin-left:35px;
   overflow: hidden;
}

   
#footer {
  width:100%;
  margin-top:20px; 
  background:#663333;
  background: url(images/CatherineCoaches_Footer2.jpg) no-repeat;
  height: 46px;
  color:WHITE; 
  text-align: center; 
  font-size: 10pt; 
  line-height: 10px;
} 

#footer a {
  color: white;
  text-decoration:none;
} 

#footer a:hover {
  color:#CCFF99;
}
 
a {
   color: #CCFF66;
   text-decoration: none;
}

#footer_text {
  z-index:50;  
  position:relative; 
  top:-40px;
}

.favorite_logo {
   border:1px solid #bbb;
   padding:5px;
   float:left;
   vertical-align: top;
   margin-right:10px;
   background:#EEE;
}

.clear_n_line {
   clear:both; 
   border:2px SOLID #660033; 
   /* Note since dark_pink was changed to FF3366 the lines are no longer the same color */
   margin-top:10px;
   margin-bottom:10px;
}

/* Social Bookmarks (Contact page) from old site*/
.social_bookmarks ul {
	list-style:none;
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
}
.social_bookmarks img {
	margin:5px 5px;
	border:0;
}

.ul {
  text-decoration:underline;
}

.press {
	margin: 0 0 30px;
	padding: 0 0 0 200px;
}
.press img.favorite_logo {
	margin: 0 0 0 -200px;	
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { 
	zoom: 1; /* IE6 */
} 
*:first-child+html .clearfix { 
	zoom: 1; /* IE7 */ 
} 

