/*
Theme Name: YWiB.ca Mock-Up One
Theme URI: http://ywib.tonyhschu.ca/
Version: 0.1
Author: Tony H. S. Chu
*/
#bloginfo-name, #bloginfo-description {
	margin: 0;
}
#bloginfo-name span, #bloginfo-description, .followus span, .followus p {
	position: absolute;
	top: -99999px;
}
#bloginfo-name a, #bloginfo-description a {
	display: block;
}
#bloginfo-name a {
	margin-top: 35px;
	height: 135px;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .menu a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

p.author {
	margin-top: -1.5em;
	color: #666;
}

#bloginfo-name {
	font-size: 2em;
}
#header {
	min-height: 195px;
	background: url("images/header.jpg") no-repeat top center;
}
.followus {
	padding-top: 52px;
}
.followus a {
	display: block;
	height: 40px;
	
}
.followus a:hover {
	
}

body {
	background: url("images/columnbg.gif") repeat-y center;
}
.container {
	background: url("images/footer.gif") no-repeat bottom right;
	padding-bottom: 40px;
}
.menu {
	background: url("images/menu_repeat.gif") repeat-y center;
	margin-bottom: 30px;

}
.homelink span {
	position: absolute;
	top: -99999px;
}
.homelink {
	display: block;
	height: 110px;
}
.mainmenu {
	background: url("images/menu_top.gif") no-repeat top left;
	min-height: 142px;
}
.mainmenu ul {
	margin: 0;
	margin-top: 12px;
	padding: 0;
	list-style: none;
	padding-bottom: 30px;
	background: url("images/menu_primary_bottom.gif") no-repeat bottom left;
}
.mainmenu a {
	font-size: 1.4em;
	color: #585759;
	display: block;
	padding: 0.3em 30px 0.3em 0.3em;
	text-decoration: none;
	text-align: right;
}
.mainmenu a:hover {
	color: #222;
}
.mainmenu .current_page_item a {
	background: url("images/menu_current.gif") no-repeat right center;
	color: #fff;
}
.secondarymenu {
	background: url("images/menu_secondary_repeat.gif") repeat-y left;
	overflow: hidden;
}
.menuwidgets {
	padding-bottom: 30px;
	padding-left: 42px;
	color: #ddd;
	background: url("images/menu_bottom.gif") no-repeat bottom left;
}
.menuwidgets .widgettitle {
	text-transform: uppercase;
	margin: 1em 0 0.5em;
	color: #eee;
}

.secondarymenu a {
	color:  #fff;
}
.secondarymenu ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}
.sidebar {
	background: #dfdfdf;
	margin: 0 10px 0 0;
}
.sidebar .widget {
	padding: 10px;
}
#footer {
	/*
	background: url("images/footer.gif") no-repeat top right;
	padding-top: 50px;
	*/
	margin-top: 10px;
}


/*	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;
	}
.clear {
	clear: both;
}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Events */
span.date {
	display: block;
	width: 50px;
	margin: 0.3em 12px 0.3em 0;
	text-align: center;
	float: left;
	background-color: #92d9e6;
	color: #fff;
	line-height: 0.9em;
	padding: 0.2em 0 0.4em;
}
span.month {
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
}
ul#events {
	margin: 0;
	padding: 0;
	list-style: none;
}
#events h2 {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
/* End Events */

/* Font Colours */
.post em {
	color: #00bcff;
	font-style: normal;
}
.post strong {	
	color: #f15f7c;
	font-weight: normal;
}
/* End Font Colours */

/* Homepage Styles */
.sectiontitle {
	background-color: #f45d7c;
	text-transform: uppercase;
	padding: 1.2em 0.3em 0 0.3em;
	margin-bottom: 0.2em;
	font-weight: bold;
	text-align: right;
	color: #fff;
}
.ywibhome .sidebar {
	background-color: #fff;
}
.evententry {
	border-bottom: 2px solid #bbb;
	padding: 1em 0 0;
	margin-bottom: 0.2em;
}
.evententry .storycontent {
	clear: both;
}
.evententry .date {
	width: 2em;
	margin-top: 0.2em;
	margin-right: 0.3em;
}
.evententry h2.storytitle {
	font-size: 1.2em;
}
.ywibhome .content .storytitle {
	padding-bottom: 0;
}
.ywibhome .content .storytitle a {
	display: block;
	border-bottom: 3px solid #f45d7c;
}
.ywibhome .content .storytitle a:hover {
	border-bottom: 3px solid #99d7e4;
}
.ywibhome .storytitle a {
	color: #555;
	text-decoration: none;
}
.ywibhome .storytitle a:hover {
	color: #000;	
}
.content .storycontent {
	overflow: hidden;
}
.content .readmore a {
	float: right;
	background-color: #eee;
	padding: 0.3em 0.5em;
	margin-bottom: 1.5em;
	color: #000;
	text-decoration: none;
}