@charset "utf-8";
/* CSS Document */
/* Style sheet for CA Adult Education Digest */
/* Apply only to this folder and do not apply other style sheets except those created expressly for the digest */

body {
	padding: 0;
	margin: 0 auto; 
	font-family: arial, helvetica, sans-serif;
	font-size:62.5%;
	color:#333300;
	background-color:#333333;
	}
	
/*skip to content for screen readers */
.accessible {display:none;}

a:link {color:#990000; font-weight:bold;}
a:visited {color:#990000; font-weight:normal; text-decoration:none;}
a:hover {color:#003366; font-weight:bold;}

/* Layers that layout the page */	
/* Contains content and makes it behave */
#container {
	width:800px;
	margin:0px auto;
	background-color:#ffffff;
	}
	
#containerAlt {
	width:800px;
	margin:0px auto;
	background-color:#e6edf4;
	}	

/* Page content */	
#content {
	width:800px;
	float:left; 
	/*border:solid 1px #000000;*/
	background-color: #ffffff;
	}
	
#contentAlt {
	width:800px;
	float:left; 
	/*border:solid 1px #000000;*/
	background-color:#e6edf4;
	}

/* Header */
#header {
	font-size:3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	/*padding:15px;
	background-color:#e6edf4;*/
	float:left;
	width:800px;
	}

/* Contains date and digest number just below #header */
#masthead {
	border-top:solid 1px #996666;
	border-bottom:solid 1px #996666;
	width:800px;
	float:left;
	background-color:#336699; /*#91ACA5;*/
	}

	#masthead-l{
		color:#333300;
		font-size:1.2em;
		font-weight:bold;
		width:200px;
		float:left;
		text-align:left;
		padding:5px 5px 5px 15px;
		color:#ffffff;
		}
		
	#masthead-r {
		color:#333300;
		font-size:1.2em;
		font-weight:bold;
		width:200px;
		float:right;
		text-align:right;
		padding:5px 15px 5px 5px;
		color:#ffffff;
		}

/* Main content area is divided into three columns */
#main {
	float:left;
	width:798px;
	/*height:600px;*/
	border:solid 1px #996666;
	
	}
	
		#leftCol {
		width:245px;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		/*border-right:solid 1px #000000;*/
		}
		
		#midCol {
		width:246px;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		/*border-right:solid 1px #000000;*/
		}
		
		#rightCol {
		width:245px;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		}
		
		#rightColAlt {
		width:245px;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		/*background-color:#e6edf4;*/
		}
		
		#mainCol{
		width:511px;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		border-right:solid 1px #996666;
		background-color:#ffffff;
		}
		
		#fullWidth {
		width:778px;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		}
	
#footer {
	padding:5px;
	border-top:solid 3px #996666;
	clear:both;
	font-size:1.2em;
	background-color:#336699;
	color:#ffffff;
}

	#footer a:link {
		color:#ffffff;
		text-decoration:underline;
		}
		
	#footer a:visited {
		color:#cccccc;
		text-decoration:none;
		}
		
	#footer a:hover {
		color:#000000;
		font-weight:bold;
		}

/*#archive {
	text-align:center;
	margin-bottom:25px;
	clear:both;
}*/


/* Tag styles */
h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#333300;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#333300;
}

li {
	font-size:1.2em;
	line-height:1.5em;
	}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin-top:0px; /* adjusts for alignment differences between FX and IE */
	}
	
	.headline {
	font-weight:bold;
	font-size:1.4em;
	line-height:1.2em;
	background-color:#996666;
	color:#ffffcc;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	.headlineAlt {
	font-weight:bold;
	font-size:1.4em;
	line-height:1.2em;
	/*background-color:#996666;*/
	border-bottom:solid 1px #996666;
	border-top:solid 3px #996666;
	/*color:#ffffcc;*/
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	p.sideBarHead {
	font-weight:bold;
	font-size:1.4em;
	line-height:1.2em;
	background-color:#336699; /*#996666; */
	color:#ffffcc;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	p.underline {
	border-bottom:solid 1px #000000;
	padding-bottom:1em;
	}
	
	p.archive {
	text-align:center;
	padding:1em;
	clear:left;
	}
	
	
	
	

/* Classes */

.bold {font-weight:bold;}
	
.bold-italic {
	font-weight:bold;
	font-style:italic;
}

.center {text-align:center;}

.subHeadRed {
	font-weight:bold;
	font-style:italic;
	color:#990000;
	text-align:center;
	}

.extra {
	float:right;
	width:490px;
	padding:0 10px;
	background-color:#e6edf4;
	border:solid 1px #996666;
	margin:10px;
	}
	
.italic {font-style:italic;}

/* Top line of blurb box */
.blubTop {
	font-weight:bold;
	color:#990000;
	}
	
	.blubTop a:visited {font-weight:bold;}
	

/* Places a 1em margin on the left for block elements */	
.margin {
	margin-left:1em;
	}
	
/* Style for sidebar list */
.sidebarList {
	margin-bottom:1em;
	font-weight:bold;
	color:#336699;
	}
		
/* Print specific */
div.print {
	display:none;
	}
	
/* social media icons */
#socialNet {
	padding:3px;
	text-align:right;
	/*background-color:#e6edf4;*/
	border-bottom:solid 1px #996666;
	}
