/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}


/* General Typography
 ---------------------------------------------------------------------*/



blockquote
{
	margin: .416em 0 .416em 1.1667em;
}

.first a
{
	color: #0e82c7;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

.first a:hover
{
	text-decoration: underline;
}

.first ul,.first ol
{
	margin: .833em 0;
	padding-left: 2em;
}
.first ul
{
	list-style-type: disc;
}
.first ol
{
	list-style-type: decimal;
}
.first ul li,.first ol li
{
	line-height: 1.5em;
}

.first dt
{
	margin: .416em 0 0 0;
}

.first dd
{
	margin: .416em 0 .416em 1.1667em;
}

.first pre,.first code,.first tt
{
	font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace;
	margin: .833em 0;
}
.first sub
{
	vertical-align: sub;
	font-size: smaller;
	line-height:inherit;
}

.first sup
{
	vertical-align: super;
	font-size: smaller;
	line-height:inherit;
}

/* Page Specific
 ---------------------------------------------------------------------*/

#container 
{

margin:0 auto 10px;
text-align:left;
width:1000px;
}
.breadCrumbHolder
{
	 margin: -12px 15px 5px 2px;
}
pre
{
	background:#ddd;
	border:solid 1px #fff;
	padding:10px;
	color:#111;
}
.description
{
	float:left;
	width:700px;
	margin-right:20px;
}
.sideBar
{
	float:left;
	background:#fff;
	border:solid 1px #dedede;
	padding:20px;
	width:238px;
	margin:50px 0 0 0;
}
.license p
{
	font-size:0.83333em;
	color:#888;
}


