/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background: url(http://www.lomilomi-massage.org/images/back-image-water.jpg) repeat  top center;
margin: 0;
padding: 0;
font-family: comic sans ms, Geneva, Arial, Helvetica, sans-serif;
color: #000;
font-size: 85%;
color:#000;
}
h1, h2, h3 {
margin:8px 0px 14px 0px;
}
h1 {
font-size:26px;
}
h2 {
font-size:22px;
}
h3 {
font-size:18px;
}


blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 725px;   
}

#Header {
position: relative;
height: 130px;
}

#ContentWrapper {
float: left;
width: 100%;

}

#ContentColumn {
margin: 40px 0 0 149px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 148px;              
margin-left: -725px;
margin-top: 165px;       
#PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 0px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: ;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;

}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0 auto;

}

#Header {
background-image: url(http://www.lomilomi-massage.org/imgs/logo.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(http://www.lomilomi-massage.org/imgs/LEFT.jpg);
background-repeat: repeat-y;
background-color: #CAB700;

}

#NavColumn {
background-image: url(http://www.lomilomi-massage.org/imgs/LEFT.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #CAB700;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #CAB700;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}


/* -- Top Dropdown Navigation --*/





#topnav {


width: 100%;
	
height: 30px;
	
	
font-size: 110%;
    

font-weight: bold;    
padding-top: 5px;
	
background: #669933;
        
border-top: 3px solid #CAB700;
        
border-bottom: 3px solid #CAB700;
	
}


#topnav a {

text-decoration: none;

}

	
ul.menu {
	        
list-style-type: none;
	        
margin: 0;
		
padding-top: 5px 0 0 10px;
		
padding-left: 10px;
		
}
	
	
ul.menu * {
	
margin: 0; 
		
padding: 0
		
}
	
		
ul.menu ul {
			
position: absolute; 
			
top: 25px; 
			
left: 0; 
			
display: none; 
                	
list-style-type: none;

			
}
		
		
ul.menu .menulink 
			{
			
background: #669933;
			
}
		
	
		
ul.menu li /* Non Clickable Top-Level list Items*/
			
{
			
position: relative; 
			
float: left; 
			
text-align: center;
			
}
	
		
ul.menu ul li  
			{
			
position: relative; 
			
margin: 0;
			
}

		
ul.menu ul li a  {
			
display: block; 
			
padding: 3px 0 2px; 
			
background-color: #669933;
                        
text-decoration: none;
			
}
		
		
ul#menu li a:link, ul#menu a:active, ul#menu a:hover, ul#menu a:visited {
			
display: block;
			
width: 135px;
			
color: #000; 
                        
padding: 3px;
			}
	
		
ul.menu ul li a:hover {	
background-color: #cccc33; 
			
}
	



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
position: relative;
width: 100%;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #000;
border: 1px solid #000;
margin: 12px 0;
background-color: #cccc33; 
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
font-size: 100%;
font-weight: bold;
}

.Navigation li {
background-color: #669933;        /* tan, for button and RSS box backgrounds -- */
border-right: 3px solid #2B1812;    /* This is where you can change the color of the left nav borders */

border-bottom: 3px solid #2B1812; 
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;

}

.Navigation a:visited {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: black;
background-color: #cccc33; ;
display: block;     /*  this makes the whole box highlight rather than just the text */
background-color: #ccccc;  
padding: 3px 0 3px 4px; 
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;

}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: ;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
width: 100%;
top: 130px;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0 auto 0 auto;
}

#Footer .ExtraNav {
margin: 0px auto;
background-color: #abc4e3;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}
