/* 
	Widget Styling
*/

/*mmmmm Resets mmmmm*/
@import url("reset.css");


#homezillaWidget {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFF;
	line-height:1;
}


#homezillaWidget .horizontal #content {
	float:right;
	margin-right:1em;
	width:210px;
	margin-top: -3.8em;
	padding: 0px;
	background: none;
}

#homezillaWidget .horizontal #content h3 {
	background:#A3A39B;
	height:14px;
	padding:0.2em 0 0em 0;
	font-family: Arial, Helvetica, sans-serif;
}


#homezillaWidget #content h3 {
	background:url(../images/heading_bkg.png) repeat-x;
	height:21px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#890B0B;
	font-size:.85em;
	padding:0.2em 0 0em 0;
}
#homezillaWidget #content ul {
	margin-bottom:0.3em;
}
#homezillaWidget #content ul li {
	list-style:disc;
	list-style-type:disc;
	font-size:0.85em;
	font-weight:bold;
	margin:0 0 0.2em 16px;
	width:185px;
	height:13px;
	position:relative;
	color: #000;
}
#homezillaWidget #content ul li span {
	position:absolute;
	right:0;
}
.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%;
}



/* Horizontal Widget Styling */
#homezillaWidget .horizontal {
	background:transparent url(../images/sutton_horizontal_content_bkg.png) bottom center no-repeat;
	width:498px;
}

#homezillaWidget .horizontal #heading {
	background:url(../images/sutton_horizontal_heading_bkg.png) top center no-repeat;
	height:59px;
}

#homezillaWidget .horizontal #heading #logo {
	display:none;
}
#homezillaWidget .horizontal #address {
	width:247px;
	float:left;
	margin-left:0.6em;
	position:relative;
}
#homezillaWidget .horizontal #hzmap {
	width:247px;
	height: 175px;
	top: 23px;
	float:left;
	margin-left:0.6em;
	position:absolute;
}
#homezillaWidget .horizontal div#address h3 {
	position:absolute;
	top:7px;
	font-size:0.9em;
	font-weight:bold;
	left:0.2em;
	color: #000000;
	font-family:Arial,Helvetica,sans-serif;
	width: 250px;
	text-align: center;
}
#homezillaWidget .horizontal div#address div#map {
	width:250px;
	height:145px;
	margin:1.8em auto 0;
}

#homezillaWidget .horizontal div#address div#map .largeMap { /* REMOVE: When done with images */
	width:250px;
	height:160px;
	border: 1px solid #CCC;
}

#homezillaWidget .horizontal div#address div#map .smallMap { /* REMOVE: When done with images */
	height:140px;
}


#homezillaWidget .vertical #content #tagline, #homezillaWidget .horizontal #content #tagline {
	height:47px;
	margin-top:0.7em;
}
#homezillaWidget .vertical #content #tagline p, #homezillaWidget .horizontal #content #tagline p {
	font-weight:bold;
	font-size:0.7em;
	font-style:italic;
	text-align:center;
	margin-bottom:0.3em;
	padding: 0em;
}
#homezillaWidget.vertical #content #tagline p a, #homezillaWidget .horizontal #content #tagline p a {
	color:#000;
	text-decoration:none;
}
#homezillaWidget .vertical #content #tagline p a:hover, #homezillaWidget .horizontal #content #tagline p a:hover {
	text-decoration:underline;
}
#homezillaWidget .vertical #content #tagline img, #homezillaWidget .horizontal #content #tagline img {
	display:block;
	margin:0 auto;
	margin-top:-8px;
}


#homezillaWidget #sutton {
	width: 498px;
	height: auto;
	background:url(../images/sutton_hoody.jpg) repeat-none;

	
}

#homezillaWidget #warning {
	color: #000;
	text-align: center;
	font-size: 0.9em;
}
