/* CSS RESETS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0;
  border: 0; outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
 border: none;
}

/* END RESETS */

body {
  font: 0.8em Verdana,Arial,sans-serif;
  background: url(images/large-rose.png) top left no-repeat fixed;
}

h1 {
  font: bold italic 3.5em 'Times New Roman', Times, serif;
  padding: 10px 0 0;
  color: #be0000; /* red */
  text-shadow: 1px 1px 1px #666;
}

h2 {
  font: italic 2.2em 'Times New Roman', Times, serif;
  color: black; 
  padding-bottom: 0.7em;
  padding-top: 15px;
}

h3 {
  font: italic 1.8em 'Times New Roman', Times, serif;
  padding: 0.5em 0;
  color: #335c24; /* the green of the leaves */
}

p {
  padding: 0 1em 1em 0;
  text-align: justify;
}

a {
  color: #be0000; /* red */
}

dl {
  margin: 0 50px 1em 20px;
}

dt {
  font-weight: bold;
  padding-bottom: 40px;
  background: url(images/small-rose.jpg) bottom center no-repeat;
  margin-bottom: 1em;
}

dl.norose dt {
  background: none;
  padding-bottom: 1em;
}
/*
dl > dt:last-child {
  background: none;
  padding-bottom: 0;
}*/

dd {
  text-align: justify;
}

dl.norose dd {
  padding-bottom: 40px;
  background: url(images/small-rose.jpg) bottom center no-repeat;
}

dl.norose dd ul {
  margin: 0 10px 0 20px;
}

ul {
  margin-left: 50px;
  padding-bottom: 1em;
}

.introduction {
  font-size: 1.2em;
}

.floatleft {
  float: left;
  margin-right: 20px;
}

.floatright {
  float: right;
  margin-left: 20px;
}

.caption {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  font-size: 95%;
}

.nobreak {
  white-space: nowrap; 
}

/*
#roseoverlay {
  position: absolute;
  top: 0;
  left: 0;
}
*/
/* HEADER */

#header {
  background: #e5f6d6 url(images/background-device.jpg) bottom right no-repeat; /* pale green */
  text-align: center;
}

#byline {
  font: italic 1.8em 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 1px #666;
  margin-top: -5px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: black;
  text-align: center;
}

/* MENU */

#menu {
  position: absolute;
  top: 150px;
  background: #be0000 url(images/shadow.png) top left repeat-x; /* the red of the rose */
  right: 0;
  left: 0;
  padding-left: 120px;
  height: 35px;
  box-shadow: 0 5px 10px #666;
  -webkit-box-shadow: 0 5px 10px #666;
  -moz-box-shadow: 0 5px 10px #666;
  filter: 
    progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=5);
}

#menu a, #menu a:link {
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
}

#menu a:hover {
  color: #e2e880; /* gold */
  text-decoration: underline;
}

#home .home, #services .services, #testimonials .testimonials, #contact .contact {
  color: #e2e880; /* gold */
}

#menu ul {
  padding: 5px;
  margin: 10px 0 0 -10px;
  list-style: none;
  background: #be0000;
  display: none;
}

#menu li {
  padding: 5px 5px;
  z-index: 1000 !important;
}

#menu div.hasmenus:hover > ul {
  display: block;
  z-index: 1000 !important;
  box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  -moz-box-shadow: 5px 5px 5px #666;
  filter: 
    progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=5);
}

#homelink, #coachinglink, #testimonialslink, #contactlink {
  position: absolute;
  top: 10px;
}

#homelink {
  left: 220px;
}

#coachinglink {
  left: 310px;
}

#testimonialslink {
  left: 490px;
}

#contactlink {
  left: 630px;
}

#redrose {
  position: absolute;
  top: 200px;
  left: 10px;
  font-style: italic;
  font-family: serif;
}

/* BODY CONTENT */

#content {
  margin: 40px 85px 0 220px;
}

#content li {
  padding-bottom: 0.5em;
}

.rightcol {
  float: right;
  border: 1px solid #c84f36; /* red */
  box-shadow: 4px 4px 4px #666;
  -webkit-box-shadow: 4px 4px 4px #666;
  -moz-box-shadow: 4px 4px 4px #666;
  padding: 15px 20px;
  width: 200px;
}

#home dl {
  margin: 0 20px;
}

#home #content ul {
  margin-left: 200px;
}

form div {
  margin: 0 0 10px 140px;
}

label {
  line-height: 1.1;
  margin: 5px 20px 0 -140px;
  width: 140px;
  float: left;
  text-align: right;
  font-weight: bold;
}

input, textarea, select {
  display: block; 
  line-height: 1;
}

input:focus, textarea:focus, select:focus {
  border-color: #c84f36; /* the red of the rose */
}

.controls {
  margin-left: 160px;
}

/* FOOTER */

#footer {
  border-top: 1px solid #c84f36; /* the red of the rose */
  padding-top: 10px;
  /* margin-right: 20px; */
  clear: both;
}

#footer p {
  font-size: 80%;
  text-align: right;
}