@charset "UTF-8";
/* CSS Document */

@import url('http://www.hillsidecma.org/stylesheets/layout.css');

html, body, div, ul, ol, img, h1, h2, h3, h4, h5, h6, p, li, blockquote { margin: 0; padding: 0; }

/* Layout objects */

body { width: 900px; margin: 0 auto; }

div {}
div#main_content { width: 795px; padding: 25px 40px; }

ul, ol, { margin: 0 0 0 2em; }
#nav_cpOptions { margin: 0; background: #333; overflow: auto; }
#main_content ul { margin-left: 2em; }
#main_content #nav_appOptions { margin: 0; background: #555; overflow: auto; }
#main_content #updateList .optionList { margin: 0 0 5px 0; }
#main_content #prayerRequestTable .optionList {margin: 0; }

form { margin-top: 1em; }

/* Typography objects */

h1 {}
#branding { background: #CCC; padding: 40px 40px; }

p { font-size: 0.9em; margin: 0.75em 0; }
blockquote p { margin: 0.25em; }

blockquote { margin: 0 0 0.5em 1em; }

li {}
form li { margin-bottom: 10px; }
#nav_cpOptions li { list-style: none; float: left; }
#nav_appOptions li { list-style: none; float: left; }
td .optionList li { display: inline; padding: 0 10px; border-right: 1px solid #000; }
td .optionList li:last-child { border: none; }
#updateList > li { list-style: none; border-bottom: 1px solid #000; }
#updateList .optionList > li { display: inline; padding: 0 10px; border-right: 1px solid #000; list-style: none; }

td { font-size: 1em; }

h3 { margin-top: 0.5em; }

h4 { margin-top: 0.5em; }

a {}
#nav_cpOptions a { color: #fff; float: left; padding: 3px 6px; margin: 0 10px 0 0; text-decoration: none; }
#nav_appOptions a { color: #fff; float: left; padding: 3px 6px; margin: 0 10px 0 0; text-decoration: none; }

a:hover {}
#nav_cpOptions a:hover { background: #ddd; color: #000; }
#nav_appOptions a:hover { background: #ccc; color: #000; }

cite { font-style: italic; }