/*=== WRG additions to style.css ===*/

/* Force IE to interpolate images properly */
/* http://www.joelonsoftware.com/items/2008/12/22.html */
img { -ms-interpolation-mode:bicubic; }

/* Highlight */
.highlighted { padding: 0.2em 0.5em; background-color: #ffffd0 !important; }

/* Problem pages */
div.problem {
	width: 30em;
	padding: 0 2em;
	margin: 4em auto 0 auto;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
}
div.problem h1 {
	font-size:16px;
	margin:10px 0;
}
div.problem img {
  display: block;
	margin: 1em auto 1.5em auto;
}

/* Rails Flash and errorExplanation messages */
#flash-notice, #flash-error, .errorExplanation {
  padding: 5px 8px;
  margin: 10px 0;
	max-width: 490px;
}
#flash-notice {
	font-size: 1.2em; 
	font-weight: normal; 
	color:green;
  background-color: #CFC;
  border: solid 1px #6C6;
}
#flash-error, .errorExplanation {
  background-color: #FCC;
  border: solid 1px #C66;
	font-size: 1.2em; 
	font-weight: normal; 
	color:red;
}
.errorExplanation h2 {
	font-size: 1.1em;
	margin: 0 0 0.5em;
	color:red;
}
.errorExplanation p {
	padding: 0 0 0.5em;
}
.errorExplanation ul li {
	list-style:disc;
	margin-left:2em;
}

/* Nav */
#top-nav {
	float:left;
}
#top-nav li a {
	width:100px;
}

/* Home page banner */
#home-banner {
	background:#2E79AF;
}
.banner-bookmark, .banner-share, .banner-tools {
	height:215px;
}

/* Pro banner */
.learn-more {
	font-size: 18px;
	color: #FFF;
	position: absolute;
	bottom: 15px;
	left:54px;
}

/* Ads */
.ad1 {
	background:none;
	display:none;
}
.ad2 {
	display:none;
}

/* Beta site stuff */
#beta-banner {
	background:#444444 none repeat scroll 0 0;
	color:#FFFFFF;
	padding: 3px;
	text-align:center;
	font-size:11px;
	display:none;
}
#beta-banner a {
	color:#FFFFFF;
	text-decoration:underline;
}
.user-nav {
	padding-top:18px;
}

/* Footer stuff */
#footer #copyright a {
	color:#CCCCCC;
	float:right;
}
#serverinfo {
	color:#CCCCCC;
	margin-top:20px;
}

/* Pagination */
.pagination {
	font-size: 11px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #c8c8c8;
	text-decoration: none;
}
.pagination a:hover, 
.pagination a:active {
	background: #2E79AF;
	border: 1px solid #00add2;
	color: #ffffff;
	text-decoration: none
}
.pagination span {
	padding: 2px 5px;
	margin: 2px;
}
.pagination span.current {
	border: 1px solid #00add2;
	font-weight: bold;
	background: #2E79AF;
	color: #FFF;
}
.pagination span.disabled {
	border: 1px solid #EEE;
	color: #DDD;
}

/* Help page */
/* No bookmarks */
.nobookmarks {
	margin:20px 0 30px 0;
	outline:#CCCCCC dashed thin;
	padding:10px 20px;
}
.help p,
.help li, 
.nobookmarks p {
	font-size:1.2em;
}
.help h1 {
	font-style:italic;
	font-weight:bold;
}
.help_toc {
	margin:20px 20% 10% 0;
	padding:10px 20px;
	outline:#CCCCCC dashed thin;
}
.help_toc ul {
	list-style-type:none;
}
.help_content ul {
	padding:0 0 0 20px;
}
.help_content ol {
	padding:0 0 10px 20px;
}
.help_content ol li {
	list-style-type: decimal;
}
.help_content li {
	padding:0 0 5px 0;
}
.help_content b {
	color:#333333;
}
.help_item {
	margin:20px 0 30px 0;
	padding:10px 20px;
	outline:#CCCCCC dashed thin;
}
.help_item h1 {
	font-style:italic;
	font-weight:bold;
}
.help_step {
	margin:20px 0 30px 0;
	/* outline:#CCCCCC dashed thin; */
	padding:10px 20px;
}
.help_step ul {
	padding:0 0 1em 20px;
}
.help_step ul li {
	list-style-type: disc;
}
.help_step ol {
	padding:0 0 10px 20px;
}
.help_step ol li {
	list-style-type: decimal;
}
.help_step li {
	padding:0 0 5px 0;
}
.help_step img {
	margin:0 0 1em 0;
}

/* Toolbar button links */
div#toolbarbutton {
	margin:10px;
}
a#toolbarbutton {
	padding:2px 4px;
	background:#EEEEEE;
}


/* Nav3 */
.details-nav li.tab-selected a{
	background: url(http://www.elegircolegio.com/images/temp/details0.gif) no-repeat left;
	color: #686868
}
.details-nav li.tab-selected a span{
	background: url(http://www.elegircolegio.com/images/temp/details0.gif) no-repeat right
}


/* Bookmark details */
.notes {
	background:#FFFFD0 none repeat scroll 0 0;
}
.attribution {
	color: #787878;
	margin-top:1px;
}


/* Tabs */
.panes {
	margin: 10px;
  min-height: 300px;
  overflow:hidden;
}
.panes h3 {
	font-size:1.1em;
	color:#000;
}
.panes table {
	width: 100%;
}
.pane-selected {
  display: block;
	/* border: 1px solid #ccc; */
	border-top: 1px solid #D8D8D8;
	background:#F9F9F9;
}
.pane-unselected {
  display: none;
}


/* Valuation */
.valuation {
	float:left;
	margin:5px 30px 5px 0px;
	width:330px;
}
#val_disclaimer {
	margin-top:1em;
}
#val_disclaimer span {
	font-size:0.9em;
}
#zillow {
	border-right:#CCCCCC dotted thin;
}
.valuation img#zillowlogo {
	margin-top:30px;
}
.valuation img#cyberhomeslogo {
	margin-top:25px;
}
.valuation .chart {
	margin-top:20px;
}
.valuation .chart a {
	font-size:0.7em;
	text-align:right;
}
#zillow .chart {
	margin-top:30px;
}
.estimate {
	margin-top:1.7em;
}
.estimate span {
	border:1px solid #C0C0C0;
	margin-right:1.25em;
	padding:4px;
}

/* Neighborhood */
#zillowneighbors p, 
#zillowneighbors b {
	color:#245403;
}
#zillowneighbors ol, 
#zillowneighbors ul {
	margin-bottom:20px;
}
#zillowneighbors li {
	margin-top:5px;
	padding-left:10px;
}
#zillowneighbors img#zillowlogo {
	float:right;
}
#outside_in_radar img#logo {
	margin-top:-4px;
}

/* Media */
.panoramio {
	margin-top:20px;
}
.panoramio span#copyright {
	float:right;
}

/* Comps */
#zillowcomps table {
	margin-bottom:15px;
}
#zillowcomps table td, th {
	padding:0 10px;
}
#zillowcomps table tr.even {
	background-color:#E9E9E9;
}
#zillowcomps img#zillowlogo {
	float:right;
}

/* History */
#listinghistory #summary a {
	float:right;
	margin:10px 0 10px 0;
}

/* Education */
#schools table {
	margin-top:15px;
}
#education_com_logo {
	float:right;
	font-size:0.8em;
}
#education_com_disclaimer {
	font-size:1em;
	margin-top:15px;
}

/* Share */
.share {
	float:left;
	margin:10px 15px 0 0;
}
.share img {
	vertical-align:top;
}

/* Discuss */
#comment_list div.col4 {
	width: 560px;
	padding: 5px 0;
}
#comment_list div.col3 {
	padding: 5px 0;
}
.comment .created_at {
	margin-right:10px;
}
.form1 {
	margin: 10px 0;
}
.form1 textarea {
	height:26px;
	overflow:auto;
	width:550px;
}
.form1 input {
	width:550px;
}

/* Last updated metadata */
#lastupdated {
	font-size:0.7em;
	margin-top:25px;
}
#lastupdated a {
	color:#CCCCCC;
}
#lastupdated a:hover {
	color:#888888;
}

/* New user registration form */
#regform {
	margin:30px 0;
}
#regform .regform-block {
	margin-bottom:0.7em;
	padding-left:9em;
	position:relative;
}
#regform .regform-block .regform-label {
	font-weight:bold;
	left:0;
	position:absolute;
	text-align:right;
	width:8em;
	padding-top:0.25em;
}
#regform .regform-block .regform-field {
	width:20em;
}
#regform #regform-reqs {
	color:#888888;
	margin-bottom:1.5em;
}
#regform .regform-block ul {
	margin-top:5px;
	padding-top:0.25em;
}
#regform .regform-block ul li {
	list-style:disc;
	margin-left:1.2em;
}
#regform #regform-note {
	color:#888888;
}
#regform #regform-note .regform-label {
	font-weight:normal;
}
#regform #regform-note p {
	padding:0.25em 0 0 0;
}
#regform hr {
	background-color:transparent;
	color:#DDDDDD;
	height:1px;
	display: block;
	margin:1.5em 14em 1.5em 2em;
}
.checkbox_explanation {
	color:#666666;
	display:inline;
}

/* Video */
#video {
	float:right;
	margin:9px 0 9px 20px;
}
#video p {
	font-weight:bold;
	font-size:1.2em;
}

/* Home page */
.intro_content {
	margin:10px 0;
}
.intro_content #video_form {
	margin:20px 15px;
}
.intro_content #video_form #form2 {
	float:right;
	width:310px;
}
.intro_content #video_form #video2 {
	display: block;
}
.intro_content #buzz_list h2 {
	background-color:#74D0ED;
	color:#00477D;
	padding:0.2em 0.5em;
}
#pro-ad {
	margin:26px 0 15px;
}

/* Admin reports */
.admin {
	clear:both;
}
.admin .stats {
	float:left;
	margin:10px 10px;
	outline:#CCCCCC dotted thin;
	width:201px;
}
.admin .users {
	float:left;
	margin:10px 10px;
	outline:#CCCCCC dotted thin;
	width:95%;
}
.admin p {
	font-weight:bold;
	font-style:italic;
}
table.count, 
table.user_list {
	width:100%;
}
table#user_list td.left {
	padding-right:20px;
}

/* Indexer */
#url_input {
	margin:10px 0;
}
table.indexer {
	background-color:#F1F1F1;
	border-color:gray;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#000000;
	padding:0;
}
table.indexer th, 
table.indexer td {
	border-color:gray;
	border-style:solid;
	border-width:0 1px 1px 0;
	padding:2px 4px;
}

/* Tag cloud */
#big_tagcloud {
	margin:20px 0 40px 0;
	padding:1px;
	background-color:#DEDEDE;
	width:60%;
	}
.tagcloud {
	background-color:#FFFFFF;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	text-align:left;
	border:0 none;
	margin:1px;
	padding:6px;
}
.tagcloud a {
	/* color:#2E79AF; */
	color:#00AAFF;
}
.tagcloud a:hover {
	background-color:#FFFAB2;
	text-decoration:none;
}

/* Online REsources */
#online_resources img {
	display: block;
	margin: 0 auto 20px auto;
}
#online_resources #blog {
	float:right;
	width:50%;
}
#online_resources #faq {
	width:40%;
}

/* Twitter */
#chars_left_counter {
	color:#ccc;
	font-size: 18pt !important;
	margin-left:5px;
}

/* No Details label */
.btn-details #no-details{
	margin-right: 1em;
}

/* Google notification form */
hr#google-form {
	background-color:#DDDDDD;
	border:0 none;
	height:1px;
}

/* Private bookmarks */
h3 .private {
	margin-left:0;
}

/* Events */
.event_day {
	border-left:2px solid #000;
	padding-left:10px;
	margin-bottom:3em;
	width:100%;
}
.event_day p {
	font-style:italic;
	font-weight:bold;
}
.event_item {
	margin-bottom:1em;
}
.event_item #image {
	float:left;
}
.event_item #bookmark {
	float:left;
	margin-left:15px;
}
.event_item #desc {
	float:left;
	margin-left:40px;
}

/* New bookmark */
.bookmark_for {
	margin-left:80px;
}
#for {
	min-width:80px;
}

/* Contact list */
.contacts .contact_block {
	margin-bottom:0.7em;
	padding-left:16em;
	position:relative;
}
.contacts .contact_block .key {
	font-weight:bold;
	left:0;
	position:absolute;
	text-align:right;
	width:14em;
}
.contacts .contact_block .value {
	width:20em;
}
.contacts .contact_block .delete {
	margin-right:6em;
}

/* Sponsor bizcard */
#agent-card {
	margin-bottom:15px;
	overflow:hidden;
}
.sponsor_sponsor_logo {
	margin-bottom:15px;
}
.sponsor_sponsor_logo img {
	display:block;
	margin:5px auto 0;
}
.sponsor_sponsor_logo small {
	font-size:0.8em;
	color:#555555;
}

/* Dashboard */
.dash-item {
	clear:both;
	margin:20px 0;
}
.dash-item h4 {
	margin-bottom:10px;
}
.dash-item div img {
	display:block;
	margin:0 auto;
}
.dash-events {
	height:303px;
	overflow:hidden;
}

/* Feed control blogs */
.feed_control {
	margin-bottom:20px;
}
/*
.feed_control li {
	list-style-type:disc;
	margin-left:20px;
}
*/
.feed_control ul {
  width: 100%;
  list-style: none;
}
.feed_control li {
  float: left;
  width: 25%;
}

/* Sortable_element lists */
.sortable li {
	cursor: move;
}

/* Login marketing message */
#login_form {
	float:left;
	width:200px;
}
#login_signup {
	float:left;
	width:250px;
	padding-left:40px;
	border-left:1px solid #CCCCCC;
}

/* Account */
#account_cancel {
	border:1px solid #CCCCCC;
	margin-top:20px;
	width:400px;
	padding:10px;
}

/* Events preview in Overview */
.dash-events ul li {
	min-height:20px;
}
.dash-events ul li.comment {background: url(http://www.elegircolegio.com/images/temp/ico-comn.gif) no-repeat left 2px;}
.dash-events ul li.add {background: url(http://www.elegircolegio.com/images/temp/ico-book.gif) no-repeat left 2px;}
/* .dash-events ul li.history {background: url(http://www.elegircolegio.com/images/temp/ico-status.gif) no-repeat left 2px;} */

/* Profile */
.item_list {
	padding-left:9em;
	position:relative;
	width:400px;
}
.item_list#newsfeed {
	width:600px;
}
.item_list#client {
	width:300px;
}
.item_list label {
	font-weight:bold;
	left:0;
	position:absolute;
	text-align:right;
	width:8em;
}
.item_list ol li {
	border-bottom:1px solid #D8D8D8;
	margin:5px 0;
	padding-bottom:5px;
}
.item_list ol li #delete {
	float:right;
	padding-right:10px;
}
.item_list ol li #key {
	position:absolute;
	text-align:right;
	width:5em;
}
.item_list ol li #value {
	text-align:left;
	margin:8em;
}
.item_list #tip {
	margin-top:15px;
	color:#888888;
}

/* Google feed control newsfeeds */
.gfc-resultsHeader {
	margin:5px 0;
}
.gfc-resultsHeader .gfc-title {
	color:#000000;
	font-size:1.4em;
	font-weight:bold;
}

/* Join network */
.join-network {
	width:400px;
	margin:20px 0 100px 0;
}

/* Event descriptions */
.event-desc {
	font-size: 11px;
	overflow: hidden;	
	margin-top:3px;
}




