/* 

client: Providence College Ministries
author: Atlantic BT - www.atlanticbt.com

colors:
	pcm green:	#00ac10
	grey:		#6d6760
	lite grey:	#bbb8b4

==================================================================================================================*/




/* =Normalize/Reset
==================================================================================================================*/

* {	margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-size: 100%; } ul, ul li { list-style: none; list-style-position: outside; } address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; } em, strong { /* left out from above */ } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } caption, th { text-align: left; } q:before, q:after { content: ""; } hr { display: none; }
.clear { clear: both; } /* not to be confused with clearfix */
a:focus { outline: none; }
.reset, .reset ul, .reset li { margin: 0; padding: 0; background: none; list-style: none; }


/* =Base
==================================================================================================================*/

body { text-align: center; background: #fff url(/images/college/bg_body.jpg) 0 -50px; font: 14px/1.5em "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif; color: #000; }
div { font-size: 100%; text-align: left; }

/* hide accessibility, but leave there for readers */
.access { position: absolute; left: -9000em; top: 0; height: 0; line-height: 0em; }



/* =Typography Styles
==================================================================================================================*/

p { font-size: 1em; }
.content p { margin: 0 0 1.5em; }

/* base anchor colors/style */
a { color: #00730b; }
a:hover, a:focus { color: #00ac10; }
	
h1 { margin: 0 0 .5em; font: bold 3em/1em "ITC Avant Garde", "Avant Garde", Arial, Helvetica, sans-serif; color: #00ac10; text-transform: uppercase; }
h2, legend { margin: 0 0 1em; font: bold 1.714em/1.25em Arial, Helvetica, sans-serif; color: #212121; text-transform: uppercase; }
h3 { margin: 0 0 1em; font: bold 1.357em/1.25em Arial, Helvetica, sans-serif; color: #837d74; }
h4 { margin: 0 0 1em; font: bold 1.143em/1.25em Arial, Helvetica, sans-serif; color: #000; }
h5,	h6 { margin: 0 0 1.5em; font: bold 1em/1.5em Arial, Helvetica, sans-serif; color: #000; }

	
/* =Element Styles
==================================================================================================================*/

ul { list-style: none; margin: 0 0 1.5em 1.5em; }
ul li { margin: 0; padding-left: 20px; background: url(/images/college/i_bullet.gif) no-repeat 0 .3em; }
ol { margin: 0 0 1.5em 3em; }
ol li { margin: 0; }
ul ul, ol ol { margin-top: 1.5em; }
	
dl { margin: 0 0 1.5em; }
dl dt { margin: 0; font-weight: bold; }
dl dd { margin: 0 0 0 1.5em; }

abbr { cursor: help; }

blockquote { margin: 1em 0; padding: 0 1em; }
blockquote p { margin: 0 0 1.5em; }
blockquote p.cite { text-align: right; }

table { width: 100%; font: inherit; }
th, td { padding: .5em; border: 1px solid #000; }
th { font-weight: bold; }
	
	
/* =Base Form Styles
==================================================================================================================*/

input, textarea, select { padding: 4px; width: 275px; border: 1px solid #c2c2c2; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; background: #fff;	font: inherit; }
input { padding: 5px; }
select { width: auto; }
textarea { width: 500px; height: 15em; }

input:focus, textarea:focus, select:focus { background-color: #ffffce; }

/* input overrides based on type */
input.radio, input.checkbox,
.buttons input, input.button, input.submit, input.image { border: 0; padding: 0; width: auto; background: none; }

input.submit, .register a, .button a, .invite a { padding: 8px 20px; text-align: center; font-style: normal; color: #fff; font-weight: bold; text-transform: uppercase; background: #00ac10; font-size: 1em; text-decoration: none; cursor: pointer; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }


input.submit:hover, .register a:hover, .button a:hover, .invite a:hover { background-color: #6d6760; }


/* specific input types */
.postal-code input { width: 5em; }
input.prefix { margin: 0 .25em 0 0; width: 2.5em; }
input.area-code { margin: 0 .25em; width: 2.5em; }
input.suffix { width: 3em; }

/* fieldset defaults */
fieldset fieldset legend { font-size: 1em; margin: 0; }
	
/* form fields */
div.fieldset { margin: 0; }
div.field { clear: both; position: relative; margin: 0 0 1.5em; padding: 0; list-style: none; height: 1%; }

/* labels */
label { display: block; margin: 0; }
.extended label { color: #999; } /* extended address */
.long label, label.long,
.textarea label { float: none; display: block; margin: 0 0 5px; padding: 0; width: auto; text-align: left; }
.checkboxes label, .radios label { float: none; margin: 0 0 0 5px; padding: 0; }

/* radio & checkbox lists */
ul.radios, ul.checkboxes, .checkboxes ul, .radios ul { margin: 0; }
.radios li, .checkboxes li { margin-right: 20px; }

/* summary / input descrition items */
em.summary { display: block; margin: 5px 0 0 110px; font-style: normal; font-size: .857em; color: #999; }

/* error messages */
form .error-message { display: block; width: 230px;	padding: 4px 10px 3px 30px; border: 1px solid #e5a3a3; background: #ffcfcf url(/i_exclamation.gif) no-repeat 10px 5px;	color: #801b1b; font-style: normal; }


/* =Navigation
==================================================================================================================*/

.main-nav,
.main-nav li, .main-nav a { float: left; display: inline; margin: 0; padding: 0; height: 44px; background: none; }
.main-nav { position: absolute; right: 50%; margin-right: -415px; top: 23px; width: 667px; z-index: 99; }

.main-nav li, .main-nav a { width: 101px; text-indent: -9000em; }
.main-nav li#n-contact, .main-nav #n-contact a { width: 128px; }
.main-nav li#n-weekly, .main-nav #n-weekly a { width: 107px; }
.main-nav li#n-involved, .main-nav #n-involved a { width: 175px; }
.main-nav li#n-resources, .main-nav #n-resources a { width: 150px; }

.main-nav a { margin-right: 1px; background: url(/images/college/sp_nav.png) no-repeat 0 0; }
.main-nav #n-contact a { background-position: -102px 0; }
.main-nav #n-weekly a { background-position: -231px 0; }
.main-nav #n-involved a { background-position: -339px 0; }
.main-nav #n-resources a { background-position: -515px 0; }

.main-nav #n-about a:hover,
.main-nav #n-about:hover a { background-position: 0 -44px; }
.main-nav #n-contact a:hover,
.main-nav #n-contact:hover a { background-position: -102px -44px; }
.main-nav #n-weekly a:hover,
.main-nav #n-weekly:hover a { background-position: -231px -44px; }
.main-nav #n-involved a:hover,
.main-nav #n-involved:hover a { background-position: -339px -44px; }
.main-nav #n-resources a:hover,
.main-nav #n-resources:hover a { background-position: -515px -44px; }



.social, .social li, .social a { float: left; display: inline; margin: 0; padding: 0; height: 21px; }
.social { position: absolute; right: 50%; margin-right: -498px; top: 35px; width: 66px; }
.social li, .social a { width: 20px; text-indent: -9000em; }
.social li { margin-right: 13px; }
.social a { background: url(/images/college/i_twitter.png) no-repeat 0 0; }
.social #n-facebook a { background-image: url(/images/college/i_facebook.png); }

#pray-link { float: left; display: inline; margin-top: 40px; padding-left: 20px; width: 227px; font-size: .786em; line-height: 1.5em; }
#pray-link a { color: #fff; text-decoration: none; }
#pray-link a:hover { text-decoration: underline; }


.section-nav { float: left; display: inline; margin: 132px 0 20px; padding: 20px; width: 188px; min-height: 450px; border-top: 1px solid #e9e3dd; background: url(/images/college/bg_section-nav.gif) repeat-x 0 0; }
.section-nav h2 { margin-bottom: 2em; color: #00ac10; font-size: 1.357em; }
.section-nav li { margin-bottom: 7px; }
.section-nav a { display: block; padding-bottom: 3px; color: #bbb8b4; text-transform: uppercase; font-weight: bold; text-decoration: none; line-height: 1.2em; font-size: 1.357em; letter-spacing: -1px; }
.section-nav a:hover { color: #6d6760; padding-bottom: 0; border-bottom: 3px solid #00ac10; }


/* =Layout Styles
==================================================================================================================*/

/* for centered design */
#container, .wrap { margin: 0 auto; width: 1012px; }
.header, .navigation, .main-area, .footer { float: left; display: inline; width: 1012px; }

.header { position: relative; background: url(/images/college/bg_masthead.jpg) repeat-x 0 -50px; width: 100%; height: 67px; z-index: 10; }
.header .wrap { position: relative; }
	
#logo, #logo a { float: left; display: inline; width: 114px; height: 115px; background: url(/images/college/l_pcm-flat.gif) no-repeat 0 0; text-indent: -9000em; }
#logo { position: absolute; top: 95px; left: 20px; } 

#container { background: #37a445; }
.main-area { padding: 28px 20px 0; width: 972px; background: #fffbf9 url(/images/college/bg_header.gif) repeat-x 0 0; }

.content { float: right; display: inline; padding: 0 20px 40px; width: 684px; }
.secondary-content { float: left; display: inline; margin-right: 20px; width: 228px; }

.header-graphic { margin: 0 0 20px; }

.footer { padding: 28px 20px 20px; width: 972px; background: url(/images/college/bg_header.gif) repeat-x 0 0; font-size: .857em; color: #fff; }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-links { float: right; display: inline; }
.footer-links li { display: inline; padding: 0 10px; border-right: 1px solid #fff; }
.footer-links li#fl-pray { padding-right: 0; border: 0; }

	
/* =Homepage Specific Styles
==================================================================================================================*/

.index-content { position: relative; margin-right: -20px; width: 992px; }
#index-graphics { position: relative; float: right; display: inline; margin: 0 20px 20px 0; width: 724px; height: 310px; overflow: hidden; }
#index-graphics ul, #index-graphics li { margin: 0; padding: 0; background: none; }
/*.index-content h1 { float: left; display: inline; margin: 125px 20px 20px 0; width: 228px; /*height: 145px;*/ /*height: 185px; background: url(/images/college/h1_pcm.gif) no-repeat 0 0; text-indent: -9000em; line-height: 1em; }*/
.index-content h1 { float: left; display: inline; width: 228px; height: 144px; text-indent: -9000em; line-height: 1em; }

.banner { float: left; display: inline; margin: 0 20px 20px 0; width: 228px; height: 145px; background: #ccc; overflow: hidden; }
.content-area { position: relative; float: left; display: inline; margin: 0 -20px; padding: 20px; width: 972px; background: #dedbd4 url(/images/college/bg_ind-secondary.gif) repeat-x 0 0; }

.module { float: left; display: inline; margin: 0 0 20px; padding: 20px; width: 188px; background: #6d6760; color: #fff; }
.module h3, .series .description a { color: #fff; text-decoration: none; }
.series .description a:hover { text-decoration: underline; }
.series .description { margin: 0 0 1.5em; font-size: .857em; }
.series .thumb { width: 188px; }
.series .thumb img { width: 186px; border: 1px solid #fff; line-height: 1em; }

body.index .content h2 { margin-bottom: .5em; font-size: 3em; line-height: 1em; color: #00ac10; }
ul.posts li { margin: 0 0 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid #c0bdb6; }
.post h1 { margin-bottom: 1em; padding-left: 80px; font-size: 1.714em; line-height: 1.5em; color: #212121; }
.post h1 a { color: #212121; text-decoration: none; }
.post h1 a:hover { color: #00ac10; }
.post { position: relative; }
.post .pubdate { position: absolute; left: 0; top: 0; display: block; margin: 0; padding: 5px; width: 50px; background: #837d74; color: #fff; text-align: center; text-transform: uppercase; font-size: .786em; line-height: 1.5em; }
.news-source { font-style: italic; }
.news-source .src-lbl { margin-right: 10px; }

.twitter .feed { font-size: .857em; }
.twitter .feed li { margin: 0 0 20px; }
.twitter .feed .note { font-style: italic; }
.twitter a { color: #fff; }

#mast-images { z-index: 1; }
#mast-image-nav li { position: absolute; left: 10px; top: 50%; margin-top: -28px; width: 36px; height: 57px; text-indent: -9000em; background: url(/images/college/g_arrow-lft.png) no-repeat 0 0; cursor: pointer; z-index: 800; }
li#mi-next { left: auto; right: 10px; background-image: url(/images/college/g_arrow-rt.png); }
#mast-image-nav li:hover { background-position: 0 -57px; }


/* =Resources/Audio
==================================================================================================================*/

#lesson-list td, #lesson-list th { padding: 4px 8px; border: 0; }
#lesson-list thead th { background: #6d6760; color: #fff; }
#lesson-list td { padding: 8px; vertical-align: top; border-bottom: 1px solid #bbb8b4; }
.td-listen a { padding-left: 24px; background: url(/images/college/i_speaker.gif) no-repeat 0 50%; }
.td-lesson .speaker { display: block; font-size: .857em; }
.td-lesson .speaker em { margin-right: 10px; font-style: normal; color: #6d6760; }
.td-date { width: 100px; font-size: .857em; }

#pagination { padding-top: 12px; }
#pagination span { float: left; display: inline; white-space: nowrap; }
#pagination ul { float: right; display: inline; margin: 0; width: 300px; text-align: right; }
#pagination ul li { display: inline; margin: 0 0 0 20px; padding: 0; }


/* =Resources/Books
==================================================================================================================*/

#recommended-books { margin: 40px 0 0; width: 684px; height: 400px; overflow: hidden; }
#bookflip { position: relative; float: left; display: inline; margin: 0; width: 684px; height: 300px; }
#bookflip .ui-jcoverflip--item { position: absolute; display: block; margin: 0; padding: 0; box-shadow: 1px 1px 5px #626262; -moz-box-shadow: 1px 1px 5px #626262; -webkit-box-shadow: 1px 1px 5px #626262; }
.ui-jcoverflip--item em { display: none; position: absolute; left: 50%; top: 50%; margin: -18px 0 0 -40px; width: 80px; line-height: 36px; text-align: center; font-style: normal; color: #fff; font-weight: bold; text-transform: uppercase; background: #000; border: 2px solid #fff; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.current:hover em { display: block; }
.ui-jcoverflip--item img { float: left; display: inline; }
.ui-jcoverflip--title { position: absolute; left: 50%; margin-left: -125px; width: 250px; top: 315px; text-align: center; }


/* =Galleries
==================================================================================================================*/

.gallery { position: relative; float: left; display: inline; width: 100%; }
.gallery li.photo { float: left; display: inline; margin-right: 20px; width: 110px; height: 220px; text-align: center; }
.galleries-list .gallery, .gallery-photos li.photo { margin-right: 20px; width: 110px; height: 220px; }
.gallery span.thumb img { line-height: 1em; box-shadow: 1px 1px 5px #626262; -moz-box-shadow: 1px 1px 5px #626262; -webkit-box-shadow: 1px 1px 5px #626262; border: 5px solid #fff; }
.gallery-url, .gallery .title { display: block; margin-top: 5px; text-align: center; color: #000; text-decoration: none; font-size: .857em; line-height: 1.2em; }
.gallery:hover .gallery-url, .photo:hover .title  { color: #00ac10; }

.gallery .more-link { padding-top: 10px; }
.gallery .more-link a, .back-link a { padding: 8px 20px; text-align: center; font-style: normal; color: #fff; font-weight: bold; text-transform: uppercase; background: #00ac10; font-size: .857em; text-decoration: none; cursor: pointer; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.gallery .more-link a:hover, .back-link a:hover { background-color: #6d6760; }


/* =Events
==================================================================================================================*/

.event-list ul, .event-list ul li { float: left; display: inline; width: 100%; }
.event-list ul li { margin: 0 0 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid #c0bdb6; }
.vevent .summary { margin: 0; }
.register a { float: left; display: inline; white-space: nowrap; text-decoration: none; font-size: 1em; }
p.date-time { margin-bottom: .5em; color: #837d74; }
.date-time abbr { border: 0; }


/* =Maps & Directions
==================================================================================================================*/

.map_canvas { width: 684px; height: 400px; }
.map_canvas .gmnoprint div { text-align: center; }
.map_canvas input { margin-right: 5px; width: auto; }

