/*
Theme Name: St Stephen's
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Ed Miller
Author URI: http://ed-miller.com/
Description: Custom theme for St. Stephen's Episcopal Church in Wilkensburg
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: ststephens

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* MAIN TEMPLATE STYLES */
html, body {
	width: 100%;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #747474;
}
#post-18 p {
	font-size: 14px;
	line-height: 16px;
}
html, body, #background, #container, #grad-left, #grad-right {
	height: 100%;
}
#container-inner, #grad-left, #logo, #content, .float-left, #sidebar1, #sidebar2, #sidebar3, #footer {
	float: left;
}
#grad-right, #main-nav ul, #main-nav, #sub-nav, #main-nav li, #sub-nav ul, #sub-nav li, .float-right {
	float: right;
}
#background {
	width: 2000px;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -1000px;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	z-index: -100;
}
#container {
	width: 1030px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
#grad-left, #grad-right {
	width: 15px;
}
#grad-left {
	background-image: url(images/grad-left.png);
	background-repeat: repeat-y;
}
#grad-right {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/grad-right.png);
	background-repeat: repeat-y;
}
#container-inner {
	width: 1000px;
	background-color: #fff;
	min-height: 100%;
}
#logo {
	width: 441px;
	height: 71px;
	background-image: url(images/St_Stephens_Episcopal_Church_Logo.png);
	margin: 15px 15px 12px 15px;
}

/* END MAIN TEMPLATE STYLES */

/* NAVIGATION */
#main-nav ul, #main-nav li, #sub-nav ul, #sub-nav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sub-nav {
	padding-right: 20px;
	margin-top: 56px;
}
#main-nav {
	padding: 0px 15px;
	margin: 0px 0px;
	width: 970px;
	height: 35px;
	background-image: url(images/blue-nav-bkgd.png); 
	background-repeat: repeat-x;
}
#main-nav a, #sub-nav a {
	text-decoration: none;
	display: block;
}
#sub-nav a {
	color: #d11241;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 10px;
	margin: 10px 0px;
	border-right: 1px solid #d11241;
}
#sub-nav a:hover {
	color: #0c5387;
	text-decoration: underline;
}
#main-nav a {
	padding: 8px 15px 10px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#main-nav a:hover {
	background-image: url(images/blue-nav-bkgd-hover.png);
	background-repeat: repeat-x;
}	
.first, #menu-item-32 a {
	border: none !important;
}
/* END NAVIGATION */

/* MAIN CONTENT */
img {
	border: 1px solid #7c7c7c;
	-moz-box-shadow: 2px 2px 5px #7c7c7c;
	-webkit-box-shadow: 2px 2px 5px #7c7c7c;
	box-shadow: 2px 2px 5px #7c7c7c;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#7c7c7c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#7c7c7c');
}
.noborder {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#fff')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#fff');
}
#contentEM {
	padding: 163px 30px 290px 30px;
	width: 940px;
}
#contentEM p {
}
.float-left {
	margin: 0px 25px 15px 0px;
}
.float-right {
	margin: 0px 0px 15px 25px;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0px 0px 0px; 
	margin: 0px;
	font-style: italic;
	color: #0c5387;
}
#post-18 h1 {
	font-size: 18px;
	line-height: 20px;
}
h2 {
	font-size: 15px;
	line-height: 17px;
	padding: 0px;
}
h3 {
	color: #000;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
strong, a {
	color: #0c5387;
}
a:hover {
	color: #d11241;
}

/* END MAIN CONTENT */

/* SIDEBARS */
#sidebars {
	font-size: 14px;
	line-height: 16px;
	margin-left: 30px; 
	width: 940px;
}
#sidebar1, #sidebar2, #sidebar3 {
	background-image: url(images/subnav-grad.jpg);
	background-repeat: repeat-x;
	min-height: 120px;
	padding: 15px;
	width: 200px;
}
#sidebar1, #sidebar2 {
	margin-right: 10px;
}
#sidebar1 {
	width: 430px;
}
div.day, #week-left {
	float: left;
}
#week-left {
	width: 200px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #4c98d5;
}
div.day {
	width: 180px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}
#sidebar2 {
}
#sidebar3 {
}

/* END SIDEBARS */

/* FOOTER */

#footer {
	width: 940px;
	padding: 30px 0px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

/* END FOOTER */