/*   
Theme Name: wellington united church basic theme
Theme URI: http://www.kennedydatasolutions.com
Description: Designed by Rene Dick from scoutdesign.ca and implemented by KDS in 2008
Author: Jacob Kennedy
Author URI: http://www.kennedydatasolutions.com
Version: 1.0
.
This is the basic, first-try theme for kennedydatasolutions.com.
.
*/
@charset "utf-8";

body{
	background-color: #fff;
	font-family:'Lucida Grande',Verdana,Sans-Serif;
}
/*link, visited, hover, active*/
a:link{
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
#maincontainer{
	width: 1008px; /*Width of main container*/
	margin: 20px auto; /*Center container on page*/
}

#topsection{
/*	background: #00AEEF;
*/	background-image:url(images/wu_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
#headerspacer{
	height: 178px; /*Height of top section*/
}
#mainNav{
	background: #00AEEF;
	height: 27px;
}
#mainNav li.page_item{
	display: inline;
}
#mainNav a{
	padding: 0 1ex;
	line-height:27px;
	color:#FFF;
	/* font-weight:bold;
	border:1px solid #00AEEF; */
	text-decoration:none;
	font-size:125%;
	border:0;
	border:1px solid #00AEEF;
}
#mainNav a:hover, #mainNav li.current_page_item a{
	background: #19C1F3;
	border:1px solid #19C1F3;
}


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 270px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 270px; /*Width of left column*/
	margin-left: -1008px; /*Set left margin to -(MainContainerWidth)*/
	background: #00AEEF;
	min-height: 425px;
}

#footer{
	clear: left;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 4px 0;
	font-size: 75%;
}

#footer a{
	color: #000;
}

div.entry h2, div.post h2 a{
	font-weight: bold;
	color: #00AEEF;
	font-size: 110%;
	line-height: 110%;
	padding-bottom: 1em;
	text-decoration:none;
}
div.post,
#recent_posts,
#leftcolumn ul{
	clear:both;
}
#leftcolumn ul{
	margin-top:1em;
}
div.post small{
	color: #c0c0c0;
	padding: 1ex;
	display: block;
	font-size:60%;
}
div.entry{
	color: #000;
}
div.entry p{
	padding-bottom: 1em;
	font-size: 95%;
}
p.postmetadata{
	font-size: 75%;
}
div.entry img{
	margin:1ex;
}
div.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
#leftcolumn div.innertube{
	color:#fff;
}
#leftcolumn div.innertube h1{
	font-weight: bold;
	padding-bottom: 1ex;
	padding-top: 1em;
	clear: both;
}
#leftcolumn div.innertube h2{
	font-size:80%;
}
#leftcolumn div.innertube a{
	color: #fff;
	font-weight: bold;
}
#leftcolumn div.innertube p{
	padding-bottom: 1em;
	border-bottom: 2px solid #fff;
	margin-bottom: 1em;
}
div.flip{
	display: block;
	width:43px;
	height:47px;
	background-image: url(images/calendar.gif);
	float: left;
	margin-right:4px;
}
li#events-calendar li{
	clear: both;
	padding-top:5px;
}
div.flip div.month{
	font-size: 12px;
	padding-top:5px;
	text-align:center;
}
div.flip div.day{
	color: #00AEEF;
	text-align:center;
	padding-top:3px;
	font-size: 20px;
}
h2.widgettitle{
	padding-top: 5px;
}
div#calendar_wrap{
	background-image: url(images/calendar_background.png);
	background-repeat: no-repeat;
	height: 162px;
	text-align:center;
	padding-top: 12px;
}
table#wp-calendar{
	color: gray;
	width:227px;
	font-size:10pt;
	margin: auto;
}
table#wp-calendar caption{
	text-align:center;
}
table#wp-calendar td,table#wp-calendar th{
	text-align:center;
}
td#today{
	background-image: url(images/cal-today.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
table#wp-calendar td span.hasEvents{
	background-image: url(images/cal-active.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}
li div.the_date{
	font-size: 75%;
	text-align:right;
}
ul#recent_posts li{
	margin-left:2em;
	text-indent: -2em;
	padding-bottom:8px;
}
.innertube img.alignright{
	float:right;
}
.innertube img.alignleft{
	float:left;
}
