/*
copyright 2009 Simply Put Books, LLC
http://www.catholicfaithraiser.com
*/
	
/* N O R M A L I Z E */
	
@import url(n.css);

/* G L O B A L - T A G S */
	
html { background: #3e3e84	; text-align: center; }
body { position: relative; width: 768px; margin: 0 auto; font-family: Verdana, sans-serif; font-size: small; text-align: left; color: #666; border-right: 10px solid #28285d; border-left: 10px solid #28285d; background: #fff; }
h1, h2, h3, h4, h5 { font-family: Arial, Verdana, sans-serif; color: #3e3e84; }
h1 { margin: 1em 0 0.5em 0; font-size: 230%; }
h2 { margin-bottom: 2em; font-size: 160%; font-style: italic; color: #666; }
h3, h4, h5 { height: 24px; margin: 1em 0; padding-left: 30px; font-size: 135%; line-height: 24px; }
a { color: #c63; text-decoration: none; border: none; outline: none; }
a:hover { color: #843e1a; }
p { margin-bottom: 1em; }

/* S I T E - W R A P */

div#site-wrap { font-size: 90%; }

/* P R I M A R Y - C O N T E N T */

div#primary-content { float: right; width: 500px; }
div#primary-content div.pad { padding: 0 30px; }
div#primary-content div.pad h3 { margin-top: 30px; background: url(../images/calculator-icon.gif) left 50% no-repeat; }

/* S E C O N D A R Y - C O N T E N T */

div#secondary-content { float: left; width: 268px; }
div#secondary-content div.pad { padding: 0 10px; }
div#secondary-content div.pad h4 { background: url(../images/documents-icon.gif) left 50% no-repeat; }
div#secondary-content div.pad h5 { background: url(../images/star-icon.gif) left 50% no-repeat; }
div#secondary-content div.pad ul li { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ececec; }

/* F O R M S */

fieldset { margin-top: 20px; padding: 20px; border: 1px solid #ccc; }
legend { padding: 0 1em; font-size: 120%; color: #ccc; }
label { display: block; margin-bottom: 5px; }
input, textarea { display: block; width: 400px; margin-bottom: 15px; padding: 4px 2px; font-size: 11px; color: #3e3e84; border: 1px solid #ccc; }
textarea { height: 75px; }
input[type=hidden] { display: none; }
input[type=submit] { width: auto; margin: 20px 0; text-transform: uppercase; color: #000; border: 1px solid #999; background: #ccc; cursor: pointer; }

/* F O O T E R */

p#footer { clear: both; padding: 3em 0 1em 0; text-align: center; border-bottom: 10px solid #28285d; }