/* @override http://mrgrealestate.com/wp-content/themes/mrg/style.css */

/*
Theme Name: MRG
*/
@import url('../mrg/stylesheets/reset.css');

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Sans-Serif;
	background:#3e3535 url('images/bg_top2.png') top left repeat-x;
	color: #000;
	margin: 0 auto;
	line-height:1.5;
}
body.home {
	background:#3e3535 url('images/bg_top.png') top left repeat-x;
}
.clear {clear: both;}
.right, .alignright {float: right;}
.left, .alignleft {float: left;}
.center {text-align: center;}
.hidden {display: none;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #31517e;
	}

h1 {
	font-size:20px;
	font-weight: bold;
	margin:5px 0;
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	 padding-bottom: 4px;
	}

h2.pagetitle {
	text-align: center;
	}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 5px 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
.post h3, .post h3 a{color:#c70000;}

.post h3 a:hover {color:#585050;}



#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {font: 1.1em 'Courier New', Courier, Fixed;}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 20px auto;
	padding: 0;
	width: 990px;
}
	
.main_content{
	margin:  0px;
	margin-left: 30px;
	background-color: #e0d8d7;
}

#content {
	font-size: 1.2em;
	float: left;
	padding: 0 15px 0 25px;
	margin: 0px;	
	width: 613px;
	min-height: 600px;
	background: #fff;
	border-right:1px solid #ccbdbd;
}
#content.is_front_page{margin-left: 20px; width: 590px; border:1px solid #ccbdbd;}
.postmetadata {padding-top: 5px; clear: both;}
/* End Structure */


/* Begin Images */
.post img{border:2px solid #665554;}
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 5px 16px;
	display: inline;
	}

img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
	}
/* End Images */


/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li {
	list-style:disc;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	text-transform: none;
}

#commentform {margin: 5px 10px 0 0;}
#commentform p {margin: 5px 0;}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}	
/* End Comments */


/* Begin Sidebar */
#sidebar{
	padding:30px 15px 20px 0;
	background: #e0d8d7;
	float:right;
	min-height: 550px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width:283px;
}
.home #sidebar{padding-top:0;}
#sidebar img{
  margin-bottom: 8px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p {margin: 5px 0;}

#sidebar ul ul, #sidebar ul ol {margin: 5px 0 0 10px;}

#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 10px;}

ol li, #sidebar ul ol li {list-style: decimal outside;}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
	
#sidebar .links{
  text-align: left;
  margin-top: 20px;
  margin-left: 5px;
}

#sidebar .links .head{
  font-size: 11pt;
  color: #333333;
}

#sidebar .links ul {margin-left: 15px;}

#sidebar .links ul li{
  margin: 0px;
  list-style: disc;
  padding: 2px;
}


#sidebar form {margin: 0;}

#sidebar h3.widgettitle{
	text-transform:uppercase;
	border-bottom:1px solid #d3c4c4;
}

#sidebar a{color:#1c3b60;}
#sidebar .form-field{
	text-align:right;
	padding:2px 0;
}
#sidebar select{width:184px;}
#sidebar .submit{text-align:right;}

/* End Sidebar */

/* Begin Various Tags & Classes */
iframe{border:1px solid #ccbdbd; background:#fff;}
acronym, abbr, span.caps {cursor: help;}

acronym, abbr {border-bottom: 1px dashed #999;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {border: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/**************************HEADER********************************/
#header {	}
	
.logo{
	padding: 0 0 10px 25px;
	float: left;
}

.contact_us {
	font-size:11pt;
	color:#fff;
	letter-spacing:1px;
	margin-top:40px;
	text-align:right;
}
.contact_us li a{color:#c2adad; padding:0 10px;}
.contact_us ul {
	margin:0; padding:0;
	margin-top:5px;
}
.contact_us li {
	color:#c70000;
	font-size: 9pt;
	display:inline;
	list-style-type:none;
}

.contact_us .last a{
	padding-right:0;
}

.meet_team{
	float:left;
  	text-align: left;
	width: 310px;
  	height: 230px;
	background: url('images/team2.gif') no-repeat top center;
}

.meet_team a{
  position: relative;
  top: 195px;
  left: 90px;
  font-size: 14pt;
  font-weight: bold;
  color: #fefefe;
  background: url('images/team_button.png') no-repeat center right;
  padding-right: 40px;
  text-decoration: none;
}

.nav{
  text-transform:uppercase;
  margin-top: 10px; 
  position:relative;
  left: -59px;
  background: url('images/nav_back.png') no-repeat center left;
  height: 50px;  
  width: 1140px;
  padding-left: 65px;
  text-align:center;
}

.nav li {
	list-style-type:none; display:inline;
}
.nav .page-item-3 a{border:none;}

.nav a{
  width: 120px;
  color: #fff;
  line-height: 47px;
  border-left: 2px inset #453e3d;
  float:left;
  font-size: 10pt;
  font-weight: 200;
  text-decoration: none;
}
.nav a:hover {color:#ababab;}

.nav .current_page_item a {color:red;}

.subnav{
  	background: url('images/subnav_back.png');
  	height: 35px;
  	margin-left: 30px;
  	line-height: 34px;
	color:#fefefe;
	font-size:11pt;
	letter-spacing:1px;
}

.subnav a{color:#fff;}
.subnav .left{
  width: 48%;
  color: white;
  margin-left: 2%;
}
.follow {
	margin-right:15px;	
}
.follow span {float:right;}
.follow img {
	margin:0 4px;
	float:right;
}
/**************************FOOTER********************************/
.promo{
	clear:both;
  	padding:0 0 20px 20px;
  	border-bottom: 1px solid #cccccc;
}
.promo .widget {list-style-type:none;}
#generic-3, #generic-4 {
	width:270px;
	float:left;
}
#generic-3 {margin-right:30px;}
.widget_generic .widget_icon {
	padding-right:8px;
}
.widget_generic .widgettitle a {
	margin:0;
	font-family: 'helvetica neue';
	color:#b70101;
	font-size:16pt;
	position:relative;
	top:35px;
	left:82px;

}
.widget_generic p {
	font-size:9pt; 
	color:#3e3535;
	text-align:left;
	padding-top:31px;	
}
.promo a {
	font-size:9pt;
}
.promo a:hover{text-decoration:none; color:#224575;}

.promo ul {margin:0;}

.promo .widget_links {
	padding-top:20px;
	float:right;
	width:275px;
}

.promo .widget_links .blogroll {
	list-style-type:disc;
	color:#224575;
	text-align:left;
	margin:0;
	padding:0;
}
.promo .widget_links li {
	margin-left:15px;
	margin-top:4px;
}

.home #sidebar .widgettitle, #latest_posts_heading, .promo .widget_links .widgettitle{
	font-size: 11pt;
	color: #3e3535;
	text-transform:uppercase;
	font-weight:normal;
	border:none;
}
.home #sidebar .widgettitle{padding-top:12px;}
#latest_posts_heading {
	padding: 10px 0 0 20px;
}

#front_page_content{
	float:left;
	width:655px;
}

#footer{
  	height: 16px;
	padding:7px 10px;
  	color:#3e3535;
	background: #fff;
}

.ft_nav{
  text-align:right;
  margin-right: 10px;
}

.ft_nav ul {margin:0;}

.ft_nav li{
	display:inline;
	list-style-type:none;
	padding:0 5px;
}

.ft_nav a{color:#3e3535;}

.main_content_area{
  background: #e0d8d7;
  min-height:480px;
}

.sidebar_title{
  margin: 0px;
  padding-top: 10px;
  text-align: left;
  font-size: 11pt;
  color: #333333;
  width: 291px;
  float: right;
}

#content h2{font-size: 14pt;}
#content h2 a{color: #31517e;}
.home_area{padding-top: 15px; background:#fff; height:320px;}

.home_area .search{
  	float: left;
  	width: 631px;
  	margin-left: 15px;
	color:#403536;
}

.map_text{
font-weight: bold; font-size: 11pt;
}

.vegas_area_map{
	border:1px solid #8f8382;
	height:268px;
	background:#b9aaaa;
	text-align:right;
	color:#404243;
}
.vegas_area_map h3{color:#fff; padding-top:10px; margin-right:130px; font-size:14px; font-weight:normal; }
.vegas_area_map img{border:none; float:left;}
.vegas_area_map a{color:#000; padding-right:10px;}
.vegas_area_map .search_widget_form{padding:5px 10px 0 10px; font-weight:bold;}
.vegas_area_map input[type="text"], .vegas_area_map select{border-color:#8f8382; color:#404243; font-size:13px;}
.vegas_area_map .search_widget_form .form-field{margin-bottom:10px;}

.home_area .buttons{
  float: right;
  width: 270px;
  padding-right:7px;
  height:76px;
  margin-right: 15px;
  border:solid 2px #8d8382;
  text-align:right;
  font-variant:small-caps;
  font-family: 'trajan pro', times;
  letter-spacing:1px;
	font-weight:normal;
}
.home_area .buttons h4 {font-size:12pt;margin:7px 5px 0 0; color:#3e3535;}
.home_area .buttons h5 {font-size:14pt;margin:0;padding:0; color:#ffffff;}
.home_area .buttons span{
	text-align:center;
	background:#224575; 
	border:solid 1px #8d8382;
	height:18px;
	line-height:18px;
	width:135px;
	display:block;
	float:right;
}
.home_area .buttons a {	
	color:#ffffff;
	text-transform:uppercase;
	font-family:'Lucida Grande', 'Trebuchet MS', arial, Sans-Serif;
	letter-spacing:0;
}
#sell span {
	background:#b70101;
}
.home_area .buttons a:hover{text-decoration:none;}
#buy {background:url('images/bg_buy.png') no-repeat; margin-top: 18px;}
#sell {background:url('images/bg_sell.png') no-repeat; margin-top: 16px;}
#bank {background:url('images/bg_bank.png') no-repeat; margin-top: 15px; margin-bottom:15px;}

.testimonial{
	clear:both;
	padding:5px 15px 10px 15px;
  	background: #8d8382;
  	border: 1px solid #7f7372;
  	border-left: none;
	border-right:none;
	color: #fff;
	font-size: 10pt;
}
#testimonial_bar{list-style:none; margin:0; padding:0;}
#testimonial_bar .widget{float:left; width:285px;}

#testimonial_bar .widgettitle{
  color: #4f4946;
  font-weight: bold;
  font-size: 11pt;
  text-align: left;
  margin-top: 5px;
}

.testimonial_list{margin-bottom:15px;}

/* TEMPORARY */
#testimonial_bar #text-7{width: 631px;}
#testimonial_bar #text-8{float:right; background: #ffffff;}
#text-8 .lender_list p, #text-8 .lender_list a {color:#2f4367; font-size:98%;}
#text-8 .lender_list {margin-bottom:0; padding-right:5px;}
#text-8 .lender_list h4 {margin-top:3px;}
#text-8 .lender_list h4 a{color:#585050; font-size:103%;font-family:arial;}

/* HOME PAGE SLIDESHOW
   Hides Image on Computer, Hides Flash on mobile */
.home-image {
	display: none;
}

#home-flash {
	display: inline;
}

/* Team Page */
.team_bios{width:297px; margin:10px 0;}
.team_bios.even{float:left;}
.team_bios.odd{clear:both; float:right;}
.single_team_bio{margin:10px 0;}
/* Lenders Page */
.lender_list{
	border:1px solid #796d6c;
	margin-bottom:10px;
	background:url('images/ftd_single.png') repeat-x bottom #fff;
}
.lender_list img{
	border:1px solid #796d6c;
	height:70px;
	float:left;
	margin:6px 8px 6px 6px;
}
.lender_info {width:450px; float:left; margin-top:5px; }
.lender_info h3{margin-bottom:0px;}
.details {width:19px; height:85px; margin:0; background:url('images/details.png') top no-repeat #b70100;}
.lender_list h4{margin:0;}
.lender_list p{margin:2px 0;}

.lender_detail img{
	border:1px solid #8f8381;
	float:left;
	height:150px;
	margin: 0 15px 5px 0;
}

.frm_pos_left{width:70px; text-align:right;}

input[type="submit"]{
	border:1px solid #8f8382;
	color:#fff;
	text-transform:uppercase;
	background:#1b3b6f url(images/submit_bg.png) repeat-x;
	width:184px;
	padding:3px 0;
	cursor:pointer;
}

input[type="text"], textarea, select{
	border:1px solid #1c3b60;
}

.search_widget_form {text-align:right;}

.post .form-field, .search_widget_form .form-field{margin-bottom:5px;}

.post{
	padding-top:20px;
	margin: 0 0 40px;
	text-align: justify;
}

.qa_page .post{padding:0 0 15px 0;}
.post p{margin-top:0;}
.post h1{color:#1c3b60;}
.topic_entry {margin-bottom:40px;}
.page-id-9 .entry h2 {margin:0;}
.page-id-9 .entry h3 {text-transform:uppercase; font-size:9pt; margin-bottom:4px;}
.topic_image {margin:0 15px 15px 0;}
.page-id-9 .topic_image {margin:0 15px 15px 0;}
#archives-3 ul li {list-style: url('images/plus.png') inside;}

#ftd_single {
	border:solid 1px #c4cbd7;
	background: url('images/ftd_single.png') repeat-x bottom #fff;
	margin-bottom:5px;
}
#ftd_single .alignleft {margin:5px;}
#ftd_single a {color:#b70101;}
#ftd_single a:hover {color:#3e3535;}
#ftd_single .ftd_info{width:145px;float:left; margin-top:10px; color:#3e3535;}
.ftd_info h3 {margin-bottom:0;}
#ftd_single .right {width:18px; height:97px;}
#subscribe {
	width:580px;
	height:38px;
	padding: 8px 10px;
	background: url('images/bg_subscribe.png') repeat-x;
	border:solid 1px #496b98;
	margin-bottom:20px;
}
#subscribe h4 {margin:0;}
#subscribe h3 {color:#ffffff;font-size:11pt; }
#subscribe .left {width:345px; }
#subscribe .right {width:205px; }
#subscribe #subscribe2_email {width:150px;float:left; border:solid 1px #486a97;height:16px;}
#subscribe #subscribe_button {float:left;height:20px; width:53px; background:url('images/button.png'); color:red; font-size:6pt;border:solid 1px #486a97;}
#subscribe #subscribe_button:hover{cursor:pointer;}
#subscribe #unsubscribe_button {display:none;}
a:focus {outline:none;}
