/*
+---------------------------------------------------------------+
|	e107 website system - Bootstrap Base Template
|	by Spinning Planet (ben@spinningplanet.co.nz)
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/

@charset "UTF-8";

/*/////////////////////////////////////////////*/

/*//// DOM ////////////////////////////////////*/

html, body {	
	background:#FFFFFF;
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size:12pt;
	line-height:135%;
}

/*/////////////////////////////////////////////*/

/*//// MAIN CONTAINERS ////////////////////////*/

#promo-image, #header-contact, #header-search, #main-nav-menu, #promo, #ctas, #content-right, #footer-right, #toTop {	 
	display:none;
	}
	
#header {
	background: #FFFFFF;	
}
		
#content-left, #footer-left {
	width:100% !important;
}
				
/*/////////////////////////////////////////////*/

/*//// TYPOGRAPHY /////////////////////////////*/

h1, h2, h3, h4, h5 { 
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;   	
}

	
/*/////////////////////////////////////////////*/

/*//// IMAGES & LINKS /////////////////////////*/

img {	
	border: none;
}

a img {
	border: none; 
}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration:underline;
}

img[title*=Edit], img[alt*=edit], a[href*=admin], a[href*=cpage] {
	display:none;	
}

/*/////////////////////////////////////////////*/