/* 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: 5px;
	left: 120px;
}

div.bonbon_content {
	position: absolute;
	top: 105px;
	left: 120px;
	min-width: 750px;
	height:100%;
	min-height: 2000px;
	background-color: #fff;
}

div.main {
	position: absolute;
	top: 105px;
	left: 120px;
	min-width: 750px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height:100%;
	min-height: 2000px;
	background-color: #fff;
}

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

div.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;
	width:500px;
	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: #666;
	line-height: 1.75em;
}

p.textboxcontrol{
    padding: 5px;
    background-color: #ddd;
    margin:2px;
}

span.featureControlOn{
    font-size: 80%;
    padding: 2px;
    background-color: #333;
    margin-left: 3px;
    color: #fff;
}
span.featureControlOff{
    font-size: 80%;
    padding: 2px;
    background-color: #aaa;
    margin-left: 3px;
    color: #333;
}

span.featureControlSpacer{
    font-size: 80%;
    margin: 1em;
}

p.features{
	font-size: 80%;
	color: #666;
}

strong{
	font-weight:bold;
}

pre.code{
    padding: 10px;
    margin: 10px;
    background-color: #ddd;
}

a:link
{
	color: #888888;
	text-decoration: none;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #fd2;
	background-color: #f60;
	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;
}

