/*
Theme Name: Tropic Realty
Version: 2.0a
Author: Wade Berlin
Tags:three column, integrated, widgetized
Dark Sunset CSS theme designed to be clean, consistant, SEO friendly, and uniquely tropical.
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #232323;
	margin: 0px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*************************************
*spec the layout divisions
*************************************/
#header {
	background: #232323 url(/images/titl.jpg) center top no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 99;
	height: 276px;
	width: 98%;
}
.headernav {
	float: left;
}
.headerdate {
	font-size: 14px;
	color: white;
	float: right;
	padding-top: 14px;
}
.topspace {
	height: 10px;
}
#footer {
	clear: both;
}

/*************************************
 + General Page Styles
 *************************************/
 

.pageholder {
	width: 100%;
	padding: 10px;
	color: white;
}

.paragraph {
	padding: 10px;
}

.title {
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

.footermenu {
	font-size: 10px;
	background-color: #111111;
	margin: 10px;
	width: 95%;
}
.footermenu ul{
	margin-left: 10px;
}
.footermenu li{
	font-size: 10px;
	display: inline;
	margin-right: 10px;
}
.footercopy {
	font-size: 10px;
	margin-left: 10px;
	font-style: italic;
	color:  white;
	font-variant: small-caps;
	text-align: center;
}
#breadcrumb {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color:  white;
	padding-bottom: 5px;
	background-color: #333333;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a, a:visited, a:active {
	color: #F9A629;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
img a {
	border: 0px;
}
.odd {
	background-color: #333333;
}
/*************************************
 +Menu
 *************************************/
/* set the wrapper value */
.menu {
	
	height: 40px;
	position: relative;
	margin-left: 25px;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size: 16px;
	color: #F9A629;
	text-decoration: none;
	width:auto;
	height:40px;
	border:1px solid black;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
	background-color: black;
	font-variant: small-caps;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:auto;
	w\idth:auto;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#F9A629;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c9ba65 130px center;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0;
	width:149px;
	border-top:1px solid black;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#F9A629;
	color:black;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:black;
	background-color: #FF9933;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:black;
	background:#FF9933;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/*************************************
* Right side styles
*************************************/
.lsmenu {
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(/site_templates/template_1/images/sbgrad_lt.png);
	background-repeat: no-repeat;
	background-position: left top;
}
 
.lsmenu ul{
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(/site_templates/template_1/images/sbgrad_lb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
.lsmenu li{
	list-style-type: none;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	background-image: url(/images/li_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidesearch {
	font-size: 12px;
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(/site_templates/template_1/images/sbgrad_lt.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidesearch h2 {
	font-size: 15px;
	padding-bottom: 5px;
}
#sidesearch ol {
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(/site_templates/template_1/images/sbgrad_lb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidesearch li {
	list-style-type: none;
	margin-bottom: 5px;
}
#sidesearch b {
	float: left;
	text-align: right;
	width: 75px;
	margin-right: 3px;
}

.blog {
	margin-bottom: 10px;
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(/site_templates/template_1/images/sbgrad_rt.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 280;
}
 
.blog ul{
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(/site_templates/template_1/images/sbgrad_rb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.blog h2 {
	padding-left: 10px;
	font-size: 12px;
	color:white;
	margin-bottom: 5px;
}
.blog li {
	font-size: 11px;
	font-weight: normal;
	color:white;
	list-style-image: url(/images/li.gif);
	list-style-type: none;
	margin-left: 35px;
	margin-right: 20px;
}
