/*
Theme Name: Slavik
Theme URI: http://slavikmanagement.com/_dev
Description: Slavik Management.
Version: 2012
Author: Futuramic Media
Author URI: http://futuramicmedia.com/
*/

/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* ????? */
/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */
/* * something - picked up by IIE 7 and lower - ex: .*width:10px */

/* something \9 - picked up by IE 8 and lower - ex: width:10px\9 */

/* something : vlaue \0/ - picked up by IE 8 only - ex: width:10px\0/ */
/* picked up by IE 8 only - \9 { width: 10px\9 } hack followed by IE6+7 hacks above to correct if needed */

/* 
.color {color: #777;} ** for all browsers ** 
* html .color {color: #C39;} ** for IE6 ** 
*+html .color {color: #66F;} ** for IE7 **
.color {color: #0FC\0/;}  ** for IE8, going last **
*/

/*@font-face {
	font-family: Blackout;
	src: url("AvantGarITCbyBTExtLig") format("PostScript");
}*/


/* DEFAULTS */
html {
}
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #4D4E53;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	background-color: #4C4C4C;
	background-image: url(images/Background2.png);
	background-repeat: repeat;
}
input, textarea {
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
sup {
	font-size: 75%;
	vertical-align:top;
}
p, ul, li {
	font-family: helvetica,verdana,arial,sans-serif;
}
ul { 
	margin-top: 0px; 
	padding-top: 0px; 
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	/*padding-bottom: 0em;*/
	/*text-transform: capitalize;*/
	margin-bottom: .25em; 
}
h1 {
	font-weight: normal;
	font-size: 21px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
}
h3 {
	font-weight: normal;
	font-size: 15px;
}
h4 {
	font-size: 11px;
	padding-bottom: 0px;
}
h5 {
	font-size: 10px;
	padding-bottom: 0px;
}
h6, small {
	font-size: 10px;
	font-weight:normal;
}
p {
	margin: 0px;
	padding: .75em 0px;
	/*padding-top: .25em;*/
}
a, a img, img {
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #D06504;
	text-decoration: none;
}
a img {
	outline: none;
}
a:hover img {
	/*opacity:0.7;
	filter:Alpha(opacity=70);*/ 
}
dl {
	margin: 0px;
}
img {
	/*margin-left: -7px;
	margin-top: -2px;*/
	border: none;
}
.alignnone {
	margin: 5px 10px 0px 0;
}
.alignleft {
	float: left;
	margin: 5px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 5px 0px 10px 10px;
}
.aligncenter {
	text-align: center;
}
img.aligncenter {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
}
div {
	/*border: solid black 1px;*/
}
.clear {
	display: block;
	clear: both;
}
hr, .BlankHR {
	clear: both;
	border: none;
	background-color: transparent;
	height: 1px;
	border-bottom: 1px solid #4D4E53;
}
a.post-edit-link {
	font-weight: bold;
	padding: 10px 5px;
	clear: both;
}

/* BASIC LAYOUT *//* BASIC LAYOUT */
.Container {
	width: 940px;
	margin: 0 auto;
}

/* HEADER *//* HEADER */
#Header {
	position: relative;
	display: block;
	width: 100%;
	height: 160px;
	background-color: #000;
	overflow: hidden;
}
/* MAIN TEXT *//* MAIN TEXT *//* MAIN TEXT *//* MAIN TEXT */
.MainTextWrapper {
	position: relative;
	display: block;
	/*width: 100%;*/
	background-color: #C7C2BC;
	background-image: url(images/Background-prop-menu.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.MainText {
	position: relative;
	display: block;
	/*width: 100%;*/
	padding: 1px 40px 20px 40px;
	background-image: url(images/Background-Content.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.MainText a img {
	/*padding: 3px; 
	border: 1px solid #4D4E53;*/
	text-decoration: none;
	outline: none;
	/*border: solid 1px #4D4E53;
	padding: 5px;*/
}
.MainText a:hover img {
	opacity:0.6;
	filter:Alpha(opacity=60);
}
/* FOOTER *//* FOOTER */
#Footer {
	position: relative;
	display: block;
	/*width: 100%;*/
	height: 20px;
	padding-top: 40px;
	padding-right: 10px;
	background-color: #000;
	font-size: 10px;
	color: #888;
	line-height: 1.5em;
	text-align: right;
}

.Logo {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-left: -5px;
}
.QuickSearch {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
	padding: 0 10px;
	height: 100%;
	background-color: #414141;
	color: #CCC;
	font-size: 11px; 
}
.QuickSearch  form {
	margin:0px;
	margin:0px;
	color: #CCC; 
	font-size: 11px; 
}
.QuickSearch h3 {
	color: #CCC;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: .5em;
	border-bottom: solid 1px #999;
}
.QS_Label {
	margin: 2px 0px;
	vertical-align: top;
	text-align: right;
}

#MainImage {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
#CommunityLogo {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 210px;
	height: 240px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#CommunityLogo table, #CommunityLogo td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#CommunityLogo td img, #CommunityLogo td .Logo {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	display: inline-block;
}


/* PROPERTY MAIN NAV *//* PROPERTY MAIN NAV *//* PROPERTY MAIN NAV *//* PROPERTY MAIN NAV */
.MainMenu {
	background-color: #D06504;
	padding-left: 10px;
	z-index: 3000;
	height: 40px;
}
.MainMenu ul {
	position: relative;
	/*width: 100%;*/
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 3100;
}
.MainMenu ul li {
	position: relative;
	display: block;
	/*width: 18%;*/
	list-style-type: none;
	float: left;
}
/* Shorties */
.MainMenu ul li.menu-item-1207,.MainMenu ul li.menu-item-1214, .MainMenu ul li.menu-item-1215 {
	/*width: 15%;*/
}
.MainMenu ul a  {
	display: block;
	height: 100%;
	/*width: 100%;*/
	font-size: 13px;
	padding: 0 24px;
	padding-top: 4px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #000;
}
.MainMenu ul a:first-child {
	padding-left: 20px;
}
.MainMenu ul a:last-child {
	padding-right: 20px;
}
.MainMenu ul .current-menu-item a, .MainMenu ul .current-menu-parent a {
	background-image: none;
	color: #CCC;
}
.MainMenu ul .current-menu-parent .current_page_item a {
	background-image: none;
	color: #CCC;
}
.MainMenu ul a:hover, .MainMenu ul li.sfhover a {
	background-image: url(images/Background-prop-submenu.png);
	background-repeat: repeat;
	background-position: top left;
	color: #D06504;
}

.MainMenu ul ul {
	position: absolute;
	left: -999em;
	top: 40px;
	width: 240px;
	border-top: #CCC dashed 1px;
	background-image: url(images/Background-prop-submenu.png);
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
}
.MainMenu li ul li {
	display:block;
	float: none;
	clear:both;
	width: 240px;
	padding: 0px;
	border: none;
	background-image: none;
	text-shadow: none;
	background-color: transparent;	
	/*filter: Shadow(enabled=false);*/
	padding: 3px 0px;
}
.MainMenu ul li ul li a, .MainMenu ul .current_page_item  ul li a, .MainMenu ul .current-menu-parent ul li a, .MainMenu ul li.sfhover ul li a {
	display: block;
	height: auto;
	text-align: left;
	width: 220px;
	padding: 0px 10px;
	line-height: 2em;
	font-size: 12px;
	color: #EEE;
	background-image: none;
	background-color: transparent;	
	/*border-top: 1px solid #222;*/
}
.MainMenu ul li ul li a:hover {
	background-image: none;
	color: #FFF;
	background-color: #D06504;
}
.MainMenu ul li:hover ul, .MainMenu ul li li:hover ul, .MainMenu ul li li li:hover ul, .MainMenu ul li.sfhover ul, .MainMenu ul li li.sfhover ul, .MainMenu ul li li li.sfhover ul {
	left:0px;
}


/* PROPERTY SUB NAV *//* PROPERTY SUB NAV *//* PROPERTY SUB NAV *//* PROPERTY SUB NAV */
#PropMenu {
	z-index: 3400;
	height: 40px;
	margin-top: 7px;
	margin-left: -37px;
	width: 940px;
}
#PropMenu ul {
	position: relative;
	/*width: 100%;*/
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 3500;
}
#PropMenu ul li {
	position: relative;
	display: block;
	/*width: 10%;*/
	list-style-type: none;
	float: left;
	padding: 0 0px;
}
/* Shorties */
#PropMenu ul li.menu-item-1207,#PropMenu ul li.menu-item-1214, #PropMenu ul li.menu-item-1215 {
	width: 15%;
}
#PropMenu ul a  {
	display: block;
	height: 100%;
	font-size: 11px;
	padding: 0 12px;
	padding-top: 4px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#PropMenu ul .current_page_item a, #PropMenu ul .current_page_parent a {
	background-image: none;
	color: #333;
}
#PropMenu ul .current_page_parent .current_page_item a {
	background-image: none;
	color: #333;
}
#PropMenu ul a:hover, #PropMenu ul li.sfhover a {
	background-image: url(images/Background-prop-submenu.png);
	background-repeat: repeat;
	background-position: top left;
	color: #FFF;
}
#PropMenu ul ul {
	position: absolute;
	left: -999em;
	top: 40px;
	width: 160px;
	/*border-top: #CCC dashed 1px;*/
	background-image: url(images/Background-prop-submenu.png);
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
}
#PropMenu li ul li {
	display:block;
	float: none;
	clear:both;
	width: 160px;
	padding: 0px;
	border: none;
	background-image: none;
	text-shadow: none;
	background-color: transparent;	
	/*filter: Shadow(enabled=false);*/
	padding: 3px 0px;
}
#PropMenu ul li ul li a, #PropMenu ul .current_page_item  ul li a, #PropMenu ul .current_page_parent ul li a, #PropMenu ul li.sfhover ul li a {
	display: block;
	height: auto;
	text-align: left;
	width: 140px;
	padding: 2px 10px;
	line-height: 1.5em;
	font-size: 11px;
	color: #000;
	background-image: none;
	background-color: transparent;	
	/*border-top: 1px solid #222;*/
}
#PropMenu ul li ul li a:hover {
	background-image: none;
	color: #FFF;
}
#PropMenu ul li:hover ul, #PropMenu ul li li:hover ul, #PropMenu ul li li li:hover ul, #PropMenu ul li.sfhover ul, #PropMenu ul li li.sfhover ul, #PropMenu ul li li li.sfhover ul {
	left:0px;
}



.PropertyPage {
	margin-top: 2em
}
.PropertyRight {
	display: block;
	width: 180px;
	float: right;
}
.PropertyLeft {
	display: block;
	width: 630px;
	padding: 10px 20px 20px 20px;
	margin-left: -20px;
	float: left;
	border: 1px dashed #999;
}
.PropertyRight h1.postTitle {
	font-size: 18px;
	text-align: left;
	padding: 0px;
	margin-bottom: 1em;
}
.PropertyRight h3.PropertyTitle {
	color: #000;
}
.PropFooter {
	border-top: 1px solid #4D4E53;
	font-size: 11px;
}


h1.postTitle {
	font-size: 24px;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 1.5em;
	color: #000;
}

.ManagementTable {
	width: 695px;
}
.ManagementTable td {
	padding: 5px;
	.padding-bottom: 15px;
}

.CommunitiesTable {
	width: 75%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0 auto;
}
.CommercialTable {
	width: 50%;
}
.CommercialTable td {
	width: 50%;
}
.CommunitiesTable td {
	font-size: 11px;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	padding: 5px;
}
.CommunitiesTable td.tablelogo {
	width: 50%;
}
.CommunitiesTable td img {
	/*padding: 5px 5px 5px 0px;*/
	margin: 0px 0px 0px 0px;
	float: none;
	clear: both;
}
.CommunitiesTable p {
	margin:0px;
}

.contact .post {
	text-align: center;
}
.CommunitiesContactTable  {
	border-collapse: collapse;
	width: 100%;
}
.CommunitiesContactTable td  {
	padding: 20px;
	text-align: center;
}
.CommunitiesContactTable p {
	margin: 0px;
}

.PreferredEmployers {
	width: 100%;
	border-collapse: collapse;	
}
.PreferredEmployers td {
	padding-left:10px;	
	padding-right:10px;	
}
.PreferredEmployers ul {
	padding-left:15px;	
}


#PropFooter table {
	border-collapse: collapse;
}
#PropFooter table td {
	line-height:1.25em;
	color: #999;
}
#PropFooter table p {
	margin:0px;
	line-height:1.25em;
}
#PropFooter a.facebook, #PropFooter a.walkscore  {
	display:inline-block;
	padding-left: 40px;
	line-height: 40px;
	background-image: url(images/facebook_32.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#PropFooter a.walkscore  {
	background-image: url(images/walkscore-logo-lg.gif);
}


/* Pictures *//* CommunitiesTable */
.Pict, .PictLeft, .PictRight {
	padding: 5px 5px;
	margin: 2px 5px;
}
.PictLeft {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
.PictRight {
	float: right;
	padding-right: 0px;
	margin-right: 0px;
}
a .PictRight, a:link .PictRight {
	padding: 5px 5px;
	margin: 2px 5px;
	border: 1px solid #333;
	xborder: 1px solid #222;
	xborder: 1px solid #666;
	xborder: 0px solid #666;
	xbackground-color: #222;
}
a:hover .PictRight {
	border: 1px solid #C60;
	xbackground-color: #333;
}


/* APARTMENT SIZES AND PRICES TABLES *//* APARTMENT SIZES AND PRICES TABLES */
.ApartmentSizes, .Surveys {
	width: 95%;
	font-size: 11px;
	border-collapse: collapse;
	line-height: 1.25em
}
.ApartmentSizes td, .Surveys td {
	border: solid #999 1px;
	padding: 5px;	
}
.ApartmentSizes thead td, .Surveys thead td {
	background-color: #CCC;
	font-weight: bold;
}
.ApartmentSizes tbody td, .Surveys tbody td {
	vertical-align: top;
	padding: 10px;	
}
.ApartmentSizes tbody td p, .Surveys tbody td p {
	margin: 5px 0;	
}
.ApartmentSizes tbody td p, .Surveys tbody td p {
}
.ApartmentSizes tbody td p .spacer_, .Surveys tbody td p .spacer_ {
	margin:0px;	
	padding:0px;
	font-size: 1px;
}

/* COUPONS TABLES *//* COUPONS TABLES */
.Coupon {
	background-color: #FFF;
	border-collapse: collapse;
	width: 500px;
	border: dotted 2px #999; 
}
.Coupon td {
	xborder: solid #000 1px;
	padding: 5px;
}
.Coupon thead td {
	background-color: #C60;
	font-weight: bold;
	color:#FFF;
	height: 50px;
	padding: 2px;
}
.Coupon tbody td {
	background-color: #FFF;	
	color:#333;
	padding-left: 20px;
	padding-right: 20px;
	xtext-align:center;
}
.Coupon tbody td h2 {
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
	xtext-align:center;
}
.Coupon tbody td p {
	font-size: 11px;
}
.Coupon tfoot td {
	background-color: #C60;
	color:#FFF;
	font-size: 10px;
	font-weight: bold;
	xtext-align:right;
}
.Coupon tfoot td p {
	margin:0px;
}



.lv_Frames {
	.background-color:#FFF;
	.margin: 0px;
	.padding: 0px;
}


.gallery {
	margin: auto;
	width: 100%;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
 .gallery img {
	border:1px solid #333;
}
.gallery-caption {
	margin-left: 0;
	font-size:11px;
	text-align:center;
}
p.wp-caption-text {
	margin: .5em;;
	margin-bottom: 10px;
	font-size:11px;
	text-align:center;
}

div.gallery {
	margin: auto;
	margin-bottom:1em;
}
#gallery-1 img  {
	border:none;
}
dl.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	xbackground:#222;	
	xborder: 1px solid #333;
	font-size:11px;
}
div.gallery img {
	border: 1px solid #333;
	xwidth:75%;
	xheight:75%;
}
dd.gallery-caption {
	margin-left: 0;
}
dt.gallery-icon {
	xmargin:0;
	xpadding:0
}

#walkscore {
	margin-top:2em;
}
#walkscore a {
	background:#FFF;
	padding:3px;
	padding-top:8px;
	border: solid #999 1px;
}
#walkscore a:hover {
	border: solid #333 1px;

}

.Newsletter {
	width: 33%;
	float: left;
	margin: 10px 0;
}
.Newsletter a img {
	vertical-align:middle;
}
.Newsletter a {
	display:inline-block;
	xtext-decoration: none;
	text-indent: 40px;
	line-height: 2em;
	background-image: url(images/pdficon_large.gif);
	xbackground-image: url(images/icon_pdfdoc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.RentLinx .LeftCol {
	background:#FFF;
	border: solid 2px #000;
}
.RentLinx a, .RentLinx  a:link {
	color: #C60;
	text-decoration: underline;
	font-weight: normal;
	xfont-weight: bold;
	outline: none;
}
.RentLinx  a:hover {
	color: #000;
	xfont-weight: bold;
	text-decoration: none;
}
#WebLinxBody {

}

.Application{
}

.addthis_toolbox {
	display: block;
	clear: both;
	width: 405px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.facebookIcon img {
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}

.wp-caption {
	padding: 5px 0px 0px 0px;
	border: 1px dashed #999;
	background-color: #CCC;
	text-align: center;
}
.wp-caption img {
	text-align: center;
}
p.wp-caption-text {
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	line-height: 1em;
}

/* HIDE SHARING */
.Coupon .addthis_toolbox, .Career .addthis_toolbox {
	display: none;
}
		
		
.wpcf7 img {
	vertical-align: middle;
}

















