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


/* BODY */
body { 
	margin: 0px;
	background-color: #2E2E2E;
}
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: #778180;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}


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

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

.img_s
{
	padding: 8px;
	background-color: #BBBBBB;
	background-image: none;
}

.img_m
{
	padding: 8px;
	background-color: #BBBBBB;
	background-image: none;
}

.img_l
{
	padding: 8px;
	background-color: #BBBBBB;
	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: #666666;
	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;
	font-weight: bold;
	color: #6A7271;
	margin-bottom: 30px;
	padding: 0px 0px 20px 27px;
	border-bottom: 1px dotted #AAAAAA;
	background: url('../images/page_title_ornament.gif') no-repeat 0% 7px;	
}
.custom_content a:link, .custom_content a:visited, .custom_content a:active{
	color: #778180;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #000000;
	text-decoration: none;
}


/*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 #999999;
}
.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: 960px;
	margin: 0px auto;
	padding: 15px 0px;
}
#footer_info {
	float: left;
	width: 777px;
	margin: 0px 20px 0px 90px;
}
#footer_logo {
	float: left;
	width: 60px;
}
.footer {
	font-size: 10px;
	color: #474D4C;
	line-height: 1.6;
	text-align: right;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #474D4C;
}
.footer a:hover {
	color: #999999;
}


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

.links_toggle_1 {
	font-weight: 200;
	font-size: 17px;
	color: #AAAAAA;
	padding: 2px 0px;
	margin: 2px 0px;
	border-bottom: 1px solid #3E4342;
}

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

.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-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
}
.links_active_1 {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 2px 25px;
	margin: 2px 0px;
	background: url(../images/accounts_ornament.png) no-repeat 0px 7px;
}

.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;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	color: #7F8988;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 11px;
	text-decoration: none;
	color: #7F8988;
	padding: 4px 15px;
	display: block;
}
.links_main_toggle_1 a:hover {
	color: #CCCCCC;
	background-color: #2F2F2F;
	display: block;
}

.links_main_active_1 {
	color: #CCCCCC;
	background-color: #2F2F2F;
	display: block;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:active, .links_main_active_1 a:hover {
	color: #CCCCCC;
	background-color: #2F2F2F;
	display: block;
}

/* MAIN */


#bg_color {
	background-color: #000000;
}
#main {
	width:960px; 
	margin: 0px auto;
	overflow: hidden;
}
#main_links_area {
	height: 22px;
	background-color: #3E4342;
	margin-bottom: 4px;
}
#main_links {
	width: 958px;
	border-left: 1px solid #2F2F2F;
	border-right: 1px solid #2F2F2F;
	margin: 0px auto;
}
#login_area {
	width: 960px;
	margin: 7px auto;
	text-align: right;
	overflow: hidden;
}
.login_button {
	float: right;
	width: 33px;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px 0px 0px 25px;
	color: #909C9A;
	background: url(../images/accounts_ornament.png) no-repeat;
}
.login_button a:link, .login_button a:visited, .login_button a:active {
	color: #909C9A;
}
.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: 360px;
	height: 340px;
	overflow: hidden;
	padding: 30px 180px 10px 30px;
	margin-bottom: 4px;
	background: #3E4342 url(../images/main_tiling.jpg) repeat-x;
}
#main h1{
	padding: 0px;
	margin: 0px;
}
#site_name_element {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}

.welcome_content {
	overflow: hidden;
	padding: 5px 0px 20px 0px;
	height: 105px;
	margin: 0px;
}
.welcome_content p{
	color: #9F9F9F;
	font-size: 12px;
	line-height: 1.1;
}
.welcome_content p a:link, .welcome_content p a:visited, .welcome_content p a:active{
	color: #BBBBBB;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.welcome_content p a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}
.home_location {
	font-size: 9px;
	color: #596C73;
	padding: 10px 0px;
}
#main_right_column {
	float: left;
	width: 390px;
	background-color: #414D4F;
}
#module_area {
	overflow: hidden;
	padding: 10px 25px 20px 30px;
	background: #191919 url('../images/module_ornament.gif') no-repeat 25px 15px;
}
.module_column {
	float: left;
	width: 390px;
	padding: 5px 130px 0px 20px;
}
#phone_note_column {
	overflow: hidden;
	float: left;
	width: 335px;
	font-size: 11px;
	color: #4E5453;
	text-transform: uppercase;
	padding: 0px 30px 25px 0px;
}
#home_phone {
	float: left;
	width: 90px;
	padding: 4px 0px 4px 27px;
	background: url('../images/phone_ornament.gif') no-repeat;
}
#drop_a_note {
	float: left;
	width: 150px;
	padding: 4px 0px 4px 27px;
	background: url('../images/note_ornament.gif') no-repeat;
}
#drop_a_note a:link, #drop_a_note  a:visited, #drop_a_note  a:active{
	font-size: 10px;
	font-weight: normal;
	color: #4E5453;
}
#drop_a_note a:hover { 
	color: #CCCCCC;
}
#shell_main {
	width:960px; 
	margin: 0px auto;
	overflow: hidden;
	background: #535A59 url(../images/shell_tiling.jpg) repeat-y;
}
#shell_left_column {
	float:left;
	width: 307px;
	background: #535A59 url(../images/sidebar_tiling.jpg) repeat-x;
}
#shell_right_column {
	float: left;
	width: 650px;
	margin-left: 3px;
}
#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: 0px 90px 45px 25px;
}
#gutensite_ad {
	margin: 40px 25px 60px 25px;
}
#shell_image_area {
	border-bottom: 3px solid #000000;
}
#shell_sidebar {
	float: left;
	width: 297px;
	padding-left: 20px;
}
#shell_content {
	padding: 20px 25px 40px 25px;
	min-height: 300px;
	background: #CCCCCC url(../images/content_corner.gif) no-repeat;
}
