/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
 a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
form {
	font-size: 1em; color:#666; font-weight:bold;
}
legend {
	color:#666;
}
select {
	background-color:#eee; color:#555; text-align:center;
}

#homesDetailSearchForm {
	width:600px; 
	height:850px; 
	margin: 30px 0 0 10px; 
	background-image:url(http://athomeshuntsville.com/images/searchFormBg.gif); 
	font-size:16px; 
	color:#666; 
	text-align:left;
}
#homesDetailSearchForm legend {
	color:#aaa;
}
#homesDetailSearchForm h3 {
	color:#666; 
	font-size:18px; 
	padding:10px 0 0 0;
	font-weight:bold;
}
#homesDetailSearchForm form {
	font-size:16px; 
	font-weight:bold;
	margin: 0 20px 0 20px; 
	padding; 0;
}
#homesDetailSearchForm label {
	font-size:14px; 
	font-weight:normal;
	padding-left:4px;
}
#homesDetailSearchForm input {
	margin-bottom: 2px;
}


#areaGuideWide {
	background:url(http://athomeshuntsville.com/images/areaGuideBg.gif);
	width:502px;
	height:302px;
	font-size:16px;
}
#areaGuideWide h3{
	color:#666; 
	padding:1em 0 0.3em 0;
	font-weight:bold;
	font-size:20px;
}
#areaGuideEntries {
	width:49%; 
	margin: 0; 
	padding: 0; 
	text-align:left;
}
#areaGuideEntries ul {
	margin:0;
	padding:0 0 0 2.75em; 
	list-style:none;
}
#areaGuideEntries li {
	padding: 0 0 1em 0;
}
#areaGuideEntries a {
	color: #555;
  border-bottom:dashed 1px #aaa; 
	padding-bottom:0.5em;
}
#areaGuideEntries a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tooltip { 
    position:absolute;
    text-align:left;
    display:none; 
    background-color: #eee;
    width:270px; 
    color:#666;
		z-index: 100;
		border: solid 4px #aaa;
		-moz-border-radius: 6px; -webkit-border-radius: 6px; 
} 
.tooltip img {
	border: solid 2px #666;
	padding: 2px;
	margin: 2px;
	text-align:center;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; 
}
.tooltip h5{
	margin: 0 0 0 0;
	padding: 1em 0 0 1em;
	font-size:0.7em;
	color:#666;
}
.tooltip p{
	margin: 0 0 0 0;
	padding: 0 0 1em 1em;
	font-size:0.7em;
}

.custom .external  { font-size: 1.5em; padding-left:0; padding-top:1em;}

#wpWidget {width:48%; position:relative; float:right; margin-top:2em; !important;}
#wpWidget ul{margin: 0 0 0 0; padding: 0 0 0 0; !important; border-left: 1px solid #448bb6; list-style:none;}
#wpWidget li{text-align:left; padding: 0 0 0.5em 0.5em; font-size: 1.1em;}
#wpWidget li a{font-size: 1.1em;}
#wpWidget a.rss{padding-left: 20px; background: url('http://athomeshuntsville.com/realestate/wp-content/themes/thesis_151/images/icon-rss.gif') 0 50% no-repeat;}
#wpWidget h3{padding: 0 0 0 0.3em; font-size: 1.9em;}
#wpWidget h4{padding: 0 0 0 0.3em; font-size:1.0em;}
#wpWidget img{border:solid 5px #aaa/*998276*/; margin-left:0.3em; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
#wpWidget p{font-size: 1.1em; padding: 0 0 0 0.5em;}
#wpWidget a{font-size: 0.9em; padding: 0 0 0 0;}

/*---:[ multimedia box ]:---*/
#multimedia_box { width: 98%; }
	#image_box { background: #eee; border-bottom: 1px solid #ddd; }
		#image_box img { display: block; background: #fff; border-style: solid; border-color: #bbb; }
		
/*---:[ multimedia box elements ]:---*/
#image_box, #video_box, #custom_box { padding: 0.1em; }
	#image_box img { padding: 0.1em; border-width: 0.1em;}
	#image_box img.square { width: 335px; height: 220px; }
	#image_box img.four_by_three { width: 335px; height: 220px; }
	#image_box img.three_by_four { width: 335px; height: 220px; }
	#image_box img.three_by_two { width: 335px; /*34.9em;*/ height: 220px;/*23.3em;*/ }

#customfooter { 
  height:300px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	top:-20px;
	background-color:#165376;
	border-top:solid 6px #ccc;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; 
} 
#customFooterAlt { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	top:-70px;
} 
#footerContainerAlt { 
  min-width:700px;
	max-width:1100px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	padding-top: 2em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footerContainer { 
  width:800px;
	height:200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:2em;
	position:relative;
	top:-6px;
	background-color:#fff;
	border-left:solid 6px  #ccc;
	border-right:solid 6px  #ccc;
	border-bottom:solid 6px #ccc;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; 
}
#footerContainer th, td{
	padding-left:1em;
}
#footerContainer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerContainer table {
	color:#666;
	font-size:16px;
	/*background-image:url(http://athomeshuntsville.com/style/footerNav.gif);*/
	/*background-color:#fff;*/
}
#footerContainer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:14px;
	color:#666; 
	text-decoration:none;
}
#footerContainer a:hover {
	text-decoration:underline;
}
#footerWidget {
	background-image:url(http://athomeshuntsville.com/images/smallWidgetBg.gif); 
	width:304px; 
	height:404px; 
	margin:0 0 0 0; 
	text-align:left;
	font-size:16px;
}
#footerWidget h3{
	margin: 0 0 0 0;
	padding: 1em 0 0 0.5em;
	color:#666;
	font-weight:bold;
	font-size:16px;
}
#footerWidget p{
	margin: 0 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.7em;
	color:#555;
	font-size:14px;
}
#footerWidget img {
	border: solid 2px #666;
	padding: 2px;
	margin: 2px;
	text-align:center;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; 
}
#footerWidget ul {
	padding:0;
	margin:0;
	list-style:none;
}
#footerWidget li {
	padding:0;
	margin:0;
	padding: 0.3em 0.3em 0.3em 0.7em;
}
#footerWidget li a {
	color:#555;
	border:none;
	font-size:14px;
}
#footerWidget a {
	color: #555;
  border-bottom:dashed 1px #aaa; 
	padding-bottom:0.5em;
}

#footerWidget a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#footerWidget li a:hover {
	color:#000;
	border:none;
	font-weight:normal;
	text-decoration: underline;
}

.custom .headline_area .post_image { 
  padding: 1em; 
  border-width: 0.1em;
  background:#eee none repeat scroll 0 0;
  border-color:#aaa/*998276*/;
  border-style:solid;
 }
 
.custom .format_text .post_image { 
  padding: 0.714em; 
  border-width: 0.071em; 
  background:#eee none repeat scroll 0 0;
  border-color:#aaa/*998276*/;
  border-style:solid;
}

.custom .teaser .post_image_link .thumb { 
  padding: 0.8em; 
  border-width: 0.1em;
  background:#eee none repeat scroll 0 0;
  border-color:#aaa/*998276*/;
  border-style:solid;
 } 
 
.custom .format_teaser .post_image_link .thumb { 
  padding: 0.333em; 
  border-width: 0.083em;
  background:#eee none repeat scroll 0 0;
  border-color:#aaa/*998276*/;
  border-style:solid;
 }