/**
 * CSS styles that are imported into the WYSIWYG editor in WordPress and used on the
 * user facing website. Styles here override or add to the file adelphi.edu/editor_style.css
 */

/* ------- COMMONLY USED STYLE WITH BORDER ON TOP AND BOTTOM OF TEXT ------- */
.double-ruled 
{ 
	font-family: Georgia; 
	color:#591f00; 
	border-top:1px solid #f9b042; 
	border-bottom:1px solid #f9b042; 
	padding-top:0.3em; 
	padding-bottom:0.3em;
}


/* --------- HEADER STYLES -------- */
H1, H2, H3, H5, H6 { color:#591f00;  }
H3 {color:#591f00;  }


/* ------- HR STYLES ---------------- */
HR { border-top:1px solid #f9b042; }


table.three-column-table tr td:first-child { padding-right: 0; }


