/* ====== Common styles for site and tinyMCE ========================= */

/* reset all, and set common styles */
body,div,span,img,ul,li,h1,h5,h6,h7,a {
	margin:0px;
	padding:0px;
	border:none;
	color:#999;
	font-size:1em;
	letter-spacing:.01em;
	color:#000;
  font-family: "Lucida Grande",Lucida,Geneva,Arial,Helvetica,sans-serif;
}

/* set specifics */
p,h1,h2,h3,h5,h6,h7 	{ padding-bottom:1em; }

h1											{ font-weight:bold; color:#000; }
h2											{ padding-bottom:0px; }

a, a:visited 						{ text-decoration:none; }
a:hover,
a:active,
a.current,
a.current:visited 			{ text-decoration:underline; color:#000; }

li {
	margin-left:15px;
}

img {
	margin:0px;
}

hr, .hr {
	width: 100%;
	height:1px;
	background-color:#CCC;
	margin:10px 0px;
	}

/* === Common styles, also used in styles dropdown of tinyMCE ========= */


/* === Common styles, not used in tinyMCE ============================= */

.small 					{ font-size:.85em; }

/* ============== tinyMCE specific styles, only for admin ============ */
body#tinymce			{ margin-top:1%;
	background-color:#EFEFE9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:0px;
	line-height: 20px;
	color:#333333; }
	
#tinymce p, table {margin:4px;
	padding:0px;
	color:#000;
	font-size:11px;}


	
#tinymce a 				{ text-decoration: underline; }

#tinymce h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#660000;
	width: auto;
	letter-spacing: 1px;
	text-transform: uppercase; 
	}


#tinymce h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#330000;
	width: auto;
	letter-spacing:0px;
	}

#tinymce h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color:#660000;
	width: auto;
	letter-spacing: 2px; 
	margin:0px;
	}

#tinymce ol li { list-style-type:square;
		color:#333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
		
#tinymce p img { border:6px solid #CCCCCC; }		