/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:9pt;color:#000;background:#ecf4ff;font-family:"Lucida Sans", "Lucida Grande","Helvetica Neue", Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:14pt;margin-bottom:0.75em; font-weight:bold; border-bottom:1pt #ccc solid; width:300px;}
h3 {font-size:12pt;line-height:1;margin-bottom:10px; font-weight:bold;}
h4 {font-size:12pt;line-height:1;margin-bottom:0.75em; font-weight:bold; color:#FFFFFF;}
h5 {font-size:12pt;font-weight:bold;margin-bottom:0.75em; width:200px;}
h6 {font-size:9pt;font-weight:bold; margin:-5px 0 5px 0;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em; display:block;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:860px;margin:0 auto; }
.showgrid {background:url(src/grid.png);}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:175px;height:75px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* main.css */
#top-header {float:left; width:862px; margin: 0 0 0 0; height:125px;}
#main-img {position:absolute; margin:10px 0 0 652px; background:#fff; border:1pt #ccc solid; padding:5px; width:266px; height:400px; display:none;}
#menu {float:left; list-style:none; list-style-type:none; width:860px; margin: 0 0 0 0; background-color:#fff;;}
#menu ul {float:left;list-style:none; list-style-type:none; width:859px; margin:0 0 0 20px;}
#menu ul li {float:left; padding:0 0 0 0; display:block; margin:0 10px 0 0; }
#menu ul li a img{text-decoration:none; font-weight:bold; color:#1B4D80; padding:10px;}
#menu ul li a img:hover {text-decoration:none; color:#1B4D80; background-image:url(../images/menu/hover.png); background-repeat:repeat-x;}
.bar {width:860px; background-color:#fff; filter:alpha(opacity=40); opacity:0.4; height:5px;  float:left; margin:0 0 -5px 0;}
#menu ul li a img.active {background-image:url(../images/menu/hover.png); background-repeat:repeat-x; margin-top:0;}


/*Sliding Configuration for First Slider*/
#initial-slider {float:left; width:280px;}
#main-slider {float:left; width:860px; height:280px; background-color:#fff; margin:-10px 0 0 0; z-index:-1;}
#caption {float:left; margin:-52px 0 0 0; background-color:#000; filter:alpha(opacity=80); opacity:0.8; padding:10px; width:840px; z-index:1000; }
#caption-text {color:#fff; font-weight:bold; font-size:16pt;}

/*Sliding Configuration for Menu Slider*/
#slides {float:left; margin-bottom:5px; margin-top:}
.pic-left {float:left;}
.options {float:left; width:245px; height:250px; background-image:url(../images/menu-slide-bg.png); background-repeat:repeat-x; padding:15px 0 15px 15px; color:#fff; font-weight:bold;}
.options a {text-decoration:none; color:#fff;}
.options a:hover {text-decoration:none; color:#ccc;}

#slides ul {float:left; list-style-type:none; list-style:none; margin:0 0 0 -15px;}
#slides ul li {float:left; list-style:none; list-style-type:none; display:block; width:240px; border-bottom:1pt #fff solid; padding:10px 5px 10px 15px;}
#slides ul li:hover {background-color:#003366;}
#slides ul li a {text-decoration:none; color:#FFFFFF; font-weight:bold;}
#slides ul li a:hover {text-decoration:none; color:#ccc;}

/*Main Content Area*/
/*#content {float:left; width:860px; border:1pt #ccc solid; margin:5px 0 0 0; background-color:#fff;}*/
#main {float:left; height:100%; background-color:#fff; }
.narrowcolumn {float:left;}
#nothing {float:left; background-color:#fff; width:859px;}
#left {float:left; width:859px; border:1pt #ccc solid; margin:-10px 0 0 0; background-color:#fff;}
.left {float:left; width:859px; border:1pt #ccc solid; margin:-10px 0 0 0; background-color:#fff;}
.left-sub {float:left; width:859px; border:1pt #ccc solid; margin:0 0 0 0; background-color:#fff;}

#content {float:left; padding:15px 0 15px 15px; width:624px; margin:0 0 0 0;; background-color:#fff;}
#content a {text-decoration:none; color:#175E8E;}
#content a:hover {color:#d2b21d;}
.post {float:left;width:595px; margin:0 0 10px 0;}
.entry {float:left; width:595px; margin:0 0 10px 0; border-bottom:1pt #ccc dashed;}
.story {float:left; margin:0 0 15px 0;}
.entry img {margin:10px; float:left;}
div.wp-caption {float:left; margin:0 35px 10px 0;}
div.wp-caption p {float:left; margin:5px; display:block;}

.inside-box {float:left; padding:10px; border:1pt #ccc solid; background:#f0f7ff; margin:0 0 10px 0;}
.picture {float:left; margin:0 15px 10px 0; width:150px;}
.picture img {margin:0 0 10px 0; float:left;}
.faculty {float:left; margin:0 0 0 0; color:#175E8E;}
.faculty-info {float:left; width:400px;}
.story {float:left; width:595px;}
#right {float:left; padding:10px; width:200px;}
#sidebar {float:left; width:190px; list-style:none; list-style-type:none; padding:10px; margin:0 0 0 -15px;}
#sidebar ul {float:left; width:200px; list-style:none; list-style-type:none;}
#sidebar li {float:left; width:175px; border:1pt #ccc solid; background:#f0f7ff; padding:20px; margin:0 0 10px 0; list-style:none; list-style-type:none;}
#sidebar a {text-decoration:none; color:#175E8E;}
#sidebar a:hover {color:#d2b21d;}
.emphasis {float:left; width:175px; border:1pt #ccc solid; background:#1b4d80; color:#fff; padding:20px; margin:0 0 10px 0; list-style:none; list-style-type:none;}
.catholic {float:left; padding:10px 0 10px 0; width:215px; background:#1b4d80; border:1pt #ccc solid;}
.catholic a {color:#fff;}
.ad {float:left; width:175px; border:1pt #ccc solid; background:#f0f7ff; padding:20px; margin:0 0 10px 0;}
#footer {float:left; width:860px; border-top:1pt #ccc solid; margin:15px 0 25px 0; padding-top:5px;}
#footer a {text-decoration:none; color:#175E8E;}
#footer a:hover {color:#d2b21d;}

#leftbar {float:left; width:220px; background-image:url(../images/menu-slide-bg.png); background-repeat:repeat-x; height:100%; background-color:#175E8E; padding-bottom:20px;}
#leftbar ul {float:left; list-style-type:none; list-style:none;}
#leftbar ul li {float:left; list-style:none; list-style-type:none; display:block; width:195px; border-bottom:1pt #fff solid; margin:0 0 0 -18px; padding:10px 10px 10px 15px;}
#leftbar ul li:hover {background-color:#003366;}
#leftbar ul li.active {background-color:#003366;}
#leftbar ul li a {text-decoration:none; color:#FFFFFF; font-weight:bold;}
#leftbar ul li a:hover {text-decoration:none; color:#ccc;}
#leftbar h2 {width:150px; border:none; font-size:12pt; margin:20px 0 5px 15px; color:#fff;}
#sidebar-page li {float:left; list-style:none; list-style-type:none; margin:0 0 10px 0;}
#sidebar-page li.categories {float:left; border:none; margin:15px 0 0 15px; color:#fff; font-size:12pt; font-weight:bold;}
#sidebar-page li.categories ul {float:left; margin:10px 0 0 3px; }
#sidebar-page li ul li.cat-item {float:left; list-style:none; list-style-type:none; font-size:9pt;}
#text-20 {float:left; list-style:none; list-style-type:none; margin:0;}
h2.widgettitle {width:150px; border:none; font-size:12pt; margin:0 0 0 0; text-decoration:none; color:#fff;}
a.widget-link {color:#fff;}
a.widget-link:hover {color:#ccc;}
.widgettitle {border:none;}
.side-pics {float:left; margin:20px 0 0 0;}

.navigation {float:left;}
.olderentries {float:left; width:300px; margin-right:10px;}
.newerentries {float:left; width:300px; margin-right:10px;}

.contact-box {float:left; background-color:#e8f6ff; padding:15px; border:1pt solid #8fc6ec; margin-bottom:15px;}
.contact-form {float:left; width:550px; color:#105381;}
.hidden {display:none;}