/*
Theme Name: SOFA RealEstate
Theme URI: http://sofarider.com/
Description: Full Flash WordPress theme, real estate niche ready.
Version: 1.0
Author: Dameer, sofarider.com
Author URI: http://sofarider.com/
Tags: flash, realty, real estate
*/

html { height: 100%; }
body { height: 100%; margin: 0; padding: 0; background-color: #000000; }

/* these styles are used by Flash */
a:link {
  color: #3e4574;
  text-decoration: none;
}
a:hover {
  color: #ED2500;
  text-decoration: none;
}

strong { font-weight: bold; }

em { font-style: italic; }

blockquote {
  color: #3e4574;
  font-size: 18;
  margin-left: 100px;
}

h1 { color: #000000; font-size: 26px; display: inline; }
h2 { color: #000000; font-size: 22px; display: inline; }
h3 { color: #000000; font-size: 20px; display: inline; }
h4 { color: #000000; font-size: 18px; display: inline; }
h5 { color: #000000; font-size: 18px; display: inline; }
h6 { color: #000000; font-size: 18px; display: inline; }

/* main navigation */
mainnavigout { font-size: 18px; color: #222222; }
mainnavigover { font-size: 18px; color: #ED2500; }

/* subnavigation */
subnavigout { font-size: 14px; color: #222222; }
subnavigover { font-size: 14px; color: #ED2500; }

/* post, article styles */
postdate {
	color: #333333;
	font-size: 12px;
}
posttitle {
	color: #304858;
	font-size: 26px;
}
postcontent {
	color: #333333;
	font-size: 16px;
}
postcategory {
	color: #FF6600;
	font-size: 12px;
}
postcommentscount {
	color: #999999;
	font-size: 12px;
}

/* comments */
commentheader {
	color: #FFFFFF;
	font-size: 22px;
}
commentdate {
	color: #333333;
	font-size: 10px;
	text-align: right;
}
commentauthor {
	color: #FF6600;
	font-size: 12px;
	text-align: right;
}
commentcontent {
	color: #666666;
	font-size: 14px;
}

/* list of posts or articles */
listdate {
	color: #FF6600;
	font-size: 10px;
}
listtitle {
	color: #FFFFFF;
	font-size: 22px;
}
listcontent {
	color: #666666;
	font-size: 14px;
}

/* generic button */
buttonlabel {
	color: #FFFFFF;
	font-size: 14px;
}

/* footer */
footertxt {
	color: #333333;
	font-size: 12px;
}

/* featured post price and title */
reprice {
	color: #000000;
	font-size: 12px;
}
retitle {
	color: #000000;
	font-size: 12px;
}

/* tooltip */
tooltip {
	color: #FFFFFF;
	font-size: 14px;
}