/*IMPORTANT NOTE. Please, never put HTML ot HTML comments in this stylesheet. or will stop working.*/
body {
background-color:#069;
background-image:url(../images/bg.png);
background-repeat: repeat-x; 
font-family: Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
margin:0;
padding:0;
text-align:center;
}

/***************************************************
 this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/


a { font-family: Verdana, Arial, sans-serif; 
font-size: 100%; color: #309; text-decoration: underline;
}

a:hover { font-family: Verdana, Arial, sans-serif;
 font-size: 100%; 
 color: #900;
 }


h1 { font-family: Verdana, Arial, sans-serif; font-size: 150%;  color: #000}
h2 { font-family: Verdana, Arial, sans-serif; font-size: 116%;  color: #000}
h3 { font-family: Verdana, Arial, sans-serif; font-size: 108%;  color: #000}

/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}


/***********************************************************
 Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/

td.headerbg {
background-color:#fff;
}

td.spacerbg {
height:1px;
background-color:#fff; 
width:150px;
padding:5px;
}

td.contentbg {
width:430px;
background-color:#fff; 
padding:10px;
border-left:1px dotted #ccc;
border-right:1px dotted #ccc;
}

td.rightbg {
font-family: Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
background-color:#fff; 
width:155px;
padding:5px;
}

td.leftbg {
width:150px;
font-size: 93%;
margin-left: 10px;
background-color:#fff; 
padding:5px;
}

td.footerbg {
font-size: 93%;
background-color:#fff; 
padding:5px;
}




/*******************************************************
 information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified.
Just place this is any link you may wish to remove styling from ...such as the rss links */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 
/******************************************************************
these classes are for the images, the float left, right, and centered box*/

.image-left {
	float: left;
	padding: 1px;
	
	margin-right: 5px;
	border: 0px solid #000;
}
.image-right {
	float: right;
	padding: 1px;
	
	margin-left: 5px;
	border: 0px solid #000;
}

.box{
padding: 2px;
border: 1px solid #666;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

li.custom {
background: url(https://www.the-dating-zone.com/images/check-mark.jpg) left center no-repeat; 
padding-left: 20px;
margin-bottom: 10px;

 }

li.custom1 {
background: url(https://www.the-dating-zone.com/images/heart.jpg) left center no-repeat; 
padding-left: 20px;
margin-bottom: 10px;

 }





/****************************************************
this area of the stylesheet is for your navigation panel*/

#navigator {

}

.navbutton {
line-height: 90%;
}

.navbutton a {
font-size: 93%;
font-family:  Verdana, sans-serif;
}

.navbutton a:hover {
font-size: 93%;
font-family:  Verdana, sans-serif;
}


/***********************************************************
 this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: transparent;

border:  none;


width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 2px;

text-align: left;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.navbutton {

font-weight: normal;
text-align: left;
margin-bottom: 0px;
margin-top: 0px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.navbutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #0000FF; /*this is where you change the link font color*/

background-color: transparent;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.navbutton a:hover {

color: #000; /*-----this is where you change the link font color, when the button is hovered over*/

background-color: #e8ffff;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}
/************************************
this is for the navigation headings*/
.nav{
white-space:nowrap;
font-size: 100%;
color: #000;
background-color:#cbe1ee; 
border-top:1px solid #820f36;
border-bottom:1px solid #820f36;
width: 95%;
padding-left:5px;
padding-right:5px;
}