/*  
Theme Name: Lutheran Student Fellowship of Pittsburgh
Theme URI: http://www.LSFPgh.com
Description: Original WordPress Theme for the Lutheran Student Fellowship of Pittsburgh, PA
Version: 1.0
Author: Whitney Inkster
Author URI: http://www.winkwebdesign.com/
*/

/* Normalize margin and padding */
body, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3	{
	font-size: 100%;
	}

/* Remove list-style from lists */
ul	{
	list-style: none;
	}

/* Remove border from img */
img	{
	border: none;
	}
	
body {
	text-align: center;
	background: #fff url(images/red-bg.jpg) repeat center top;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.125em;
	}
	
* html body { /* IE6 Fix - can't handle drop down menus on li items */
	behavior: url(csshover.htc);
	}
	
a {
	color: #790000;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	text-decoration: none;
	}
	
h2 {
	margin: 5px; 
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
	}
	
h3 {
	margin: 0 5px 5px 5px; 
	padding: 5px;
	font-size: 0.95em;
	text-align: center;
	}
	
p {
	margin: 5px;
	padding: 5px;
	font-size: 0.93em;
	}
	
small {
        font-weight: bold;
	}

/* Container for everything : ) Formatting
--------------------------------------------------------------------*/		
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* Navigation Formatting
--------------------------------------------------------------------*/	
div#nav {
	float: left;
	margin: 13px 0 0 2px;
	padding: 0;
	}
	
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
	z-index: 9999;
	}
	
div#nav a {
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	}
	
div#nav a:hover {
	display: block;
	text-decoration: none;
	color:#600;
	cursor: pointer;
	}
	
div#nav li {
	position: relative;
	white-space: nowrap;
	float: left;
	text-align: center;
	font-size: 0.9em;
	line-height: 42px;
	z-index: 9999;
	}

div#nav li.home {
	width: 105px;
	}
	
div#nav li.about {
	width: 103px;
	}
	
div#nav li.worship {
	width: 112px;
	}
	
div#nav li.esl {
	width: 85px;
	}
	
div#nav li.events {
	width: 100px;
	}
	
div#nav li.map {
	width: 85px;
	}
	
div#nav li.donate {
	width: 103px;
	}
	
div#nav li.contact {
	width: 103px;
	}

div#nav li.home, div#nav li.about, div#nav li.worship, div#nav li.esl, div#nav li.events,
div#nav li.map, div#nav li.donate, div#nav li.contact {
	height: 48px;
	position: relative;
	}

div#nav li.home span, div#nav li.about span, div#nav li.worship span, div#nav li.esl span, div#nav li.events span,
div#nav li.map span, div#nav li.donate span, div#nav li.contact span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
div#nav li.home span {
	background: url(images/button-home.jpg) no-repeat 0 0;
	}	
	
div#nav li.about span {
	background: url(images/button-about.jpg) no-repeat 0 0;
	}	
	
div#nav li.worship span {
	background: url(images/button-worship.jpg) no-repeat 0 0;
	}
	
div#nav li.esl span {
	background: url(images/button-esl.jpg) no-repeat 0 0;
	}
	
div#nav li.events span {
	background: url(images/button-events.jpg) no-repeat 0 0;
	}
	
div#nav li.map span {
	background: url(images/button-map.jpg) no-repeat 0 0;
	}	
	
div#nav li.donate span {
	background: url(images/button-donate.jpg) no-repeat 0 0;
	}
	
div#nav li.contact span {
	background: url(images/button-contact.jpg) no-repeat 0 0;
	}

#about div#nav li.home span,
#interior.who-we-are div#nav li.about span, #interior.what-we-believe div#nav li.about span, #interior.bible-study div#nav li.about span,
#interior.luther-house div#nav li.about span, #interior.our-campus-pastor div#nav li.about span, 
#interior.chaplains-greeting div#nav li.about span,
#interior.about-bo-giertz div#nav li.about span,
#interior.writings-of-bo-giertz div#nav li.about span,
#commentary div#nav li.about span,
#interior.worship div#nav li.worship span,
#interior.esl div#nav li.esl span,
#interior.events div#nav li.events span,
#interior.map div#nav li.map span,
#interior.donate div#nav li.donate span,
#interior.contact div#nav li.contact span,
#interior.other-links div#nav li.contact span,
div#nav li.home:hover span, div#nav li.about:hover span, div#nav li.worship:hover span, div#nav li.esl:hover span,
div#nav li.events:hover span, div#nav li.map:hover span, div#nav li.donate:hover span, div#nav li.contact:hover span {
	background-position: 0 -54px;
	}	

html > body div#nav ul li ul {
	display: none;
	top: -1px;
	left: 140px;
	border: 1px solid #000;
	z-index: 9999;
	}
	
div#nav ul li:hover>ul {
	display: block;
	position: absolute;
	width: 142px;
	}	

div#nav ul.level1>li:hover>ul {
	position: absolute;
	top: 48px;
	left: -16px;
	width: 142px;
	}
	
div#nav ul ul li {
	float: none;
	width: 142px;
	line-height: 22px;
	background: #f7f7f7 url(images/dash.jpg) repeat-x center bottom;
	}

div#nav ul ul li:hover {
	background: #e6eeed url(images/dash-hover.jpg) repeat-x center bottom;
	}
	
div#nav ul ul li.bottom, div#nav ul ul li.bottom2, div#nav ul ul ul li.nobg {
	background: #f7f7f7;
	}
	
div#nav ul ul li.bottom:hover, div#nav ul ul li.bottom2:hover, div#nav ul ul ul li.nobg:hover {
	background: #e6eeed;
	}

/* IE fixes for Navigation - new bugs for IE7 (ghost float and block size on hover); IE6 revert to normal way of handling 3rd Level Navigation
--------------------------------------------------------------------------------------------------------------------------------------------------------*/		
*:first-child+html div#nav ul ul li.ie7fix  { /* IE7 Fix */
	margin: -3px 0 0 0;
	}

*:first-child+html div#nav ul ul li.bottom { /* IE7 Fix */
	margin: 0px 0 -3px 0;
	}

*:first-child+html div#nav ul ul li.bottom2 { /* IE7 Fix */
	margin: -3px 0 -3px 0;
	}
	
*:first-child+html div#nav ul ul ul li.nobg { /* IE7 Fix */
	margin: -3px 0 -3px 0;
	}
		
* html div#nav ul ul { /* IE6 Fix */
	position: absolute;
	width: 142px;
	border: 1px solid #000;
	top: 48px;
	left: -16px;
	display: none;
	}
	
* html div#nav ul ul ul { /* IE6 Fix */
	position: absolute;
	top: -1px;
	left: 140px;
	}
	
* html div#nav li li a	{ /* IE6 Fix */
	display: block;
	text-decoration: none;
	border: none;
	width: 142px;
	height: auto;
	position: relative;
	}
	
* html div#nav ul.level1 li:hover ul.level2, * html div#nav ul.level1 li:hover ul.level2 li:hover ul.level3 { /* IE6 Fix */
	display: block;
	}
	
* html div#nav ul ul li.bottom:hover { /* IE6 Fix */
	margin: 0 0 -3px 0 ;
	}
	
/* Divider Formatting
--------------------------------------------------------------------*/	
#divider {
	clear: left;
	text-align: center;
	margin: 0 auto;
	width: 768px;
	height: 10px;
	line-height: 10px;
	border-bottom: 2px solid #000;
	}
	
* html #divider {
	margin: 0 14px 0 18px;
	}
	
/* Wrapper for Header & Content Formatting
--------------------------------------------------------------------*/	
#about #wrapper {
	float: right;
	position: relative;
	width: 607px;
	background: url(images/wrapper-bg.jpg) no-repeat right 10px;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	float: right;
	width: 458px;
	margin: 0;
	padding: 0;
	}	
	
/* Header Formatting
--------------------------------------------------------------------*/	
#header-top {
	background: url(images/header-bg.jpg) no-repeat left top;
	height: 14px;
	margin: 15px 0 0 0;
	}

#header {
	background: url(images/middle-paper-bg.jpg) repeat-y left top;
	margin: 0;
	min-height: 88px;
	}
	
* html #header {
	height: 88px;
	}
	
#about h1 {
	margin: 0 155px 0 13px;
	padding: 0 5px 0 5px;
	font-size: 1.5em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	margin: 0 5px 0 13px;
	padding: 0 5px 0 5px;
	font-size: 1.5em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
		
#about #header p.desk {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 155px 0 13px;
	padding: 12px 0 2px 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

#header p.desk {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 5px 0 13px;
	padding: 12px 0 2px 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
		
#about #header p.pitt {
	font-size: 0.9em;
	margin: 0px 155px 0 13px;
	padding: 2px 0 0 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
#header p.pitt {
	font-size: 0.9em;
	margin: 0px 5px 0 13px;
	padding: 2px 0 0 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
/* Content Formatting
--------------------------------------------------------------------*/	
#about #content {
	background: url(images/middle-paper-bg.jpg) repeat-y left top;
	margin: 0;
	padding: 5px 158px 20px 20px;
	text-align: justify;
	}	
	
#content {
	background: url(images/middle-paper-bg.jpg) repeat-y left top;
	margin: 0;
	padding: 5px 18px 20px 20px;
	text-align: justify;
	}	
	
#content p.first {
	margin: 0 5px 5px 5px;
	padding: 0 5px 5px 5px;
	}
	
#content .about {
	position: relative;
	}
	
#content ol {
	list-style: decimal outside;
	margin: 0 0 0 25px;
	padding: 0;
	text-align: left;
	}
	
#content ol li {
	margin: 0 0 0 15px;
	padding: 5px 10px 8px 5px;
	}
	
#content ul {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}
	
#content ul li {
	list-style: disc;
	margin: 0 0 0 30px;
	padding: 5px 20px 5px 5px;
	}
	
#info p {
	text-align: center;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;	
	}
	
#info p.first {
	margin: 5px 5px 0 5px;
	padding: 5px 5px 0 5px;
	}
	
#info p.mail a, .mail a {
	color: #333;
	text-decoration: none;
	}
	
#info p.mail a:hover, .mail a:hover {
	color: #666;
	text-decoration: none;
	}
 
#interior.esl #info p.first {
        margin: 25px 0 0 0;
        padding: 5px 0 0 0;
        }

#content-bottom {
	background: url(images/content-bottom.jpg) no-repeat left top;
	height: 31px;
	}
	
html > body .about #pen {
	position:absolute;
	background: url(images/pen-sidebar-bg.png) no-repeat left bottom;
	width: 247px;
	height: 234px;
	top: -20px;
	left: 340px;
	margin: 0;
	padding: 0;
	}
	
* html .about #pen { /* IE6 Fix  - can't handle placement of png files in spaces larger than png image */
	background: url(images/pen-sidebar-IE-bg-flat.gif) no-repeat 3px bottom;
	position:absolute;
	width: 247px;
	height: 234px;
	top: -20px;
	left: 339px;
	margin: 0;
	padding: 0;
	}
	
#interior.other-links #content ul {
	margin: 0 0 0 60px;
	}
	
#interior.other-links #content h3 {
	margin: 10px 5px 5px 5px;
	}


#interior.events #content, #interior.events #content h3  {
        text-align: left;
        }

#interior.events #content h2 {
        text-align: center;
        }
	
#interior.events #content h3 {
       margin: 10px 5px 5px 5px;
       padding: 10px 5px 5px 5px;
       }
/* Sidebar Left Formatting
--------------------------------------------------------------------*/		
#sidebar {
	float: left;
	width: 191px;
	height: 610px;
	margin: 0;
	padding: 0;
	}
	
/* Sidebar Crucifix Formatting
--------------------------------------------------------------------*/		
#crucifix {
	float: right;
	width: 149px;
	background: url(images/wrapper-bg.jpg) no-repeat right 10px;
	margin: 0;
	padding: 377px 0 0 0;
	}
	
* html #crucifix {
	padding: 380px 0 0 0;
	}
	

/* Sidebar for Commentary Formatting 
--------------------------------------------------------------------*/
#sidebar3 {
	float: left;
	width: 191px;
	height: 526px;
	margin: 0;
	padding: 0;
	}
		
#sidebar3 ul, #sidebar3 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar3 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar3 ul p, #sidebar3 ul select {
	margin: 5px 0 8px;
	}

#sidebar3 ul ul, #sidebar3 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar3 ul ul ul, #sidebar3 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar3 ul ol li {
	list-style: decimal outside;
	}

#sidebar3 ul ul li, #sidebar3 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* Footer Formatting
--------------------------------------------------------------------*/		
#footer {
	background: url(images/divider3.gif) no-repeat center 30px;
	margin: 0;
	padding: 60px 0 0 0;
	text-align: center;
	}
	
#footer2 {
	margin: 0;
	padding: 60px 0 0 0;
	text-align: center;
	}
	
#footer ul {
	margin: 0 0 0 30px;
	padding: 0 0 30px 0;
	}
	
#footer li {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 1px;
	font-size: 0.8em;
	}
	
#footer li.first {
	padding: 5px 5px 5px 0;
	}
	
#footer li.last {
	padding: 5px 0 5px 1px;
	}
	
#footer li span {
	padding: 0 0 0 5px;
	}
	
#footer li a {
	text-decoration: none;
	}
	
#footer p, #footer2 p {
	clear: left;
	margin: 5px;
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	}
	
/* Map Styles
----------------------------------------------------------------------------------------------------------------------------------------*/
#wagmp_map_1 {
	width: 300px;
	height: 300px;
	border: 1px solid #000;
	margin: 0 auto 30px auto;
	}
	
/* Post Formatting
--------------------------------------------------------------------*/		
#commentary #content div.post {
        background: url(images/dash.jpg) repeat-x center bottom;
        }

#commentary #content div.alignright {
        float: right;
        font-size: 0.75em;
        }

#commentary #content div.alignleft {
        float: left;
        font-size: 0.75em;
        }

#commentary #content h2 {
        clear: both;
        margin: 30px 5px 5px 5px;
        padding: 10px 5px 5px 5px;
        }

#commentary #content h2.pagetitle {
        margin: 10px 5px 5px 5px;
        padding: 5px;
        }
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */	

/* Miscellaneous Formatting
--------------------------------------------------------------------*/		
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
.alignRight {
	text-align: right;
	margin: 0;
	padding: 0 6px 0 0;
	}
	
.alignLeft {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End Images */

.aligncenter2 {
	width: 179px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
	}
	
.center2 {
	text-align: center;
	margin: -5px 0 0 0;
	padding: 0;
	}
	
.description {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.65em;
        margin: 0 40px 0 40px;
        padding: 0 5px 5px 0;
        }
		
.floatLeft {
	clear: left;
	float: left;
	margin: 0;
	padding: 10px 18px 8px 2px;
	}
	
.floatRight {
	clear: right;
	float: right;
	margin: 0;
	padding: 8px 2px 8px 18px;
	}
	
.justify {
	text-align: justify;
	}
	
.nodisplay {
	display: none;
	}
	
#content #thesis {
        list-style: none;
        margin: 0 30px 0 35px;
	}

#content #thesis li {
        list-style: none;
        }

.clearleft {clear: left;}