/* createaninspiredlife css*/

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
    height : 100%;
	font-family : verdana, arial, sans-serif;
    font-size : 12px;
	color: #000000; 
}

.clearfloat {
    clear : both;
    float : none;
}
/* GENERAL STYLES */


h1, h2, h4, h5 {
	text-align : center;
}

h1 {
	padding-top : 20px;
	font-size : 250%;
	font-weight : bold;
	color : #007690;
	padding-bottom : 10px;
}

h2 {
	font-size : 180%;
	font-weight : bold;
	color : #000000;
	padding : 10px;
}

h4 {
	font-size : 180%;
	font-weight : bold;
	color : #007690;
	padding : 10px;
}

h5 {
	font-size : 180%;
	font-weight : bold;
	color : #007690;
	padding : 10px;
}

/* LEFT-ALIGNED HEADERS */
h3 {
	padding-top : 5px;
	font-size : 200%;
	font-weight : bold;
	color : #007690;
	padding-bottom : 10px;
}

h6 {
	font-size : 150%;
	font-weight : bold;
	color : #000000;
	padding-top : 20px;
	padding-bottom : 10px;
	padding-left : 10px;
}

p {
	text-align: justify;
	padding: 10px;
}

ul {
	padding-left: 15px;
} 

li {
	padding: 5px 20px 5px 10px;
}

a:link, a:visited, a:active { 
	color: #007690;
		}
	
a:hover {
	background-color: #007690;
	color: #FFFFFF;
		}

.big {
	text-align: center;
	font-size : 140%;
	font-weight : bold;
	color : #000000;
	padding : 10px;
}

.bigthanks {
	text-align: center;
	font-size : 140%;
	color : #000000;
	padding : 20px 40px 40px 40px;
	line-height: 2;
}

.bold {
	font-weight: bold;
}

.boldgreen {
	color: #007690;
	font-weight: bold;
}

.booklink {
/* used in recommended book list */
	font-size: 120%;
	font-weight: bold;
	color: #007690;
}

.borderless {
/* used for removing border from linked images */
	border: 0px;
}

.center {
	text-align: center;
}

.contentlink {
	margin-left: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #007690;
}

.contentlist {
/* needed to get list text on the home page to move over to the right in Firefox */
	position: relative;
	text-align: justify;
	left : 20px;
}

.eventcontentlink {
	font-size : 180%;
	font-weight : bold;
	align: center;
	color : #000000;
	padding : 10px;
}

.icontact_signupframe {
  border: 1px solid 000000;
  background: FFFFFF;
  color: 000000;
}

.italics {
	font-style: italic;
}

.medium {
	font-size: 120%;
}

.medgreenbold {
	font-size: 120%;
	font-weight: bold;
	color: #007690;
}

.menulist {
/* used for menu on left side of page */
	margin: 0px;
	padding: 0px;
	width: 158px;
	border: 1px solid #007690;
}

.menulist li {
	line-height: 1; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	padding-bottom: 5px; 
		}

.newslettersmallbold {
	font-size: 80%;
	font-weight: bold;
	padding: 10px;
}

.normalgreen {
	color: #007690;
}

.productcontentlink {
	margin-left: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #007690;
}

.right {
	text-align: right;
}

.sitemaplevel1 {
	margin-left: 10px;
	color: #007690;
}

.sitemaplevel2 {
	margin-left: 40px;
	color: #007690;
}

.sitemaplevel3 {
	margin-left: 70px;
	color: #007690;
}

.small {
	font-size: 80%;
	padding-bottom: 5px;
}

.smallbold {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 5px;
}

.smallcentre {
	font-size: 80%;
	padding-bottom: 5px;
	margin-left:90px;
}

/* MAIN DIVS */

#background {
	width : 100%;
	background-color: #DDEBEE;
/*	background: url(../jbcreativelifecoaching/images/background.gif) top left; */
}

#container {
    width : 770px;
    background-color : #FFFFFF;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	border: 1px solid #000000;
}

/* TOP DIVS */

#pageheader {
	height: 140px;
	width: 100%;
    background: url(../jbcreativelifecoaching/images/header.jpg) top left no-repeat;
	border-bottom: 1px solid #000000;
}

#pageheader h1 span {
	display : none;
}

#topmenu {
	float: right;
	padding: 10px;
}

#bcrumb {
	margin-left: 10px;
}

/* PAGE HEADERS FOR EVENTS */
#dontworrybehappy {
	height: 164px;
	width: 100%;
    background: url(../images/events/dontworrybehappy-sunflower.jpg) top left no-repeat;
	border-bottom: 1px solid #000000;
}

#dontworrybehappy h1 {
	padding-top : 78px;
	font-size : 450%;
	font-weight : bold;
	color : #FFFFFF;
	padding-bottom : 10px;
}


/* LEFT DIVS */

#leftcolumn {
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
}

#leftmenu {
/* this is the box for the secondary navigation - except home page */
	width: 160px;
	margin-bottom: 20px;
/*	background-color: #FFECC6; */
	background-color: #D8E8EB;
}

#homenews {
/* this is the box for the news and events header - home page only */
	background: url(../jbcreativelifecoaching/images/news-header-teal.gif) no-repeat top left;
	width: 160px;
	margin-bottom: 40px;
}

#homenewstext {
/* this is the box for the news and events text - home page only */
	position: relative;
	top: 20px;
	width: 158px;
	background-color: #FFECC6;
	border-left: 1px solid #007690;
	border-right: 1px solid #007690;
	border-bottom: 1px solid #007690;
}

#newsletterad {
	margin: -10px 0px 0px -5px;
}

#serenergisead {
	margin: -10px 0px 0px -5px;
}

#newsletter {
/* this is the box for the newsletter header */
	background: url(../jbcreativelifecoaching/images/newsletter-teal.gif) no-repeat top left;
	width: 160px;
}

#newslettertext {
/* this is the box for the newsletter form - home page only */
	position: relative;
/* padding added to get newsletter heading to display in IE6 */
	margin-top: 20px;
	width: 158px;
	background-color: #FFECC6;
	border-left: 1px solid #007690;
	border-right: 1px solid #007690;
	border-bottom: 1px solid #007690;
}

/*hack for non IE6*/
html>body #newslettertext {
	top: 20px
}

#newsletter form {
/* this is for styling the text in the newsletter signup form in the left column */
	font-size: 80%;
	text-align: justify;
	line-height: 1;
/* reduced width of padding left and right from 10px to display in IE6 */
	padding: 5px 8px 5px 8px;
}

#newsletterimage {
	width: 158px;
	height: 160px;
	background: url(../jbcreativelifecoaching/images/newsletter-image.jpg) no-repeat top center;
}

#justgiving {
	margin-top: 40px;
	margin-left: 5px;	
}

/* RIGHT DIVS */

#rightcolumn {
	margin-top: 20px;
	float: right;
	width: 170px;
	height: 100%;
}

/* MIDDLE DIVS */

#maincontent {
	margin-left: 190px;
	margin-top: 10px;
	padding-right : 20px;
/* any wider and the content drops to the bottom in IE6 */
	width: 530px;
/*	height: 100%; */
}

#maincontent .feedbackpanel{
	margin :20px 20px 20px 30px;
	padding :0px 20px 0px 20px; 
	line-height: 2;
	background-color :#FFECC6; 
	border :dotted 3px #007690; 
	font-style: italic;
}

#fullcontent {
	margin: -5px 20px 0px 20px;
}

#amazon_large {
/* Amazon search box on recommended books page */
	margin-top: 10px;
	margin-left: 175px;
}

#eventcontent, #signupcontent {
	padding-right: 30px;
	padding-left: 30px;
	height: 100%;
}

#infobox1 {
/* these are the boxes for the workshop date and time and product prices */
	float: left;
	top: 10px;
	width: 50px;
	margin-bottom: 10px;
		}

#infobox2 {
/* these are the boxes for the workshop date and time and product prices */
	margin-left: 60px;
	width: 350px;
	margin-bottom: 10px;
		}

#centreimage1, #centreimage2, #paymentbutton {
/* this is the box for the images which appear on the bio page, the signature for the newsletter, */
/* and the Paypal button on the workshop pages */
/*	text-align: center; */
	margin-left: 90px;
		}

#centreimage1 h3.image {
/* this is the image which appears on the bio page in the middle*/
	width: 340px;
	height: 200px;
	background: url(../jbcreativelifecoaching/images/jb_lscape1_cbw.jpg) no-repeat;
		}
	
#centreimage2 h3.image {
/* this is the image which appears on the bio page in the middle*/
	width: 340px;
	height: 200px;
	background: url(../jbcreativelifecoaching/images/jb_lscape2_mauve.jpg) no-repeat;
		}
	
#centresignature {
	padding-top: 0px;
}

#centresignature h3.image {
	width: 150px;
	height: 80px;
	background:  url(../images/julia_signature.gif) no-repeat;
}
#centresignature h3.image span {
	display: none;
}

/* POSTCARDS AND FRIDGE MAGNETS */
.centrepostcard1, .centrepostcard2, .centrepostcard4, .centrepostcard5 {
	width: 410px;
	height: 320px;
	margin-left: 10px;
}

.centrepostcard1 {
	background:    url(../images/products/jb_pc_01.jpg) no-repeat;
		}
	
.centrepostcard2 {
	background:   url(../images/products/jb_pc_02.jpg) no-repeat;
		}
	
.centrepostcard3 {
	width: 320px;
	height: 410px;
	margin-left: 10px;
	background:   url(../images/products/jb_pc_03.jpg) no-repeat;
		}
	
.centrepostcard4 {
	background:   url(../images/products/jb_pc_04.jpg) no-repeat;
		}
	
.centrepostcard5 {
	background:   url(../images/products/jb_pc_05.jpg) no-repeat;
		}

.centrepostcard6, .centrepostcard7 {
	width: 410px;
	height: 320px;
	margin-left: 10px;
}

.centrepostcard6 {
	background:   url(../images/products/jb_pc_06.jpg) no-repeat;
		}

.centrepostcard7 {
	background:   url(../images/products/jb_pc_07.jpg) no-repeat;
		}

.artypostcard1 {
	width: 310px;
	height: 400px;
	margin-left: 10px;
	border: 1px solid #007690;
	background:  url(../jbcreativelifecoaching/images/products/ac01.jpg) no-repeat;
		}
	
.centremagnet1, .centremagnet2, .centremagnet4, .centremagnet5 {
	width: 240px;
	height: 139px;
	margin-left: 10px;
	border: 1px solid #007690;
}

.centremagnet1 {
/* this is the image which appears on the postcard page*/
	background:    url(../images/products/jb_fm_01.jpg) no-repeat;
		}
	
.centremagnet2 {
/* this is the image which appears on the postcard page*/
	background:   url(../images/products/jb_fm_02.jpg) no-repeat;
		}
	
.centremagnet3 {
/* this is the image which appears on the postcard page*/
	width: 139px;
	height: 240px;
	border: 1px solid #007690;
	margin-left: 10px;
	background:   url(../images/products/jb_fm_03.jpg) no-repeat;
		}
	
.centremagnet4 {
/* this is the image which appears on the postcard page*/
	background:   url(../images/products/jb_fm_04.jpg) no-repeat;
		}
	
.centremagnet5 {
/* this is the image which appears on the postcard page*/
	background:   url(../images/products/jb_fm_05.jpg) no-repeat;
		}

/* boxes for images and text */
.productinfo {
	float: left;
	height: 100%;
}

.product_image_right {
    float : right;
	text-align: center;
    margin-left : 15px;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-right: 10px;
}

/* BOXES FOR CONTACT FORM, FREE NEWSLETTER AND FREE SEMINAR SIGNUP FORM PAGES */
	
#contactform, #newsletterform {
	width: 400px;
	height: 100%;
	margin-left: 65px;
	text-align: center;
	padding: 10px;
	background-color: #D8E8EB;
	border: 2px solid #007690;
}

#newsletterform {
	float: right;
	margin-right: 30px;
}

#newsletterform p {
	text-align: center;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 10px;
}

#centreform {
	width: 400px;
	height: 100%;
	margin-left: 175px;
	text-align: center;
	padding: 10px;
	background-color: #FFECC6;
/*	background-color: #D8E8EB; */
	border: 2px solid #007690;
}

#centreform h1 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 10px;
}

#contactform p, #centreform p {
	text-align: center;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 10px;
}

/* PAYPAL PAYMENT BUTTON FOR WORKSHOPS, PRODUCTS AND COACHING PROGRAMMES */
/*
#paymentbutton {
	text-align: center;
}
*/
/* BOTTOM DIVS */

#adverts {
	text-align: center;
}

#footer {
}

#xhtmlbadge {
	float: left;
	width: 180px;
	margin-right: 20px;
}

#xhtmlbadge .blank {
/* padding for when a page can't be validated due to external links */
	width: 88px;
	height: 31px;
}

#footermenu { 
	text-align: left;
	font-size: 80%;
	padding-top: 20px;
		}
	
#footercopy {
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

/* NEWSLETTER - HAS STYLES SPECIFIED IN THE HTML PAGE */

