﻿
/***********rss feeds stufff*************/
#twitter_feed .item
{
	padding-bottom:10px;
	font-size:14px;
}
#iphone_container #twitter_feed .item
{
    font-size:20px;
}
#twitter_feed .item #twitter_image
{
    margin:0 10px 10px 0;
}
#twitter_feed .item_date
{
    color:#666;
    padding:2px 0 4px 0;
	font-size:11px;
	font-style:italic;
}


#rss_feed .item
{
	padding-bottom:33px;
}
#rss_feed .item_title a,
#feed_item .item_title a 
{
    font-size:15px;
    font-weight:bold;
}
#iphone_container #rss_feed .item_title a,
#iphone_container #feed_item .item_title a
{
    font-size:22px;
}

#rss_feed .item_content,
#feed_item .item_content
{
    padding:7px 0 7px 0;
}
#rss_feed .item_date,
#feed_item .item_date
{
    padding-bottom:10px;
    color:#666;
	font-style:italic;
}
.item_author
{
	padding:5px 0 5px 0;
    color:#666;
	font-style:italic;
}

/***********Ad CSS *************/

#ctl00_top_advertisement {
text-align:center;
}

#ctl00_middle_advertisement {
text-align:center;
}

#ctl00_bottom_advertisement {
text-align:center;
}

#ctl00_middle_advertisement img {
padding:5px;
}

/************CONTENT AREA STYLES*******************/
.CMS_item
        {
            padding: 20px 0;
        }
        .BackNav, .FullPageNav
        {
            display: block;
            float: left;
            padding: 0;
            margin: 0 10px 0 0;
        }
        .clear
        {
            background: none;
            border: 0;
            clear: both;
            display: block;
            float: none;
            font-size: 0;
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

/************Location Styles***************/
        .map
        {
            width: 380px;
            height: 300px;
            border: 1px solid #333;
        }
        #iphonecontainer .map
        {
            width: 100%;
            height: 225px;
            margin: 10px auto;
        }
        #iphonecontainer .streetSearch
        {
            width: 95%;
            height: 25px;
            font-size: larger;
            margin: 10px;
        }
        #iphonecontainer .distanceSearch
        {
            width: 20%;
            height: 25px;
            font-size: larger;
            margin: 10px;
        }
        .locationItem
        {
            width: 300px;
        }
        #iphonecontainer .locationItem
        {
            width: 95%;
        }
        .popout_link
        {
        	cursor:pointer;
        	color:blue;
        }