/*
Theme Name: YWiB.ca V2
Theme URI: http://ywib.tonyhschu.ca/
Version: 1.0
Author: Tony H. S. Chu
*/
body {
	background: #999 url("van-bg-6.jpg") fixed center center;
}
.wide #mast {
	
	background: url("ywib-two.png") no-repeat top left;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	position: fixed;
	left: 40px;
	top: 50px;
	width: 370px;
	z-index: 50;
	height: 296px;
}
.wide #main {
	position: relative;
	margin: 0 0 0 410px;
	padding-bottom: 2em;
	width: 480px;
	background: #fff;
	z-index: 150;
}
.wide #views {
	position: absolute;
	left: 890px;
	top: 50px;
	width: 210px;
	z-index: 120;
}
.wide #footer {
	position: fixed;
	width: 100%;
	right: 0;
	bottom: 0;
}
.narrow #mast {
	margin: 0 0 0 20px;
	background: url("ywib-two-narrow.gif") no-repeat top left;
	width: 490px;
	float: left;
}
.narrow #sitetitle a#title {
	height: 210px;
}
.narrow #main {
	clear: both;
	margin-left: 30px;
	width: 480px;
	background: #fff;
}
.narrow #views {
	position: absolute;
	top: 120px;
	left: 510px;
	width: 210px;
}
.narrow #featured p {
	text-align: center;
}
.narrow #footer {
	
}
/* CSS3 Fanciness */
#main, #views .widget {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;	
}

/* Main */
.hentry {
	overflow: hidden;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 10px;
}
.posttitle {
	/*padding-bottom: 10px;
	border-bottom: 2px solid #999;*/
}
.posttitle a {
	color: #444;
	text-decoration: none;
}
.posttitle a:hover {
	color: #666;
	background-color: #e7ffff;
}

.attachment-single-post-thumbnail {
	margin-bottom: 1em;
}
.entry strong {
	color: #FE3D7B;
	font-weight: normal;
}
.entry a {
	color: #00ccff;
	text-decoration: none;
}
.entry p, .entry li, .entry td, .entry th {
	color: #424443;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
/* End Images */


.previousnext {
	padding: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 10px;
	overflow: auto;
}
.previousnext a {
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
	color: #444;
	font-size: 1.4em;
}
.previousnext a:hover {
	background-color: #e7ffff;
}
.older {
	float: left;
}
.newer {
	float: right;
}
/* Mast */
#sitetitle h1 {
	margin-bottom: 0;
	
}
#sitetitle span {
	position: absolute;
	top: -9999px;
}
#sitetitle a#title {
	display: block;
	height: 195px;
}
#featured {
	background: #92d9e6;
	padding: 10px 0 8px 14px; 
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
	font-size: 1.3em;
}
.hentry .date {
	float: left;
	color: #fff;
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
}
.author_and_time {
	text-align: right;
	margin: -10px 0 10px 0;
	color: #999;
	font-size: 1.2em;
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
	font-style: italic;
}
.readmore {
	color: #999;
	font-size: 1.2em;
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
	font-style: italic;
	background: url('leaf.gif') no-repeat top left;
	padding: 8px 0 12px 45px;
	border-bottom: 2px solid #eee;
	margin-bottom: 1em;
}
.readmore a {
	color: #777;
	text-decoration: none;
}
.readmore a:hover {
	background: #e7ffff;
}

/* Comments */
#comment {
	width: 438px;
}

#featured p {
	margin: 0;
}
/* Navigation */
#navigation {
	margin: 15px 0 0 10px;
	padding-bottom: 16px;
	position: relative;
}
.narrow #navigation {
	padding-bottom: 0;
}
#nav_ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #555;
}
.narrow #nav_ul {
	padding: 0 60px;
}
#nav_ul li {
	float: left;
	width: 90px;
	margin: 0;
	display: inline;
}
#nav_ul li a {
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
	display: block;
	background-color: #555;
	text-align: center;
	text-decoration: none;
	color: #ddd;
}
#nav_ul li a:hover, #nav_ul li a.navHover {
	color: #444;
	background-color: #eaedef;
}
#nav_ul li ul {
	position: absolute;
	background: #eaedef;
	left: 0;
	margin: 0;
	padding: 10px 0 30px;
	top: 75px;
	width: 360px;
	list-style-type: disc;
	list-style-position: inside;
}
.narrow #nav_ul li ul {
	width: 480px;
}
#nav_ul li li {
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
	list-style-type: disc;
	list-style-position: inside;	
}
.narrow #nav_ul li li {
	width: 240px;
}
#nav_ul li li a {
	color: #333;
	display: block;
	height: auto;
	text-align: left;
	line-height: 1.2em;
	padding: 3px 0;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	margin: 2px 8px;
	background: transparent;
}
#nav_ul li li a:hover {
	color: #888;
	background: transparent;
	text-decoration: none;
}
#membership, #partnerships, #programs, #ywibtopnav {
	height: 75px;
	position: relative;
}
#membership {
	background: url('membership.gif') no-repeat center 9px;
}
#membership:hover, #membership.navHover {
	background: url('membership-hover.gif') no-repeat center 9px;
}
#partnerships {
	background: url('partnership.gif') no-repeat center 10px;
}
#partnerships:hover, #partnerships.navHover {
	background: url('partnership-hover.gif') no-repeat center 10px;
}
#ywibtopnav {
	background: url('ywib-nav.gif') no-repeat center 10px;
}
#ywibtopnav:hover, #ywibtopnav.navHover {
	background: url('ywib-nav-hover.gif') no-repeat center 10px;
}
#programs {
	background: url('programs.gif') no-repeat center 8px;
}
#programs:hover, #programs.navHover {
	background: url('programs-hover.gif') no-repeat center 8px;
}
#membership span, #partnerships span, #programs span, #ywibtopnav span {
	position: absolute;
	display: block;
	text-align: center;
	width: 90px;
	left: 0;
}
#membership span, #partnerships span, #ywibtopnav span {
	bottom: 10px;
}
#programs span {
	bottom: 4px;
}

/* Views */
#views ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#views .viewtitle {
	padding-top: 0.5em;
	font-size: 1.2em;
}
#views div.widget {
	display: block;
	background-color: #eaedef;
	margin: 0 0 10px;
	padding: 0 0 1px 12px;
}

/* Footer */
#footer {
	text-align: right;
	background: #222;
	color: #ddd;
	font-family: 'Droid Serif', Baskerville, Times, 'Times New Roman', serif;
	z-index: 1000;
	overflow: auto;
}
#copyright {
	margin: 5px 385px 0 5px;
	color: #eee;
	text-align: left;
}
#footerutil {
	float: right;
}
#footersearch, #footerutil li {
	float: left;
	margin: 0 5px 0 0;
}
#footerutil {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer a {
	padding: 7px;
	display: block;
	color: #92D9E6;
	background-color: #000;
	text-decoration: none;
}
#fblink {
	text-indent: 19px;
	background: url('fblink.gif') no-repeat 5px 5px;
}
#twlink {
	text-indent: 19px;
	background: url('twlink.gif') no-repeat 5px 5px;
}
#rsslink {
	text-indent: 19px;
	background: url('rsslink.gif') no-repeat 5px 5px;
}
#medialink {
	text-indent: 19px;
	background: url('medialink.gif') no-repeat 5px 5px;
}
#contactlink {
	text-indent: 19px;
	background: url('contactlink.gif') no-repeat 5px 5px;
}
/* Date */
#upcomingevents li {
	position: relative;
}
#upcomingevents li h3, #upcomingevents li p {
	margin: 0 5px 0.3em 28px;
}
#views .date {
	font-size: 0.7em;
	position: absolute;
}
.date {
	width: 2.6em;
	margin-right: 0.7em;
	padding: 0.3em 0;
	display: block;
	background-color: #92d9e6;
	color: #000;
	text-align: center;
}
.day {
	display: block;
	font-size: 1.6em;
}

/* Misc */
.hidden {
	position: absolute;
	top: -99999px;
}
.breadcrumb {
	margin-bottom: 10px;
}

