/*

Title: 		Public Site - Full Page Style Overrides (no sidecol)
Media:		Screen
Author: 	Drew Myler, evolvingpage.com
Updated: 	Jan 12, 2008

*/


#content {
	background: #fff;
	}
	
.hr.white {
	background: url(../../images/new/bg-rounded-w.gif) bottom center;
	}

#content div.clearfix {
	position: relative;
	}

#maincol {
	background: #fff;
	width: 758px;
	float: none;
	}

div#start-demo {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 238px;
	position: absolute;
	top: 0;
	right: 0;
	}

h1 {
	padding-top: 20px;
	}

#maincol.features h1 {
	padding-top: 0;
	}

#maincol h2 {
	margin-bottom: 30px;
	}

#maincol .two-col li.alt {
	margin-right: 0;
	margin-left: 18px;
	}
	
#maincol .bull li {
	list-style: square;
	margin-left: 15px;}

#apidoc h2 {
    font-size: .875em;
    margin-left: 0;
    margin-bottom: 0px;
	padding: 20px 0 0;
	color: #88b201;
	}

#apidoc h3 {
    font-size: 1em;
    line-height: 1em;
    margin: 15px 0px 5px 0px;
}

#apidoc h4 {
    color: black;
    margin-left: inherit;
    margin-bottom: 0px;
    padding: 0px;
    font-size: .7em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    float: none;
    clear: none;
}

#apidoc pre {
    font-size: .7em;
    overflow-x: auto;
}

#apidoc dl {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	}

#apidoc dt {
	font-size: .687em;
	font-weight: bold;
	color: #000;
	}
	
#apidoc dd {
	margin-left: 150px;
	}
	
#apidoc dd p, #apidoc dd pre {
	font-size: 1em;
	}
	
#apidoc ul.bull li {
	margin-bottom: 0;
	}
