﻿/*
Theme Name: Sunshine Cathedral
Theme URI: http://sunshinecathedral.org/
Description: New WordPress theme for Sunshine Cathedral MCC.
Version: 0.2
Author: Richard Bunyan
Tags: custom header, fixed width, two columns, widgets

*/



.chronodata
{
  margin-bottom: 1.5em;
  font-size: 85%;
  color: #333;
}

/*	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;
	}

img.alignnone
{
	padding: 4px;
	margin: 2px;
	display: inline;
}

/* End Images */

.itemhead a
{
  text-decoration: none;
}
.itemhead a:hover
{
  text-decoration: underline;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
  background: none;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
  background: none;
}

#wp-calendar a
{
  display: block;
  text-decoration: none;
  background-color: #99CCFF;
}

#wp-calendar td {
	color: #000000;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today
{
  background-color: #FFFF99;
  color: #663300;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */
