/* 
Theme Name: Ferris Real Estate
Theme URI: http://ferrisre.com
Description: Custom theme for Ferris Real Estate
Version: 2.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 					- Defines functions for use in various parts of the theme.
	* includes/search.php				- Helper plugin to make search results nicer (adds search term highlighting and page content searching).
							  	  			Plugin courtesy Scott Yang (http://scott.yang.id.au/).
	* includes/head_meta.php			- Helper plugin to allow per-page meta tags for keywords and description using cutsom fields.
	* includes/pageorder.php			- Helper plugin to allow drag & drop page ordering.
	* includes/theme_options.php		- Defines theme options for configuration in WP admin.
	* includes/get_theme_options.php	- Gets theme options for use in theme.
	* includes/sitemap_generator.php	- Generates a sitemap page for your site.

	  THEME STYLES:
	  ----------------------
	* style.css							- Defines and controls styles for the site (this file).
	* css/reset.css						- CSS global style reset.
	* css/wp.css						- CSS base styles for WordPress.
	* css/ie.css						- Generic Internet Explorer style fixes.
	* css/ie7.css						- Internet Explorer 7 specific style fixes.
	* css/screen.css					- Screen-specific site styles.
	* css/print.css						- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 						- Controls the header section of the site.
	* index.php							- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php						- Controls the main content section of the site for individual blog posts.
	* comments.php						- Controls the comments section of single post pages.
	* page.php							- Controls the main content section of the site for static WordPress pages.
	* archive.php						- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php					- Defines the stock search form for inclusion in various parts of the theme.
	* search.php						- Controls the main content section of the site for search results.
	* 404.php							- Controls the page shown for 404 (page/post not found) errors.
	* sidebar.php						- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php						- Controls the footer section of the site.
**/

body {
	background: #006;
	color: #330;
	font: 62.5% Verdana, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	background: #006 url(images/bg.png) no-repeat 6px 0px;
	margin: 0 auto;
	padding: 0 24px 0 45px;
	text-align: left;
	width: 790px;
}

/** MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.feed {
	background: url(images/icon-feed.png) no-repeat 0 50%;
	padding: 1px 0 1px 15px;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}
/* /MISCELLANEOUS **/

/** HEADER */
#header {
	border-bottom: 12px solid #c93;
	float: left;
	margin: 0 0 0;
	width: 795px;
}

/** LOGO */
#logo h1 {
	font-size: 2.4em;
	margin-bottom: .5em;
}

#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active {
	background: transparent url(images/logo.png) no-repeat;
	display: block;
	float: left;
	line-height: 49px; /* height of the image */
	margin: 5px 0 5px 16px;
	text-indent: -1000em;
	overflow: hidden;
	width: 417px; /* width of the image */
}

#logo a:hover {

}
/* /LOGO **/

/** NAVIGATION */
#nav {
	float: right;
	margin: 42px 0 0;
	text-align: right;
	width: 300px;
}

#menu li {
	display: inline;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	margin-right: 10px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li a:hover {
	text-decoration: underline;
}
/* /NAVIGATION **/
/* /HEADER **/

/** CONTENT */
#cont-wrap {
	background: url(images/cont-bg.jpg) repeat-y;
	display: inline;
	float: left;
	padding-top: 17px;
	width: 796px;
}

#content, #home-content {
	display: inline;
	float: right;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0 10px;
	width: 580px;
}

.content .entry {
	margin-bottom: 1.5em;
}

.content .postmeta {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: .5em;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 1.8em;
	text-align: left;
}

/** HOMEPAGE CONTENT */
#home-content #prop-form {
	border: 1px solid #330;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
	width: 575px;
}

#home-content .srch-form {
	display: inline;
	float: left;
	padding-bottom: 10px;
	text-align: center;
	width: 285px;
}

#prop-form h3 {
	color: #006;
	font-size: 14px;
	margin: 0 auto 5px;
}

#prop-form h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 5px;
	text-decoration: underline;
}

#prop-form td.searchpage_field_caption {
	display: block;
	text-align: right;
	width: 80px;
}

#prop-form select {
	background: #e6d59f;
	border: 1px solid #330;
	width: 120px;
}

#prop-form .mlsnum input {
	background: #e6d59f;
	border: 1px solid #330;
	width: 118px;
}

#prop-form .submit-btn {
	background: #006;
	border: 1px solid #330;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	line-height: 15px;
	margin: 5px 0;
	text-align: center;
	width: 110px;
}

#home-content #blog {
	float: left;
	width: 100%;
}

#blog h3 {
	font-size: 14px;
	margin: 0 auto 5px;
}
/* /HOMEPAGE **/

/** MAIN CONTENT LINKS */
.content a:link, .content a:visited, .content a:active {
	color: #663;
	text-decoration: none;
}

.content a:hover {

}

.content a.more-link {
	display: block;
	font-weight: bold1;
	margin-top: 1.5em;
}
/* /LINKS **/

/** HEADING STYLES */
.content h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.content h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content h2.pagetitle {
	font-size: 2em;
	margin-bottom: .25em;
}

.content h2.pagetitle a:link, .content h2.pagetitle a:visited, .content h2.pagetitle a:active {
	text-decoration: none;
}

.content h2.pagetitle a:hover {

}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}
/* /HEADINGS **/

/** QUOTES & LISTS */
.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul, .content ol {
	margin: 0 0 1.5em 3em;
}

.content li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}
/* /QUOTES & LISTS **/
/* /CONTENT **/

/** SIDEBAR */
#sidebar {
	border-right: 1px solid #330;
	display: inline;
	float: left;
	font-size: 1.2em;
	padding: 0 10px 20px;
	text-align: right;
	width: 169px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #663;
	text-decoration: none;
}

.sidebar a:hover {

}

.sidebar h3 {
	color: #960;
	font-size: 14px;
	font-weight: bold;
}

.sidebar ul {
	margin: 0 0 1.5em 0;
}

.sidebar li {
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: none;
	margin-bottom: 0;
}

.sidebar div#find-us {
	font-size: 10px;
	font-weight: bold;
}

.sidebar div#gen-info, .sidebar div#sellers, .sidebar div#contact {
	font-size: 11px;
}

.sidebar li.gold {
	color: #960;
	font-weight: bold;
}

.sidebar #facebook {
	margin-bottom: 10px;
}
/* /SIDEBAR **/

/** COMMENTS */
#comments {
	margin: 3em 0;
}

#comments h3 {
	border-bottom: 1px solid #333;
	margin: 0 0 1em;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #eee;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#comments .commentlist p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 1.1em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	display: block;
	margin: 0 0 1.5em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	border: 1px solid #333;
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1.2em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 2em;
}

#commentform label {
	font-size: 1.2em;
}

#commentform label span {
	font-size: 1.1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #333;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 90%;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	border: 2px solid #333;
	display: inline;
	float: right;
	font-size: .8em;
	font-weight: bold;
	padding: .5em;
	text-transform: uppercase;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#commentform #submit:hover {
	cursor: pointer;
}
/* /COMMENTS **/

/** CALENDAR */
table#wp-calendar {
	border: 1px solid #333;
}

table#wp-calendar caption {
	font-size: 1.4em;
	text-align: center;
}

table#wp-calendar tbody .pad {
	background: #ddd;
}

table#wp-calendar>tbody>tr>td>a {
	font-weight: bold;
}

table#wp-calendar thead>tr>th {
	background: #cdd5de;
	border: 1px solid #333;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
}

table#wp-calendar tbody>tr>td {
	border: 1px solid #333;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
}

table#wp-calendar tfoot>tr>td.pad {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
}

table#wp-calendar tfoot>tr>td>a, table#wp-calendar tfoot>tr>td>a:link, table#wp-calendar tfoot>tr>td>a:visited,
table#wp-calendar tfoot>tr>td>a:hover, table#wp-calendar tfoot>tr>td>a:active {
	font-weight: bold;
}

table#wp-calendar tfoot>tr>td#prev {
	background: #fff;
	border: 1px solid #333;
	border-right: none;
	height: 2em;
	line-height: 2em;
	text-align: left;
	padding-left: .5em;
	width: 5.3em;
}

table#wp-calendar tfoot>tr>td#next {
	background: #fff;
	border: 1px solid #333;
	border-left: none;
	height: 2em;
	line-height: 2em;
	text-align: right;
	padding-right: .5em;
	width: 5.3em;
}
/* /CALENDAR **/

/** FOOTER */
#footer {
	clear: both;
	color: #c93;
	font-size: 9px;
	padding: 20px 0 5px;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {

}
/* /FOOTER **/