/* 
Document   : feedables
Created on : May 27, 2008, 10:24:36 PM
Author     : davie
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
Vertical Accordions
*/

.accordion_toggle {
    display: block;
    /*height: 30px;
    width: 680px;
    background: #B8B8B8;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 16px;*/
    padding-left:3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
    outline: none;
    color: #000000;
    border-top: 1px dotted #777;
    cursor: pointer;
    margin: 0 0 0 0;
}

.accordion_toggle_active {
    background: #FF9212;
    color: #ffffff;
    margin: 0 0 0 0;
    /*border-bottom: 1px solid #f68263;*/
}

.accordion_content {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
    padding-left: 5px;
}

.accordion_content h2 {
    margin: 15px 0 5px 10px;
    color: #0099FF;
}

.accordion_content p {
    line-height: 150%;
    padding: 5px 10px 15px 10px;
}
            
#living_search li
{
    padding: 15px 5px;
}
div.living_search_image
{
    border: 1px solid #777;
    height:48px;
    width:48px;
    overflow: hidden;
    margin: 0px;
    float: left;
    padding: 1px;
}
div.living_search_text {
padding-left:60px;
font-size: 1.2em;
}

/*
Homepage Body Bottom Callouts
*/

.callout1
{
	float:left;
	width:315px;
	padding-right:0px;
	margin-top: 20px;
	margin-bottom:40px;
	padding: 5px;
	border:1px dotted #777;
	background: #FFEF7B;
}
.callout2
{
	float:right;
	width:315px;
	padding-right:25px;
	margin-top: 20px;
	margin-bottom:40px;
	padding: 5px;
	border:1px dotted #777;
	background: #FFEF7B;
}
/*
Homepage Body Text Links
*/

.bodylink a:link {color: #000; text-decoration:none;
border-color: #FF9212;
border-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
font-weight: bold;
}
.bodylink a:visited {color: #000; text-decoration: none; 
border-color: #FF9212;
border-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
font-weight: bold;
}
.bodylink a:hover {color: #FF9212; text-decoration: none; 
border-color: #FF9212;
border-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
font-weight: bold;
}
.bodylink a:active {color: #999; text-decoration: none; font-weight: bold;} 