/* ====== Common styles for site and tinyMCE ========================= */

/* reset all, and set common styles */
body,div,span,hr,img,ul,li,p,h1,h2,h3,h4,h5,h6,h7,a {
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#000;
	font-size:13px;
	letter-spacing:.01em;
  font-family: "Georgia";
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 	{ padding-bottom:1em; }

h1											{ font-weight:bold; color:#333; font-size:1.2em; display:none; }
h2,h3										{ padding-bottom:0px; color:#333; }



a {
	text-decoration: none;
	color: #ff3300;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}

a ../images {
	text-decoration: none;
	border: none;
}





img {
	margin:10px;
}

hr, .hr {
	float:left;
	clear:both;
	width: 100%;
	height:1px;
	background-color:#ffffff;
	margin:10px 0px 10px;
	}

/* lists  */
ul.lev1 {
	
}
li {
	list-style:none;
	margin-left:15px;
	padding-bottom:2px;
}
li.lev1 {
	margin-left:0px;
}


/* === Common styles, not used in tinyMCE ============================= */

.small 					{ font-size:.85em; }


/* === Common styles, also used in styles dropdown of tinyMCE ========= */



/* ============== tinyMCE specific styles, only for admin ============ */

body#tinymce			{ margin:5px; }
#tinymce a 				{ text-decoration: underline; }
#tinymce li				{ list-style:disc;}

