/*

Theme Name: Toronto Realty Blog
Theme URI: http://torontorealtyblog.com/
Description: A layout based on a blank canvas WordPress theme for developers based on the 960 CSS framework. (by Troy Dean http://www.guardianwebdesign.com.au/)
Author: Ronin Interactive Inc.
Author URI: http://ronininteractive.ca
Version: 1.0
Tags: two-columns, realty, blog, fixed-width

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);
@import url(calc.css);
/* Begin Structure */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html {
	background: url('images/bg.jpg');
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #000;
}
a {
	color: #f02311;
	text-decoration: underline;
}
a:hover {
	color: #776559;
	text-decoration: none;
}
h1, h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #f02311;
	margin: 20px 0px;
}
h1 a, h2 a, a h1, a h2 {
	color: #f02311;
	font-size: 24px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
h1 a:hover, h2 a:hover {
	color: #776559;
	text-decoration: underline;
}

h3 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #53777a;
	margin: 10px 0px;
}
h3 a {
	color: #f02311;
	font-size: 24px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7a7a7a;
}
h4 a {
	color: #f02311;
	font-size: 18px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7a7a7a;
}
h5 a {
	color: #f02311;
	font-size: 16px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	margin: 10px 0px;	
}

.clear {
	clear: both;
}
#page {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-color: #000;
}
div#wrapper {
	background: #ffffff !important;
	min-height:550px;
}
#topsearch {
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	width: 100%;
	z-index: 3000;
}
#topsearch div {
	width: 960px;
	margin: 5px auto;
}
#topsearch p {
	padding:0;
	margin:0;
	font-family: georgia;
	color: #a9a9a9;
	font-size: 14px;
	float: left;
}
#topsearch>div>p>span
{
display:block;
float:left;
margin-right: 10px;
margin-top: 3px;
}
#topsearch>div>p>img
{
float:right;
}
#topsearch span span
{
color: #ed1f24;
}
.topsearchimg
{
display: block;
float: left;
margin: 0;
padding: 0;
width: 55px !important;
height: 28px;
margin-top: -2px !important;
}
#topsearch form {
	text-align: right;
	margin:0;
	padding: 0;
	margin-top: 6px;
}
#topsearch .box {
	position:relative;
	background: black;
	color: #fff;
	width: 187px;
	border: 1px solid #3e3e3e;
	border-right: 0;
	font-size: 11px;
	padding-top: 1px;
	height: 20px;
	margin-top: 0px;
	height: 16px;
	top: -2px;
}
#topsearch .btn {
	margin: 0;
	position: relative;
	top: -1px;
	width: 18px;
	height: 20px;
	border: 1px solid #3e3e3e;
	border-left: 0;
	background: url('images/btn_search.png') no-repeat;
}
#topsearch a {
	color: #a9a9a9;
}
#topsearch a:hover {
	text-decoration: none;
}
#header {
	margin-left: auto;
	margin-right: auto;
	height: 360px;
	width: 960px;
	background: transparent;
}
#headerimg {
	/*margin-top: 80px;*/
	margin-top: 40px;
	height: 233px;
	background: url('images/logo_trb.png');
}
.featured {
	margin-top: 65px;
	height: 210px;
	background: white !important;
	position: relative;
	z-index: 2000;
	margin-bottom: 40px;
}
.featured h2 {
	margin-left: 16px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 24px;
	color: #F02311;
	margin-top: 0px;
	margin-bottom: 0px;
}

.featured h2 a {
	margin-left: 16px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: italic;
	font-size: 24px;
	color: #F02311;
}

.featured h2 a:hover {
	color: #776559;
	text-decoration: none;
}

.featured h2 span {
	font-family: georgia;
	text-transform: uppercase;
	font-size: 18px;
	color: #1b1b1b;
}
.featurepiece {
	float: left;
	width:180px;
	margin-left:3px;
	margin-right:3px;
	margin-top: 10px;
}
.featurepiece img {
	border: 1px solid grey;
}
.featuretitle {
	margin-top: 5px;
}
.featuretitle a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.featuretitle a:hover {
	color: #776559;
}

.feat-subtext {
	border-bottom: 1px dotted #b9b9b9;
	padding-bottom: 5px;
}
#tapetop {
	position: absolute;
	margin-left: -50px;
	margin-top: -40px;
	background: url('images/tape.png') no-repeat left top;
	width: 120px;
	height: 77px;
}
#tapebot {
	position: absolute;
	background: url('images/tape.png') no-repeat left top;
	width: 120px;
	height: 77px;
	margin-top: 120px;
	margin-left: 578px;
}
#toppostsshadow {
	position: absolute;
	background: url('images/top_posts_shadow.png') no-repeat left top;
	width: 297px;
	height: 21px;
	margin-top: 178px;
	margin-left: 0px;
        *display: none; /* IE7 hack */
}
/* Sliding Subnav Styles */
.slidenav {
	height: 35px;
	display: block;
	width: 960px;
	text-align: center;
	background: url('images/papertop.png') repeat-x !important;
	margin-top: 26px;
	padding-top: 0px;
	margin-left: -10px;
	margin-top: 10px;
}
.slidenav a {
	color: #e4e4e4;
	text-decoration: none;
	font-family:georgia;
	text-transform: uppercase;
}
.slidenav ul, .slidenav ul li {
	height: 18px;
	line-height: 18px;
	list-style: none;
}

.slidenav ul li {
	margin: 0px 27px;	
}

.subnav ul li, .subnav ul, .slidenav-box {
	line-height: 28px;
	list-style: none;
}

.slidenav-box {
	height: 32px;	
}

.slidenav ul a {
	display: block;
	padding: 10px 10px;
	line-height: 18px;
}
.slidenav ul a:hover {
	color: #f00;
}
.subnav ul a {
	display: block;
	padding: 2px 10px;
	line-height: 18px;
}
.subnav ul a:hover {
	color: #776559;
}
.slidenav ul li, .subnav ul li {
	float: left;
}
.slidenav ul li ul {
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
}
.slidenav ul li:hover ul {
	display: block;
}

.subnav ul {
	display: none;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	height: 18px;
}

.subnav ul li {
	display: inline;
}
.subnav ul a {
	color: #1b1b1b;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}
.slidenav-box {
	margin: 0;
	border: 0;
	padding: 0px 20px;
	background: transparent;
	width: auto;
	min-width:950px;
}
.sub-menu {
}
.inactive-box {
	visibility: hidden;
}

.current-menu-item a, .current-page-ancestor a, .current-post-ancestor a
{
color: #f00;
}

#menu-item-3853
{
margin-left: 700px;
}
/* End Sliding Subnav Styles */
/*
.menu-main-menu-container
{
	height: 35px;
	display: block;
	width: 960px;
	text-align: center;
	background: url('images/papertop.png') repeat-x  !important;
	margin-top: 26px;
	padding-top: 20px;
	margin-left: -10px;
}

.menu ul
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.menu li
{
	width: 160px;
	float: left;
}

.menu a
{
	font-size: 15px;
	color: #1b1b1b;
	text-transform: uppercase;
	font-family: georgia;
}
*/
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
	position: absolute;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* DIV holding the cycling items near the top */
#deskitems {
	width: 960px;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}
/* Cups */
#deskitem1 {
	margin-left: -70px;
	float: left;
}
#deskitem2 {
	margin-left: 0;
	float: left;
}
#deskitem3 {
	margin-left: -100px;
	float: left;
}
#deskitem4 {
	margin-left: -50px;
	float: left;
	z-index: 2500;
	position: relative;
}
#deskitem5 {
	position: absolute;
	margin-left: 780px;
	z-index: 2750;
	margin-top: -40px;
        *display: none; /*ie7 hack*/
}
#content {
	margin-top: 40px;
	background: white;
}
#sidebar {
	background: white;
}
.todaybar {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 13px;
}
#socialmedia {
	position: absolute;
	top: 280px;
	width: 400px;
	height: 50px;
	/* margin-left: 390px;*/
	z-index: 3500;
}

#socialmedia li {
	float: left;
	margin: 0px 4px;
}	
.previously {
	margin-top: 10px;
}
.previously h3 {
	font-size: 20px;
	margin: 17px 0px;
	font-family: georgia;
	text-align: center;
	font-style: italic;
}
div.hr {
	height: 1px;
	background: url('images/hr.gif') repeat-x scroll center;
}
div.hr hr {
	display: none;
}
#entrymain {
	width: 699px;
	height: 485px;
	background: url('images/bg_todays.jpg') no-repeat;
}
.entrymainpic {
	float: left;
	margin-left: 100px;
	margin-top: 95px;
}
.entrymainblock {
	margin-top: 110px;
	margin-left: 60px;
	width: 275px;
	float: left;
}

.entrymainblock h2 {
	margin: 0px;	
}

.entrymaintitle {
	font-family: georgia;
	margin: 0;
	font-size: 20px;
}
.entrymaindate {
	font-family: georgia;
	margin: 0;
	font-size: 15px;
}
.entrymaindate span {
	color: red;
}
.entrymainblock p {
	font-size: 12px;
}
.articlepic {
	float: left;
	margin-left: 65px;
}
.entrystampwrap {
	position: absolute;
}
.entrystamp {
	background: url('images/entrystamp.png');
	width: 80px;
	height: 69px;
	/*position: absolute;*/
	display: block;
	float: left;
	margin-left: -23px;
}
.entryweekday {
	color: white;
	text-align: center;
	font-family: georgia;
	text-transform: uppercase;
	font-size: 20px !important;
	padding-top: 10px;
	padding-left: 5px;
}
.entrydate {
	color: white;
	text-align: center;
	font-family: georgia;
	text-transform: uppercase;
	font-size: 12px !important;
	padding-top: 5px;
	padding-left: 5px;
}
.navigation {
	margin-right: auto;
	display: block;
	padding: 10px 20px;
	border: 1px dotted #aaa;
	font-size: 16px;
	font-weight: bold;
	overflow: auto;
	margin-top: 10px;
}
.navigation a {
	font-size: 12px;
	color: #f00;
}
.navigation a:hover {
	color: #147;
}
.navigation img {
	float: left;
	margin-right:5px;
}
h2.trbtitle {
	font-family: Georgia;
	font-size: 24px;
	color: #F02311;
	margin: 20px 0px;
}
.entry p {
	font-size: 14px;
}
.trbentry {
}
.trbentry p {
	font-size: 14px;
}
.trbentry li {
	font-size: 14px;
}
.entryhighlightimg {
	float: left;
	margin-left: -100px !important;
	margin-right: 20px !important;
}
.entryquote {
	display: block;
	float: left;
	margin-left: -90px;
	width: 200px;
	min-height: 80px;
	background: url('/wp-content/themes/trb/images/quotes.gif') no-repeat bottom right;
	font-size: 16px !important;
	margin-right: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.entryblock {
	width: 450px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}

.entryblock h2 {
	margin: 0px;	
}

.entryblock h2 a, .entrymainblock h2 a {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

.entrymainblock h2 a {
	color: #F02311;
}


.entryblock h2 a:hover, .entrymainblock h2 a:hover {
	color: #776559;
	text-decoration: underline;
}

.articlecommentcount {
	font-size: 12px;
	font-weight: bold;
}

.sidebar {
	position: relative;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sidebar {
	list-style-type: none;
}
.sidebar ul {
	margin-left: 20px;/*padding-top: 50px;*/
}
.sidebar .widget-parent {
	margin-left: 0px;
}
.sidebar ul > li > a {
	color: #808080;
	font-family: georgia;
	font-size: 14px;
	line-height: 23px;
}
h3.widgettitle {
	position: relative;
	color: white;
	background-image: url('images/sidebar_ribbon.png');
	background-position: -23px 0px;
	background-repeat: no-repeat;
	width: 230px;
	height: 38px;
	font-family: georgia;
	text-transform: uppercase;
	font-size: 20px !important;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	height: 80px;
	background: black;
}
#footerContent p {
	background: black;
	color: #e4e4e4;
	text-align:center;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

#contentfirst .post {
	margin-left: 0px;	
}

.post {
	margin: 0 0 40px;
	margin-left: 100px;
}
.postmetadata {
	padding: 10px;
	border: 1px dotted #b9b9b9;
}
.smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before {
	content: "\00BB \0020";
}
.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: left;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 595px;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* 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 .avatar {
	float: right;
	padding: 2px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	border: none;
	border-bottom: 1px dotted #b9b9b9;
	color: white;
	background-color: white;
	height: 1px;
}
.navigationTop {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.navigationBottom {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.ui-accordion .ui-accordion-header .ui-icon {
	left: 45px !important;
	top: 55% !important;
}
ul#accoarch a.heading:hover {
	background: transparent !important;
	color: #d90000 !important;
}

.trb-calc {
	background-color: #transparent;
	border: 1px dotted #b9b9b9;
	padding: 10px;	
}

.trb-calc tr {
	line-height: 18px;	
}

.trb-calc td {
	padding: 5px 10px;	
}

.trb-calc label {
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}

.calc-header {
	color: #7a7a7a;
	text-transform: uppercase;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 18px;
}

.nav-edit {
	display: none;
}

.maincontentarea {
	padding-bottom: 40px;	
}

.media-page {
	margin-left: 100px;	
}

.media-thumb {
	float: left;	
	text-align: center;
	margin-top: 10px;
}

.media-info {
	width: 400px;	
	float: right;
}

.slidenav-box {
	margin-left: 0px !important;
}

.slidenav-box .subnav {
	position: relative;
	right: 0px;	
}

.fb-like {
	border:none; 
	overflow:hidden; 
	width:85px; 
	height:20px;
	float: left;
	position: relative;
	top: 0px;
	left: 320px;
}

.comment-author .avatar {
	display: none;	
}

#comments {
	margin-left: 100px;	
}

.commentlist {
	margin-left: 100px;	
}

#respond {
	margin-left: 100px;	
}

.search-entry {
	margin: 20px 0px;	
}

#fb-root {
	margin: 10px auto;	
}

#text-3 .textwidget {
	margin-left: 13px;	
}

.media-entry-heading a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F02311;
	font-weight: bold;
	font-style: italic;	
	text-transform: none;
}

.media-entry-heading a:hover {
	color: #F02311;
	text-decoration: none;
}

.media-entry-title a {
	color: #333;	
}

.media-entry-title a:hover {
	color: #776559;	
}

.media-article .trackable_sharing {
	margin-left: 100px;	
}

.trb-archives h3 a {
	color: #333;	
}

.trb-archives h3 :hover {
	color: #776559;
	text-decoration: underline;	
}

.categorysidebar
{
margin-left: -11px;
}

#twtr-widget-1
{
margin-left: 12px;
}

.twtr-hd h4 a
{
font-size: 16px !important;
}
