/******************************************************************
Site Name: Diva Next Door
Author: Sean McNamara

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  zoom: 1;
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: Diva Next Door
Author: Sean McNamara

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  
}
@font-face {
  font-family: 'Conv_HelveticaNeueLTStd-UltLt';
  src: url('../fonts/HelveticaNeueLTStd-UltLt.eot');
  src: local('☺'), url('../fonts/HelveticaNeueLTStd-UltLt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-UltLt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-UltLt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Diva Next Door
Author: Sean McNamara

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

*********************/
body {
  background: #000000;
}
body .container {
  padding-top: 0em;
  padding-bottom: 2em;
  background: url("../images/Background.jpg") top center no-repeat #000000;
  position: relative;
  background-position-y: 0px;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}
body#innerPage .container {
  padding-top: 0em;
  background: #000000;
  position: relative;
}
body#innerPage .content .inner {
  padding-top: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
body.registerPage {
  background: #e9e9e9;
}
body.registerPage .container {
  background: #e9e9e9;
}
body.registerPage .container .header {
  display: none;
}
body.registerPage .footer {
  display: none !important;
}
body.registerPage .content {
  top: 50px;
}
body.whitePage .container {
  background: #fff !important;
  color: #000!important;
}
body.whitePage h1 {
  color: #000;
  font-weight: bold;
}
body.whitePage p {
  color: #000;
}
body.whitePage ul li {
  color: #000;
}
/* Header Stuff */
.header {
  position: relative;
  top: 0;
  background: url("../images/nav_bg.png") top right repeat-x;
}
.header .mobile {
  width: 100%;
  display: inline-block;
}
.header a.logo {
  position: relative;
  float: left;
}
.header .menu {
  display: none;
}
.header #menu-icon {
  position: relative;
  float: right;
  color: #fff;
  padding-top: 25px;
  padding-right: 10px;
  cursor: pointer;
}
/*Featured Stuff */
.featured {
  position: relative;
  top: 0;
}
.featured .slideshow {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
}
.featured .slideshow #slides .slides_container {
  height: 200px;
}
.featured .slideshow #slides .slides_container .slides_control {
  height: auto!important;
}
.featured .slideshow #slides .slides_container .slides_control a {
  width: 44%;
}
.featured .slideshow #slides .slides_container .slides_control a img {
  width: 100%;
  height: 100%;
}
.featured .slideshow #slides ul.pagination {
  display: none;
}
.signupMenu {
  position: relative;
  top: 8px;
  margin: 0 auto;
}
.signupMenu .facebook {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 301px;
  height: 48px;
  margin-left: 1em;
  background-image: url("../images/facebook.png");
  cursor: pointer;
}
.signupMenu .facebook:hover {
  background-image: url("../images/facebook_hover.png");
}
.signupMenu .facebook a {
  width: 301px;
  height: 48px;
  display: block;
}
.signupMenu .twitter {
  position: relative;
  float: left;
  width: 301px;
  height: 48px;
  background-image: url("../images/twitter.png");
  cursor: pointer;
  margin-left: 40px;
}
.signupMenu .twitter:hover {
  background-image: url("../images/twitter_hover.png");
}
.signupMenu .twitter a {
  width: 301px;
  height: 48px;
  display: block;
}
.signupMenu .login {
  width: 301px;
  height: 48px;
}
.signupMenu .login a {
  width: 301px;
  height: 48px;
  display: block;
}
.experience {
  margin-bottom: 1em;
}
.experience .socialMedia {
  position: relative;
}
.experience .right {
  position: relative;
  display: block;
  top: 1em;
  padding: 5px;
  color: #ffffff;
}
.content {
  position: relative;
  top: 1em;
}
.content .sidebar .advert {
  margin-bottom: 40px;
}
.content .sidebar .tags {
  display: inline-block;
  margin-bottom: 40px;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature {
  color: #fff;
  clear: both;
  font-size: 14px;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .left {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .left img:hover {
  outline: 3px inset red;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .right {
  position: relative;
  width: 50%;
  float: left;
  padding-top: 8%;
  padding-left: 5px;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .right a {
  color: #ffffff;
  text-decoration: none;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .right a:hover {
  text-decoration: underline;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .top img:hover {
  outline: 3px inset red;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .bottom {
  margin-bottom: 10px;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .bottom a {
  color: #ffffff;
  text-decoration: none;
}
.content .sidebar .recentfeatures .recentfeaturebox .recentFeature .bottom a:hover {
  text-decoration: underline;
}
.content .sidebar .facebookfeedbox {
  margin-bottom: 40px;
}
.content .inner {
  position: relative;
}
.content .inner ul {
  margin-left: 2em;
}
.content .inner .divasWrapper {
  margin-top: 36px;
}
.content .inner .divasWrapper p.divaName {
  margin-top: 7px;
  margin-bottom: 26px;
}
.content .inner .divaimages {
  position: relative;
  display: block;
  float: left;
}
.content .inner .divaimages img:hover {
  outline: 3px inset red;
}
.content .inner a.smallfeatureimage img {
  float: left;
  width: 190px;
  height: 190px;
}
.content .inner .featureWrap .featureWrapper .row:first-child {
  border-top: 1px dotted #ffffff;
  padding-top: 20px;
}
.content .inner .featureWrapper p {
  line-height: 17px;
}
.content .inner .featureWrapper .row {
  float: left;
  margin-bottom: 10px;
}
.content .inner .featureWrapper .row .featureimage a img:hover {
  outline: 3px solid red;
}
.content .inner .featureWrapper .row a.smallfeatureimage img {
  float: left;
  width: 94px;
  height: 94px;
}
.content .inner .featureWrapper .row a.smallfeatureimage img:hover {
  outline: 3px solid red;
}
.content .inner .featureWrapper .row .featureimages {
  float: left;
}
.content .inner .featureWrapper .row .featureimages .smallfeatureimage img:hover {
  outline: 3px solid red;
}
.content .inner .featureWrapper .row .featuretitle {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
  top: -2px;
}
.content .inner .featureWrapper .row a.readmore {
  position: relative;
  display: inline-block;
  top: -5px;
  margin-left: 5px;
  color: #e3001a;
}
.content .inner .featureWrapper .row .readMoreImage {
  position: relative;
  top: 5px;
}
.content .inner .featureWrapper .row .rightColumn {
  padding: 5px;
  margin-right: 15px;
}
.content .inner .featureWrapper .row .leftColumn .featureimageoneimage {
  width: 285px;
}
.content .inner .featureWrapper .row .newFeatureText {
  position: relative;
  display: inline-block;
  top: -16px;
  margin-bottom: -8px;
  padding-left: 5px;
}
.content .inner .featureWrapper .row a {
  color: #fff;
}
.content .inner .featureWrapper .row a:hover {
  color: red;
}
.content .inner .featureWrapper#imageTextLeft {
  position: relative;
  display: block;
  clear: both;
  border-top: 1px dotted #ffffff;
  padding-top: 22px;
}
.content .inner .featureWrapper#imageTextLeft:first-child {
  border-top: none;
}
.content .inner .featureWrapper .row#imageTextLeft {
  position: relative;
  width: 50%;
  float: left;
  border-top: none;
  padding-top: 0px;
}
.content .inner .featureWrapper .row#imageTextLeft:last-child {
  padding-left: 6px;
}
.content .inner .featureWrapper:first-child .row:first-child {
  border-top: none;
}
.content .inner .featureWrap:first-child {
  border-top: none;
}
.content .inner .featureWrap:first-child .row:first-child {
  border-top: none;
}
.content .inner .divaWrapper {
  position: relative;
  display: block;
  width: 980px;
  clear: both;
}
.content .inner .divaWrapper .redline980 {
  margin-bottom: 28px;
}
.content .inner .divaWrapper .diva {
  position: relative;
  display: block;
  float: left;
  width: 237px;
  margin-left: 8px;
  margin-top: 8px;
  color: #fff;
}
.content .inner .divaWrapper .diva img {
  height: 133px;
  width: 237px;
}
.content .inner .divaWrapper .diva img:hover {
  outline: 3px solid red;
}
.content .inner .divaWrapper .diva p {
  margin-top: 6px;
  margin-bottom: 19px;
}
.content .inner .viewFeatureVideo {
  width: 286px;
  height: 200px;
}
.footer {
  display: none;
}
.footer .row {
  position: relative;
  margin: 0 auto;
}
.footer .column {
  position: relative;
  display: block;
  width: 150px;
  float: left;
}
/*Sign up and Login */
.loginModal {
  display: none;
  z-index: 500;
  margin-top: 0;
}
.loginModal .social {
  position: relative;
  top: -9px;
}
.loginModal .social p {
  position: relative;
  top: 19px;
  color: #7e7f81;
  font-size: 14px;
  text-align: center;
}
.loginModal .social .loginLogo {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
.loginModal .social .facebookSignIn {
  position: relative;
  top: 8px;
  background-image: url("../images/login/facebook.png");
  width: 260px;
  height: 43px;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.loginModal .social .facebookSignIn:hover {
  background-image: url("../images/login/facebook_on.png");
}
.loginModal .social .twitterSignIn {
  position: relative;
  top: 7px;
  background-image: url("../images/login/twitter.png");
  width: 260px;
  height: 43px;
  cursor: pointer;
}
.loginModal .social .twitterSignIn:hover {
  background-image: url("../images/login/twitter_on.png");
}
.loginModal .social .emailSignIn {
  top: 22px;
  background-image: url("../images/login/email.png");
  width: 190px;
  height: 43px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loginModal .social .emailSignIn:hover {
  background-image: url("../images/login/email_on.png");
}
/*New Model Registration Form*/
form.fancyRegisterModelForm {
  position: relative;
  margin: 0 auto;
  width: 450px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
form.fancyRegisterModelForm h4 {
  color: #525252;
  font-size: 23px;
  border: none;
  margin: 0;
  padding-top: 10px;
  padding-left: 30px;
}
form.fancyRegisterModelForm p.info {
  padding-left: 30px;
  padding-right: 20px;
  color: #333;
  font-size: 15px;
}
form.fancyRegisterModelForm p.error {
  padding-left: 30px;
  padding-right: 20px;
  color: red;
  font-size: 15px;
}
form.fancyRegisterModelForm ul {
  padding: 30px;
  padding-top: 10px;
  margin: 0;
}
form.fancyRegisterModelForm ul li {
  color: #888;
  font-size: 18px;
  font-weight: normal;
  list-style: none !important;
  border: none;
  margin-left: 0px !important;
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
}
form.fancyRegisterModelForm ul li p {
  width: 40%;
  float: left;
  color: #888;
}
form.fancyRegisterModelForm ul li input,
form.fancyRegisterModelForm ul li select,
form.fancyRegisterModelForm ul li textarea {
  position: relative;
  width: 60%;
  border-radius: 3px;
  font-size: 20px;
  padding: 15px;
  background-color: #f2f2f2;
  background: linear-gradient(#f0f0f0, #f5f5f5);
  border: 1px solid #d6d3ce;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12) inset;
  color: #333;
}
form.fancyRegisterModelForm ul li input.modelSearchRadio,
form.fancyRegisterModelForm ul li select.modelSearchRadio,
form.fancyRegisterModelForm ul li textarea.modelSearchRadio {
  width: auto;
  color: #333;
  background-color: none !important;
}
form.fancyRegisterModelForm .formFooter {
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 0 0 3px 3px;
  background: #f0f0f0;
  clear: both;
  height: 70px;
  border-top: 1px solid #dadada;
}
form.fancyRegisterModelForm .formFooter .formFooterButtons {
  float: right;
}
form.fancyRegisterModelForm .formFooter .formFooterButtons input {
  background-color: #009933;
  border: 1px solid #ccc;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  font-size: 15px;
  padding: 10px 18px;
}
form.fancyRegisterModelForm .formFooter .formFooterButtons input[disabled] {
  background-color: #ebebeb;
  cursor: default;
  color: #aaaaaa;
}
form.fancyRegisterModelForm .formFooter .formFooterButtons button {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  color: #5f5f5f;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  font-size: 15px;
  padding: 10px 18px;
}
form.fancyRegisterModelForm .formFooter .formFooterButtons button:hover {
  color: #cb2027;
}
/*New Registration Form*/
form.fancyRegisterForm {
  position: relative;
  margin: 0 auto;
  width: 470px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
form.fancyRegisterForm .facebookSignIn {
  background-image: url("../images/login/facebook.png");
  width: 260px;
  height: 43px;
  cursor: pointer;
  margin-bottom: 0.5em;
}
form.fancyRegisterForm .facebookSignIn:hover {
  background-image: url("../images/login/facebook_on.png");
}
form.fancyRegisterForm .twitterSignIn {
  background-image: url("../images/login/twitter.png");
  width: 260px;
  height: 43px;
  cursor: pointer;
}
form.fancyRegisterForm .twitterSignIn:hover {
  background-image: url("../images/login/twitter_on.png");
}
form.fancyRegisterForm p.info {
  padding-left: 30px;
  padding-right: 20px;
  color: #333;
  font-size: 15px;
}
form.fancyRegisterForm p.error {
  padding-left: 30px;
  padding-right: 20px;
  color: red;
  font-size: 15px;
}
form.fancyRegisterForm h4 {
  color: #525252;
  font-size: 23px;
  border: none;
  margin: 0;
  padding-top: 30px;
  padding-left: 35px;
  padding-bottom: 10px;
}
form.fancyRegisterForm img.closeImage {
  position: absolute;
  top: 20px;
  right: 20px;
}
form.fancyRegisterForm ul {
  padding: 30px;
  padding-top: 10px;
  margin: 0;
}
form.fancyRegisterForm ul.cityData {
  background-color: #f2f2f2;
  border: 1px solid #d6d3ce;
  padding: 0;
  margin-top: 5px;
  border-radius: 3px;
  display: none;
  z-index: 200;
  margin-left: 0;
}
form.fancyRegisterForm ul.cityData li {
  padding-top: 5px;
  padding-left: 30px;
  z-index: 300;
}
form.fancyRegisterForm ul.cityData li:hover {
  background-color: #ccc;
}
form.fancyRegisterForm ul li {
  color: #888;
  font-size: 18px;
  font-weight: normal;
  list-style: none !important;
  border: none;
  margin-left: 0px !important;
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
}
form.fancyRegisterForm ul li input {
  position: relative;
  width: 100%;
  border-radius: 3px;
  font-size: 20px;
  padding: 15px;
  background-color: #f2f2f2;
  background: linear-gradient(#f0f0f0, #f5f5f5);
  border: 1px solid #d6d3ce;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12) inset;
  color: #333;
}
form.fancyRegisterForm ul li input.error {
  border: 1px solid red;
}
form.fancyRegisterForm ul li input.sexRadio {
  width: auto;
  color: #333;
  background-color: none !important;
}
form.fancyRegisterForm ul li input.modelCheckbox {
  width: auto;
}
form.fancyRegisterForm ul li p {
  position: absolute;
  right: 11px;
  top: 9px;
  color: orange;
  margin: 10px 0 0;
  z-index: 500;
  font-size: 13px;
}
form.fancyRegisterForm ul li p.error {
  color: #cb2027;
}
form.fancyRegisterForm ul li.nicknameField {
  clear: both;
}
form.fancyRegisterForm ul li.firstNameField {
  width: 180px;
  float: left;
}
form.fancyRegisterForm ul li.sexField {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 15px;
}
form.fancyRegisterForm ul li.lastNameField {
  width: 180px;
  float: right;
}
form.fancyRegisterForm ul li.dateOfBirthField {
  clear: both;
}
form.fancyRegisterForm ul li.dateOfBirthField select {
  color: #888;
  width: 32.4%;
}
form.fancyRegisterForm ul li.cityDropDownField select {
  color: #888;
  width: 100%;
}
form.fancyRegisterForm ul li.modelSearch {
  display: none;
}
form.fancyRegisterForm .formFooter {
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 0 0 3px 3px;
  background: #f0f0f0;
  clear: both;
  height: 70px;
  border-top: 1px solid #dadada;
}
form.fancyRegisterForm .formFooter .formFooterButtons {
  float: right;
}
form.fancyRegisterForm .formFooter .formFooterButtons input {
  background-color: #009933;
  border: 1px solid #ccc;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  font-size: 15px;
  padding: 10px 18px;
}
form.fancyRegisterForm .formFooter .formFooterButtons input[disabled] {
  background-color: #ebebeb;
  cursor: default;
  color: #aaaaaa;
}
form.fancyRegisterForm .formFooter .formFooterButtons button {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  color: #5f5f5f;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  font-size: 15px;
  padding: 10px 18px;
}
form.fancyRegisterForm .formFooter .formFooterButtons button:hover {
  color: #cb2027;
}
/*Contestant Gallery */
#searchcontestantbox {
  position: absolute;
  right: 0;
  background: url('../images/users/contestant_search.png') no-repeat;
  width: 252px;
  height: 49px;
  outline: 0;
  margin-top: -16px;
}
#searchcontestantbox #searchcontestant {
  position: absolute;
  font-family: Arial;
  font-size: 13px;
  border: 0;
  outline: 0;
  color: #abacae;
  margin-left: 25px;
  width: 140px;
  margin-top: 15px;
  line-height: 17px;
}
.dropdown {
  margin: 0;
  padding: 0;
}
.dropdown li {
  position: relative;
  float: left;
  list-style: none !important;
  font-family: Arial;
  font-size: 14px;
}
.dropdown li a {
  border: 0px;
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  color: #d1151d;
}
.dropdown li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  margin-top: -4px;
  left: -20px;
}
.dropdown li ul li {
  float: none;
  display: inline-block;
  width: 200px;
  background: #e3001a;
}
.dropdown li ul li a {
  position: relative;
  color: #fff;
  z-index: 999;
  text-align: left;
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Top Fans */
.judgesbackground {
  background: url("../images/poll/top_judge_panel.png") no-repeat;
  z-index: 300;
  width: 600px;
  height: 106px;
}
.judgestext {
  color: #fff;
  font-size: 22px;
  margin-top: 7px;
}
.judgestexteven {
  color: #abacae;
  font-size: 14px;
}
.judgestextodd {
  color: #fff;
  font-size: 14px;
}
/* Login / Register */
.registerheading {
  font-family: Arial;
  font-size: 40px;
  color: #fff;
}
#registerbuttongreen {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/sign-up_off.png') no-repeat;
  width: 186px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
#registerbuttongrey {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/sign-up_on.png') no-repeat;
  width: 186px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
.registerfield2 {
  font-family: Arial;
  font-size: 16px;
  color: #808285;
  width: 390px;
  padding: 5px;
  border: 0;
  height: 29px;
  line-height: 29px;
}
#registerslogan {
  font-family: Arial;
  font-size: 20px;
  color: #ffffff;
}
#passwordbutton {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/recover_password.png') no-repeat;
  width: 371px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
/*Contact Page */
.inputfieldcontactdropdown {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 525px;
  height: 22px;
  outline: 0;
  border: 0;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 2px;
}
.inputfieldcontact {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 525px;
  height: 22px;
  outline: 0;
  border: 0;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 2px;
}
.inputfieldcontact2 {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 525px;
  outline: 0;
  border: 0;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 2px;
}
/*Polls */
#searchpollbox {
  position: relative;
  float: right;
  width: 252px;
  height: 49px;
  outline: 0;
  background: url('../images/poll/poll_search.png') no-repeat;
}
#searchpoll {
  position: absolute;
  font-family: Arial;
  font-size: 13px;
  border: 0;
  outline: 0;
  color: #abacae;
  margin-top: 15px;
  margin-left: 55px;
  width: 100px;
  line-height: 17px;
}
.completedpollpanel {
  position: relative;
  z-index: 275;
  float: left;
  width: 300px;
  height: 70px;
  background: url("../images/poll/hp_poll_panel2.png") no-repeat;
}
.completedpollnumber {
  color: #fff;
  float: left;
  margin-left: 16px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
}
.completedpollcountdown {
  color: #bdcd00;
  float: left;
  margin-left: 55px;
  margin-top: 3px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
}
.completedroundnumber {
  color: #fff;
  float: right;
  margin-right: 2px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
}
.completedpollflagletter {
  clear: right;
  position: relative;
  z-index: 275;
  float: left;
  margin-left: 5px;
  margin-top: -5px;
}
.completedpollimage {
  position: relative;
  z-index: 275;
  float: left;
  margin-top: 2px;
}
/*User Home Styles */
.userhomenormaltext {
  font-family: Arial;
  font-size: 14px;
  color: #a5aeb6;
}
.userhomenormaltext a {
  color: #e3001a;
  text-decoration: none;
}
.userhomenormaltext a:hover {
  text-decoration: underline;
}
.innerblockleft .featureimages a:hover {
  border: 3px solid #e3001a !important;
  border-style: inset;
}
#judgeinfo {
  float: right;
  margin-top: 4px;
}
/*User Settings */
.tinyHeader {
  height: 44px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 670;
  width: 100%;
}
.tinyHeader .left,
.tinyHeader .middle,
.tinyHeader .right {
  position: relative;
  display: block;
}
.tinyHeader .left {
  width: 15%;
  left: 0;
  float: left;
  margin-left: 5%;
}
.tinyHeader .middle {
  width: 60%;
  float: left;
}
.tinyHeader .right {
  width: 15%;
  margin-right: 5%;
  float: right;
}
.tinyHeader .logo {
  position: relative;
  display: block;
  margin: 0 auto;
}
ul.settingsSubNav {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  width: 200px;
  list-style-type: none !important;
}
ul.settingsSubNav li {
  border-bottom: 1px solid #dfdfdf;
  color: #dfdfdf;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  padding: 10px;
  list-style: none !important;
}
ul.settingsSubNav li.selected {
  background-color: #f0f0f0;
  color: #555;
  font-weight: bold;
}
form.settings {
  position: relative;
  display: block;
  margin: 50px auto 0;
  width: 734px;
}
form.settings ul {
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  margin-bottom: 14px;
}
form.settings ul li {
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
  padding: 15px 21px 15px 27px;
  list-style-type: none !important;
}
form.settings ul li:first-child {
  border-top: none;
}
form.settings ul li.success {
  text-align: center;
  background-color: #339933;
  color: white;
}
form.settings ul li ul {
  box-shadow: none;
}
form.settings ul li ul.cityData {
  position: relative;
  top: -24px;
  border: 1px solid #dfdfdf;
}
form.settings ul li ul.cityData li {
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}
form.settings ul li ul.cityData li:hover {
  background-color: #e9e9e9;
}
form.settings ul li ul li {
  border-top: none;
}
form.settings ul li span {
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}
form.settings ul li.sectionTitle {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
}
form.settings ul li.socialHeader {
  border-top: 1px solid #dfdfdf;
}
form.settings ul li.socialHeader h4 {
  font-size: 14px;
  font-weight: 200;
  font-family: Helvetica, sans-serif;
}
form.settings ul li.socialHeader .socialIconFacebook {
  width: 30px;
  height: 30px;
  background: url('../images/sprites.png') -503px -153px no-repeat;
  display: inline-block;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
form.settings ul li.socialHeader .socialIconTwitter {
  width: 30px;
  height: 30px;
  background: url('../images/sprites.png') -407px -217px no-repeat;
  display: inline-block;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
form.settings ul li h3 {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px 0 0;
  width: 216px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: .5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: Helvetica, sans-serif;
  text-transform: capitalize;
}
form.settings ul li h3.social {
  margin-top: 2.5em;
}
form.settings ul li h3.email {
  margin-top: 2.5em;
}
form.settings ul li label {
  cursor: pointer;
}
form.settings ul li label .fancyToggle {
  margin-right: 8px;
}
form.settings ul li fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form.settings ul li div {
  margin-left: 226px;
}
form.settings ul li div.fancyToggle {
  margin-left: 0;
}
form.settings ul li div.slider {
  margin-left: 0;
}
form.settings ul li .ui-Checkbox.fancyToggle {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset;
  background: #e3e3e3;
  cursor: pointer;
  display: block;
  float: left;
  height: 28px;
  position: relative;
  width: 80px;
}
form.settings ul li .ui-Checkbox.fancyToggle.on {
  background-image: -webkit-linear-gradient(#ab171e, #d62229);
  background-image: linear-gradient(#ab171e, #d62229);
  background-color: #d62229;
}
form.settings ul li .ui-Checkbox.fancyToggle.on .slider {
  left: auto;
  right: 2px;
}
form.settings ul li .ui-Checkbox.fancyToggle .slider {
  background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background-image: linear-gradient(#ffffff, #f0f0f0);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.77);
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ececec;
  height: 22px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 40%;
}
form.settings ul li .ui-Checkbox.fancyToggle.on .status {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}
form.settings ul li .ui-Checkbox.fancyToggle.on .onText {
  left: 10px;
  right: auto;
  visibility: visible;
}
form.settings ul li .ui-Checkbox.fancyToggle.on .offText {
  visibility: hidden;
}
form.settings ul li .ui-Checkbox.fancyToggle .status {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #555;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 7px;
  right: 13px;
}
form.settings ul li .ui-Checkbox.fancyToggle .onText {
  visibility: hidden;
}
form.settings ul li .ui-Checkbox.fancyToggle .slider,
form.settings ul li .ui-Checkbox.fancyToggle .onText,
form.settings ul li .ui-Checkbox.fancyToggle .offText {
  position: absolute;
}
form.settings ul li .ui-Checkbox.fancyToggle input,
form.settings ul li .ui-Checkbox.fancyCheckbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
form.settings input,
form.settings textarea {
  background-color: #f2f2f2;
  background: -webkit-linear-gradient(#f0f0f0, #f5f5f5);
  background: linear-gradient(#f0f0f0, #f5f5f5);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d6d3ce;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12) inset;
  color: #333;
  font-size: 14px;
  padding: 7px;
  -webkit-margin-before: .5em;
  -webkit-margin-after: .5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
form.settings .formFooter {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  bottom: 0;
  position: fixed;
  width: 706px;
  margin-left: 28px;
  border-radius: 0 0 3px 3px;
  background: #f0f0f0;
  clear: both;
  border-top: 1px solid #dadada;
  padding: 10px 20px;
}
form.settings .formFooter .formFooterDelete {
  float: left;
  margin-right: 10px;
}
form.settings .formFooter button {
  margin-left: 8px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f7f7f7;
  background: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: linear-gradient(#ffffff, #f0f0f0);
  border: 1px solid #ccc;
  color: #5f5f5f;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 1px #fff;
  white-space: nowrap;
  padding: 8px 14px 7px;
  font-size: 12px;
}
form.settings .formFooter button.rounded {
  border-radius: 3px;
}
form.settings .formFooter button.primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: -webkit-linear-gradient(#e3262e, #ab171e);
  background-image: linear-gradient(#e3262e, #ab171e);
  background-color: #ab171e;
  border-bottom-color: #820a0f;
  border-left-color: #9a1015;
  border-right-color: #9a1015;
  border-top-color: #af151b;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.11);
}
form.settings .formFooter button.primary:hover {
  background-image: -webkit-linear-gradient(#e3262e, #c3383e);
  background-image: linear-gradient(#e3262e, #c3383e);
  background-color: #c3383e;
}
form.settings .formFooter .formFooterButtons {
  float: right;
}
/*Admin Styles */
.inputfield {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 241px;
  height: 22px;
  outline: 0;
  border: 0;
  background: url("../images/users/fieldbox.png") no-repeat;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 22px;
  margin-bottom: 5px;
}
.inputfieldnamemandatory {
  font-family: Arial;
  font-size: 14px;
  color: #e3001a;
  margin-right: 10px;
}
.inputfieldname {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.inputfielddropdown {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 241px;
  height: 22px;
  outline: 0;
  border: 0;
  background: url("../images/users/fieldbox.png") no-repeat;
  padding-left: 2px;
  margin-left: 2px;
  vertical-align: middle;
  line-height: 22px;
}
.inputfield {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 241px;
  height: 22px;
  outline: 0;
  border: 0;
  background: url("../images/users/fieldbox.png") no-repeat;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 2px;
}
.inputfield2 {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  width: 241px;
  height: 130px;
  outline: 0;
  border: 0;
  background: url("../images/users/fieldboxlarge.png") no-repeat;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 2px;
  overflow: hidden;
  resize: none;
}
#registerbutton {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/signup_button.png') no-repeat;
  width: 186px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
.adminsavebuttonnarrow {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  background: url('../images/users/admin_button_narrow.png') no-repeat;
  width: 186px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
}
.adminsavebuttonwide {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  background: url('../images/users/admin_button_wide.png') no-repeat;
  width: 371px;
  height: 45px;
  padding: 0;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
}
a.agreetermslink {
  color: #e3001a;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
}
a.agreetermslink:hover {
  text-decoration: underline;
}
.admintext {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
a.admintext {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
}
a.admintext:hover {
  color: #e3001a;
}
a.adminlistlink {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial;
  float: right;
  margin-top: 10px;
}
a.adminlistlink:hover {
  color: #e3001a;
  text-decoration: underline;
}
.admintable td {
  border-style: solid;
  border-color: #262424;
  border-width: 1px;
}
.admintableheadings {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
.userhomeidtext {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  float: right;
  margin-top: 9px;
}
.adminhomelink {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
}
.adminhomelink:hover {
  text-decoration: underline;
}
#acrnobutton {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/acr_no.png') no-repeat;
  width: 91px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
#acrquebutton {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/acr_que.png') no-repeat;
  width: 91px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
#acrpollbutton {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: 0;
  background: url('../images/users/acr_poll.png') no-repeat;
  width: 91px;
  height: 45px;
  padding: 0px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
/*Colour Styles */
.bold {
  font-weight: bold;
}
.white {
  color: #ffffff;
}
.pageheading {
  color: #fff;
  font-family: 'Conv_HelveticaNeueLTStd-UltLt', Sans-Serif;
  letter-spacing: 1px;
  letter-spacing: 0\9;
  line-height: 1.2em !important;
  font-size: 21px;
  min-height: 24px;
  text-transform: uppercase;
}
.innertext {
  color: #abacae;
  font-family: Arial;
  font-size: 14px;
}
.innerlargetext {
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-transform: uppercase;
}
.innertextwhite {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
}
.featureheading {
  color: #fff;
  font-family: 'Helvetica', Sans-Serif;
  letter-spacing: 1px;
  letter-spacing: 0\9;
  line-height: 1.2em !important;
  font-size: 21px;
}
.featuretitle {
  min-height: 29px;
  margin: 0 0 5px;
  color: #fff;
  font-family: 'Helvetica', Sans-Serif;
  letter-spacing: 1px;
  letter-spacing: 0\9;
  line-height: 1.2em !important;
  font-size: 27px;
}
.featuretitle:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.featuretext {
  color: #8D9AA7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}
.featuretext a {
  color: #fff;
}
.featuretext a:hover {
  color: red;
}
.featureendwrap {
  clear: both;
}
.furtherlink {
  clear: both;
  float: right;
}
a.innertext {
  color: #e3001a;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial;
}
a.innertext:hover {
  text-decoration: underline;
}
a.featuretaglink {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  background-color: #e3001a;
  padding: 5px;
  margin-top: 2px;
  line-height: 15px;
  white-space: nowrap;
  float: left;
  margin-right: 2px;
}
a.featuretaglink:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #abacae;
}
a.recentfeaturetitle {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
}
a.recentfeaturetitle:hover {
  text-decoration: underline;
}
a.completedpollpagesplits {
  color: #e3001a;
  text-decoration: none;
  font-size: 17px;
}
a.completedpollpagesplits:hover {
  text-decoration: underline;
}
a.registerwarningtextlink {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
}
a.registerwarningtextlink:hover {
  text-decoration: underline;
}
.starsname {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
}
.redline980 {
  clear: both;
  color: #e3001a;
  background-color: #e3001a;
  height: 1px;
  border: none;
  width: 980px;
}
.redline600 {
  color: #e3001a;
  background-color: #e3001a;
  height: 1px;
  border: none;
  width: 600px;
}
/* Social Things */
ul.contestantsociallist {
  margin-left: 2px!important;
  clear: both;
  float: left;
  position: relative;
  margin-top: 8px;
  padding-left: 0px;
  height: 11px;
}
ul.contestantsociallist li {
  position: relative;
  float: left;
  list-style: none;
  width: 10%;
  margin-left: 0px;
  margin-right: 24px;
}
/*Headings*/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Helvetica', Sans-Serif;
  letter-spacing: 1px;
  letter-spacing: 0\9;
  line-height: 1.2em !important;
}
h1 {
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #e3001a;
  text-transform: uppercase;
  font-size: 30px;
  min-height: 24px;
}
h2 {
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #e3001a;
  text-transform: uppercase;
  font-size: 21px;
  min-height: 24px;
}
h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  min-height: 22px;
  margin: 0;
}
/*Galleria*/
#galleria {
  height: 300px;
  width: 300px;
}
/*jQuery UI */
.ui-widget-overlay {
  background: #000 !important;
}
.ui-widget-header {
  border: none;
  background: none;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  padding: 0 !important;
}
.ui-dialog-content#loginModal {
  height: 330px !important;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  background: none;
  border: none;
}
.ui-button-icon-primary.ui-icon.ui-icon-closethick {
  background-image: url("../images/login/ui-icons.png");
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
  background: url("../images/login/background.png") no-repeat #efefef 47% 0%;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /* 
	12 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/
  /* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* MAIN CONTAINER */
  .container {
    margin: 0 auto;
    overflow-y: hidden;
  }
  /* SELF CLEARING FLOATS - CLEARFIX METHOD */
  .row:after,
  .col:after,
  .clr:after,
  .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* DEFAULT ROW STYLES */
  .row {
    margin-bottom: 1.5em;
  }
  /* set according to preference*/
  /* DEFAULT COLUMN STYLES */
  .col {
    display: block;
    float: left;
    width: 100%;
  }
  /* RESET MARGINS */
  .col:first-child {
    margin-left: 0;
  }
  /* all browsers except IE6 and lower */
  /* COLUMN WIDTH ON DISPLAYS +768px */
  /******************************************************************
Site Name: Diva Next Door
Author: Sean McNamara

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  .header {
    position: absolute;
    top: 0;
    background: url("../images/menu/nav_bg.png") top right repeat-x;
    width: 100%;
    height: 101px;
    padding-bottom: 0px;
  }
  .header .mobileMenu {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .header .mobileMenu a.logoLink {
    display: inline-block;
    width: 260px;
    height: 101px;
  }
  .header .mobileMenu li {
    position: relative;
    display: block;
    float: left;
    color: #ffffff;
    height: 100%;
    cursor: pointer;
  }
  .header .mobileMenu li.logo {
    position: relative;
    width: 260px;
    height: 100px;
    background: url("../images/header/01.jpg");
  }
  .featured {
    position: relative;
    top: 114px;
    margin-bottom: 1em;
  }
  .featured .slideshow {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 400px;
  }
  .featured .slideshow #slides .slides_container {
    height: 100%;
  }
  .featured .slideshow #slides .slides_container .slides_control {
    height: auto!important;
  }
  .featured .slideshow #slides .slides_container .slides_control a {
    width: 44%;
  }
  .featured .slideshow #slides .slides_container .slides_control a img {
    width: 100%;
    height: 100%;
  }
  .featured .slideshow #slides ul.pagination {
    display: none;
  }
  .featured .socialFloat {
    position: absolute;
    right: 30px;
    top: 5px;
    z-index: 900;
  }
  .featured .socialFloat .twitter-follow-button {
    position: relative;
    top: 4px;
    margin-left: 2px;
  }
  .content .inner {
    margin-top: 1em;
  }
  .content .inner .viewFeatureVideo {
    width: 550px;
    height: 310px;
  }
  .content .featureWrapper {
    overflow-x: hidden;
  }
  .content .featureWrapper .row .recentfeatureWrapper {
    position: relative;
    display: block;
    width: 600px;
  }
  .content .featureWrapper .row .recentfeatureWrapper .left,
  .content .featureWrapper .row .recentfeatureWrapper .right {
    width: 100%;
  }
  .content .featureWrapper .row .recentfeatureWrapper .row {
    width: 100%;
  }
  .content .sidebar {
    position: relative;
    display: none;
    width: 40%;
    float: right;
    padding-left: 4em;
    top: 2em;
    padding-bottom: 130px;
  }
  .content .sidebar#features {
    top: 2em;
    padding-bottom: 53em;
  }
  .content .sidebar#featuresVideo {
    top: 40em;
  }
  .content .sidebar#featuresGallery {
    top: 43em;
  }
  .content .sidebar #pollblock {
    position: relative;
    clear: both;
    display: block;
    width: 300px;
    height: 415px;
    padding-top: 10px;
    text-align: center;
    float: left;
    margin-bottom: 1em;
  }
  .content .sidebar #pollheader {
    position: relative;
    z-index: 275;
  }
  .content .sidebar #pollmesh {
    margin-top: 11px;
    z-index: 250;
    position: absolute;
    left: 0;
    margin-right: 0px;
  }
  .content .sidebar #pollnavleftarrow {
    height: 22px;
    float: left;
    position: relative;
    z-index: 275;
  }
  .content .sidebar #pollnavrightarrow {
    height: 22px;
    float: right;
    position: relative;
    z-index: 275;
  }
  .content .sidebar .sponsors {
    position: relative;
    clear: both;
    display: block;
  }
  .content .sidebar .featureTags {
    position: relative;
    clear: both;
    display: block;
  }
  .content .sidebar .recentFeatures {
    position: relative;
    clear: both;
    display: block;
  }
  .content .sidebar .recentFeatures .recentfeaturebox .recentFeaturesTable {
    width: 300px;
  }
  .content .sidebar .recentFeatures .recentfeaturebox .recentfeatureimage {
    width: 99px;
  }
  .footer {
    display: block;
  }
  .footer .row {
    position: relative;
    margin: 0 auto;
    top: 26px;
    width: 100%;
  }
  .footer .column {
    position: relative;
    display: block;
    width: 113px;
    float: left;
  }
  .footer .homepageblockleft {
    margin: 0 auto;
    margin-top: -10px;
  }
  .footer .advertBottom {
    display: block;
    width: 728px;
    margin: 0 auto;
    margin-bottom: -85px;
  }
  .footer #footer {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    height: 341px;
    background: url('../images/footer-background.png') #ffffff no-repeat top center;
  }
  .footer #footer #footerbox {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 341px;
  }
  .footer #footer #footerbox ul {
    margin-top: 0;
  }
  .footer #footer #footerbox ul li {
    margin: 0;
  }
  .footer #footer #footerbox a {
    display: inline-block;
    color: #abacae;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 4px;
  }
  .footer #footer #footerbox a:hover {
    text-decoration: underline;
  }
  .footer #footer #footersocial {
    height: 75px;
    top: 28px;
    width: 100%;
    margin: 0 auto;
  }
  .footer #footer #footersocial #socialmedia {
    text-align: right;
    margin-right: 2px;
    height: 75px;
    margin-top: 0px;
    float: left;
    width: 200px;
  }
  .footer #footer #footersocial #socialmedia .fb-like {
    float: left;
    margin-top: 30px;
  }
  .footer #footer #footersocial #socialmedia #footerhouse {
    position: absolute;
    left: 47%;
    top: 11%;
    width: 58px;
    height: 58px;
  }
  .footer #footer #footersocial #socialmedia #footersociallinks {
    position: absolute;
    right: 81px;
    top: 20px;
  }
  .footer #footerpartner {
    background: url('../images/footer-backgroundbottom.png') no-repeat 50%;
    height: 85px;
    padding: 0 auto;
  }
  .footer #footerpartner .partnerWrap {
    width: 100%;
    margin: 0 auto;
  }
  .footer #footerpartner #partnerbox {
    margin: 0 auto;
  }
  .footer #footerpartner #kangopoll {
    background: url('../images/kangopoll.png') no-repeat 0 0;
    width: 244px;
    height: 85px;
    float: left;
  }
  .footer #footerpartner #xmark {
    background: url('../images/xmark.png') no-repeat 0 0;
    width: 246px;
    height: 85px;
    float: left;
  }
  .footer #footerpartner #footertext {
    width: 492px;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    margin-left: 25px;
    font-weight: bold;
    float: left;
    padding-top: 2em;
  }
  .footer #footerpartner #footertext a.footertextlinks {
    color: #fff;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 481px) and (min-width: 768px) {
  .col {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 481px) and (min-width: 768px) {
  .span_1 {
    width: 6.5%;
  }
  .span_2 {
    width: 15.0%;
  }
  .span_3 {
    width: 23.5%;
  }
  .span_4 {
    width: 32.0%;
  }
  .span_5 {
    width: 40.5%;
  }
  .span_6 {
    width: 49.0%;
  }
  .span_7 {
    width: 57.5%;
  }
  .span_8 {
    width: 66.0%;
  }
  .span_9 {
    width: 74.5%;
  }
  .span_10 {
    width: 83.0%;
  }
  .span_11 {
    width: 91.5%;
  }
  .span_12 {
    width: 100%;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: Diva Next Door
Author: Sean McNamara

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    height: 100%;
    font-family: Arial;
  }
  body .mobile {
    display: none !important;
  }
  body ul.mobileMenu {
    display: none !important;
  }
  body .container {
    padding-top: 0em;
    position: relative;
    height: auto;
    width: auto;
    overflow-x: hidden;
  }
  body .container .content .inner {
    color: #a5aeb6;
    font-family: Arial;
    font-size: 14px;
    padding-top: 27px;
  }
  body .container .content .inner a {
    color: red;
    text-decoration: none;
  }
  body .container .content .inner a:hover {
    text-decoration: underline;
  }
  body#registerPage .container .content .inner {
    color: #000 !important;
  }
  body#registerPage .container .registerheading {
    color: #000;
    font-size: 40px;
  }
  body#registerPage .container .registerheading2 {
    color: #000;
    font-size: 30px;
  }
  body#registerPage .container #registerslogan {
    color: #585956;
  }
  body#registerPage .container .registerwarningtext {
    color: #808285;
    font-size: 11px;
  }
  body#registerPage .container .registerfield {
    font-size: 15px;
    color: #808285;
    width: 185px;
    padding: 5px;
    border: 0;
    height: 29px;
  }
  body#registerPage .container .registerfielddropdown {
    color: #808285;
    width: 400px;
    height: 29px;
    line-height: 29px;
    padding: 5px;
    font-size: 16px;
  }
  body#registerPage .container .registerfielddropdownsmall {
    font-size: 16px;
    color: #808285;
    padding: 5px;
    border: 0;
    margin-left: 0px;
    height: 29px;
    line-height: 29px;
  }
  .header {
    position: absolute;
    top: 0;
    background: url("../images/menu/nav_bg.png") top right repeat-x;
    width: 100%;
    height: 101px;
    padding-bottom: 0px;
  }
  .header .menu {
    position: relative;
    display: block;
    width: 980px;
    margin: 0 auto;
  }
  .header .menu a.logoLink {
    display: inline-block;
    width: 260px;
    height: 101px;
  }
  .header .menu a.featuresLink {
    display: inline-block;
    width: 135px;
    height: 101px;
  }
  .header .menu a.divasLink {
    display: inline-block;
    width: 98px;
    height: 101px;
  }
  .header .menu a.contestLink {
    display: inline-block;
    width: 113px;
    height: 101px;
  }
  .header .menu a.newsLink {
    display: inline-block;
    width: 97px;
    height: 101px;
  }
  .header .menu a.vipLink {
    display: inline-block;
    width: 104px;
    height: 101px;
  }
  .header .menu a.loginLink {
    display: inline-block;
    width: 84px;
    height: 101px;
  }
  .header .menu a.userLink {
    position: absolute;
    display: inline-block;
    width: 85px;
    height: 101px;
    z-index: 900;
    top: 0px;
  }
  .header .menu a.infoLink {
    display: inline-block;
    width: 81px;
    height: 110px;
  }
  .header .menu li {
    position: relative;
    display: block;
    float: left;
    color: #ffffff;
    height: 100%;
    cursor: pointer;
  }
  .header .menu li ul.dropdown {
    position: relative;
    z-index: 900;
    display: none;
    width: 100%;
    top: -3px;
    font-size: 15px;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  .header .menu li ul.dropdown#features {
    left: -10px;
    width: 140px;
  }
  .header .menu li ul.dropdown#divas {
    left: 2px;
    width: 140px;
  }
  .header .menu li ul.dropdown#contest {
    left: 2px;
    width: 201px;
  }
  .header .menu li ul.dropdown#user {
    position: absolute;
    top: 100px;
    width: 125px;
    z-index: 1400;
  }
  .header .menu li ul.dropdown#user li:last-child {
    border-top: 1px solid white;
  }
  .header .menu li ul.dropdown li {
    position: relative;
    padding: 5px;
    height: 30px;
    width: 100%;
    background-color: #e3001a;
    z-index: 500;
    padding-left: 1.5em;
    padding-top: 0.5em;
  }
  .header .menu li ul.dropdown li a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    z-index: 1500;
    padding-left: 20px;
    margin-left: -20px;
  }
  .header .menu li ul.dropdown li:hover {
    background-color: #ffffff;
  }
  .header .menu li ul.dropdown li:hover a {
    color: #e3001a;
  }
  .header .menu li:first-child {
    padding: 0;
  }
  .header .menu li.logo {
    position: relative;
    width: 260px;
    height: 101px;
    background: url("../images/header/01.jpg");
  }
  .header .menu li.features {
    position: relative;
    width: 89px;
    height: 101px;
    margin-left: 40px;
    background: url("../images/header/03.jpg");
  }
  .header .menu li.features:hover {
    background: url("../images/header/03_on.jpg");
  }
  .header .menu li.divas {
    position: relative;
    width: 88px;
    height: 101px;
    background: url("../images/header/04.jpg");
  }
  .header .menu li.divas:hover {
    background: url("../images/header/04_on.jpg");
  }
  .header .menu li.contest {
    position: relative;
    width: 176px;
    height: 100px;
    background: url("../images/header/06.jpg");
  }
  .header .menu li.contest:hover {
    background: url("../images/header/06_on.jpg");
  }
  .header .menu li.news {
    position: relative;
    width: 168px;
    height: 101px;
    background: url("../images/header/05.jpg");
  }
  .header .menu li.news:hover {
    background: url("../images/header/05_on.jpg");
  }
  .header .menu li.vip {
    position: relative;
    width: 104px;
    height: 101px;
    background-image: url("../images/menu/menu_vip.png");
  }
  .header .menu li.vip:hover {
    background-image: url("../images/menu/menu_active_vip.png");
  }
  .header .menu li.info {
    position: relative;
    width: 79px;
    height: 101px;
    background: url("../images/header/07.jpg");
  }
  .header .menu li.info:hover {
    background: url("../images/header/07_on.jpg");
  }
  .header .menu li.login {
    position: relative;
    width: 79px;
    height: 101px;
    background: url("../images/header/08.jpg");
  }
  .header .menu li.login:hover {
    background: url("../images/header/08_on.jpg");
  }
  .header .menu li.user {
    height: 101px;
    position: relative;
    background-image: url("../images/menu/menu_logged-in.png");
    background-repeat: repeat-y;
  }
  .header .menu li.user img {
    position: relative;
    top: 25px;
    left: 25px;
  }
  .header .menu li.signedInArea {
    position: relative;
    height: 101px;
    width: 101px;
    background-image: url("../images/menu/menu_loggedIn.png");
    background-repeat: no-repeat;
  }
  .header .menu li.signedInArea #signedinimage {
    margin: 0 auto;
    position: relative;
    display: block;
    float: left;
    margin-left: 20%;
  }
  .header .menu li.signedInArea .wrapper {
    position: relative;
    top: 30px;
    margin-left: 5px;
  }
  .header .menu li.signedInArea ul.dropdown {
    position: relative;
    top: 10px;
    width: 150px;
    left: -6px;
  }
  .header .menu li.signedInArea .username {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    top: 10px;
    width: 120px;
    word-break: break-all;
  }
  .featured {
    position: relative;
    top: 113px;
    margin-bottom: 1em;
  }
  .featured .socialFloat {
    display: none;
    position: absolute;
    right: 11.6%;
    top: 5px;
    z-index: 800;
    width: 180px;
  }
  .featured .socialFloat .twitter-follow-button {
    position: relative;
    top: 4px;
    margin-left: 2px;
  }
  .featured .socialFloat .fb_iframe_widget {
    width: 80px;
    top: 0px;
    right: 2px;
  }
  .featured .slideshow {
    position: relative;
    display: block;
    clear: both;
    width: 980px;
    padding-top: 9px;
    margin: 0 auto;
    z-index: 0;
    height: 500px;
  }
  .featured .slideshow #slides {
    position: absolute;
    top: -12px;
    margin-left: 0;
    z-index: 100;
  }
  .featured .slideshow #slides .slides_container {
    overflow: hidden;
    position: relative;
    display: block;
    width: 980px;
    height: 509px;
  }
  .featured .slideshow #slides .slides_container .slides_control {
    height: auto!important;
  }
  .featured .slideshow #slides .slides_container .slides_control a {
    width: auto;
  }
  .featured .slideshow #slides ul.pagination {
    margin: 15px auto 0;
    float: right;
    width: 100px;
    margin-top: -30px;
    margin-right: 7px;
    position: relative;
    z-index: 300;
  }
  .featured .slideshow #slides ul.pagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
  }
  .featured .slideshow #slides ul.pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url("../slides/slideimages/pagination.png");
    background-position: 0 0;
    float: left;
    overflow: hidden;
    outline: 0;
  }
  .featured .slideshow #slides ul.pagination li.current a {
    background-position: 0 -12px;
  }
  .signupMenu {
    display: none;
    width: 980px;
  }
  .signupMenu .facebook {
    position: relative;
    float: left;
    margin-bottom: 5px;
    width: 301px;
    height: 48px;
    margin-left: 0;
    background-image: url("../images/facebook.png");
    cursor: pointer;
  }
  .signupMenu .facebook:hover {
    background-image: url("../images/facebook_hover.png");
  }
  .signupMenu .twitter {
    position: relative;
    float: left;
    width: 301px;
    height: 48px;
    background-image: url("../images/twitter.png");
    cursor: pointer;
    margin-left: 38px;
  }
  .signupMenu .twitter:hover {
    background-image: url("../images/twitter_hover.png");
  }
  .signupMenu .twitter a {
    width: 260px;
    height: 42px;
    display: block;
  }
  .signupMenu .login {
    position: relative;
    float: left;
    width: 301px;
    height: 48px;
    background-image: url("../images/login.png");
    cursor: pointer;
    margin-left: 38px;
  }
  .signupMenu .login:hover {
    background-image: url("../images/login_hover.png");
  }
  .experience {
    position: relative;
    height: 215px;
    clear: both;
    width: 980px;
    margin-top: 40px;
    margin: 0 auto;
    top: 44px;
    margin-bottom: 48px;
  }
  .experience p {
    position: relative;
    top: -23px;
    color: white;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
  }
  .content {
    position: relative;
    top: 48px;
    clear: both;
    width: 985px;
    margin: 0 auto;
  }
  .content .inner {
    position: relative;
    width: 600px;
    float: left;
    color: #ffffff;
    padding-bottom: 102px;
    margin-bottom: 2em;
    top: 40px;
    min-height: 500px;
  }
  .content .inner#fullInner {
    width: 100% !important;
  }
  .content .inner ul li {
    margin-left: 0em;
    list-style: disc outside none;
  }
  .content .inner ul li.contestantsociallistitem {
    margin-left: 0em;
    list-style: none;
  }
  .content .inner ul li.contestantsociallistitem:last-child {
    margin-left: 1em;
  }
  .content .inner ul.contestantsociallist:last-child {
    margin-left: 1em;
  }
  .content .inner .featureimages {
    float: left;
  }
  .content .inner .featureimages a {
    border: none;
    overflow: hidden;
    float: left;
  }
  .content .inner .featureimage {
    margin-right: 3px;
    margin-bottom: 10px;
  }
  .content .inner .featureWrapper {
    overflow-x: visible;
  }
  .content .inner .featureWrapper .row {
    float: left;
  }
  .content .inner .featureWrapper .row:last-child {
    padding-bottom: 10px;
  }
  .content .inner .featureWrapper .row a.smallfeatureimage {
    margin-left: 5px;
  }
  .content .inner .featureWrapper .row a.smallfeatureimage img {
    float: left;
    width: 190px;
    height: 190px;
  }
  .content .inner .featureWrapper .row a.smallfeatureimage:hover {
    outline: 3px solid red;
  }
  .content .inner .featureWrapper .row .recentfeatureWrapper {
    position: relative;
    display: block;
    width: 600px;
  }
  .content .inner .featureWrapper .row .recentfeatureWrapper .left,
  .content .inner .featureWrapper .row .recentfeatureWrapper .right {
    position: relative;
    float: left;
    display: inline-block;
    width: 50%;
  }
  .content .inner .featureWrapper .row .recentfeatureWrapper .row {
    width: auto;
  }
  .content .inner .featureWrapper .row .featureimages {
    float: left;
  }
  .content .inner .featureWrapper .row .featureimages .featureimage a {
    border: none;
    overflow: hidden;
    float: left;
  }
  .content .inner .featureWrapper .row .featureimages .featureimage img {
    width: 536px;
  }
  .content .inner .featureWrapper .row ul.contestantsociallist {
    margin-bottom: 25px;
    width: 100%;
  }
  .content .inner .featureWrapper .row ul.contestantsociallist li#facebook {
    width: 400px;
    height: 20px;
    overflow: hidden;
  }
  .content .inner .featureWrapper .row ul.contestantsociallist li#facebook .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
  }
  .content .inner .featureWrapper .row .rightColumn {
    padding: 0px;
    margin-right: 0px;
  }
  .content .inner .featureWrapper .row#recentFeaturesWide {
    position: relative;
    display: block;
    top: 118px;
    padding-bottom: 118px;
  }
  .content .inner a.readmore {
    color: #e3001a;
    text-decoration: none;
    font-size: 14px;
    vertical-align: 4px;
    margin-left: 3px;
  }
  .content .inner .viewFeatureVideo {
    width: 960px;
    height: 495px;
    clear: both;
  }
  .content .sidebar {
    position: relative;
    display: block;
    width: 300px;
    float: left;
    padding-left: 21px;
    top: 6.2em;
    padding-bottom: 130px;
    left: 62px;
  }
  .content .sidebar .featureTags {
    position: relative;
    clear: both;
    display: block;
  }
  .content .sidebar .recentfeatures .recentfeaturebox .recentFeature {
    width: 300px;
    margin-bottom: 0;
  }
  .content .sidebar .contact {
    position: relative;
    display: block;
    color: #a5aeb6;
    font-size: 14px;
    top: 3em;
  }
  .footer {
    position: relative;
    display: block;
    height: 440px;
    background: url("../images/footer/footer.jpg") repeat-x;
  }
  .footer .wrapper {
    position: relative;
    height: 440px;
    width: 980px;
    margin: 0 auto;
  }
  .footer .wrapper .row {
    height: 220px;
    clear: both;
  }
  .footer .wrapper .row#first {
    height: 210px;
  }
  .footer .wrapper .twitter-follow-button {
    position: relative;
    top: 4px;
    margin-left: 10px;
  }
  .footer .wrapper .col {
    width: 300px;
    float: left;
  }
  .footer .wrapper .colWide {
    position: relative;
    display: inline-block;
    top: 33px;
    width: 380px;
    float: left;
  }
  .footer .wrapper .colWide .innerRow {
    position: relative;
    display: block;
    top: 18px;
  }
  .footer .wrapper .linkWrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 680px;
    height: 29px;
    top: 38px;
  }
  .footer .wrapper p.copyright {
    position: relative;
    top: 82px;
    text-align: center;
    color: grey;
    font-size: 12px;
  }
  .footer .wrapper p.copyright a {
    color: grey;
    text-decoration: underline;
  }
  .footer .wrapper p.copyright a:hover {
    color: grey;
    text-decoration: none;
  }
  .footer .wrapper img.dividerImage {
    position: absolute;
    top: -19px;
  }
  .footer a.facebook,
  .footer a.twitter,
  .footer a.instagram,
  .footer a.youtube,
  .footer a.pinterest {
    position: relative;
    display: block;
    height: 62px;
    width: 62px;
    float: left;
    cursor: pointer;
    margin-right: 14px;
  }
  .footer a.facebook {
    background: url("../images/footer/icon_facebook.png");
  }
  .footer a.facebook:hover {
    background: url("../images/footer/icon_facebook_on.png");
  }
  .footer a.twitter {
    background: url("../images/footer/icon_twitter.png");
  }
  .footer a.twitter:hover {
    background: url("../images/footer/icon_twitter_on.png");
  }
  .footer a.instagram {
    background: url("../images/footer/icon_instagram.png");
  }
  .footer a.instagram:hover {
    background: url("../images/footer/icon_instagram_on.png");
  }
  .footer a.youtube {
    background: url("../images/footer/icon_youtube.png");
  }
  .footer a.youtube:hover {
    background: url("../images/footer/icon_youtube_on.png");
  }
  .footer a.pinterest {
    background: url("../images/footer/icon_pinterest.png");
  }
  .footer a.pinterest:hover {
    background: url("../images/footer/icon_pinterest_on.png");
  }
  .footer a.features,
  .footer a.divas,
  .footer a.news,
  .footer a.covergirl,
  .footer a.info,
  .footer a.contact {
    position: relative;
    display: block;
    height: 29px;
    float: left;
    cursor: pointer;
  }
  .footer a.features {
    width: 92px;
    background: url("../images/footer/features.png");
  }
  .footer a.features:hover {
    background: url("../images/footer/features_on.png");
  }
  .footer a.divas {
    width: 86px;
    background: url("../images/footer/divas.png");
  }
  .footer a.divas:hover {
    background: url("../images/footer/divas_on.png");
  }
  .footer a.news {
    width: 168px;
    background: url("../images/footer/news.png");
  }
  .footer a.news:hover {
    background: url("../images/footer/news_on.png");
  }
  .footer a.covergirl {
    width: 178px;
    background: url("../images/footer/covergirl.png");
  }
  .footer a.covergirl:hover {
    background: url("../images/footer/covergirl_on.png");
  }
  .footer a.info {
    width: 71px;
    background: url("../images/footer/info.png");
  }
  .footer a.info:hover {
    background: url("../images/footer/info_on.png");
  }
  .footer a.contact {
    width: 84px;
    background: url("../images/footer/contact.png");
  }
  .footer a.contact:hover {
    background: url("../images/footer/contact_on.png");
  }
  .footer .fb_iframe_widget {
    width: 80px;
    height: 17px;
  }
  .footer .fb_iframe_widget iframe {
    width: 80px;
    height: 21px;
  }
  /* New site Hacks */
  body.features .sidebar {
    position: relative;
    top: 96px;
    height: 100%;
    padding-bottom: 40.7em;
  }
  body.features .content .inner {
    padding-top: 25px !important;
  }
  body.One_Picture .content .inner {
    padding-top: 40px !important;
  }
  body.One_Picture .sidebar {
    top: 80px;
  }
  body.One_Picture .sidebar .innerblockright {
    margin-bottom: 40px;
  }
  body.Image_Gallery .sidebar {
    top: 46.5em;
    padding-bottom: 48em;
  }
  body.Image_Gallery .sidebar .innerblockright {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  body.Multi_Image_Gallery .sidebar {
    top: 48.5em;
    padding-bottom: 48em;
  }
  body.Multi_Image_Gallery .sidebar .innerblockright {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  body.Video .inner {
    padding-top: 40px !important;
  }
  body.Video .sidebar {
    top: 39em;
    padding-bottom: 43em;
  }
  body.Video .sidebar .innerblockright {
    margin-bottom: 40px;
  }
  body.faq p strong {
    color: #fff;
  }
  body.photo_guidelines ol {
    margin-left: 1.5em;
    list-style: decimal;
  }
  body.prizes ul {
    margin-left: 1.5em;
  }
  body.divas .content .inner {
    padding-top: 40px !important;
  }
  body.divas .sidebar {
    top: 94px;
  }
  body.divas .sidebar .innerblockright tr:first-child {
    display: inline-block;
    float: right;
    margin-bottom: 40px;
  }
  body.divas h1 {
    margin-top: 0;
  }
  body.registerPage .container {
    background: #e9e9e9 !important;
    padding-bottom: 111px !important;
  }
  body.contestants .content .sidebar {
    top: 88px;
  }
  /*Headings*/
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: 'Conv_HelveticaNeueLTStd-UltLt', Sans-Serif;
    letter-spacing: 1px;
    letter-spacing: 0\9;
    line-height: 1.2em !important;
  }
  .featureheading {
    color: #fff;
    font-family: 'Conv_HelveticaNeueLTStd-UltLt', Sans-Serif;
    letter-spacing: 1px;
    letter-spacing: 0\9;
    line-height: 1.2em !important;
    font-size: 21px;
  }
  .featuretitle {
    min-height: 29px;
    margin: 0 0 5px;
    color: #fff;
    font-family: 'Conv_HelveticaNeueLTStd-UltLt', Sans-Serif;
    letter-spacing: 1px;
    letter-spacing: 0\9;
    line-height: 1.2em !important;
    font-size: 27px;
  }
  .featuretitle:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  /* This rule is read by Galleria to define the gallery height: */
  #galleria {
    height: 640px;
    width: 950px;
  }
  .galleria-content {
    margin-top: 1.5em;
  }
  /*Browser Overrides*/
  .chrome .header .menu li ul.dropdown {
    top: -4px;
  }
  .gecko .header .menu li ul.dropdown {
    top: -5px;
  }
  .safari .container {
    background: url("../images/Background-Safari.jpg") top center no-repeat #000000;
    background-position-y: 102px;
  }
  .safari .row {
    width: 100%;
  }
  .safari .row .featureimage {
    width: 100%;
  }
  .ipad .socialFloat {
    position: absolute;
    right: 0;
    width: 200px;
  }
  .ipad .socialFloat .fb_iframe_widget {
    float: left;
    width: 83px;
    display: block;
  }
  .ipad .socialFloat .twitter-follow-button {
    top: -20px;
    right: 50px;
    float: right;
  }
  .ipad .socialFloat iframe {
    width: 200px;
    float: left;
  }
  .ipad .footer .twitter-follow-button {
    top: -20px;
    left: 83px;
  }
  .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*LARGE VIEWING SIZE
TVs etc
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: Diva Next Door
Author: Sean McNamara

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
