/* whatnext css*/

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
    height : 100%;
	font-family : "Lucida Sans Unicode", verdana, arial, sans-serif;
    font-size : 12px;
}

.clearfloat {
    clear : both;
    float : none;
}
/* GENERAL STYLES */

/* LEFT-ALIGNED HEADERS */

h1, h2, h3 {
	font-weight : bold;
	color : #000000;
}

h1 {
	font-size : 300%;
	padding : 10px 0px 10px 10px;
	color : #FFFFFF;
}

h2 {
	font-size : 180%;
	padding : 10px 10px 10px 30px;
	margin-bottom: 10px;
	color : #FFFFFF;
	background-color: #0099B9;
}

h3 {
	font-size : 160%;
	margin-left: 15px;
	color: #007690;
	padding: 20px 0px 10px 10px;
}

/* CENTRED HEADERS */

h4, h5, h6 {
	margin-left: 20px;
	text-align : center;
	font-weight : bold;
}

h4 {
	font-size : 200%;
	padding-top : 20px;
	padding-bottom : 10px;
}

h5 {
	font-size : 160%;
	color: #FE9C10;
	padding : 10px;
}

h6 {
	font-size : 120%;
	text-align: left;
	padding-top : 20px;
	padding-bottom : 10px;
	color: #0099B9;
}

p {
	margin-left: 20px;
	padding: 10px;
	text-align: justify;
}

ul {
	padding-left: 30px;
	padding-bottom: 10px;
} 

li {
	padding: 5px 30px 0px 10px;
}

a:link, a:visited, a:active { 
	font-weight: bold;
	color: #0099B9;
		}
	
a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #82CAD0;
		}

.big {
	font-size : 120%;
	color : #000000;
}

.bigbold {
	font-size : 120%;
	font-weight: bold;
	color : #000000;
}

.bold {
	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;
}

.contentlist {
/* needed to get list text on the home page to move over to the right in Firefox */
	margin-left: 20px;
	text-align: justify;
	line-height: 1.5;
}

.icontact_signupframe {
  border: 1px solid 000000;
  background: FFFFFF;
  color: 000000;
}

.italics {
	font-style: italic;
}

.medium {
	font-size: 120%;
}

.medturqbold {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #0099B9;
}

.menulist {
/* used for menu on left side of page */
	margin: 0px;
	padding: 0px;
	width: 158px;
	border: 1px solid #000000;
}

.menulist li {
	line-height: 1; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	padding-bottom: 5px; 
		}

.onehalfheight {
	line-height: 1.5;
}

.programme {
	font-size : 140%;
	font-weight : bold;
	color : #0099B9;
}

.right {
	text-align: right;
}

.sitemaplevel1 {
	margin-left: 30px;
	color: #FE9C10;
}

.sitemaplevel2 {
	margin-left: 60px;
	color: #FE9C10;
}

.sitemaplevel3 {
	margin-left: -10px;
	color: #FE9C10;
}

.small {
	font-size: 80%;
	padding-bottom: 5px;
}

.smallbold {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 5px;
}

.smallcentre {
	font-size: 80%;
	padding-bottom: 5px;
	text-align: center;
}

.turquoise {
	font-weight: bold;
	color: #0099B9;
}

/* MAIN DIVS */

#background {
	width : 100%;
}

#container {
    width : 100%;
}

/* TOP DIVS */

#pageheader {
	height: 160px;
	width: 100%;
	background-color: #0099B9;
}

#pageheader h1 span {
	display : none;
}

#pageheader .left {
    float: left; 
		}

#pageheader .right {
    float:right; 
	padding: 98px 30px 0px 0px;
	text-align: right;
	line-height: 1.5;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
		}

#topmenu {
	margin-top: -165px;
	margin-right: 20px;
	float: right;
	padding: 10px;
	font-size: 120%;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active { 
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #0099B9;
		}
	
#topmenu a:hover {
	padding: 5px 5px 5px 5px;
	color: #000000;
	background-color: #82CAD0;
		}

#topmenu .active {
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-weight: bold;
}

/* 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: #CCCCCC;
}


/* MIDDLE DIVS */

#maincontent {
	margin-top: 10px;
	margin-left: 10px;
/* any wider and the content drops to the bottom in Firefox */
	max-width: 73%;
	height: 100%; 
	background-color: #FFFFFF;
}

/* boxes for images and text */
#maincontent .info {
	float: right;
	height: 100%;
}

#maincontent .infoleft {
	float: left;
	text-align: left;
	height: 100%;
}

#maincontent .infoleft li {
	margin-left: 20px;
	text-align: left;
	margin-right: 10px;
}

#maincontent .inforight {
    float : right;
	text-align: left;
	height: 100%;
}

#maincontent .image_left {
    float : left;
    margin: 5px 0px 5px 15px;
}

#maincontent .image_right {
    float : right;
	text-align: center;
    margin: 5px 0px 5px 15px;
}

#maincontent .pprice_right {
/* for postcard page */
    float : right;
	text-align: center;
    margin-left : 5px;
	margin-top: 100px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#maincontent .fprice_right {
/* for fridge magnet page */
    float : right;
	text-align: center;
    margin-left : 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#bcrumb {
	float: left;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#memoheader_date {
	float: left;
	margin-top: 10px;
}

#memoheader_image_right {
    float : right;
	margin-top: -65px;
	margin-right: 10px;
	margin-left: 50px;
}

#memoheader {
	float: left;
	height: 100%;
	margin-top: -20px;
	padding-bottom: 10px;
}

#maintext {
	float: left;
}

#maintext a:link, #maintext a:visited, #maintext a:active { 
	font-size: 150%;
	font-weight: bold;
	color: #0099B9;
		}
	
#maintext a:hover {
	color: #FFFFFF;
	background-color: #0099B9;
		}

#workshopinfo {
}

#workshopinfo .wsleft, #workshopinfo .wsmiddle, #workshopinfo .wsright {
	float: left;
	text-align: left;
}

#workshopinfo .wsleft {
	margin-left: 20px;
	width: 300px;
	font-weight: bold;
}

#workshopinfo .wsmiddle {
	margin-left: -20px;
}

#workshopinfo .wsright {
	margin-top: 5px;
	margin-left: 10px;
}

#infobox1 {
/* these are the boxes for splitting information into two columns, e.g. date + time, prices */
	float: left;
	top: 10px;
	width: 274px;
	margin-bottom: 10px;
		}

#infobox2 {
/* these are the boxes for splitting information into two columns, e.g. date + time, prices */
	margin-left: 283px;
	width: 274px;
	margin-bottom: 10px;
		}

#aboutmeimage {
	text-align: center;
	margin-left: 200px;
		}

#aboutmeimage 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;
		}
	
#aboutmeimage .textcentre {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-top: -30px;
}

#aboutmeimage a:link, #aboutmeimage a:visited, #aboutmeimage a:active { 
	font-size: 12px;
	font-weight: bold;
	color: #0099B9;
		}
	
#aboutmeimage a:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0099B9;
		}

#centresignature {
	padding: 0px 0px 0px 30px;
}

#centresignature h3.image {
	width: 150px;
	height: 80px;
	background: url(../images/julia_signature.gif) no-repeat;
}
#centresignature h3.image span {
	display: none;
}

#paymentbutton {
/* this is the box for the Paypal button on the workshop pages */
	text-align: center;
		}

#SignUp {
	text-align: center;
}

/* 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;
		}

.centremagnet1, .centremagnet2, .centremagnet4, .centremagnet5 {
	width: 240px;
	height: 139px;
	margin-left: 10px;
}

.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;
		}

#amazon_large {
/* Amazon search box on recommended books page */
	margin-top: 10px;
	text-align: center;
}

#amazon_banner {
	margin-bottom: 20px;
	text-align: center;
}

/* boxes for images and text */
.productinfo {
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.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 {
	padding: 10px;
	width: 400px;
	height: 100%;
	margin-left: 65px;
	background-color: #FF6600;
	text-align: center;
}

#contactform p {
	text-align: center;
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
}

/* RIGHT DIVS */

#rightcolumn {
	float: right;
	margin-top: 10px;
	width: 220px;
	height: 100%;
}

#rightcolumn a:link, #rightcolumn a:visited, #rightcolumn a:active { 
	color: #000000;
		}
	
#rightcolumn a:hover {
	color: #FFFFFF;
		}

#rightcolumn .advert, #rightcolumn .viewcart {
	width: 200px;
	text-align: center;
	padding-bottom: 10px;
}

#newsletterad {
	margin-left: -15px;
}

#newsletter {
	background-color: #FF6600;
	width: 200px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#newslettertext {
	margin: 5px 10px 10px 5px;
	color: #FFFFFF;
}

/*hack for non IE6*/
html>body #newslettertext {
	top: 20px
}

/* BOTTOM DIVS */

#footer {
}

#xhtmlbadge {
	float: left;
	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: center;
	font-size: 80%;
	padding-top: 20px;
		}
	
#footercopy {
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

/* NEWSLETTER - HAS STYLES SPECIFIED IN THE HTML PAGE */
