@charset "UTF-8";
/* CSS Document */

html {
overflow-y:scroll;
}

body {
	font: .95em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7c9497;
}
.oneColElsCtr #container, .creativeQuote #container, .week7 #container, .tutorial #container {
	background: #ffffff url(images/curly_K_logo_flat50px.gif) top left no-repeat;
	width: 1000px;
	/*	background: #FFFFFF;*/
	padding:0 0 0 40px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent, creativeQuote #mainContent, .tutorial #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



#parishNotices{
margin:0;
padding:0;
border-bottom:dashed #7c9497 2px;
}

.clearFloat{
clear:both;
}

.listDivider{
color:#4d5c5e;}

.smallText{
font-size:0.8em;
}

#mainContent{
height:auto;
}

#mainContent a{ 
padding-left:30px;
text-decoration:none;
color:#7c9497;
}

#mainContent a:hover{
	background: url(images/arrow.gif) no-repeat bottom left;
	text-decoration:none;
color:#000;}

.printExample, .logoExample{
border:solid 1px #7c9497;
padding:0;
margin:10px 10px 0 0;
float:left;
}

.websiteExample {
margin:10px 10px 0 0;
border:solid 1px #7c9497;
float:left;
}


#mainContent .information a{
padding-left:20px;
	color: #000000;	
}


#mainContent .information a:hover{
	background: url(images/arrow.gif) no-repeat bottom left;
	text-decoration:none;
	color:#333333;	
}

.new{
background-color:#FF6600;
color:#FFFFFF;
}

.newish{
background-color:#BF0000;
color:#FFFFFF;
}

.creativeQuote #creative a{
display:block;
background:url(images/creative_dotty.png);
height:665px;
width:1000px;
}

#creative a:hover{
background:url(images/creative_dotty2.png);
}





body.tutorial p{
	text-align:left;
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height:1.5em;
	padding: 0 20px; 
	}
	
body.tutorial p.link{
padding: 0 0 0 60px;
color:#0000FF;

}

.comment{ color:#999999; }

.title{ 
color:#CC0066; 
font-weight: bold; 
background-color:#CCFF66;
}


