@charset "UTF-8";
/* CSS Document */

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Hammersmith+One&v1);


html {

	background-color: black;

	
	
	}
body {
	font-family: 'Droid Sans', Helvetica, Arial, Geneva, Verdana, sans-serif;
	background-color: #cfc07a;
	font-size: 14px;
	color: black;
	line-height: 1.6em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

	}
	
p.rounded {
			padding: 20px;
			padding-left: 20px;
			padding-right: 20px;
			background-color: #ffec96;
			border-style: dashed;
			border-width: 2px;
			color: black;
			border-color: #ffec96;
			margin: 20px;
		/*	background-image: url(images/para_logo.gif); */
			background-repeat: no-repeat;
			background-position: top-left;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			border-radius: 10px;
			text-align:justify;
}

p.rounded2 {
			padding: 20px;
			padding-left: 20px;
			padding-right: 20px;
			background-color: #ffec96;
			border-style: dashed;
			border-width: 2px;
			color: black;
			border-color: #ffec96;
			margin: 20px;
		/*	background-image: url(images/para_logo.gif); */
			background-repeat: no-repeat;
			background-position: top-left;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			border-radius: 10px;
			
}

p.regular {

width: 960px;
padding-left: 20px;
padding-right: 20px;


}



td, th {
	border: thin dotted #d8b86f;
	padding: 5px;
}


th {
	background-color:#a9995f;
	color: #FFFFFF;
}

h2 {
	color:#000000;
    font-size: 24px;
}

h3 {
	color:#000000;
    font-size: 120%;
    text-decoration: underline;
    padding-left: 20px;
}

#allcontent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cfc07a;
	padding-top: 10px;
	padding-bottom: 20px;

}

#footer {
    padding: 10px;
	font-size: 70%;
	line-height: 1.0em;
	text-align: center;
}

table.table_gallery {
	
margin-left: auto;
margin-right: auto;
width: 1000px;
text-align:center;

}

table.table_format {
text-align: left;
}

td.gallery_table_anim {
/*	padding 10px; */

}

div#syllabi {

	width: 200px;
	float: right;
	margin-right: 30px;
	font-size: 10px;
	

}

div#course_schedule {
	width: 700px;
	border-collapse: collapse;
	padding-left: 40px;

}

.course_name {

	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
}

.square {
	width: 117px;
	background-color: #ffec96;
	}
	
	.null {
	width: 117px;
	background-color: #a9995f;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
	}
	
	
	.squareheader {
	
	background-color: black;
	height: 40px;
	font-family: 'Hammersmith One', arial, serif;
	
	}

	.squaretime {
	
	background-color: #e5d384;
	
	}	
	.my_schedule {
		height: 500px;
	
	}
	
.syllabi_header {
	background-color: black;
	height: 40px;
	line-height: 13px;
}
	
	
div#two_tables {
/*		padding-right: 60px;*/
	
	
	}

	.table_useful_downloads {
	width: 960px;
	
	}
	
	
	th.useful_downloads {
 	font-family: 'Hammersmith One', arial, serif;
	
	background-color: black;
	
	}
	
	p.office_hours {
	text-align: center;
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	color: white;
				-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			border-radius: 10px;
	}
	
	.cellcolor {
	
		background-color: #ffec96;
		font-size: 12px;
	}


a:link {color:#a0410d; text-decoration: none;}     /* unvisited link (dark green) */
a:visited {color: #bc1212; text-decoration: none;}  /* visited link (red) */
a:hover {color: #000000; text-decoration: none;}   /* mouse over link */
a:active {color: #94b21b; text-decoration: none;}   /* selected link */
	

