/* ====== 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, {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-color:#29201a;
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#999;
	font-size:1em;
	letter-spacing:.01em;
	color:#CCCCCC;
}


	


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

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


 a:link{	color:#D4DD97; text-decoration:none;font-size:10px; }
 a:visited {color:#D4DD97; text-decoration:none; font-size:10px;}
 a:active {color:#D4DD97; text-decoration:none; font-size:10px;}
 a:hover {color:#FFCC00; text-decoration:underline; font-size:10px;}

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:4px; }
#tinymce a 				{ text-decoration: underline; }

#tinymce h3 { font-size:16px; 
				color:#666666;
				letter-spacing:1px;
				margin-left:22px; }
#tinymce h6 {margin:0 0 0 14px;
			 padding:0; 
			font-weight:bold;
			font-size:12px;
						}				
