/*   
Theme Name: ORM 2009 Theme
Theme URI: http://www.orm.cc
Description: This theme uses a drop from the top menu, wide layout, and clean look.
Author: Charlotte Glaze
Author URI: http://www.meiradesign.com
*/


/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Verdana, Geneva, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:3em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:0.5em 2em 1em 2em;
padding:1em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited {
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/**************************************/
/**********CUSTOM SETTINGS*************/
/**************************************/

body {
	text-align: center;
	}
.contentwrap {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 968px;
	}

.contentwrap a {color: #345685; }
a:visited {color: #173450; }

/**** HEADER ****/

#headerbar {
	background: #cad08d url(images/header.jpg) repeat-x;
	height: 135px;
	width: 100%;
	}

#toplogo {
	display: inline;
	float: left;
	height: 88px;
	position: relative; bottom: 10px;
	weight: 322px;
	}

.topbutton {
	display: inline;
	float: right;
	height:60px;
	padding: 19px 7px 7px 7px;
	width:155px;
	}

/**** MAIN SECTION ****/

#mainsection {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
/** Scrollable Slideshow Features **/

#slider{ 
	display: inline;
	float: left;
	margin: 20px 0 0 0;
	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:921px;
	height:383px;
	overflow:hidden; 
	}	
	
#slider-still {
	display:inline;
	float: left;
	margin: 20px 0 0 0;
	width: 921px;
	height: 383px;
	}
	
#slider-still ul, #slider-still li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider-still li{ 
	width:921px;
	height:383px;
	overflow:hidden; 
	}
#prevBtn, #nextBtn{ 
	display:block;
        height:73px;
        left:-45px;
        position:relative;
        top:161px;
        width:42px;
	}	
#nextBtn{ 
	left:924px;
        top: 90px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:42px;
	height:73px;
	background:url(images/btn_prev.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.jpg) no-repeat 0 0;	
	}		
	
/** Accordion Featured Area **/

#accordion {
	background:#FFFFFF url(images/accordionbkgd.jpg) no-repeat;
	height:191px;
	margin: 20px 0 0 0;
	padding:10px 0 10px 20px;
	width:921px;
}

/* accordion header */
#accordion img {
	display: inline;
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	display:none;
	float:left;	
	height:170px; 
	margin-right:10px;
	overflow: hidden;
	width:0px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:170px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:170px;
}

#accordion div ul {
	font-size: 11px;
	padding: 0 0 0 1.2em;
}

/**** FOOTER ****/

#footer {
	background: #0E2641 url(images/footerbkgd.jpg) repeat-x top;
	width: 100%;
	}

#footermenu {
	text-align: center;
	}

#footermenu li{
	display: inline;
	color: #FFF;
	list-style-type: circle;
	}

#footermenu li a {
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	}
	
#footermenu li a:hover {
	text-decoration: underline;
	}

.copyright {
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: right;
	}

.copyright a {
	color: #FFF;
	}
	
.copyright a:hover {
	color: #FFF;
	text-decoration:underline;
	}
	
/****  ARTICLE PAGES ****/

.articleleadimage {
	border: none;
	display:block;
	float: left;
	padding: 35px 35px 24px 0px;
	height: 272px;
	width: 380px; 
	}

h1, 
h1 a {
	color: #173450;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	}

h2 {
	color: #173450;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	}
h3 {
	color: #173450;
	}

.author,
.author a {
	color: #b2b2b2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	position: relative; bottom: 28px;
	}
	
.teaser {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.7em;
	padding-top: 15px;
	text-align: justify;
	}
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	}
	
blockquote {
	background: #c2e1ec;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
	font-size: 0.9em;
	line-height: 1.8em;
	}
	
.breadcrumb {
	background: #d6ebf2;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
	font-size: 0.8em;
	line-height: 1.7em;
	margin: 0.75em;
	padding: 0 0.5em 0 0.5em;
	}

/****  VIDEO ARCHIVE PAGES ****/

.LPList { }
	
.LPThumb {
	background: #ddd;
	border: none;
	display: inline;
	float: left;
	height: 200px;
	margin: 10px 30px 10px 0;
	width: 300px;
	}

.LPwords {
	height: 200px;
	padding: 10px;
	overflow: hidden;
	}
	
.LPwords a:hover {text-decoration:underline;}

.LPBlurb,
.LPBlurb a {
	color: #000;
	padding: 20px 0 0 0;
	}
	
.LPBlurb a:hover {text-decoration:underline;}
	
.PFMArchive {
	display: inline;
	float: left;
	padding: 20px;
	width: 282px;
	}
	
.MYDCArchive {
	border: solid;
	border-width: 0 0 0 1px;
	display: inline;
	float: left;
	padding: 20px;
	width: 282px;
	}
	
.EAMArchive {
	border: solid;
	border-width: 0 0 0 1px;
	display: inline;
	float: right;
	padding: 20px;
	width: 282px;
	}
	
.videoarchivelist,
.videoarchivelist a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 2.2em;
	list-style: none;
	padding: 0;
	}
	
/****  TEACHING ARCHIVE PAGES ****/

.TeachingList { }
	
.teachingimg {
	background: #fff;
	border: none;
	display: inline;
	float: left;
	height: 200px;
	margin: 10px 30px 10px 0;
	width: 300px;
	}

.teachingwords {
	height: 200px;
	padding: 10px;
	overflow: hidden;
	}
	
.teachingwords a:hover {text-decoration:underline;}

.Blurb,
.Blurb a {
	color: #000;
	height: 160px;
	overflow: hidden;
	padding: 20px 0 0 0;
	}
	
.Blurb a:hover {text-decoration:underline;}

.colleft {
	display: inline;
	float:left;
	width: 474px;
	}
	
.colright {
	display: inline;
	float: left;
	width: 474px;
	}

.archivelist,
.archivelist ul,
.archivelist ul ul,
.archivelist ul ul ul {
	padding-bottom: 0;
	}
	
.archivelist {list-style: none;}

	
.letterlist {
	height: 100px;
	padding: 10px;
	overflow: hidden;
	}
	
.column1of3 {
	display: inline;
	float: left;
	width: 322px;
	}

.column2of3 {
	display: inline;
	float:left;
	width: 322px;
	}

.column3of3 {
	display: inline;
	float:left;
	width: 322px;	
	}
	
#player, .embedflash {
position: relative; bottom: 20px; left: 160px;
}

#mydcplayer {
	position: relative; bottom: 30px; left: 170px;
	}

/******************************/
/******PFM VIDEO PAGE**********/
/******************************/

#directoryPFM {
	background: #000;
	height: 280px;
	text-align: center;
	width:100%;
	}
	
#PFMsection {
	width: 100%;
	}

#MYDCsection {
	background: url(images/mydcbkgd.jpg) top no-repeat;
	height: 448px;
	width: 100%;
	}

.videoinfo {
	font-size: 0.8em;
	padding: 27px 0 10px 135px;
	width: 100%;
	}

#videoscreen {
	background: #000;
	height: 395px;
	margin: 0 0 0 135px;
	width: 639px;
	}
	
.videoinfoPFM {
	color: #fff;
	font-size: 0.8em;
	padding: 0 0 7px 115px;
	width: 100%;
	}

#videofoot {
	background: url(images/mydcfootbkgd.jpg) top center no-repeat;
	width: 100%;
	}
	
#videofootPFM {
	background: #5f92ad;
	width: 100%;
	}

.praybutton {
	display: inline;
	float: left;
	height: 84px;
	margin: 30px 0 0 145px;
	width: 277px;
	}

.donatebutton {
	display: inline;
	float: left;
	height: 60px;
	margin: 30px 0 0 185px;
	width: 155px;
	}
	

.prayerbutton {
	display: inline;
	float: left;
	height: 58px;
	margin: 10px 0 0 205px;
	width: 154px;
	}

.donatebuttonPFM {
	display: inline;
	float: left;
	height: 60px;
	margin: 10px 0 0 185px;
	width: 155px;
	}

#usa-menu {
	display: inline;
	float: left;
	position: relative; top: 262px;
	}

#PFM-player {
	display: inline;
	float:left;
	position: relative; bottom: 35px;
}

#can-menu {
	display: inline;
	float: left;
	position: relative; top: 262px;
	}

#usa-praise {
	position: relative; bottom: 4px;
	}

#usa-donate {
	position: relative; bottom: 7px;
	}
	
#can-praise {
	position: relative; bottom: 4px;
	}
	
#can-donate {
	position: relative; bottom: 7px;
	}

/** EVENTS CALENDAR **/

.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:350px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.45em;
        text-align:right;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }