body,
html {
  padding: 0px;
  margin: 0px;
  height: 100%;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
}

.background-tone-0 {
  background-color: #818181;
  color: #222;
  background-image: url(../images/backgrounds/bg_light2.jpg);
  background-repeat: repeat-y;
  background-position: center;
}
.background-tone-0 .pattern a {
  color: #222;
}
.background-tone-0 .pattern a:hover {
  color: #555;
}
.background-tone-1 {
  background-color: #000;
  color: #fff;
  background-image: url(../images/backgrounds/bg_dark.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.background-tone-1 a {
  color: #ccc;
}
.background-tone-1 a:hover {
  color: #777;
}

.pattern {
  display: block;
  width: 100%;
  min-height: 100%;
}
.background-pattern-0 .pattern {
  background-image: url(../images/patterns/pattern0.png);
}
.background-pattern-1 .pattern {
  background-image: url(../images/patterns/pattern1.png);
}
.background-pattern-2 .pattern {
  background-image: url(../images/patterns/pattern2.png);
}
.background-pattern-3 .pattern {
  background-image: url(../images/patterns/pattern3.png);
}
.background-pattern-4 .pattern {
  background-image: url(../images/patterns/pattern4.png);
}
.background-pattern-5 .pattern {
  background-image: url(../images/patterns/pattern5.png);
}
.background-pattern-6 .pattern {
  background-image: url(../images/patterns/pattern6.png);
}
.background-pattern-7 .pattern {
  background-image: url(../images/patterns/pattern7.png);
}
.background-pattern-8 .pattern {
  background-image: url(../images/patterns/pattern8.png);
}
.background-pattern-9 .pattern {
  background-image: url(../images/patterns/pattern9.png);
}
.background-pattern-10 .pattern {
  background-image: url(../images/patterns/pattern10.png);
}
.background-pattern-11 .pattern {
  background-image: url(../images/patterns/pattern11.png);
}
.background-pattern-12 .pattern {
  background-image: url(../images/patterns/pattern12.png);
}
.background-pattern-13 .pattern {
  background-image: url(../images/patterns/pattern13.png);
}
.background-pattern-14 .pattern {
  background-image: url(../images/patterns/pattern14.png);
}

.menu {
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  font-size: 15px;
}
.menu-tone-0 .menu {
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-tone-0 .menu a,
.menu-tone-0 .menu a:hover {
  color: #333;
}
.menu-tone-1 .menu {
  border-bottom: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.65);
}
.menu-tone-1 .menu a,
.menu-tone-1 .menu a:hover {
  color: #fff;
}
.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
}
.menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.menu a {
  text-decoration: none;
  padding: 10px 0 15px 0;
  margin: 0 20px 0 20px;
  display: block;
  border-top: 5px solid transparent;
}

.random_special {
  display: block;
  padding: 7px;
  text-align: center;
  font-size: 12px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.menu-tone-0 .random_special {
  background-color: #f3f3f3;
  background-image: url(../images/gradient-white.png);
  color: #444;
  border-bottom-width: 1px solid #e4e4e4;
}
.menu-tone-0 .random_special a {
  color: #444;
}
.menu-tone-1 .random_special {
  background-color: #333;
  background-image: url(../images/gradient.png);
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #444;
}
.menu-tone-1 .random_special a {
  color: #fff;
}

.bottom-menues {
  display: block;
  float: left;
}
.menu2 {
  display: block;
  font-size: 14px;
}
.menu2 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.menu2 ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
.menu2 ul li a {
  text-decoration: none;
  padding: 3px;
}
.menu2 ul li a:hover,
.menu2 ul li.active a {
  color: #fff;
}
.menu2 ul li.active a {
  font-weight: bold;
}

.menu3 {
  display: block;
  font-size: 11px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-top: 5px;
}
.menu3 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.menu3 ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
.menu3 ul li a {
  text-decoration: none;
  padding: 3px;
}
.menu3 ul li a:hover,
.menu3 ul li.active a {
  color: #fff;
}
.menu3 ul li.active a {
  font-weight: bold;
}

.footer {
  display: block;
  width: 980px;
  margin: auto;
  margin-top: 10px;
}
.copyright {
  display: block;
  float: right;
  font-size: 12px;
}
a#join_mailing_list {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.pattern .box {
  display: block;
  width: 1000px;
  height: 500px;
  margin: auto;
  -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: right top;
}
.pattern .box .crop {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
.content-tone-0 .pattern .box .crop {
  background-image: url(../images/crop/crop_light.png);
}
.pattern .box,
.content-tone-0 .pattern .box {
  background-color: #ccc;
  color: #222;
}
.content-tone-1 .pattern .box .crop {
  background-image: url(../images/crop/crop_dark.png);
}
.content-tone-1 .pattern .box {
  background-color: #111;
  color: #fff;
}
.content-tone-0 .fade {
  background-color: rgba(255, 255, 255, 0.35);
  -moz-border-radius: 4px;
  -webkit-border: 4px;
  border-radius: 4px;
}
.content-tone-0 .shadow {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}
.content-tone-1 .fade {
  background-color: rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border: 4px;
  border-radius: 4px;
}
.content-tone-1 .shadow {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  border: 1px solid #222;
}
.box .color {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.content-tone-0 .fc-widget-header {
  border-color: #ccc;
  background-color: #efefef;
}
.content-tone-0 .fc-widget-content {
  border-color: #ccc;
  background-color: #fff;
}
.content-tone-0 .fc-other-month {
  background-color: #e2e2e2;
}
.content-tone-0 .fc-today {
  background-color: #ddd;
}
.content-tone-1 .fc-widget-header {
  border-color: #444;
  background-color: #222;
}
.content-tone-1 .fc-widget-content {
  border-color: #444;
  background-color: #333;
}
.content-tone-1 .fc-other-month {
  background-color: #222;
}
.content-tone-1 .fc-today {
  background-color: #666;
}

.box .accent {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.accent-none .box .accent {
  background-image: none;
}
.accent-0 .box .accent {
  background-image: url(../images/accents/accent0.png);
}
.accent-1 .box .accent {
  background-image: url(../images/accents/accent1.png);
}
.accent-2 .box .accent {
  background-image: url(../images/accents/accent2.png);
}
.accent-3 .box .accent {
  background-image: url(../images/accents/accent3.png);
}
.accent-4 .box .accent {
  background-image: url(../images/accents/accent4.png);
}
.accent-5 .box .accent {
  background-image: url(../images/accents/accent5.png);
}
.accent-6 .box .accent {
  background-image: url(../images/accents/accent6.png);
}
.accent-7 .box .accent {
  background-image: url(../images/accents/accent7.png);
}
.accent-8 .box .accent {
  background-image: url(../images/accents/accent8.png);
}
.accent-9 .box .accent {
  background-image: url(../images/accents/accent9.png);
}

.logo {
  display: block;
  text-align: center;
}
.logo h1 {
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 10px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.title-font-0 .logo h1 {
  font-family: "Pinyon Script", cursive;
  font-size: 90px;
  line-height: 60px;
  margin: 0px;
  font-weight: 100;
}
.title-font-1 .logo h1 {
  font-family: "Ledger", serif;
  font-size: 75px;
  line-height: 65px;
  margin: 0px;
  font-weight: 100;
}
.title-font-2 .logo h1 {
  font-family: "Great Vibes", cursive;
  font-size: 90px;
  line-height: 60px;
  margin: 0px;
  font-weight: 100;
}
.title-font-3 .logo h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 80px;
  line-height: 60px;
  margin: 0px;
  font-weight: 100;
}
.title-font-4 .logo h1 {
  font-family: "Syncopate", sans-serif;
  font-size: 80px;
  line-height: 60px;
  margin: 0px;
  font-weight: 100;
}

.sub-font-0 h2,
.sub-font-0 h3,
.sub-font-0 .tagline,
.sub-font-0 .menu,
.sub-font-0 .font {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}
.sub-font-1 h2,
.sub-font-1 h3,
.sub-font-1 .tagline,
.sub-font-1 .menu,
.sub-font-1 .font {
  font-family: "Montserrat", sans-serif;
}
.sub-font-2 h2,
.sub-font-2 h3,
.sub-font-2 .tagline,
.sub-font-2 .menu,
.sub-font-2 .font {
  font-family: "BenchNine", sans-serif;
}
.sub-font-3 h2,
.sub-font-3 h3,
.sub-font-3 .tagline,
.sub-font-3 .menu,
.sub-font-3 .font {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
  font-size: 23px;
  line-height: 22px;
  margin: 0px;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 5px;
}
h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0px;
  font-weight: 100;
  padding-bottom: 15px;
  padding-top: 15px;
}
.tagline {
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  padding-bottom: 25px;
}

/* color0 */
.main-color-0 .jspDrag {
  background-color: rgba(119, 119, 119, 0.5);
}
.main-color-0 .box .color {
  background-image: url(../images/colors/color0.png);
}
.main-color-0 .logo .tagline,
.main-color-0 .content a,
.main-color-0 th,
.main-color-0 h2,
.main-color-0 h3,
.main-color-0 .text-color,
.main-color-0 .newsletter a {
  color: #777777;
}
.main-color-0 .content a:hover,
.main-color-0 .newsletter a:hover {
  color: #999999;
}
.main-color-0 .menu ul li a:hover,
.main-color-0 .menu ul li.active a {
  border-top: 5px solid #777777;
}
.main-color-0 .blog .date_box {
  border: 1px solid #777777;
}
.main-color-0 .inputbox:focus {
  border: 2px solid #777777;
}
.main-color-0 .button {
  background-color: #777777;
  color: #fff;
  border: 1px solid #777777;
  background-image: url(../images/gradient.png);
}
.main-color-0 .button:hover {
  background-color: #999999;
}
.main-color-0 .floating-banner {
  background-image: url(../images/ribbon-color-0.png);
}

/* color1 */
.main-color-1 .jspDrag {
  background-color: rgba(122, 164, 177, 0.5);
}
.main-color-1 .box .color {
  background-image: url(../images/colors/color1.png);
}
.main-color-1 .logo .tagline,
.main-color-1 .content a,
.main-color-1 th,
.main-color-1 h2,
.main-color-1 h3,
.main-color-1 .text-color,
.main-color-1 .newsletter a {
  color: #5fa5b8;
}
.main-color-1 .content a:hover,
.main-color-1 .newsletter a:hover {
  color: #97b8c1;
}
.main-color-1 .menu ul li a:hover,
.main-color-1 .menu ul li.active a {
  border-top: 5px solid #527e8b;
}
.main-color-1 .blog .date_box {
  border: 1px solid #5fa5b8;
}
.main-color-1 .inputbox:focus {
  border: 2px solid #5fa5b8;
}
.main-color-1 .button {
  background-color: #5fa5b8;
  color: #fff;
  border: 1px solid #5fa5b8;
  background-image: url(../images/gradient.png);
}
.main-color-1 .button:hover {
  background-color: #407c8e;
}
.main-color-1 .floating-banner {
  background-image: url(../images/ribbon-color-1.png);
}

/* color2 */
.main-color-2 .jspDrag {
  background-color: rgba(104, 179, 108, 0.5);
}
.main-color-2 .box .color {
  background-image: url(../images/colors/color2.png);
}
.main-color-2 .logo .tagline,
.main-color-2 .content a,
.main-color-2 th,
.main-color-2 h2,
.main-color-2 h3,
.main-color-2 .text-color,
.main-color-2 .newsletter a {
  color: #4a934e;
}
.main-color-2 .content a:hover,
.main-color-2 .newsletter a:hover {
  color: #68b36c;
}
.main-color-2 .menu ul li a:hover,
.main-color-2 .menu ul li.active a {
  border-top: 5px solid #4a934e;
}
.main-color-2 .blog .date_box {
  border: 1px solid #4a934e;
}
.main-color-2 .inputbox:focus {
  border: 2px solid #4a934e;
}
.main-color-2 .button {
  background-color: #4a934e;
  color: #fff;
  border: 1px solid #4a934e;
  background-image: url(../images/gradient.png);
}
.main-color-2 .button:hover {
  background-color: #68b36c;
}
.main-color-2 .floating-banner {
  background-image: url(../images/ribbon-color-2.png);
}

/* color3 */
.main-color-3 .jspDrag {
  background-color: rgba(109, 71, 112, 0.5);
}
.main-color-3 .box .color {
  background-image: url(../images/colors/color3.png);
}
.main-color-3 .logo .tagline,
.main-color-3 .content a,
.main-color-3 th,
.main-color-3 h2,
.main-color-3 h3,
.main-color-3 .text-color,
.main-color-3 .newsletter a {
  color: #8a5a8c;
}
.main-color-3 .content a:hover,
.main-color-3 .newsletter a:hover {
  color: #6d4770;
}
.main-color-3 .menu ul li a:hover,
.main-color-3 .menu ul li.active a {
  border-top: 5px solid #8a5a8c;
}
.main-color-3 .blog .date_box {
  border: 1px solid #8a5a8c;
}
.main-color-3 .inputbox:focus {
  border: 2px solid #8a5a8c;
}
.main-color-3 .button {
  background-color: #8a5a8c;
  color: #fff;
  border: 1px solid #8a5a8c;
  background-image: url(../images/gradient.png);
}
.main-color-3 .button:hover {
  background-color: #6d4770;
}
.main-color-3 .floating-banner {
  background-image: url(../images/ribbon-color-3.png);
}

/* color4 */
.main-color-4 .jspDrag {
  background-color: rgba(156, 0, 0, 0.5);
}
.main-color-4 .box .color {
  background-image: url(../images/colors/color4.png);
}
.main-color-4 .logo .tagline,
.main-color-4 .content a,
.main-color-4 th,
.main-color-4 h2,
.main-color-4 h3,
.main-color-4 .text-color,
.main-color-4 .newsletter a {
  color: #b70000;
}
.main-color-4 .content a:hover,
.main-color-4 .newsletter a:hover {
  color: #820000;
}
.main-color-4 .menu ul li a:hover,
.main-color-4 .menu ul li.active a {
  border-top: 5px solid #b70000;
}
.main-color-4 .blog .date_box {
  border: 1px solid #b70000;
}
.main-color-4 .inputbox:focus {
  border: 2px solid #b70000;
}
.main-color-4 .button {
  background-color: #b70000;
  color: #fff;
  border: 1px solid #b70000;
  background-image: url(../images/gradient.png);
}
.main-color-4 .button:hover {
  background-color: #820000;
}
.main-color-4 .floating-banner {
  background-image: url(../images/ribbon-color-4.png);
}

/* color5 */
.main-color-5 .jspDrag {
  background-color: rgba(154, 82, 120, 0.5);
}
.main-color-5 .box .color {
  background-image: url(../images/colors/color5.png);
}
.main-color-5 .logo .tagline,
.main-color-5 .content a,
.main-color-5 th,
.main-color-5 h2,
.main-color-5 h3,
.main-color-5 .text-color,
.main-color-5 .newsletter a {
  color: #ba7c9c;
}
.main-color-5 .content a:hover,
.main-color-5 .newsletter a:hover {
  color: #9a5278;
}
.main-color-5 .menu ul li a:hover,
.main-color-5 .menu ul li.active a {
  border-top: 5px solid #ba7c9c;
}
.main-color-5 .blog .date_box {
  border: 1px solid #ba7c9c;
}
.main-color-5 .inputbox:focus {
  border: 2px solid #ba7c9c;
}
.main-color-5 .button {
  background-color: #ba7c9c;
  color: #fff;
  border: 1px solid #ba7c9c;
  background-image: url(../images/gradient.png);
}
.main-color-5 .button:hover {
  background-color: #9a5278;
}
.main-color-5 .floating-banner {
  background-image: url(../images/ribbon-color-5.png);
}

/* color6 */
.main-color-6 .jspDrag {
  background-color: rgba(50, 168, 156, 0.5);
}
.main-color-6 .box .color {
  background-image: url(../images/colors/color6.png);
}
.main-color-6 .logo .tagline,
.main-color-6 .content a,
.main-color-6 th,
.main-color-6 h2,
.main-color-6 h3,
.main-color-6 .text-color,
.main-color-6 .newsletter a {
  color: #32a89c;
}
.main-color-6 .content a:hover,
.main-color-6 .newsletter a:hover {
  color: #28867c;
}
.main-color-6 .menu ul li a:hover,
.main-color-6 .menu ul li.active a {
  border-top: 5px solid #32a89c;
}
.main-color-6 .blog .date_box {
  border: 1px solid #32a89c;
}
.main-color-6 .inputbox:focus {
  border: 2px solid #32a89c;
}
.main-color-6 .button {
  background-color: #32a89c;
  color: #fff;
  border: 1px solid #32a89c;
  background-image: url(../images/gradient.png);
}
.main-color-6 .button:hover {
  background-color: #28867c;
}
.main-color-6 .floating-banner {
  background-image: url(../images/ribbon-color-6.png);
}

/* color7 */
.main-color-7 .jspDrag {
  background-color: rgba(172, 151, 86, 0.5);
}
.main-color-7 .box .color {
  background-image: url(../images/colors/color7.png);
}
.main-color-7 .logo .tagline,
.main-color-7 .content a,
.main-color-7 th,
.main-color-7 h2,
.main-color-7 h3,
.main-color-7 .text-color,
.main-color-7 .newsletter a {
  color: #ac9756;
}
.main-color-7 .content a:hover,
.main-color-7 .newsletter a:hover {
  color: #8b6f3f;
}
.main-color-7 .menu ul li a:hover,
.main-color-7 .menu ul li.active a {
  border-top: 5px solid #ac9756;
}
.main-color-7 .blog .date_box {
  border: 1px solid #ac9756;
}
.main-color-7 .inputbox:focus {
  border: 2px solid #ac9756;
}
.main-color-7 .button {
  background-color: #ac9756;
  color: #fff;
  border: 1px solid #ac9756;
  background-image: url(../images/gradient.png);
}
.main-color-7 .button:hover {
  background-color: #8b6f3f;
}
.main-color-7 .floating-banner {
  background-image: url(../images/ribbon-color-7.png);
}

.logged-in {
  display: block;
  position: absolute;
  margin-left: 50px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  -moz-border-radius: 0px;
  -webkit-border: 0px;
  border-radius: 0px;
}
.content-tone-1 .logged-in a {
  color: #fff;
}

.box .content {
  display: block;
  width: 600px;
  height: 400px;
  padding: 50px;
  font-size: 12px;
  line-height: 16px;
  line-height: 150%;
}

.content-tone-0 .jspArrow.jspArrowUp {
  background-image: url(../images/scroll_top_black.png);
}
.content-tone-0 .jspArrow.jspArrowDown {
  background-image: url(../images/scroll_bottom_black.png);
}
.content-tone-0 .jspTrack {
  background-image: url(../images/scroll_bg_black.png);
}
.content-tone-0 .album .thumb img,
.content-tone-0 .photo_gallery img {
  border: 1px solid #ccc;
  background-color: #e5e5e5;
}
.content-tone-1 .jspArrow.jspArrowUp {
  background-image: url(../images/scroll_top_white.png);
}
.content-tone-1 .jspArrow.jspArrowDown {
  background-image: url(../images/scroll_bottom_white.png);
}
.content-tone-1 .jspTrack {
  background-image: url(../images/scroll_bg_white.png);
}
.content-tone-1 .album .thumb img,
.content-tone-1 .photo_gallery img {
  border: 1px solid #777;
  background-color: #222;
}

.scroll-pane {
  width: 100%;
  height: 100%;
  overflow: auto;
  height: 400px;
}
.scroll-pane:focus {
  outline: none;
}
.horizontal-only {
  height: auto;
}
.jspHorizontalBar {
  display: none;
}
.jspArrow.jspArrowUp {
  height: 13px;
  background-repeat: no-repeat;
  background-position: center top;
}
.jspArrow.jspArrowDown {
  height: 13px;
  background-repeat: no-repeat;
  background-position: center top;
}
.jspTrack {
  background-repeat: repeat-y;
  background-position: center;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  padding-right: 20px;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 12px;
  margin: auto;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  float: left;
  height: 100%;
}
.scroll-pane.disclaimer {
  height: 350px;
}

.input-mini {
  width: 15%;
}
.input-small {
  width: 30%;
}
.input-medium {
  width: 50%;
}
.input-large {
  width: 70%;
}
.input-xlarge {
  width: 85%;
}

.clear {
  clear: both;
}

.button {
  width: auto;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.small {
  font-size: 10px;
  color: #666;
}
.center {
  text-align: center;
}

.content-tone-0 .inputbox.error,
.content-tone-0 .inputbox.error:focus,
.content-tone-1 .inputbox.error,
.content-tone-1 .inputbox.error:focus {
  border: 2px solid #f00;
}
label.error,
.validation_message {
  color: #f00;
}

.login-box {
  display: block;
  padding: 20px;
  width: 425px;
  text-align: left;
  margin-top: 25px;
}
.login-box .row label {
  float: left;
  width: 130px;
}
.login-box .row .align {
  display: block;
  margin-left: 130px;
}

.border-bottom {
  border-bottom: 1px dotted rgba(153, 153, 153, 0.5);
}
.secured {
  background-image: url(../images/secure.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
}

.inputbox {
  padding: 5px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: inset 2px 3px 3px #c5c5c5;
  -webkit-box-shadow: inset 2px 3px 3px #c5c5c5;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 3px;
  box-shadow: inset 2px 3px 8px #c5c5c5;
  font-size: 13px;
  color: #111;
}
.content-tone-0 .inputbox {
  border: 2px solid #ccc;
}
.content-tone-1 .inputbox {
  border: 2px solid #777;
}
.inputbox:focus {
  box-shadow: inset 2px 3px 8px #999;
}

.entry {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.entry .title {
  font-size: 15px;
}
.entry .date {
  font-size: 11px;
}

.row {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  clear: both;
  overflow: visible;
}
.row label {
  float: left;
  width: 160px;
}
.row.form label {
  padding-top: 5px;
}
.row .align {
  display: block;
  margin-left: 170px;
}

.captcha {
  display: block;
  padding: 15px;
  margin-top: 8px;
}

.table {
  width: 95%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-spacing: 0px;
  -moz-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.table tr td,
.table tr th {
  padding: 10px;
  margin: 0;
  text-align: left;
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: 1px solid;
}
.content-tone-0 .table tr td,
.content-tone-0 .table tr th {
  background-image: url(../images/gradient-white.png);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.content-tone-1 .table tr td,
.content-tone-1 .table tr th {
  background-image: url(../images/gradient.png);
  border-bottom-color: rgba(63, 63, 63, 0.5);
}

.album {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px;
  float: left;
  width: 250px;
}
.album .thumb {
  display: block;
  float: left;
}
.album .thumb img {
  width: 60px;
  border-radius: 2px;
  padding: 4px;
}
.album .details {
  display: block;
  margin-left: 85px;
}
.album .details .title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
.select_album {
  display: block;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  text-align: center;
}
.photo_gallery {
  display: block;
  padding: 10px;
}
.photo_gallery img {
  border-radius: 2px;
  margin: 2px;
  padding: 4px;
  width: 95px;
}
.photo_gallery img:hover {
  border: 1px solid #888;
}

.blog .date_box {
  display: block;
  text-align: center;
  border: 1px solid #555;
  width: 50px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #666;
  float: left;
}
.blog .date_box .month {
  display: block;
  padding: 1px;
  font-size: 10px;
  color: #999;
  background-color: #333;
  text-transform: uppercase;
}
.blog .date_box .day {
  display: block;
  padding: 2px;
  padding-top: 5px;
  font-size: 25px;
  color: #fff;
}
.blog .date_box .year {
  display: block;
  font-size: 10px;
  color: #999;
}
.blog .body {
  display: block;
  margin-left: 70px;
}
.blog .title {
  font-size: 20px;
}
.blog-title {
  font-size: 24px;
  line-height: 27px;
}
.entry.blog {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.featured_image {
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
}
.featured_image img {
  max-width: 450px;
}

.faq .entry p {
  margin-bottom: 20px;
  margin-top: 0px;
}

.screening-box {
  display: block;
  padding: 15px;
  margin-bottom: 25px;
  width: 90%;
}
.screening-box .title {
  font-size: 18px;
  padding-bottom: 10px;
}

.links .entry img {
  max-width: 530px;
}
.new-banner {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
.new-banner img {
  max-width: 550px;
  margin-bottom: 5px;
}
.new-banner textarea {
  width: 90%;
  font-size: 11px;
}

.contact-form {
  display: block;
  padding: 15px;
  width: 300px;
  text-align: left;
  float: right;
  margin-right: 20px;
  margin-left: 15px;
}
.contact-form .row .align {
  margin-left: 110px;
}

.wishlist li {
  list-style-type: square;
}

.options {
  display: block;
  clear: both;
  font-size: 20px;
}
.options a.button {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.options .enter {
  display: block;
  float: left;
  width: 100px;
}
.options .exit {
  display: block;
  float: left;
  width: 100px;
}
.options .exit a {
  text-decoration: none;
}

.floating-banner {
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: block;
  width: 166px;
  height: 163px;
  font-size: 0px;
  float: right;
}
.floating-banner .available_now {
  display: block;
  width: 166px;
  height: 163px;
  background-image: url("https://cdn1-0813065bcltd.netdna-ssl.com/images/status_available_now.png");
}
.floating-banner .online_now {
  display: block;
  width: 166px;
  height: 163px;
  background-image: url("https://cdn1-0813065bcltd.netdna-ssl.com/images/status_online_now.png");
}
.floating-banner .available_tonight {
  display: block;
  width: 166px;
  height: 163px;
  background-image: url("https://cdn1-0813065bcltd.netdna-ssl.com/images/status_available_tonight.png");
}

.ui-widget-header {
  display: none;
}
.ui-widget {
  border: 0px;
  color: #ccc;
  background-color: #333;
  background-image: none;
  padding: 30px;
  -moz-box-shadow: 2px 3px 12px #000;
  -webkit-box-shadow: 2px 3px 12px #000;
  box-shadow: 2px 3px 12px #000;
}
.ui-widget-overlay {
  background: none;
  background-color: #000;
  opacity: 0.7;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.newsletter {
  display: block;
  padding: 20px;
  background-color: #2d2d2d;
  font-size: 12px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.newsletter input,
.newsletter select {
  padding: 10px;
  margin-bottom: 5px;
}
.newsletter .mailing-intro {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.newsletter .divider {
  display: block;
  height: 1px;
  background-color: #444;
  margin-top: 10px;
  margin-top: 10px;
}
.newsletter .optional {
  display: block;
  font-size: 13px;
  color: #818181;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}
.newsletter .lists {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  margin-bottom: 4px;
}

.inputbox.icon-name {
  padding-left: 20px;
  background-image: url(../images/icon_name.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.inputbox.icon-phone {
  padding-left: 20px;
  background-image: url(../images/icon_phone.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.inputbox.icon-email {
  padding-left: 20px;
  background-image: url(../images/icon_email.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}

.members-signup {
  display: block;
  padding: 20px;
  background-color: #2d2d2d;
  font-size: 12px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.members-signup input,
.members-signup textarea {
  padding: 10px;
  margin-bottom: 10px;
}
.members-signup .text-intro {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.members-signup label {
  font-size: 12px;
  color: #999;
}

.video {
  display: block;
  float: left;
  margin: 10px;
  width: 240px;
  margin-bottom: 15px;
  height: 180px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.video img {
  width: 240px;
  height: 180px;
}
.video_duration {
  display: block;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 0 5px #444;
  -webkit-box-shadow: 2px 0 5px #444;
  box-shadow: 2px 0 5px #444;
  background-color: #111;
  margin: auto;
  margin-left: 9px;
  margin-top: 154px;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
}

.email-management .divider {
  display: block;
  height: 1px;
  background-color: #444;
  margin-top: 0px;
  margin-top: 10px;
}

.links-bottom {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ad-wrapper {
  display: block;
  width: 740px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
  font-size: 9px;
}
.ad-wrapper a {
  text-decoration: none;
}
.ad-footer {
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border: 3px;
  border-radius: 3px;
}
.adspace_photo {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background-color: #111;
  margin-bottom: 10px;
}

.ebiz-footer {
  display: block;
  text-align: center;
  font-size: 10px;
  padding-bottom: 15px;
  padding-top: 25px;
}
.ebiz-footer a {
  text-decoration: none;
  border: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.ebiz-footer a:hover {
  opacity: 1;
  filter: alpha(opacity=1);
  color: inherit;
}
.ebiz-footer img {
  vertical-align: middle;
  padding-left: 5px;
}

.footer-links {
  display: block;
  text-align: center;
  font-size: 10px;
  padding-bottom: 35px;
}
.footer-links a {
  text-decoration: none;
  border: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
  padding-left: 8px;
  padding-right: 8px;
}
.footer-links a:hover {
  opacity: 1;
  filter: alpha(opacity=1);
  color: inherit;
}

.fc-event {
  color: #555;
}
.fc-content {
  -moz-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
}

.member-signup {
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
}

.options {
  display: block;
  margin-top: 30px;
}

.header-ads {
  display: block;
  text-align: center;
  font-size: 12px;
  background-color: #ddd;
  border-bottom-width: 1px solid #555;
  padding: 10px 0;
}
.header-ads .ad-impression {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding: 10px;
}
.header-ads .ad-impression .ad-headline {
  font-weight: bold;
  font-size: 15px;
}
.background-tone-0 .pattern .header-ads .ad-impression a,
.background-tone-1 .pattern .header-ads .ad-impression a {
  color: #fff;
}
.background-tone-0 .pattern .header-ads .ad-impression a:hover,
.background-tone-0 .pattern .header-ads .ad-impression a:hover {
  color: #ccc;
}

.ad-wrapper {
  display: block;
  text-align: center;
}
#footer-banner-ad-300-1,
#footer-banner-ad-300-2,
#footer-banner-ad-300-3 {
  display: inline-block;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border: 3px;
  border-radius: 3px;
  margin: 5px;
}
.ad-wrapper a {
  text-decoration: none;
}

.ad-header .ad-headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 7px;
}

.adspace_photo {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  background-color: #111;
  margin-bottom: 10px;
}

.viewer-ads {
  color: #fff;
}
#magnific-container .ad-impression .ad-headline {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}

.cv-banner {
  display: block;
  background-color: #fff;
  text-align: center;
}
.cv-banner img {
  width: 100%;
  max-width: 998px;
}

.omg-bottom-links {
  max-width: 1000px;
  margin: 30px auto !important;
}

.cityvibe-footer {
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
