/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/


/* --- Modified YUI CSS Reset --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym { border:0;
}


/* --- Styles --- */

a {
	color: #333;
}

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

address, blockquote, ol, p, ul {
	margin-top: 1em;
}

article {
	padding: 0 10px;
}

article img,
body#tinymce img {
	height: auto;
	max-height: 250px;
	max-width: 250px;
	width: auto;
}

article img.align-block,
body#tinymce img.align-block {
	display: block;
	margin: 1em 0em;
}

article img.align-center,
body#tinymce img.align-center {
	margin: 1em auto;
}

article img.align-left,
body#tinymce img.align-left {
	float: left;
	margin: 0em 1em 1em 0em;
}

article img.align-right,
body#tinymce img.align-right {
	float: right;
	margin: 0em 0em 1em 1em;
}

article ul {
	list-style-type: disc;
	margin-left: 3em;
}

article ul li {
	margin-bottom: 3px;
}

article .slideshow {
	margin-top: 1em;
}

article .slideshow img {
	height: px;
	max-height: px;
	max-width: px;
	width: px;
}

aside {
	float: left;
	width: 170px;
}

aside h3.feed-heading {
	font-weight: bold;
	margin: 1.5em 20px 0em 10px;
}

aside ul#subnav {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

aside ul#subnav li {
	margin: 0px 0px 0px 10px;
}

aside ul#subnav li a.active {
	font-weight: bold;
}

aside ul.feed {
	margin: 0 20px 0 10px;
}

blockquote, ol, ul {
	margin-left: 1em;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.5em;
}

em {
	font-style: italic;
}

em strong,
strong em {
	font-style: italic;
	font-weight: bold;
}

footer {
	bottom: 0px;
	color: #656565;
	font-size: 0.95em;
	line-height: 1.25em;
	position: absolute;
	width: 100%;
}

footer address {
	float: left;
	line-height: 1.25em;
	margin: 0.75em 20px 0em 0em;
	width: 148px;
}

footer div#copyright {
	float: right;
	margin-top: 0.75em;
}

footer p {
	margin: 0em 0em 3em 0em;
	text-align: center;
}

footer p.by {
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

footer p.by a {
	color: #656565;
	text-decoration: none;
}

footer p.by a:hover {
	color: #000;
	text-decoration: underline;
}

footer ul#sitemap {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	margin: 0.75em 200px 0em 140px;
	min-height: 50px;
	padding: 0px;
	width: auto;
}

footer ul#sitemap > li {
	display: inline;
	float: left;
	margin-right: 20px;
}

footer ul#sitemap li a.active {
	text-decoration: underline;
}

footer ul#sitemap li a.active:hover {
	text-decoration: none;
}

footer ul#sitemap > li > a {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

footer ul#sitemap > li > a:hover {
	text-decoration: underline;
}

footer ul#sitemap > li > ul {
	margin: 0px 0px 0px 0px;
}

footer ul#sitemap > li > ul > li > a {
	text-decoration: none;
}

footer ul#sitemap > li > ul > li > a:hover {
	text-decoration: underline;
}

footer ul#social {
	margin: 0;
}

footer ul#social li {
	display: inline;
	max-height: 32px;
	float: left;
	margin: 0 0 10px 5px;
}

form div.checkbox-multiple,
form div.radio-multiple {
	float: left;
	margin: 1em 0px 0px 0px;
}

form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

form input,
form select,
form textarea {
	color: #000;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 1em;
}

form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

form input[type="checkbox"],
form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1.20em 0em 0em 160px;
	padding: 0px;
	width: 13px;
}

form input[type="password"],
form input[type="submit"],
form input[type="text"],
form select {
	min-height: 22px;
}

form input[type="password"],
form input[type="submit"],
form input[type="text"],
form select,
form textarea {
	border: 1px solid #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

form input[type="password"],
form input[type="text"],
form textarea {
	padding: 0 3px;
	width: 300px;
}

form input[type="submit"] {
	background-color: #999;
	border: 0;
	border-radius: 4px;
	color: #fff;
	margin-left: 160px;
	margin-top: 1em;
	padding: 0px 5px;
}

form input.close {
	margin-top: 3px;
}

form input.zip {
	width: 100px;
}

form label {
	color: #333;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
	text-align: right;
	width: 150px;
}

form label span,
form p.radio span {
	color: #c00;
}

form label.checkbox,
form label.radio {
	color: #333;
	float: left;
	margin: 1em 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 282px;
}

form label.checkbox em,
form label.radio em {
	color: #999;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

form label.close {
	margin-top: 3px;
}

form label.inline {
	color: #333;
	display: inline;
}

form p label {
	color: inherit;
}

form p.caption {
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 160px;
	margin-top: 0.3em;
	width: 300px;
}

form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

form p.radio {
	padding-bottom: 0.25em;
}

form p.required {
	color: #656565;
	font-size: 0.9em;
	margin-left: 160px;
}

form p.required span {
	color: #c00;
	font-size: 1.11em;
}

form p.text {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
	margin-top: 1em;
}

form p.text em {
	color: #656565;
	font-style: italic;
}

form p.upload {
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image {
	float: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image a {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}

form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 150px;
	max-width: 150px;
}

form select {
	margin-left: 0px;
	margin-top: 1.1em;
}

form select option {
	padding-top: 2px; /* Fix for Firefox */
}

form span.mceEditor {
	display: block;
	float: left;
	margin-top: 1em;
}

form textarea {
	height: 100px;
	padding: 3px;
	resize: none;
}

form textarea.long {
	height: 200px;
}

form .column {
	float: left;
	margin-right: 20px;
}

form .group {
	float: left;
	margin-right: 10px;
}

form .group input.datepicker {
	width: 100px;
}

form .group label.auto {
	width: auto;
}

form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

form .row input {
	margin: 0em;
}

form#contact {
	float: left;
}

h1 {
	color: #4D4D4D;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

h1 > span {
	color: #009700;
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

h1 a {
	text-decoration: none;
}

h1 a.crumbs {
	color: #656565;
	font-size: 1em;
}

h1#home-h1 {
	text-indent: -9999px;
}

h2 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin: 2em 0em 0.5em 0em;
	padding-bottom: 0.25em;
}

header {
	height: 468px;
	background: url(/assets/images/cincinnatiapartments-splash.jpg) no-repeat;
	margin-bottom: 50px;
	background-size: contain;
}

header p {
	height: 100%;
}

header a {
	text-indent: -9999px;
	display: block;
	height: 100%;
}

header #logo {
	padding: 3em 0em;
}

header #logo a {
	font-size: 2em;
	text-decoration: none;
	}

html {
	height: 100%;
	overflow: -moz-scroll-bars-vertical;
	overflow-y: scroll;
}

nav {
	background-color: #ccc;
}

nav > ul {
	list-style-type: none;
	margin: 0px;
}

nav > ul > li {
	float: left;
	margin-right: 2em;
}

nav > ul > li a {
	color: #000;
	display: block;
	font-size: 1.0em;
	text-decoration: none;
}

nav > ul > li a:hover,
nav > ul > li a.active {
	color: ##fff;
}

nav > ul > li a.active {
	font-weight: bold;
}

nav ul.sf-menu {
	float: none;
	margin: -0.75em 0 0 0;
}

nav ul.sf-menu a {
	border-left: 0;
	border-right: 1px solid #fff;
	border-top: 0;
	color: #000;
}

nav ul.sf-menu li {
	background: #ccc;
}

nav ul.sf-menu li ul {
	margin-left: -1px;
}

nav ul.sf-menu li li a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

nav ul.sf-menu li li:last-child a {
	border-bottom: 1px solid #fff;
}

nav ul.sf-menu li:hover,
nav ul.sf-menu li.sfHover {
	background: #999;
}

nav ul.sf-menu li:hover > a,
nav ul.sf-menu li.sfHover > a {
	color: #fff;
}

p.error {
	background-color: #c00;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

p.error a {
	color: #fff;
}

p.message {
	background-color: #090;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

p.message a {
	color: #fff;
}

p.no {
	font-style: italic;
}

section {
	margin-top: 2em;
	padding-bottom: 190px; /* Must match or exceed footer height */
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
	width: 100%;
}

table td {
	border-bottom: 1px solid #cccccc;
}

table td,
table th {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align: top;
	padding: 5px 6px;
}

table td a,
table th a {
	font-size: 1em;
}

table td img {
	max-height: 100px;
	max-width: 100px;
}

table td img.copy {
	width: auto;
}

table td input {
	display: inline;
	margin: 3px 0px 0px 0px !important;
}

table td span {
	color: #999;
	display: block;
	font-size: 0.9em;
	text-decoration: none !important;
}

table th {
	background-color: #000;
	color: #fff;
	text-align: left;
}

table th a {
	color: #fff;
	text-decoration: none;
}

table th a:hover {
	color: #999;
}

table th.numeric {
	text-align: right;
}

table tr:hover td {
	background-color: #eee;
}

table tr.past td,
table tr.past td a {
	color: #656565;
}

table.calendar {
	border-left: 1px solid #000;
}

table.calendar td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #656565;
	height: 80px;
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 5px;
	width: 95px;
}

table.calendar td p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.5em;
}

table.calendar td.today,
table.calendar tr:hover td.today {
	background-color: #ffd;
}

table.calendar td.today h4 {
	font-weight: bold;
}

table.calendar th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table.calendar tr:hover td {
	background-color: #fff;
}

table.calendar tr:hover td:hover {
	background-color: #eee;
}

ul#gallery {
	margin-left: 0px;
}

ul#gallery li {
	display: table;
	float: left;
	height: 12px;
	max-width: 12px;
	margin: 0em 1em 1em 0em;
	#position: relative;
	#width: 12px; /* Required for IE 7 */
}

ul#gallery li span {
	display: table-cell;
	#left: 50%;
	#position: absolute;
	text-align: center;
	#top: 50%;
	vertical-align: middle;
}

ul#gallery li a img {
	border: 1px solid #ddd;
	margin: auto;
	#left: -50%;
	max-height: 0px;
	max-width: px;
	overflow: hidden;
	padding: 5px;
	#position: relative;
	#top: -50%;
}

ul#gallery li a:hover img {
	border: 1px solid #bbb;
}

ul.feed li {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

#blog h2,
#news h2,
.feed h2 {
	border-bottom: 0px;
	margin-top: 1.5em;
	padding: 0px;
}

#blog h2 span,
#news h2 span,
.feed span {
	color: #656565;
	font-weight: normal;
}

#blog h2:first-of-type,
#news h2:first-of-type,
.feed h2:first-of-type {
	margin-top: 1em;
}

#blog h4 {
	font-weight: bold;
	margin: 2em 0em 0em 0em;
}

#blog p.date,
#news p.date {
	color: #656565;
	font-size: 0.9em;
	margin-top: 0.25em;
}

#blog p.date a,
#news p.date a {
	color: #333;
	text-decoration: none;
}

#blog p.date a:hover,
#news p.date a:hover {
	color: #656565;
	text-decoration: underline;
}

#blog p.summary,
#news p.summary,
.feed p.summary {
	margin-top: 0.5em;
}

#calendar dl {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 1em;
}

#calendar dl dd {
	float: left;
	padding: 0px 0px 0.75em 0px;
}

#calendar dl dt {
	color: #656565;
	float: left;
	padding: 0px 10px 0.75em 0px;
	width: 75px;
}

#calendar form a {
	font-size: 1.5em;
	text-decoration: none;
}

#calendar form input,
#calendar form select {
	display: inline;
	float: none;
}

#calendar form input[type="submit"] {
	height: 22px;
	margin: 0px;
	padding: 0px 4px;
}

#calendar p.date {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.25em;
}

#map {
	float: right;
}

#map iframe {
	margin-top: 1em;
}

#map p {
	font-size: 0.9em;
	margin-top: 0.25em;
}

#news p.moreinfo {
	margin-top: 2em;
}

#page {
	background-color: #EEEEEE;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	max-width: 1100px; // changing this to max-width and the next line to width:xx% makes the site fluid
	width: 100%;
}

#prev-next {
	margin-top: 1em;
	position: relative;
}

#prev-next a,
#prev-next p {
	font-size: 11px;
}

#prev-next p#pg {
	text-align: center;
}

#prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

#primaryphoto {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}

#primaryphoto img {
	max-width: 759px;
}

#rss-icon {
	float: right;
}

#schema,
.vcard {
	display: none;
}

#secondaryphoto {
	line-height: 1em;
	margin: 1.5em 0 0 10px;
}

#secondaryphoto img {
	max-width: 160px;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.comment {
	background: #ccc;
	margin-top: 0.5em;
	padding: 0.75em;
}

.comment p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0;
}

.comment p.by {
	color: #656565;
	font-size: 0.75em;
	margin-top: 0.75em;
}

.formError {
	padding-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

#neighborhood-guide {
	margin-top: 4em;
}

#neighborhood-guide > div {
	height: 100%;
	margin-bottom: 0;
}

#neighborhood-guide > .property-thumb:hover {
	cursor: inherit;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
}

#neighborhood-guide #quick-stats {
	border: 1px solid #626262;
	text-align: center;
}

#neighborhood-guide #quick-stats h3 {
	color: #fff;
	background: #626262;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}

#quick-stats {
	min-height: 288px;
	height: 100%;
}

#quick-stats ul {
	list-style: none;
	text-align: left;
	width: 281px;
	margin-left: 1.5em;
}

#quick-stats ul span.stats-title {
	font-weight: bold;
}

#quick-stats ul li {
	min-height: 20px;
}

h2 {
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 1.5em;
	color: #333;
}

h4 {
	font-weight: bold;
	margin-top: 2em;
}

h4.top {
	margin-top: 0;
}

.neighborhood-guide-link {
	text-align: center;
	padding: 10px;
	display: block;
	border: 1px solid #009700;
	text-decoration: none;
	
}

.neighborhood-name {
	font-size: 20px;
	font-weight: 700;
	color: #009700;
}

.neighborhood-guide-title {
	color: #009700;
	font-weight: normal;
	font-size: 16px;
	display: block;
}

#neighborhood-guide-links > .property-thumb {
	width: 295px;
	height: inherit;
	background: #fff;
}


.property-thumb {
	width: 315px;
	height: 288px;
	float: left;
	margin-right:4.35%;
	margin-bottom:50px;
	-webkit-transition: box-shadow .3s, margin .3s; /* For Safari 3.1 to 6.0 */
	transition: box-shadow .3s, margin .3s;
	display: block;
}

.property-thumb:hover {
	cursor: pointer;
-moz-box-shadow: 0px 6px 10px #999;
	-webkit-box-shadow: 0px 6px 10px #999;
	box-shadow: 0px 6px 10px #999;
	/*border: 1px solid #666;*/
	margin-top: -10px;
	margin-bottom: 60px;
}

.property-thumb:nth-child(3n+3) {
	margin-right: 0;
}

.property-thumb:nth-child(2n+2) {
	margin-right: 3%;
}

.property-thumb h2 {
	border: 0 none;
	margin: 0 !important;
	padding: 0;
}

.property-photo {
	background-size: cover;
	width: 315px;
	height: 236px;
}

.property-details {
	background: white;
	height: 52px;
}

.rent {
	color: #008C00 !important;
	font-size: 22px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 700 !important;
	margin-top: 16px;
	display: block;
	float: left;
	margin-left: 10px;
}

.neighborhood {
	font-size: 22px;
	color: #999  !important;
	margin-left: 20px;
	display: block;
	float: left;
	margin-top: 16px;
}

.bed-bath {
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

.bed-bath > span {
	display: block;
	text-align: right;
}

@media only screen 
and (max-width : 1094px) {
	.property-thumb {
		width: 30%;
	}
	.property-thumb:nth-child(2n+2) {
		margin-right: 3%;
	}
	
	.property-thumb:nth-child(3n+3) {
		margin-right:0;
	}
	
	.property-photo {
		width: 100%;
	}
	
}

@media only screen 
and (max-width : 1050px) {
	.property-thumb {
		width: 46%;
	}
	
	.property-thumb:nth-child(3n+3) {
		margin-right:3%;
	}
	
	.property-thumb:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.property-photo {
		width: 100%;
	}
}


@media only screen 
and (max-width : 690px) {
	header {
		margin-bottom: -38px;
	}
}

@media only screen 
and (max-width : 690px) {
	.property-thumb {
		width: 100%;
	}
	
	.property-thumb {
		margin-right:0;
	}
	
	.property-photo {
		width: 100%;
	}

	header {
		margin-bottom: -140px;
	}
	
	.neighborhood-guide-link {
		width: 96% !important;
	}
	
	#neighborhood-guide #quick-stats {
		margin-bottom: 3em;
	}
}

@media only screen 
and (max-width: 400px) {

	header {
		margin-bottom: -260px;
	}
	
	.property-thumb {
		margin-bottom: 30px;
	}
}



/* --- Superfish --- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* --- Lightbox --- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* --- Form Validation --- */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}