/*
Theme Name: ICR Custom
Theme URI: http://www.independentcustomrealty.com/blog/
Description: Custom-built WordPress theme for ICR
Version: 1.0
Author: Frank Rue
Author URI: http://www.therues.com/
Tags: red white and blue, custom
*/

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	background: url(/i/bg.gif);
}

a {
	color: #263692;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	color: #263692;
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	line-height: 24px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #98012e;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #98012e;
	margin: 0px;
	margin-bottom: 6px;
}

/* basic framework */
#hold {
	position: relative;
	margin: 0px auto;
	width: 910px;
	background: #fff;
	min-height: 400px;
	padding-bottom: 20px;
}

#ls {
	position: absolute;
	top: 0px;
	left: -9px;
	background: url(/i/lshad.png) repeat-y;
	height: 100%;
	width: 9px;
}

#rs {
	position: absolute;
	top: 0px;
	right: -9px;
	background: url(/i/rshad.png) repeat-y;
	height: 100%;
	width: 9px;
}

#logo {
	position: absolute;
	left: 48px;
	top: 78px;
	z-index: 10;
}

#logo p {
	text-align: center;
	margin-top: 6px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #999;
}

#logo p a {
	color: black;
}

#topcurve {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 586px;
	height: 85px;
	background: url(/i/topcurve.gif) no-repeat;
}

#search_box {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(/i/searchbox.gif) no-repeat;
	width: 292px;
	height: 93px;
	padding: 16px;
	text-align: right;
	color: white;
	z-index: 10;
}

#search_box a {
	color: white;
	text-decoration: underline;
	border-right: 1px solid #bc5977;
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva;
	font-size: 10px;
}

#search_box a:hover {
	color: #9dcaee;
}

#search_box a.last {
	border-right: none;
	padding-right: 0px;
	padding-left: 9px;
}

#search_box input {
	padding: 2px;
	width: 169px;
	height: 15px;
	border: 1px solid #7e4457;
	background: url(/i/inshad_search.gif) no-repeat;
	margin-left: 4px;
	font-family: Verdana, Geneva;
	font-size: 10px;
	color: #aaa;
}

#search_box p {
	margin-top: 12px;
}

#footer {
	clear: both;
	margin-top: 60px;
	margin-bottom: -52px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 5px solid #989898;
	background: url(/i/bshad.png) repeat-x 5px 0px;
	height: 24px;
	width: 890px;
	color: white;
	font-family: Tahoma, Geneva;
	font-size: 9px;
}

#footer a {
	color: white;
}

#content {
	position: relative;
	padding-top: 130px;
	z-index: 0;
	min-height: 200px;
}


/* generic classes */
.fr {
	float: right;
}


/* navigation */
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 586px;
	height: 40px;
	z-index: 10;
}

#nav a {
	display: block;
	float: left;
}


/* interior pages */

#innerContent {
	float: right;
	width: 600px;
	margin-right: 30px;
}

#innerContent p {
	line-height: 22px;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 18px;
}

#findContent {
	clear: right;
	margin-top: 10px;
	margin-left: -16px;
}

#innerContent p {
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 18px;
	color: #555;
}

#hero {
	margin-bottom: 20px;
}

#interior-subnav {
	background: url(../i/subnav_bg.jpg) no-repeat;
	float: left;
	width: 181px;
	margin-top: 120px;
	margin-left: 20px;
	padding: 15px;
	min-height: 146px;
}

#breadcrumbs {
	font-size: 9px;
	color: #666869;
	margin-bottom: 6px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #98012e;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

ul#subnav, ul#subnav li, ul#subnav ul {
	margin: 0px;
	padding: 0px;
}

ul#subnav, ul#subnav ul {
	list-style: none;
}

ul#subnav ul {
	margin-bottom: 5px;
}

ul#subnav li {
	border-bottom: 1px solid #cbcfda;
}

ul#subnav li a {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #263692;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(../i/subnav_arrow.gif) no-repeat 0px 9px;
}

ul#subnav ul li {
	border-bottom: none;
}

ul#subnav ul li a {
	font-size: 11px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../i/subnav_arrow.gif) no-repeat 14px 5px;
}

ul#subnav li.last {
	border-bottom: none;
}

ul#subnav li.selected a {
	color: black;
}

ul#subnav li.selected li a {
	color: #263692;
}

#interior-advantage {
	position: relative;
	background: #ced1d4;
	margin-bottom: 6px;
	width: 181px;
	padding: 15px;
}

#interior-advantage p {
	line-height: normal;
	font-size: 11px;
	color: #666;
}

#innerContent .callout {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: oblique;
	color: #646667;
	line-height: 20px;
}

#innerContent li {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 6px;
	color: #555;
}

#innerContent small {
	font-size: 11px;
}

#innerContent small.author {
	display: block;
	color: #aaa;
	margin-top: -10px;
	margin-bottom: 18px;
}


/* sidebar */
#sidebar {
	margin-top: 130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 190px;
	background: url(images/sidebar-bg.gif) top right no-repeat;
}

#sidebar ul, #sidebar li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	font-size: 12px;
}

/* search */
#searchform label {
	display: block;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #98012e;
	margin-bottom: 2px;
}

#searchform #s {
	border: 1px solid #ccc;
	font-size: 12px;
	float: left;
	padding: 2px;
	height: 17px;
	width: 146px;
	margin-right: 2px;
}

#searchform #searchsubmit {
	text-indent: -1000px;
	overflow: hidden;
	background: url(images/search.gif) no-repeat;
	width: 35px;
	height: 23px;
	border: none;

