/*IMPORTANT NOTE. Please, never put HTML ot HTML comments in this stylesheet. or will stop working.*/body {background-color:#ffffff; background-image:url(http://www.santa-claus-dolls.com/images/dreamstime_3451387-retro-stripe-background.jpg); border="0";background-repeat: repeat;font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif;font-size: 93%;color: #BCD182;margin:0;padding:0;text-align:center;}/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your graphics library in the usual way. Then replace my URLwith your own. Note there are no speech marks around the URL Change center to top, if you want bullets to line up with the top line of yr text*/  li.custom {padding-left: 20px;margin-bottom: 10px;list-style-image:url(http://www.santa-claus-dolls.com/images/purple-star-30x36.jpg)}  li.blue {padding-left: 20px;margin-bottom: 10px;list-style-image:url(http://www.twin-pregnancy-and-beyond.com/images/Bullet-Blue.png)}li.green {padding-left: 20px;margin-bottom: 10px;list-style-image:url(http://www.twin-pregnancy-and-beyond.com/images/Bullet-Green.png)}li.orange {padding-left: 20px;margin-bottom: 10px;list-style-image:url(http://www.twin-pregnancy-and-beyond.com/images/Bullet-Orange.png)}li.pink {padding-left: 20px;margin-bottom: 10px;list-style-image:url(http://www.twin-pregnancy-and-beyond.com/images/Bullet-Pink.png)}/*************************************************** 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: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif; font-size: 100%; color: #0056E0; text-decoration: underline;}a:hover { font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif; font-size: 100%;  color: #6778B5; }h1 { font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif; font-size: 150%;  color: #000}h2 { font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif; font-size: 116%;  color: #000}h3 { font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, 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: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif;font-size: 93%;color: #000;padding-top: 0px;padding-right: 0px;padding-bottom: 1px;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:155px;padding:5px;}td.contentbg {width:510px;background-color:#fff; padding:8px;border-left:3px solid #8BD700;border-right:3px solid #8BD700;border-top:3px solid #8BD700;border-bottom:3px solid #8BD700;}td.rightbg {font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif;font-size: 93%;color: #000;background-color:#fff; width:190px;padding:5px;}td.leftbg {width:155px;font-size: 93%;margin-left: 10px;background-color:#fff; padding:5px;}td.footerbg {font-size: 93%;background-color:#fff; padding:5px;}/*THIS IS MY EXPERIMENT WITH CHANGING THE CENTER AND RIGHT CELLS FOR C2 PAGES*/td.contentc2 {width:600px;background-color:#fff; padding:10px;border-left:3px solid #8BD700;border-right:3px solid #8BD700;border-top:3px solid #8BD700;border-bottom:3px solid #8BD700;}td.rightc2 {font-family: Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif;font-size: 93%;color: #000;background-color:#fff; width:185px;padding:5px;}/* This is for the heading background color....your H1, H2, and H3 tags*/.hbg{background-color:#000; color:#fff;width: auto;}.hred{background-color:#E9132F; color:#fff;width: auto;}.hpink{background-color:#EF838F; color:#fff;width: auto;}.hdarkblue{background-color:#002C85; color:#fff;width: auto;}.hlightblue{background-color:#6778B5; color:#fff;width: auto;}.hgreen{background-color:#8BD700; color:#fff;width: auto;}.hlightgreen{background-color:#E0EA69; color:#fff;width: auto;}.hdarkred{background-color:#BF282B; color:#fff;width: auto;}/*** right column Full width box.Change the colors to suit. The standard box has a white background, and thebox2 has a colored background ***IE has difficulty with dashed and dotted. Dotted will show as dashed, and dashed can be dodgy anyway. So you are far better to use the solid property, as I have done here. At least you know you will get the same display inevery browser. Maybe Microsoft will produce a decent standards compliant browser ones day...but I doubt it*/div.full-width-box {   background-color: #ffffff;	margin: 15px 0px 10px 0px;	padding: 15px;   border: 1px solid #000066;	}div.center-box {   width: 50%;   background-color: #ffffff;	margin-left:auto;	margin-right:auto;	padding: 15px;   border: 1px solid #000066;	}div.full-width-box2 {   background-color: #E0EA69;	margin: 15px 0px 10px 0px;	padding: 15px;   border: 0px solid #000066;	}div.full-width-box-blue {   background-color: #4DC5D6;	margin: 15px 0px 10px 0px;	padding: 15px;   border: 0px solid #000066;	}div.full-width-box-pink {   background-color: #EE88CD;	margin: 15px 0px 10px 0px;	padding: 15px;   border: 0px solid #000066;	color: #FFFFFF;}div.full-width-box-green {   background-color: #BCDD11;	margin: 15px 0px 10px 0px;	padding: 15px;   border: 0px solid #000066;	}div.full-width-box-orange {   background-color: #FFBE00;	margin: 15px 0px 10px 0px;	padding: 15px;   border: 0px solid #000066;	}	/*** right column Half of width box left ***/div.half-width-box-left {   background-color: #ffffff;	margin: 5px 5px 5px 5px;	border: 1px solid #000066;	padding: 10px;	width: 50%;	float: left;	}/*** right column Half of width box right ***/div.half-width-box-right {   background-color: #ffffff;	margin: 5px 5px 5px 5px;	border: 1px solid #000066;	padding: 10px;	width: 50%;	float: right;	}/* the border of the image inside your half width textbox can be changed.Its set to #5F8B8C at the moment. You can also change the solidto either dashed or dotted if you want to*//*** Picture inside the text ***/.img-float-left {	float: left;	padding: 2px;	margin-right: 5px;	border: 2px solid #000066;}.img-float-right {	float: right;	padding: 2px;	margin-left: 5px;	border: 0px solid #000066;}/*** Clearing of a float ***/div.clear {	clear: both;	width: 100%;	height: 1px;}/******************************************************* 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: 1px solid #000;}.image-right {	float: right;	padding: 1px;		margin-left: 5px;	border: 1px solid #000;}.box{padding: 2px;border: 1px solid #666;}/****************************************************this area of the stylesheet is for your navigation panel*/#navigator {}.navbutton {line-height: 90%;}.navbutton a {font-size: 100%;font-family:  Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif;}.navbutton a:hover {font-size: 100%;font-family:  Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif;}/*HORIZONTAL NAV*/#nav ul {	float: right;	list-style: none;	background: #8BD700; /* this sets the background color of the nav, grey by default*/	width: 100%;			padding: 0;	margin: 0 0 0 0px;	height: 30px;	display: inline;	text-transform: uppercase;/*delete this entire line if you DONT want uppercase*/}#nav ul li {	display: inline;	margin: 0; padding: 0;}#nav ul li a {	display: block;	float: right;	width: auto;	margin: 0;	padding: 0 10px;/*this is the gap between the text, and the border*/	border-top: none;		border-right: 1px solid #fff;/*this gives a white border, change as required*/	border-left: 1px solid #fff;	/*this gives a white border, change as required*/	border-bottom: none;	color: #fff; /* text color*/	font: bold 10px/30px  Georgia, Times New Roman, Trebuchet MS, Times, Arial, Verdana, sans-serif; /* sets the font type and size*/	text-transform: uppercase; /*delete if you dont want uppercase*/	text-decoration: none;		letter-spacing: 1px;}#nav ul li a:hover, #nav ul li a:active {	color: #fff; 	background-color: #E9132F;	font: bold;}/*********************************************************** 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: bold;text-align: center;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: #BF282B; /*this is where you change the link font color*/background-color: transparent;border-top: 1px solid #ccc;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: #BF282B; /*-----this is where you change the link font color, when the button is hovered over*/background-color: #E0EA69;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%;text-align: center;color: #fff;background-color:#4DC5D6 ; border-top:0px solid #820f36;border-bottom:0px solid #820f36;width: 95%;padding-left:5px;padding-right:5px;}