/* cmsms stylesheet: bluehaze modified: 07/29/21 14:54:16 */
.LHS {
	float: left;
	clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 0mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

body {
	width: 800px;
	background: #fff url(http://wintercreekshorthairs.com/images/background.jpg) repeat-x;
	color: #131313;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: auto;
	background-attachment: scroll;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

a:link, a:visited {
  color: #328dd3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a.active {
  color: #386d96;
}

#top {
	background-image: url(http://wintercreekshorthairs.com/uploads/images/bg-body.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-color: #000;
	margin-top: 10px;
}

#bodyText {
	text-align: justify;
	line-height: 1.3em;
	margin: 3mm 1mm 0 13em;
	padding: 2mm 0.5em 0.5ex 0.5em;
	background-color: #fff;
}

#bodyText p {
	padding-bottom: 2px;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#header {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 125px;
	margin-bottom: 5mm;
	padding: 0 2.5mm 0 5mm;
	background-repeat: repeat-x;
	border-bottom-color: #333333;
}

.headerTitle {
  font-size: 300%;
  font-weight: bold;
  line-height: 2em;
}

.menuBar {
  float: left;
}

.locBar {
  float: right;
}

.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.menuBar a:hover, .locBar a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
	border-style: solid none solid none;
	border-width: 2px 0 2px 0;
	width: 12em;
}

.sideBox div {
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
	color: black;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 3px 0.5em 5px 0.75em;
	font-size: 0.8em;
}

.sideBox .thisPage {
  font-weight: bold;
}


/* ###### Footer ###### */

#footer {
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 3mm;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
  float: left;
  clear: left;
  padding-left: 3mm;
}
.menuBar {
	padding: 10px;
}
/* cmsms stylesheet: bluehazecolorschema modified: 07/29/21 14:54:16 */
/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *

 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/


/* ------------------------------------------------------------------------
   Four basic colors are used to render Blue Haze. These are:
     1. Text Color
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)

   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */
	color: #CC3300;
}

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */
	border-color: #CC3300;
}

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */
	background-color: #f0f0fd;
}

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }


/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}

#footer {
	background-color: #f0f0fd;
}
