/* Basic SiteBuilder styles */


body { margin:0; padding:0; font:12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color:#000; background:#555 url(images/background-gradient.png) repeat-x; }

div.banner{
	position: absolute;
	top: 10px;
	left: 120px;
}

div.bonbon_content {
	position: absolute;
	top: 160px;
	left: 120px;
	width: 500px;
	height:100%;
	background-color: #fff;
}

div.bonbon_sidebar {
	position: absolute;
	top: 400px;
	left: 620px;
	width: 150px;
	height:300px;
	background-color: #333;
}

div.bonbon_menu {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 100px;
}


div.copy {
	position: absolute;
	top: 550px;
	left: 10px;
	width: 100px;
}

.floatright { float: right;
	margin-left:10px;
	margin-top:10px;}

.padded {  margin-bottom:10px;}


div.movie {
	position: absolute;
	top: 250px;
	left: 620px;
	width: 150px;
}

div.column{
	margin-left:20px;
	margin-right:20px;
	height:100%;
}

div.narrowcolumn{
	margin-left:10px;
	margin-right:10px;
	height:100%;
}

div.timestamp {
	position: absolute;
	top: 130px;
	left: 700px;
	width: 100px;
}

p{
	font-size: 9pt;
	color: #000;
	line-height: 1.4em;
}

p.smaller{
	font-size: 7.5pt;
	color: #ddd;
	line-height: 1.75em;
}

strong{
	font-weight:bold;
}

a:link
{
	color: #888888;
	text-decoration: none;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #f33;
	text-decoration: none;
}

h1{
	font-size: 14pt;
	font-weight:bold;
	color: #333;
	margin: 2.5em 0 1em 0;
}

h2{
	font-size: 9pt;
	font-weight:bold;
	color: #333;
	margin: 2.5em 0 1em 0;
}

h3{
	font-size: 9pt;
	font-weight:bold;
	color: #333;
	margin: 2.5em 0 1em 0;
}

/* textism styles */
span.caps {
	font-size: 85%;
	letter-spacing: 1px;
}

table{
	padding:0px;
}
td{
	padding: 5px;
	background: #ddd;
	font-size: 9pt;
	color: #333;
	line-height: 1.4em;
	text-align: left;
}

th{
	padding: 5px;
	background: #333;
	font-size: 9pt;
	color: #fff;
	text-align: left;
	line-height: 1.4em;
}

