/*----------------------------------------------------------------------------*
 |                                                                            |
 |  CSS stylesheet for http://www.thecromartyhall.com/                        |
 |                                                                            |
 |  Copyright (c) 2007-2009 Tom Levens.                                       |
 |                                                                            |
 *----------------------------------------------------------------------------*/

html,
body
{
  height: 100%;
}

body
{
  background-color: #ADDEAD;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: Verdana, Arial, sans-serif;
}

a:link,
a:visited,
a:active
{
  color: #6E0311;
  text-decoration: none;
}

a:hover
{
  color: #6E0311;
  text-decoration: underline;
}

a[name]:hover
{
  color: #000;
  text-decoration: none;
}

/*----------------------------------------------------------------------------*
 |  Site layout elements.                                                     |
 *----------------------------------------------------------------------------*/

hr
{
  width: 90%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #CCC0A5;
  margin: 20px auto 0 auto;
  clear: both;
}

div#print-header
{
  display: none;
}

div#login,
div#admin-links
{
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
  z-index: 80;
  font-size: 0.92em;
}

div#login a:link,
div#login a:visited,
div#login a:active
{
  color: #ADDEAD;
  text-decoration: none;
}

div#login a:hover
{
  color: #6E0311;
  text-decoration: underline;
}


div#login[class~="fancy"] a:link,
div#login[class~="fancy"] a:visited,
div#login[class~="fancy"] a:active
{
  color: #6E0311;
  text-decoration: underline;
}

div#login[class~="fancy"] a:hover
{
  color: #6E0311;
  text-decoration: underline;
}

div#outer-container
{
  background: transparent url(../images/bg-body.png) repeat-y center top;
  margin: 0 auto;
  padding: 0;
  width: 870px;
  min-height: 100%;
  position: relative;
}

div#inner-container
{
  background: transparent url(../images/bg-header.png) no-repeat center top;
  margin: 0 auto;
  width: 100%;
  min-height: 470px;
  position: relative;
}

div#menu
{
  background-color: transparent;
  height: 40px;
  width: 664px;
  position: absolute;
  top: 252px;
  left: 103px;
  margin: 0;
  padding: 0;
  text-align: center;
}

div#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

div#menu ul li
{
  margin: 0;
  padding: 0;
  display: inline;
}

div#menu img
{
  margin: 0 15px 0 15px;
  border: 0;
  display: inline;
}

div#logo
{
  background-color: transparent;
  height: 78px;
  width: 389px;
  position: absolute;
  top: 163px;
  left: 241px;
  margin: 0;
  padding: 0;
  text-align: center;
}

div#content
{
  padding: 315px 130px 30px 130px;
  text-align: justify;
}

p.copyright
{
  text-align: center;
  font-size: 0.75em;
  font-style: italic;
}

div#content img
{
  border: 1px solid #000;
}

div#content img.float
{
  margin: 15px 0 10px 25px;
  border: 1px solid #000;
  float: right;
  clear: right;
}

div#map
{
  width: 500px;
  height: 250px;
  margin: 0 auto;
  border: 1px solid #000;
}

body > iframe[src='about:blank']
{
  display: none; /* Fix a bug in reCAPTCHA. */
}

/*----------------------------------------------------------------------------*
 |  Price table.                                                              |
 *----------------------------------------------------------------------------*/

table#price-table
{
  width: 100%;
  border: 0;
  border-spacing: 2px;
}

table#price-table th
{
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 1px dotted #000;
}

table#price-table td
{
  text-align: center;
  padding: 5px;
  border: 1px dotted #000;
}

/*----------------------------------------------------------------------------*
 |  Calendar.                                                                 |
 *----------------------------------------------------------------------------*/

table#calendar
{
  width: 100%;
  border-spacing: 2px;
}

table#calendar th
{
  text-align: center;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

table#calendar th.day
{
  border: 1px dotted #000;
  width: 14%;
}

table#calendar td
{
  text-align: left;
  border: 1px dotted #000;
  vertical-align: top;
  padding: 0 0 5px 0;
  width: 14%;
}

table#calendar td.empty
{
  border: 1px dotted #CCC0A5;
}

table#calendar td div.num
{
  width: 13px;
  padding: 5px;
  border-width: 0 1px 1px 0;
  border-style: dotted;
  border-color: #000;
  text-align: center;
  font-size: 0.83em;
}

table#calendar td div.events
{
  font-size: 0.75em;
  padding: 5px 5px 0 5px;
  white-space: nowrap;
}

table#calendar td div.addevent
{
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 5px 0 5px;
}

table#calendar td div.today
{
  font-weight: bold;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------*
 |  Form elements.                                                            |
 *----------------------------------------------------------------------------*/

input,
select
{
  background: #FFF url(../images/bg-form.png) repeat-x center top;
  padding: 4px;
  margin: 0;
  color: #000;
  font-size: 0.83em;
  border: 1px solid #6E0311;
  font-family: Verdana, Arial, sans-serif;
}

textarea
{
  background: #FFF url(../images/bg-textarea.png) repeat-x center top;
  padding: 4px;
  margin: 0;
  color: #000;
  font-size: 0.83em;
  border: 1px solid #6E0311;
  font-family: Verdana, Arial, sans-serif;
}

form#mailinglist input#email
{
  width: 200px;
}

form
{
  margin: 0 auto;
  width: 100%;
}

form label
{
  text-align: left;
  font-size: 0.83em;
  font-weight: bold;
}

form textarea
{
  width: 100%;
  max-width: 100%;
}

form input
{
  width: 100%;
}

form p.submit
{
  width: 100%;
  text-align: right;
}

form input[type='submit'],
form input[type='button']
{
  background: #fbe1a3 url(../images/bg-submit.png) repeat-x center top;
  width: auto;
  color: #18120f;
  border-width: 1px;
  border-style: solid;
  border-color: #A12535 #3B0209 #3B0209 #A12535;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px;
}

form input[type='submit']:active,
form input[type='button']:active
{
  background: #ffedc2 url(../images/bg-submit-down.png) repeat-x center top;
  border-color: #3B0209 #A12535 #A12535 #3B0209;
}

form input[type='submit']
{
  font-weight: bold;
}

form#login-form
{
  width: 200px;
  margin: 0 auto;
}

form#contact-form
{
  width: 400px;
  margin: 0 auto;
}

p.error
{
  background: #6E0311;
  font-size: 0.92em;
  color: #FFF0CC;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #6E0311;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*----------------------------------------------------------------------------*
 |  Elements for general text styling.                                        |
 *----------------------------------------------------------------------------*/

.italic
{
  font-style: italic;
}

.normal
{
  font-weight: normal;
}

.bold
{
  font-weight: bold;
}

.bolder
{
  font-weight: bolder;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

.top
{
  vertical-align: top;
}

.middle
{
  vertical-align: middle;
}

.bottom
{
  vertical-align: bottom;
}

.small
{
  font-size: 0.92em;
}

.smaller
{
  font-size: 0.83em;
}

.big
{
  font-size: 1.17em;
}

.bigger
{
  font-size: 1.50em;
}

.uppercase
{
  text-transform: uppercase;
}

.indent
{
  margin-left: 2em;
  margin-right: 2em;
}

h1
{
  font-size: 2.00em;
  font-weight: bold;
}

h2
{
  font-size: 1.50em;
  font-weight: bold;
}

h3
{
  font-size: 1.17em;
  font-weight: bold;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

/*----------------------------------------------------------------------------*
 |  Lightbox.                                                                 |
 *----------------------------------------------------------------------------*/

div#lightbox-container
{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

div#lightbox-blind
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
/*  background-color: #000;
  opacity: 0.75;  */
  background: transparent url(../images/lightbox-blind.png) repeat left top;
  z-index: 1000;
}

div#lightbox
{
  position: relative;
  display: none;
  padding: 0;
  margin: 0;
  background: #FFF0CC url(../images/bg-stripe.png) repeat left top;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

div#lightbox-close
{
  position: absolute;
  top: -8px;
  left: -8px;
  width: 22px;
  height: 22px;
  background: transparent url(../images/lightbox-close.png) no-repeat left top;
}

div#lightbox-close-text
{
  color: #FFF0CC;
  position: absolute;
  top: 13px;
  left: 13px;
  width: auto;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  background: transparent url(../images/lightbox-blind.png) repeat left top;
  font-size: 0.92em;
}

div#lightbox-caption
{
  text-align: center;
  font-size: 0.92em;
  margin: 10px 4px;
  padding: 0;
}

div#lightbox-img
{
  text-align: center;
  padding: 0;
  margin: 4px;
}

div#lightbox-img img
{
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  display: block;
}

div#lightbox-outer
{
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#lightbox-middle
{
  height: 100%;
  display: table;
  margin: 0 auto;
}

div#lightbox-inner
{
  vertical-align: middle;
  display: table-cell;
}

div#lightbox-next,
div#lightbox-previous
{
  padding: 0 4px;
  font-size: 1.50em;
  display: none;
}

div#lightbox-previous
{
  float: left;
}

div#lightbox-next
{
  float: right;
}

/*EOF*/
