/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom {
	background: url('http://celebrationstemcellcentre.com/wp-content/uploads/2009/09/bg_lt-blue.jpg');
}

body.custom div#wrapper {
	background: url('http://celebrationstemcellcentre.com/wp-content/images/bg_pg.jpg'); 
} 

body.custom div#img {
	border: 3px solid #cccccc;
}

#container { 
margin: 5px 10px;
}

body.custom blockquote {
	background: none;
	color: #5f9f00;
	font-family: Georgia, serif;
	line-height: 23px;
	font-size: 17px; 
	font-weight: bold;
}


/* ___sidebar___ */ 

body.custom div.sidebar { 
color: #333333; 
}

body.custom div#container .quote { 
	color:#333333;
	line-height:25px;; 
}

/* ___footer___ */

body.custom div#footer { 
	color:#ffffff;
	line-height:7px;
}

body.custom div#footer, body.custom div#footer-container {background: url(http://celebrationstemcellcentre.com/wp-content/images/bg_ftr.jpg); }

body.custom div#footer a { color:#ffffff; }
body.custom div#footer a:hover { color:#cccccc; }

/* ___leafs___ */
body.custom div.leaf-top { 
text-transform: capitalize; 
}

body.custom div.leaf-top a { text-decoration: none; }

body.custom div.leaf-content {
	font-family: Verdana, sans-serif;
	line-height: 19px;
	color:#454545;
	font-size: 13px; 
	padding: 2px;
}


/* ___navigation___  */

body.custom div#navigation-container, body.custom div#header-navigation, body.custom div#navigation {
	background: url(http://celebrationstemcellcentre.com/wp-content/images/Nav_bg-grn-900w.jpg) repeat-y;
}

body.custom #header-navigation li a {
	background: url(http://celebrationstemcellcentre.com/wp-content/images/Nav_bg-grn-900w.jpg) repeat-y;
}

body.custom #header-navigation li a:hover {
	background: url(http://celebrationstemcellcentre.com/wp-content/images/Nav_bg-blue.jpg) repeat-y;
}

body.custom #header-navigation li.current_page_item a {
	background: url(http://celebrationstemcellcentre.com/wp-content/images/Nav_bg-blue.jpg) repeat;
}

body.custom #header-navigation li ul, body.custom #header-navigation ul li a {
	width:200px;
}


body.pageid-410 #leaf-46 {display:none;}
body.pageid-410 #leaf-45 {width: 840px;}
.col-1, .col-2 {display:block; width: 390px; }
.col-1 {float:left;}
.col-2 {float:right; border-left: 3px solid #f1f6fb; padding: 0 0 0 24px; }
div.entry-content h4.h4pricing {font-size: 1.3em; color: #fff; background: #215498; padding: 4px 0 4px 6px; -moz-border-radius: 4px;
border-radius: 4px;}
.type-amount {display:block; padding: 0 0 0px 0; overflow:hidden; font-weight: bold;}
.type {float:left;}
.amount {float:right;}
.pricing-section {display:block; overflow:hidden; padding: 1px 6px 1px 6px; background: #f1f6fb; -moz-border-radius: 8px;
border-radius: 8px;}
.total {display:block; overflow:hidden; padding: 2px 0 0px 0; border-top: 2px solid #215498; color: #215498; font-weigh: bold; font-size: 1.1em;}
.prepay {text-decoration: underline; display:inline; font-weight: bold;}
strong.prepaid {padding-top: 12px; color: #215498;}

.enrollnow {width: 100%; display:block; padding: 0 0 30px 0;}
.enrollnow a:link, .enrollnow a:visited {font-size: 2.0em; text-align: center; text-decoration: none; color: #fff; font-weight: bold; text-transform: uppercase; background: #6fb504; padding: 6px; -moz-border-radius: 8px;
border-radius: 8px; margin: 0 0 0 60px; display:block; width: 240px;}
.enrollnow a:hover {background: #215498;}
.pricesmall {font-size: .85em; font-weigh: normal; line-height: 1.4em; padding: 10px 0 0 0;}

img.pricingimg {padding: 4px; border: 3px solid #215498; margin: 0 0 0 4px;}