/* Colours */
/* Globals */
a, li {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a {
  color: black;
}
a:hover {
  color: #522020;
}
body {
  background: #dfdeda url('https://josephmascarodmd.com/images/bg-repeat.jpg') repeat-x;
  font-family: 'Lucida Sans', sans-serif;
}
p, li {
  color: #666;
  font-size: 80%;
  line-height: 110%;
}
li {
  list-style: none;
}
p, ul {
  padding-bottom: 1em;
}
h1,
h2,
h3,
h4 {
  font-weight: lighter;
}
h1 {
  font-size: 130%;
}
h2 {
  font-size: 120%;
}
a {
  text-decoration: none;
}
textarea {
  overflow: auto;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pl {
  padding-left: 20px;
}
.pb {
  padding-bottom: 30px;
}
.oh {
  overflow: hidden;
}
.ac {
  text-transform: uppercase;
}
.nc {
  text-transform: none;
}
.sc {
  font-variant: small-caps;
}
.twoThirds {
  width: 684px;
  float: left;
}
.oneThird {
  width: 260px;
  float: left;
}
p.fl {
  width: auto !important;
}
/* ---------------------- form ---------------------- */
form input[type=text], form textarea {
  width: 220px;
  height: 20px;
  margin-bottom: 8px;
  font-family: 'Lucida Sans', sans-serif;
  font-size: 12px;
  display: block;
  border: 1px solid #BBB;
  padding-left: 10px;
}
form textarea {
  height: 70px;
}
form a.submit {
  margin-left: 180px;
  color: #522020;
  font-size: 80%;
  /*	font-family: @headerFont;*/

}
form a.submit:hover {
  color: black;
}
form h3 {
  font-family: 'Trajan Pro', 'Book Antiqua', serif;
  font-variant: small-caps;
  margin-bottom: 0.5em;
  margin-top: 0.75em;
  font-size: 120%;
  color: #888;
}
form li label {
  font-family: 'Trajan Pro', 'Book Antiqua', serif;
  vertical-align: middle;
}
/* ---------------------- Framework ---------------- */
.band {
  width: 100%;
  min-width: 1076px;
}
.wrapper {
  width: 1076px;
  overflow: hidden;
  margin: 0 auto;
}
/* ---------------------- header ---------------------- */
header > div.wrapper {
  background: url('https://josephmascarodmd.com/images/header.jpg') no-repeat;
  height: 168px;
  display: block;
}
header .contact {
  margin-top: 20px;
  overflow: hidden;
  float: right;
  height: 95px;
  margin-right: 20px;
}
header .contact .addr {
  margin-right: 30px;
  float: left;
}
header .contact .addr p {
  color: black;
  font-family: 'Lucida Sans', sans-serif;
  font-size: 75%;
}
header .contact .addr p span {
  margin-top: 0.5em;
  font-size: 120%;
  font-weight: bold;
  color: #1e3749;
  display: block;
}
header .contact h4 a {
  color: #2d526d;
  font-variant: small-caps;
}
/* ---------------------- nav ---------------------- */
header nav {
  float: right;
  padding-top: 10px;
  margin-top: 15px;
  margin-right: 40px;
}
header nav li {
  float: left;
  margin-right: 20px;
}
header nav li:last-child {
  margin-right: 0;
}
header nav a {
  color: white;
  font-family: 'Trajan Pro', 'Book Antiqua', serif;
  font-variant: small-caps;
  font-size: 120%;
}
header nav a:hover, header nav li.current a {
  color: #fecfb5;
}
header nav li.dropdown > div {
  display: none;
  background: url('../images/trans-white-70.png') repeat;
  position: absolute;
  width: 180px;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: -40px;
  font-weight: 900;
}
header nav li.dropdown > div a {
  display: block;
  margin: 0px 10px 10px 10px;
  text-align: center;
  font-size: 80%;
  color: black;
  font-variant: normal !important;
}
header nav li.dropdown > div a:hover {
  color: #2d526d;
}
/* ---------------------- rotator ---------------------- */
.rotator .wrapper {
  background: url('../images/rotator-bg.jpg') 50% 0 no-repeat;
  height: 319px;
  overflow: hidden;
}
#rotator {
  margin-left: 49px;
  height: 319px;
  width: 1001px;
  overflow: hidden;
}
/* ---------------------- 4 box ---------------------- */
.fourbox {
  height: 78px;
}
.fourbox aside {
  background: #faf9f5;
  float: left;
  height: 78px;
}
.fourbox aside.wisdom-teeth {
  background: url('../images/4box-wisdom-teeth.jpg') no-repeat;
}
.fourbox aside.dental-extractions {
  background: url('https://josephmascarodmd.com/images/4box-dental-extractions.jpg') no-repeat;
}
.fourbox aside.patient-forms {
  background: url('../images/4box-patient-forms.jpg') no-repeat;
}
.fourbox aside.request-appointment {
  background: url('https://josephmascarodmd.com/images/4box-request-appointment.jpg') no-repeat;
}
.fourbox aside.wisdom-teeth {
  width: 277px;
}
.fourbox aside.wisdom-teeth a.fill {
  width: 227px;
  margin-left: 50px;
}
.fourbox aside.dental-extractions, .fourbox aside.dental-extractions a.fill {
  width: 224px;
}
.fourbox aside.patient-forms, .fourbox aside.patient-forms a.fill {
  width: 222px;
}
.fourbox aside.request-appointment {
  width: 353px;
}
.fourbox aside.request-appointment a.fill {
  width: 327px;
}
.fourbox aside a.fill {
  display: block;
  width: 100%;
  height: 78px;
  position: absolute;
}
.fourbox aside a.fill:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* ---------------------- content ---------------------- */
.mainContent .wrapper {
  background: url('../images/content-bg-top.jpg') no-repeat;
}
.mainContent .wrapperRepeat {
  background: url('../images/content-bg-repeat.jpg') repeat-y;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
}
.content .marginWrapper {
  margin-right: 70px;
  margin-left: 80px;
}
.content {
  margin-bottom: 20px;
}
.content,
.content p,
.content h1,
.content h3,
.content li {
  line-height: 1.3em;
}
.content p {
  font-size: 70%;
  color: #333;
}
.content h1 {
  color: #2d526d;
  font-family: 'Trajan Pro', 'Book Antiqua', serif;
  font-size: 100%;
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  font-variant: small-caps;
}
.content h1 span {
  font-size: 80%;
}
.content h2 {
  color: #403e39;
  font-size: 80%;
  margin-bottom: 1.5em;
  line-height: 1.2em;
  font-family: 'Lucida Sans', sans-serif;
}
.content .map {
  width: 220px;
  height: 150px;
  border: 1px solid #666;
  margin-bottom: 1em;
  display: block;
}
.content .addr {
  font-size: 80%;
}
.content ul li {
  color: #555;
  font-size: 75%;
  margin-bottom: 0.15em;
  background: url('../images/raquo.png') no-repeat 0 0.45em;
  padding-left: 1em;
}
/* ---------------------- blue box ---------------------- */
.blueBox {
  background: url('https://josephmascarodmd.com/images/bluebox.png') no-repeat;
  width: 580px;
  height: 119px;
  margin-top: 30px;
}
.blueBox h3 {
  color: #2d526d;
  font-variant: small-caps;
  margin-left: 30px;
  padding-top: 10px;
  margin-bottom: 10px;
  /* 	font-size:120%; */

  font-family: 'Trajan Pro', 'Book Antiqua', serif;
}
.blueBox p {
  color: black;
  margin-left: 30px;
  font-weight: 900;
  font-size: 13px;
  margin-right: 20px;
}
/* ---------------------- sidebar ---------------------- */
.brownBox {
  width: 313px;
  float: left;
  background: url('../images/brownbox-repeat.jpg') repeat-y;
}
.brownBox > .top {
  height: 10px;
  background: url('../images/brownbox-top.jpg') no-repeat;
}
.brownBox > .bottom {
  height: 10px;
  background: url('../images/brownbox-bottom.jpg') no-repeat;
}
.brownBox > .repeat {
  margin: 15px 20px;
}
.brownBox h3, .brownBox h4 {
  color: black;
  font-family: 'Trajan Pro', 'Book Antiqua', serif;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: .75em;
}
.brownBox h4 {
  font-size: 70%;
  margin-bottom: 2em;
}
.brownBox img {
  /*	margin-bottom: 25px;*/

  margin: 0 0 25px 5px;
}
.brownBox ul {
  margin-left: 10px;
  margin-right: 10px;
}
.brownBox ul li {
  color: black;
  font-size: 70%;
  margin-bottom: 0.75em;
  background: url('../images/raquo.png') no-repeat 0 0.4em;
  padding-left: 1em;
}
/* ---------------------- footer ---------------------- */
footer {
  min-height: 80px;
}
footer .wrapper {
  background: url('https://josephmascarodmd.com/images/footer-bg.jpg') no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .fl {
  margin-left: 80px;
}
footer .fr {
  margin-right: 50px;
}
footer .fr .addr {
  float: left;
}
footer .fr .addr + .addr {
  margin-left: 30px;
}
footer p {
  font-size: 60%;
  line-height: 1.5em;
}
footer img {
  margin-top: 10px;
}
footer p, footer p a {
  color: #698298;
}
footer p a.byline {
  color: #54687a;
}
footer p a:hover {
  color: #879bad;
}
/* ---------------------- blog ---------------------- */
.blog .blogTitle {
  margin-bottom: 0.5em;
}
.blog .blogDate {
  font-size: 90%;
  padding-bottom: 3px;
  border-bottom: 1px solid #AAA;
  margin-bottom: 1em;
}
.blogArticle > h2 a {
  font-family: 'Trajan Pro', "trajan-pro-1", "trajan-pro-2", 'Book Antiqua', Palatino, serif;
  color: #555;
  /*      font-weight: bold;*/

}
.blogArticle > h3 a {
  color: #555;
  font-size: 125%;
  /*      font-weight: bold;*/

}
.blog .blogArticle .blogContent h3 {
  font-size: 120%;
  margin-bottom: 0.5em;
}