/* baughman_lcc.css is the style sheet for http://media.lanecc.edu/users/baughmana */
/* Obnoxious Lime Green for testing -- border: 1px solid #0f0; */

@media screen 
{

head
	{

	}

/* light blue #a8a7b0 */
/* very light blue #e8e7ed */
/* color to match border #602a9e */

body
	{
	background-color: #ffffff;
	color:#000099;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	min-width: 700px;
	margin-left: 125px;
	margin-right: 30px;
	background-repeat:repeat-y;
	}

body#home {background-image: url('pics/wisteriaedge.jpg');}
body#cis101 {background-image: url('pics/gardeneredge.jpg');}
body#cis195 {background-image: url('pics/hny15edge.gif');}
	
header
	{
	text-align: center;
	width: 100%;
	}
	
nav
	{
	
	}
	
section
	{
	
	}

article
	{
	border: dashed 1px #a8a7b0;
	padding: 0px 10px;
	/* background-color: #e8e7ed; */
	}
		
details
	{
	background-color: #a8a7b0;	
	}
	
footer
	{
	font-size: .8em;
	text-align: center;
	background: #e8e7ed;
	}
	
hr
	{
	color: #000099;
	}

li
	{
	color: #000099;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

hr
	{
	color: #dfdfff;
	}

h1, h2, h3, h4, h5, h6
	{
	color: #000099;
	font-family: "Comic Sans MS", Arial, Helvetica, Verdana, sans-serif;
	}

h1
	{
	text-shadow: 1px 2px #a8a7b0;
	}
	
p.drop:first-letter {color: #000099; font-size: 300%; float: left; font-family: "Comic Sans MS", Arial, Helvetica, Verdana, sans-serif;}


a:link
	{color: #000099;} /* ff00ff */

a:visited
	{color: #ff00ff;} /* 0000ff */

a:active
	{color: #0000ff;}

a:hover
	{
	color: #0000ff;
	font-style: normal;
	background: #e8e7ed;
	}

a.plain:hover /*  not working */
	{
	color: #0f0;
	background: white;
	}

.plain /* testing */
	{
	color: #0f0;
	}
	
.alert
	{
	color: red;
	}
	
.wide
	{
	width: 100%
	}

.right
	{
	float: right;
	}
	
.bold_sans
	{
	color: #000099;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

.bold_sans_lrg
    {
	color: #000099;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

/* table styles */	

table
	{
	/* border: 1px solid black; */
	/* border-spacing: 1px; */
	/* border="1" cellspacing="1" cellpadding="2" width="100%" */
	/* color: #0f0; */
	}
	
table td, table th
	{
	/*
	padding:2px;
	border: 1px solid black;
	*/
	}
	
table.shed101 td, table.shed101 th
	{
	padding:2px;
	border: 1px solid black;
	}

table.shed101 td+td /* column 2 */
	{
	width: 27%;
	}

table.shed101 td+td+td /* column 3 */
	{
	width: 33%;
	}

table.shed101 td+td+td+td /* column 4 */
	{
	width: 45%;
	}	
	
		
.print_only { display: none; }

}
/* end of screen media */

/* printing styles start */
@media print 
{
	body {font-size: 12pt; background: #ffffff; color:#000000; font-family: "Times New Roman", Times, serif;
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; }
	ul, ol, dl, table { page-break-inside : avoid; }
	h1, h2, h3, h4, .bold_sans, .bold_sans_lrg {font-family: Helvetica, Arial, Verdana, sans-serif; page-break-after: avoid; }
	.view_only { display: none; }
	.wide { width: 100% 	}
	.right { float: right; }
	

}
/* printing styles end */


/* eof */

	
