/*
 * css for the sidebar.tpl template
 */
/*
does not work in a td b/c 100% of height not possible to use ... see page*.tpl for what worked
div#sidebar-td-top {
	vertical-align: top;
}
*/
div.sidebar {
	margin-right: 11px;
	/* for some reason this makes the background color consistent in mobile browsers ?? */
	border: 2px #1C6AB4 solid;
}
/* ditto: for some reason this makes the background color consistent in mobile browsers ?? */
div#sidebar-id-top {
	width: 100%;
}
div.sidebar, div.sidebar *, *.sidebar, *.sidebar * {
	color: white;
	background-color: #1C6AB4;
}
#chipin_sidebar {
	/* line-height: 1px; */
	padding-bottom: 16px;
	padding-left: 6px;
}
#google_search {
}
#google_search_q {
	width: 225px;
}
#google_search_sa {
	width: 80px;
	/* font-size: 9pt; */
}
#google_sidebar {
	border: 0px solid #FF0000;
	/* font-family: Overlock, Helvetica, sans-serif; */
}
.sidebar a span, .latestnews a span {
	/* font-size: 10pt;  */
}
.latestnews {  
        /* font-family: Overlock, Helvetica, sans-serif; */
        /* font-size: 10pt;  */
	padding-right: 10pt;
	padding-left: 10pt;
}

.view_now {
	/* font-family: Overlock, Helvetica, sans-serif; */
	font-style: italic;
	font-weight: bold;
	/* font-size: 10pt; */
}

.video_title {
	/* font-family: Overlock, Helvetica, sans-serif; */
	/* font-size: x-small; */
	font-weight: bold;
}

.video_video {
	/* font-family: Overlock, Helvetica, sans-serif; */
	/* font-size: small; */
	font-style: italic;
}
.sticky {
	/* font-size: 10pt; */
}
.sticky_headline {
	font-weight: bold;
	/* font-size: 10pt; */
	/* /* line-height: 13px; */ */
}
p.quotes {
	/* line-height: 10px; */
}
.quote_text {
	margin: 4px; 
	margin-bottom: 10px;
	font-style: italic;
}
#quotes_link {
	text-align: right; 
}
#bannerspage {
	text-align: center;
}
div.social {
	float: right;
	margin-right: 44px;
}
div.followus {
	float: right;
	/* font-size: 18px; */
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 14px;
}
div.sidebar,
h3.sidebar,
h2.sidebar {
	letter-spacing: 0;
	color: white;
}
h3.sidebar, h3.sidebar a {
	font-size: 11pt;
	border: none;
}
h2.sidebar, h2.sidebar a {
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px white solid;
	width: 95%;
}
div.floatleft {
	text-align: center;
	font-style: normal;
	float: left;
	text-decoration: none;
	/* margin-left: 15px;
	margin-right: 15px; */
}
div.floatright {
	text-align: center;
	font-style: normal;
	float: right;
	text-decoration: none;
	/* margin-left: 15px; */
}

h3.sidebar a:hover, div.newsitem a:hover, div.sticky_headline a:hover {
	color: #FFFF99;
}

div.newsitem, div.sticky_headline {
	padding: 5px;
}

div.sticky_headline {
	padding-top: 9px;
	padding-bottom: 9px;
}

a.sidebar, .sidebar a {
	color: white;
	text-decoration: none;
}
div.video {
	text-align: center;
	vertical-align: middle;
	/* margin: 15px; */
}
td.sidebar-td {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	width: 286px;
	background-color: #1C6AB4;
	overflow: hidden;
}
div#sidebar-td-bottom {
	vertical-align: bottom;
	padding: 0;
	margin-bottom: -5px;
}
span.date {
	color: white;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
}

td#sidebar-td-top {
	vertical-align: top; 
	margin-bottom: 12px; 
	border-bottom: 5px solid #1C6AB4; /* android chrome hack: get rid of white td border at bottom */
}
