/**

 * This file is part of Helios Calendar, it's use is governed by the Helios Calendar Software License Agreement.

 *

 * @author Refresh Web Development, LLC.

 * @link http://www.refreshmy.com

 * @copyright (C) 2004-2011 Refresh Web Development

 * @license http://www.helioscalendar.com/license.html

 * @package Helios Calendar

 */



/*	Replicated Default Classes

	Override Helios Default Styles

	*/

#menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding-left: 0px;
	text-align: left;
}
#menu ul li {
	margin:0 5px;
	display:block;
	float:left;
}
a.eventMenu:link, a.eventMenu:visited{
	text-decoration:none;
	color:#333;
}
a.eventMenu:hover, a.eventMenu:active{
	text-decoration:underline;
}
ul.rssLinks li {
	display:block;
	float:left;
	padding-left:5px;
}
.rssLinksAll {
	float:left;
	background-image:url(../images/rss/feedIcon.gif);
	background-repeat:no-repeat;
	padding:1px 5px 4px 20px;
}
.rssLinksNew, .rssLinksBillboard, .rssLinksPopular, .rssLinksComment {
	background:none;
	float:left;
	padding:1px 5px 4px 5px;
	border-left: dotted 1px #666666;
}
.iCalLinksSubscribe {
	clear:both;
	display:none;
}
.login {
	text-align:right;
	padding:5px;
	width:72%;
}
/*	End Replicated Classes	*/



/*	Classes Unique to Default Template

	*/

html, body {
	margin: 0;
	padding: 0;
	background:#464646;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#menu {
	margin:0 0 20px 0;
	padding:7px 5px 3px;
	background:#eee;
	width:630px;
	height:25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#wrapper {
	margin:0 auto;
	width:960px;
}
#wrapper .col-full{
	width:960px;	
}
#container {
	width: 960px;
	padding: 0;
	margin-top:23px;
	background:#fff;
}
#content {
	float:left;
	display:inline;
	text-align: left;
	padding: 5px;
	width: 630px;
}
#controls {
	float:right;
	display:inline;
	width: 300px;
}
#categories {
}
#core {
}
#cal-rss-feeds, #billboard, #popular, #newest {
	margin:10px 0;
}
#rssLinks {
	width: 760px;
	padding: 0;
	margin: auto auto auto auto;
}
#copyright {
	clear: both;
	color: #666666;
	padding: 5px 0px 5px 0px;
	line-height: 17px;
}
a.copyright, a.copyrightR {
	text-decoration: none;
	color: #666666;
}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
}
.cal-feed-link{
 	padding:4px 0 4px 20px;
	background:url(http://www.santabarbaraview.com/wp-content/themes/canvas/images/ico-rss.png) left no-repeat;
}
.listHeader {
	font:18px Arial, Helvetica, sans-serif;
	color: #999;
}
.setupText {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	vertical-align: center;
}

