/* ====== 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 {
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFFFFF;
	font-family:"Times New Roman","Times",times, serif;
	font-size:15px;
	line-height:17.5px;
	color:#666666;
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 {
	margin-bottom:10px;
}
h1,h2 {
	font-family:"Georgia",gergia, serif;
	font-size:24px;
	line-height:32px;
	font-style: italic;
	color: #009AAB;
}

a, a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover, a:active, a.current, a.current:visited {
	color:#009AAB;
	text-decoration:none;
}

hr, .hr {
	float:left;
	clear:both;
	width: 100%;
	height:4px;
	background-color:#ffffff;
	background-image: url("../img/hr.gif");
	background-repeat:repeat-x;
	border:none;
	}

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

.blue {
	color: #009AAB;
	}
.gallery {
	}

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

.italic {
	font-family:"Georgia",gergia, serif;
	font-style: italic;
	font-size: 17px;
	}
.date {
	font-family:"Georgia",gergia, serif;
	font-size: 12px;
	}

/* === Menu styles ================================================== */

ul.lev1 {
	float:right;
	margin:48px 0px 0px;
	display: inline;
}
ul.lev1 li {
	font-family:"Georgia",gergia, serif;
	list-style:none;
	display: inline;
	padding-left:10px;
	font-style: italic;
	font-weight: bold;
}

/* ============== tinyMCE specific styles, only for admin ============ */

#tinymce a {
	text-decoration: underline;
}
