/* Last revised September 10, 2008 */

/* ================== global ===================== */


/* ============== header & nav=================== */

div#header {
	background: none;
}

/* =========== general div#content =============== */

div#content {					
	background: none;
}

div#content h2 {			
	text-indent: 25px;
	height: 40px;
}

/* ================== .qa tables  ================ */


/* ==============   sidebar & topbar ============== */

div#content div.sidebar {
	background: none;
}

div#content div.topbar {
	background: none;
}

/* ==============  .entry divs  ====================*/


/* ================== forms ===================== */


/* ================= home ======================= */

body#home div#content {
	background: none;
}

body#home div#content h2 {
	text-indent: 25px;
}

body#home div#content img {
	margin: 20px 0 0 20px;
}

body#home div#content div {
	margin-top: 20px;
}

body#home div#content div a#signup,
body#home div#content div a#tour {
	text-indent: 0;
	background: none;
	color: #000;
	font-size: 20px;
}

/* ================= tour ========================= */

body#tour div#content,
body#tour div#content div.sidebar {											
	height: 500px;
}

body#tour div#content h2 {
	background: none;
}

/* ================= pricing ======================= */

body#pricing div#content h2 {
	background: none;
}

/* ================= signup ======================== */

body#signup div#content h2 {
	background: none;
}

/* ================= showcase ===================== */

body#showcase div#content h2 {
	background: none;
}

/* ================ blog & blog-detail================ */

body#blog div#content h2 {
	background: none;
}

/* ===================== help ===================== */

body#help div#content h2 {
	background: none;
}