/*  
Theme Name: CPRS
Theme URI: http://www.cprs.ca
Description: Theme for the CPRS by the CCMA
Version: 1.0
Author: CCMA
Author URI: http://ccma.ws
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #333;
	text-align: center;
	*margin: 0px 0px 20px 0px;
	padding: 0; 	
}

#page {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 25px auto;
	padding: 0;
	width: 750px;	
}

#header {
	margin: 0; 
	padding: 0; 
	height: 203px; 
	width: 750px; 
	background:url(images/header-background.jpg) repeat;
	position: relative;
} 

#header h1 {
	font-size: 40px;
	text-align: left;
	padding-left: 40px;
	padding-top: 60px;
	color: #B21313;
}

#navigation {
	background: url(images/navigation-bar.jpg) no-repeat bottom center;
	width: 750px;
	height: 25px;
	line-height: 25px;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navigation ul li { 
	display: inline;
}

#navigation ul li a
{
	text-decoration: none;
	padding: 5px .5em;
	color: #fff;
	font-size:12px;
	height:12px;
	font-weight: bold;
}

#navigation ul li a:hover
{
	text-decoration:underline;
}

.postnav {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
}

#main {
	float: left;
	width: 520px;
	margin-top: 20px;
}

#content {
	font-size: 1.2em;
	padding: 0px 0px 0px 20px;
	/* text-align: justify; */
}

#content p {
	line-height: 1.6em;
}

#content a {
	color: #397E98;
	text-decoration: none;
}

#content a:hover {
	color: #E01E26;
}

#content ol li {
	margin-bottom: 1em;
	}

#content h3 {
	font-weight: bold;
	}

.post {
	margin-bottom: 15px;
}

#content .entry a {
	text-decoration: underline;
}

#shadedarea {
	border: 1px solid #CCCCCC;
	background-image: url(images/shadedarea.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px 10px 10px 10px;
}

#shadedarea h2, #shadedarea h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar
{
	margin-top: 20px;
	*margin-top: 3px;
	padding: 20px 20px 10px 0;
	float: right;
	width: 180px;
}

#sidebar li h2 {
   background-image: url(images/navigation-bar.jpg);
   background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 5px 0px 5px 5px;
}

#sidebar li h2.highlight {
	color: #FFFF99;
}

#sidebar h3 {
	text-align: center;
}

#sidebar li a {
	color: #397E98;
	text-decoration: none;
	font-size: 1.2em;
}

#sidebar li a:hover {
	color: #E01E26;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	*margin-bottom: 10px;
}

#sidebar ul ul li {
	*margin-bottom: 0px;
}

#sidebar ul ul li:before {
	content: "- ";
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0px 0px 20px;
}

#sidebar form {
	margin: 0;
}

#sidebar #searchform #s {
	width: 110px;
	*width: 100px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

small {
	font-size: 0.9em;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	text-align: left;
	font-weight: normal;
	color: #000000; /* #00718F; */
	margin-bottom: 0px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #000000;
}
a {
	color:#0066CC;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer {
	width: 750px;
	height: 66px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}

#footer p {
	margin: 10px;
	text-align: center;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

p img {
	padding: 0;
	max-width: 100%;
	}
	
.feed {
	background: url(images/feed.png) no-repeat left center;
	padding-left: 15px;
}	

/*	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 */


/* Begin Lists */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry li {
	line-height: 1.6em;
	margin-bottom: 0.7em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.postmetadata {
	border-top: 1px solid #E00000;
	/* border-bottom: 1px solid #E00000; */
	padding-top: 10px;
	padding-bottom: 10px;
}

ol li {
	list-style: decimal outside;
}
/* End Entry Lists */

/* Begin Form Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentauthor {
	display: inline;
	font-size: 180%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
/* End Comments */


/* Begin Calendar */

#wp-calendar {
	background:url(images/cal-month.jpg) no-repeat top center;
	empty-cells: show;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -12px;
	*margin-top: -20px;
}

#wp-calendar #next a {
	padding-right: 3px;
	text-align: right;
	color: white;
	font-size: 11px;
}

#wp-calendar #prev a {
	padding-left: 3px;
	text-align: left;
	color: white;
	font-size: 11px;	
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
	
#wp-calendar caption {
	font: bold 1.3em Verdana;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td.ec3_eventday {
	background-color: #F7F6F4;
	/* border: 1px solid #CCCCCC;	*/
}

/* End Calendar */



blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.center {
	text-align: center;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

.clsCMOn {
	color: white;
	font-size : 12px;
	text-decoration : none;
        padding: 2px 4px;
}

.clsCMOver {
	color: white;
	font-size : 12px;
	text-decoration : none;
        padding: 2px 4px;
}

fieldset{
	margin: 8px;
	padding: 5px;
	position: relative; 
	margin-top:1em; 
	padding-top:.75em;  
	}

fieldset p {
	margin: 5px;
	padding: 5px;
	}

legend {
	font-size: 1.6em;
	font-weight: bold;
	color: #oooooo;
	background-color: #efefef;
	position:absolute; top: -.5em; left: .5em;
	}