/*--------------------*/
/*--------------------*/
/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/*--------------------*/
/*--------------------*/


/* BODY */
body { 
	margin: 0px;
	background-color: #191919;
}
body, p {
	font-family: Arial, Helvetica, San-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
}

/* IMAGE */
img {
	border: 0px;
}

/*
input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}
*/

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}



/* GENERAL LINKS */
a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #666666;
	text-decoration: none;
}


/*------------------------*/
/* IMAGES */
/*------------------------*/
img {
border: 0px; border:none
}

/* add photograph border with shadow */
.img_square_sample-s
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}
.img_square_sample
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}
.img_square-s
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}
.img_square
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}
.img_system
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}

.img_s
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}

.img_m
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
}

.img_l
{
	padding: 4px;
	background-color: #EDEDED;
	background-image: none;
	
}

.img_xl
{
	padding: 0px;
	background-image: none;
}

.img_custom {
	background-image: none;
}


/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/

h1, .header {
	font-size: 18px;
}
h2, .title {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	padding: 10px 0px;
}
.title a:link, .title a:visited, .title a:active {
	color: #666666;
	font-weight: normal;
}

.title a:hover {
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.sub_title {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px;
	border: none;
}
.row_title {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	color: #666666;
	line-height: 1.4;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}

.page_title {
	font-size: 20px;
	color: #000000;
	margin: 0px 0px 20px 0px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
}
.custom_content a:link, .custom_content a:visited, .custom_content a:active{
	color: #000000;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #666666;
	text-decoration: none;
}
.special_table {
	width: 570px;
	margin: 30px 15px;
	background-color: #EFEFEF;
	border-left: 1px dotted #AAAAAA;
}
.special_table td{
	padding: 5px 12px;
	border-bottom: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
}
.special_table .sub_title{
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	padding: 8px 12px;
	border-right: none;
	border-top: 1px solid #CCCCCC;
	background: #DADADA url(/content/site/images/graphics/list_header_row.jpg) repeat-x;
}
.special_list_container {
	padding: 10px 0px;
	margin: 15px;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	width: 570px;
}
.special_list {
	color: #000000;
	font-weight: bold;
	padding-left: 30px;
	background: #DADADA url(/content/site/images/graphics/circle_arrow_forward.png) no-repeat;
}

/*MODULES*/

.module_title {
	font-size: 12px;
	font-weight: bold;
	color: #4E5453;
	text-transform: uppercase;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #333333;
}

.module_title a:link, .module_title a:visited, .module_title a:active {
	text-decoration: none;
	color: #4E5453;
}

.module_title a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.module_date {
	color: #727272;
	font-size: 10px;
	padding-bottom: 7px;
}
.module_image {
	padding-top: 3px;
}
.module_body, .module_body p {
	font-size: 12px;
	line-height: 1.3;
	color: #535353;
	padding: 1px 0px;
	margin: 0px;
}
.module_button {
	font-weight: bold;
	color: #B43B77;
}

.module_button a:link, .module_button a:visited, .module_button a:active {
	text-decoration: none;
	color: #B43B77;
}

.module_button a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


/*BORDERS (ONLY INCLUDED FOR TEMPLATES W NON-WHITE CONTENT AREAS*/

.border {
	border: 1px solid #BBBBBB;
}
.border_top {
	border-top: 1px solid #BBBBBB;
}
.border_right {
	border-right: 1px solid #BBBBBB;
}
.border_bottom {
	border-bottom: 1px solid #BBBBBB;
}
.dotted_border_bottom {
	border-bottom: 1px dotted #777777;
}
.border_bottom_thick {
	border-bottom: 4px solid #AAAAAA;
}
.border_left {
	border-left: 1px solid #BBBBBB;
}



/* MLS COLORS */
.personal_listings { background-color: #9AB9A0; }
.new_listings { background-color: #8BA2C4; }
.price_reduction_listings { background-color: #9195A7; }



/*FOOTER*/

#footer_container {
	overflow: hidden;
	width: 920px;
	margin: 0px auto;
	padding: 15px 0px;
}
#footer_info {
	float: left;
	width: 820px;
	padding-right: 20px;
}
#footer_logo {
	float: left;
	width: 80px;
}
.footer {
	font-size: 10px;
	color: #555555;
	line-height: 1.6;
	text-align: right;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #555555;
}
.footer a:hover {
	color: #999999;
}


/* LINKS */
.separator_row {
	text-transform: uppercase;
	color: #2F2F2F;
	font-size: 17px;
	padding: 10px 0px;
}

.links_toggle_1 {
	font-weight: normal;
	font-size: 15px;
	color: #CCCCCC;
	padding: 2px 0px 4px 0px;
	margin: 4px 0px;
	border-bottom: 1px dotted #777777;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #CCCCCC;
	font-weight: normal;
}

.links_toggle_1 a:hover {
	color: #FFFFFF;
}


.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	font-size: 15px;
	color: #FFFFFF;
}
.links_active_1 {
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0px 3px 25px;
	margin: 3px 0px;
	background: url(../images/home_link_ornament.gif) no-repeat 0px 6px;
}

.links_toggle_2 {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 2px 0px 2px 25px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-weight: bold;
	color: #999999;
}
.links_toggle_2 a:hover {
	color: #FFFFFF;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	font-weight: bold;
	font-size: 11px;
	color: #111111;
	text-transform: uppercase;
	padding: 2px 0px 2px 50px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #111111;
}
.links_toggle_3 a:hover {
	color: #999999;
}
.links_expand_3 {
	height: auto;
}




/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #333333;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	padding: 32px 18px 15px 18px;
	display: block;
	background: url(../images/main_link_line.gif) no-repeat 0px 32px;
}
.links_main_toggle_1 a:hover {
	color: #FFFFFF;
	background: #AAAAAA;
	display: block;
}

.links_main_active_1 {
	color: #000000;
	background: #AAAAAA;
	display: block;
	margin-left: -2px;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:active {
	color: #000000;
	background: #AAAAAA;
	display: block;
	margin-left: -2px;
}
.links_main_active_1 a:hover {
	color: #FFFFFF;
	background: #AAAAAA;
	display: block;
}

/* PROPERTIES */

.properties_title {
	font-size: 13px;
	padding: 8px 12px;
	color: #000000;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background: #DADADA url(/content/site/images/graphics/list_header_row.jpg) repeat-x;
}
.info_button {
	color: #333333;
	font-size: 11px;
	margin-top: 15px;
	height: 17px;
}
.info_button  a:link, .info_button a:visited, .info_button  a:active{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px 5px;
	display: block;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}
.info_button  a:hover { 
	color: #FFFFFF;
	background-color: #000000;
}


/* MAIN */


#main {
	width:920px;
	border: 5px solid #000000;
	border-top: none;
	border-bottom: 25px solid #000000;
	margin: 0px auto;
	overflow: hidden;
	background-color: #000000;
}
#main_links_area {
	height: 68px;
	background-color: #FFCC00;
	overflow: hidden;
}
#main_links {
	float: left;
	width: 790px;
}
#login_area {
	float: left;
	width: 110px;
	text-align: right;
	padding: 30px 20px 0px 0px;
}
.login_button {
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0px 4px 25px;
	color: #333333;
	background: url(../images/accounts_ornament.gif) no-repeat;
}
.login_button a:link, .login_button a:visited, .login_button a:active {
	color: #333333;
	font-weight: normal;
}
.login_button a:hover {
	color: #FFFFFF;
}

.logged_in {
	float: right;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px 0px 0px 25px;
	color: #909C9A;
	background: url(/templates/wodka_night/site/images/accounts_ornament.png) no-repeat;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	color: #909C9A;
}

.logged_in a:hover {
	color: #FFFFFF;
}


#content_container {
	overflow: hidden;
}
#main_left_column {
	float: left;
	width: 295px;
	height: 322px;
	overflow: hidden;
}
#main h1{
	padding: 0px;
	margin: 0px;
}

.welcome_content, .welcome_content p{
	color: #9F9F9F;
	font-size: 13px;
	margin: 0px;
}
.welcome_content p a:link, .welcome_content p a:visited, .welcome_content p a:active{
	color: #9F9F9F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.welcome_content p a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

#main_right_column {
	float: left;
	width: 625px;
}

#module_area {
	overflow: hidden;
	padding: 29px 40px 30px 35px;
	background-color: #333333;
}
#contact_column {
	float: left;
	width: 192px;
	margin-right: 40px;
	padding-left: 30px;
	color: #999999;
	background: url(../images/contact_info_ornament.gif) no-repeat;
}
#contact_column p{
	color: #999999;
	font-size: 12px;
	margin: 5px 0px;
}
#contact_column p a:link, #contact_column p a:visited, #contact_column p a:active{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
#contact_column p a:hover { 
	color: #FFFFFF;
}
#welcome_column {
	float: left;
	width: 380px;
	margin-right: 50px;
}
#featured_column {
	float: left;
	width: 153px;
}
.module_property_specs p{
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin: 2px 0px;
}
.module_button {
	color: #999999;
	font-size: 12px;
	margin-top: 15px;
	height: 17px;
	background: url(../images/home_dotted_lines.gif) repeat-x;
	padding: 5px 5px 5px 0px;
}
.module_button  a:link, .module_button a:visited, .module_button  a:active{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-left: 26px;
	background: url(../images/home_link_ornament.gif) no-repeat 0% 50%;
}
.module_button  a:hover { 
	color: #FFFFFF;
}
#shell_content_container {
	overflow: hidden;
	background-color: #333333;
}
#shell_left_column {
	float:left;
	width: 270px;
}
#shell_right_column {
	float: left;
	width: 650px;
}
#shell_title_area {
	padding: 45px 30px;
}
#shell_main h1 {
	padding: 0px;
	margin: 0px;
}
#section_title {
	font-size: 20px;
	font-weight: bold;
	color: #2D3235;
	padding: 25px;
}
#shell_links {
	padding: 20px 25px 45px 25px;
}

#shell_contact_column {
	float: left;
	width: 192px;
	margin-right: 40px;
	padding-left: 30px;
	color: #999999;
	background: url(../images/contact_info_ornament.gif) no-repeat;
}
#shell_contact_column p{
	color: #999999;
	font-size: 12px;
	margin: 5px 0px;
}
#shell_contact_column p a:link, #shell_contact_column p a:visited, #shell_contact_column p a:active{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
#shell_contact_column p a:hover { 
	color: #FFFFFF;
}
#shell_content {
	padding: 20px 25px 40px 25px;
	min-height: 300px;
	background: #DDDDDD;
}






/*****************/
/* MLS OVERRIDES */
/*****************/
#search_main_options #input_location {
	width: 270px !important;
}