 /* CSS Mastery: Advanced Web Standards Solutions - Simon Collison's tutorial */

/* the appropriate background class will be applied based on class attached to the body */

body {
margin: 0;
padding: 0;
font:80% 'Lucida Grande',Verdana, Helvetica, sans-serif;
color:#2e002b;
}

#twoColLayout {
background: #fedeff url(images/bg_flower4.gif);
}


#oneColLayout {
background: #fedeff url(images/bg_flower4.gif);
}

#homeColLayout {
background: #fedeff url(images/bg_flower4.gif);
}




/* default links */

a:link {
background-color: transparent;
text-decoration: underline;
color: #654677;
}
a:hover {
text-decoration: underline;
color: #654677;
}
a:visited {
background-color: transparent;
text-decoration: underline;
color:#663366;
}

/* headers here */

p{
color:#654677;
font-size:110%;;
}

b{
color:#654677;
}

h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

h2 {
margin: 20px 10px 5px 8px;
padding: 2px;
font-size: 190%;
color: #736088;
}


/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
text-transform: uppercase;
display: inline;
font-size: 92%;
margin: 10px 5px 0 5px;
padding: 2px;
}

h4 {
	font-size: 145%;
	padding:0px;
	margin: 10px 0px 0 0px;
	}
	
h4 #homeColLayout{
	margin: 20px 0px 0 10px;
	}
.headingRight{
	margin: 20px 0px 0 10px;
}

h5{
	font-style:italic;
	font-size: 100%;
	margin-top:0px;
}

#sideContent{
	width:100;
	border-color: #00CC00;
	}
	
.default h3 {
background: #F6CE45;
}

.contact #primaryContent p{
font-size: 100%;
margin: 0;
padding: 0 0px 5px 110px;
width:335px;
margin: 0 0 0px -110px !important; /* intended total box width - padding-right(next) */
margin: 0 0 0px -110px; /* IE Win = width - padding */
}
.contact #primaryContent img{
	padding: 0px;
}

#oneColLayout .cssbox p{
width:600px;
margin: 0;
/*font-size: 100%;
margin: 0;
padding: 0 0px 5px 110px;
width:600px;
margin: 0 0 0px -110px !important; 
margin: 0 0 0px -110px;*/
}

ul{
color:#2e002b;
}

#oneColLayout .cssbox ul{
font-size: 100%;
padding: 0 0px 5px 110px;
width:250px;
margin: 0 0 0px -93px !important; /* intended total box width - padding-right(next) */
margin: 0 0 0px -90px; /* IE Win = width - padding */
}







.home .cssbox ul{	
	font-size:16px;
	margin: 0 0 0px -25px !important; /* intended total box width - padding-right(next) */
	margin: 0 0 0px 0px; /* IE Win = width - padding */
	font-style:normal;
	line-height:25px;

}

.home #primaryContent b{
color:#FF00FF;
}

.home #primaryContent i{
color:#634A82;
}


/* main wrapper that holds it all centrally */

#wrapper {
width:925px;
margin:0 auto;
background-color: #eedcfa;
padding: 0 10px 10px 10px;

border-style:solid;
border-top-style:hidden;
border-width:1px;
border-color:#C5BDBD;
}

/* default masthead holding the banner and mainNav */

#header {
width: 925px;
height: 148px;
background:url(images/banner_new.jpg);
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:925px;
display:inline;
margin: 0 0 20px 0;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
	width:350px;
	margin: 0 95px 20px 0px !important; /* intended total box width - padding-right(next) */
    margin: 0 0px 20px 0px; /* IE Win = width - padding */
	float:right;
}
/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent, #homeColLayout #secondaryContent, {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */



/* footer */

#listmain{
clear:both;
width: 650px;
height: 30px;
}

#listmain p {
text-align:left;
margin: 10px 10px -15px 0;
padding: 4px 4px 4px 120px;
}
#listmain ul {
text-align:left;
margin: 10px 10px 10px 0;
padding: 4px 4px 4px 140px;
}

/*background: transparent url(footer.gif);*/
#footer{
clear:both;
width: 925px;
height: 110px;

/*background: transparent url(footer.gif);*/
padding: 0px;
}
#footer p {
color: #654677;
text-align:center;
margin: 10px 10px 0 0;
padding: 20px 4px 4px 0;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #654677;
}
#footer a:hover {
color:  #eecdef;;
background: #654677;
}

#pinky{
color:#FF00FF;
}
/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left. */

img {
float: left;
padding-top: 20px;
margin: -10px 0 10px 0px;
border-style:none;
}

#oneColLayout .cssbox img{
border-style:none;
float: right;
padding-top: 20px;
margin: -10px 0 10px 0px;

}



/* For any images in the default boxes - the pencil icons - I don't want the 2px border. So I set border to 0 */

.default img {

border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
display: block;
float: none;

border: 2px solid #DFD4FF;

padding-top:0px;
margin: 0px 0 10px 0px;
}

.specOffer {
display: block;
float: none;
margin-top: -10px;
margin-left: 5px;
border: 0px;
}

.approach {
display: block;
float: right;
margin-top: -10px;
margin-left: -2px;
border:0px;
}

.nzs {
	display: block;
	float: right;
	margin-top: -70px;
	margin-left: 2px;
	border:0px;
	margin-right: 10px;
}

.nzs2 {
	display: block;
	float: right;
	margin-top: 10px;
	margin-left: 2px;
	border:0px;
	margin-right: 10px;
}





/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

.clear{
clear:both;
}
/* horizontal main menu navigation - based on a method from Richard Rutter */

 #mainNav
{
margin: 30px 0px 0px 5px;
padding: 0;
width: 925px;
height: 35px;
font-weight: bold;
font-size: 75%;
}

#mainNav ul
{
color: #D7D493;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0 -15px 0 0;
padding: 5px;
float: left;
width: auto;
}

#mainNav a
{
color: #fde2fc;
display: inline;
width: auto;
text-decoration: none;
background: transparent;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #fd98fb;
}

#mainNav a:hover, #mainNav a:active { background: #eecdef;color: #E800CD; }

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}

/* Highlighting the current page */

body.home #mainNav a#home, body.causal #mainNav a#causal, body.naturopathic #mainNav a#naturopathic, body.contact #mainNav a#contact, body.biometric #mainNav a#biometric, body.gifts #mainNav a#gifts, body.talks #mainNav a#talks  { 
  color: #fff;
text-decoration: underline;
}
body.home #mainNav a:hover#home, body.causal #mainNav a:hover#causal, body.naturopathic #mainNav a:hover#naturopathic, body.contact #mainNav a:hover#contact, body.biometric #mainNav a:hover#biometric, body.gifts #mainNav a:hover#gifts, body.talks #mainNav a:hover#talks { 
  color: #000;
}

/* Highlighting external links ONLY in the main text areas, so as not to screw up the ticked-off links */

.box.default a[href^="http:"] { 
  background: url(external.gif) no-repeat right top;
  padding-right: 10px; 
} 
 .box.default a[href^="http://www.collylogic.com"], .box.default a[href^="http://www.collylogic.com"] { 
  background-image: none; 
  padding-right: 0; 
}






/* 
NEW ROUNDED BOX TECHNIQUE THAT HOPEFULY WORKS IN IE6
set the image to use and establish the lower-right position
 */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/boxshadow.gif) no-repeat bottom right; 
} 
.cssbox { 
    width: 400px !important; /* intended total box width - padding-right(next) */
    width: 385px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 


#twoColLayout .cssbox{
	width: 430px !important; /* intended total box width - padding-right(next) */
	width: 405px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px auto; /* use to position the box */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
}

#oneColLayout .cssbox { 
    width: 910px !important; /* intended total box width - padding-right(next) */
    width: 908px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */
	 
} 


#homeColLayout .cssbox { 
    width: 540px !important; /* intended total box width - padding-right(next) */
    width: 525px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */
	 
} 

#auraSoma {
	padding-top:50px !important; /* intended total box width - padding-right(next) */
	padding-top: 0px; /* IE Win = width - padding */
	}
#auraSoma .cssbox { 
 	width: 910px !important; /* intended total box width - padding-right(next) */
    width: 900px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */
} 

#auraSoma .cssbox p{
 	width: 810px;
	margin: 0px;
	padding: 0px;
}


#sideContent .cssbox { 
    width:  300px !important; /* intended total box width - padding-right(next) */
    width: 285px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 



/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 40px;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 0px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 

.floatleft
		{
			float: left;
			/*
			background-color: #F63;
			border: 1px solid #F30;*/
		}
	
.floatleft .threepartlist li{
	font-size:200%;
}	
.floatright
{
	float:right;
}

.profile
{
	padding-left:5px;
	float:left;
	width:450px;
	padding-bottom:15px;
}
.profile img
{
	padding-right:10px;
}

.homethumb
{
	padding-left:5px;
	float:left;
	width:280px;
}

.homethumb img
{	
	/*float:left;*/
	padding-right:10px;
	padding-bottom:20px;
}

.homethumb p
{
	
	padding-right:0px;
	/*width:250px;*/
	margin-top:5px;
	margin-bottom:10px;
	
}


.biglink
{
font-size:120%;
	
}
.homeimgtext p{
	text-align:center;
}
strong {
font-size:120%;
}

.contact .drop{
	width:450px;
	height:150px;
	margin-left:5px;
}

.contact .drop img{
	margin-top:-20px;
	padding-right:10px;
	
}

#twoColLayout #sideContent img{
border-style:none;
float: left;
margin: -20px 0 10px 10px;
}

#twoColLayout #sideContent{
width:450px;

}

.giftImages{
min-height:100px;
}

.giftImages img{
padding-right:10px;
}

.traceypic img{
	margin: -60px 0 0px 10px;
}
