/*
*	@desc 		= site FitFlash;
*	@author 	  	= Miller Medeiros ( http://www.millermedeiros.com );
*	@version 	  	= 1.0;
*	@since 		= 2007/09/23 (yyyy/mm/dd);
*/

/* ====================== RESET ======================== */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, li, dd, blockquote, img {margin: 0; padding: 0;}
input, select, textarea {font-family: inherit; font-size: inherit;}
form label {cursor: pointer;}
img, fieldset {border: none;}


/* ====================== GENERAL TAGS ======================== */

html {
	width: 100%;
	height: 100%;
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
}

body{
	font-size: 62.5%;
	height: 100%;
	background-color: #f7f7f7;
	color: #555;
}

h1{
	float: left;
	margin-top: 1.5em;
}

h2{
	font-size: 1.8em;
	font-weight: normal;
	margin: 1.8em 0 .9em 0;
	color: #1ea1d8;
}

h3{
	font-size: 1.1em;
	margin-bottom: .4em;
	font-weight: bold;
	color: #1ea1d8;
}

hr{
	border: none;
	height: 1px;
	background-color: #ccc;
	margin: .9em 0;
}

p{
	font-size: 1.3em;
	line-height: 2.2em;
	margin: .5em 0;
}

small{
	font-size: .925em;
	color: #898989;
}

blockquote{
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 1em 1.5em;
	font-size: 1.3em;
	margin-top: 2em;
}

blockquote a{
	color: #555;
	text-decoration: none;
}

blockquote a:hover, blockquote a:focus{
	color: #555;
	text-decoration: underline;
}

pre {
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 1em 1.5em;
	margin-bottom: 1em;
}

code{
	font-size: 12px;
	line-height: 1.4em;
}

ol li{
	margin-left: 2em;
	font-size: 1.2em;
	line-height: 2em;
}

a{
	color: #29abe2;
}

a:hover, a:focus{
	color: #898989;
}

a.external{
	padding-right:12px;
	background: transparent url('../img/ico_external.gif') no-repeat center right;
}

/* ====================== STRUCTURE CLASSES AND IDS  ======================== */

#page {
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 54.5em;
	margin: 0 auto;
	min-width: 180px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	padding: 0 3em;
}

#content{
	margin: 3em 3em 0;
	padding-bottom: 3em;
}

/*----------------------- MENU ---------------------*/

#topMenu {
	float: right;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}

#topMenu li{
	float:left;
	list-style:none;
	margin-left: .5em;
}

#topMenu a{
	text-decoration: none;
	color: #29abe2;
	background-color: #f0f0f0;
	padding: .8em 1.5em 1em;
	display: block;
}

#topMenu.overview a.overview, #topMenu.comments a.comments, #topMenu a:hover, #topMenu a:focus {
	color: #fff;
	background-color: #29abe2;
}

#topMenu a:hover .color2, #topMenu a:focus .color2{
	color: #ccc;
}

#topMenu .color2{
	font-size: .846em;
}

/*----------------------- CONTENT ---------------------*/

.big{
	font-size: 1.5em;
	line-height: 2em;
}

.code{
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 1em 1.5em;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-family: 'Courier New', monospace;
}

a.blockquote{
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 1em 1.5em;
	font-size: 1.3em;
	margin-top: 2em;
	color: #555;
	text-decoration: none;
	display: block;
}

a.blockquote:hover, a.blockquote:focus{
	color: #555;
	text-decoration: underline;
}

a.quote{
	color: #1ea1d8;
	background-color: #eaeaea;
	text-decoration: none;
	font-style: italic;
	padding: .2em;
}

a.quote:hover, a.quote:focus{
	color: #fff;
	background-color: #29abe2;
}

a.navigation{
	color: #fff;
	font-weight: bold;
	background-color: #29abe2;
	padding: .3em 1em;
	text-decoration: none;
}

a.navigation:hover, a.navigation:focus{
	color: #29abe2;
	background-color: #eaeaea;
}

.tip{
	font-size: 1.2em;
	background-color: #EFF5FF;
	border: 1px solid #e2e2e2;
	padding: 1em 1.5em;
}

#api h3{
	font-size:1.4em;
}

#api .tip{
	margin-bottom: 1em;
}

#api .code{
	margin-bottom: 1.5em;
}

#api p{
	font-size:1.2em;
	line-height: 1.4em;
	color: #555;
	margin: 1em 1.5em;
}

#api hr{
	margin: 2.5em 0;
}

#footer .floatright{
	text-align: right;
}

#footer .floatright a{
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

/* ====================== COLOR CLASSES ======================== */

.color1{
	color: #1ea1d8;
}

.color2{
	color: #898989;
}

/* ====================== GENERIC CLASSES ======================== */

.bold{
	font-weight: bold;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clear {
	clear: both;
}

br.clear {
	line-height: 0;
}
