/* Blog CSS */
@import url("blog.css");
@import url("gallery.css");
@import url("template.css");
@import url("admin.css");
@import url("lovecraft.css");
@import url("google.css");

/* --------- Shared --------*/

a {
	color: blue;
}

:visited {
	color: #555;
}

table { display: inline-table }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

td.label {
	font-weight: bold;
	font-size: .9em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

hr {
	color: white;	
}

h1 {
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}

div.invisiback {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
}


/* ---------- End Shared ---------*/



/* ########### NEEDED??? ############

div.title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: right;
	padding-left:5px;
	padding-right:5px;
	color:#08216b;
	font-weight:bold;
	font-size:1.2em;
}

A:link, A:visited, A.offsite {	
	text-decoration: none;
	color: blue;
}

A:visited {	
	text-decoration: none;
	color: #232323;
}

A:active {
	text-decoration: none;
	color: #000;
}

A:hover { 
	text-decoration: none;
	color: #AAA;
}

#imageryMenu {  }

div.error {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

INPUT.image {
	text-align: center;
	padding: 0px;
	border: 1px solid #565656;
	background-color: #fff;
}

TABLE.image2 {
	background-color: #dedede;
	border: 1px solid #9a9a9a;
	width:100%;
}


*/  /* ----------- END NEEDED????? ------*/


/*---------- Ericius ------------*/

div.restitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#08216b;
	font-weight:bold;
	font-size:1.1em;
}

div.rescat {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: left;
	color:#08216b;
	font-weight:bold;
	font-size:1.1em;
}

div.resplace {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	color:#08216b;
	font-weight:bold;
	font-size: .9em;
}

div.rescontent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#08216b;
	font-size: .9em;
	margin: 0;
	padding: 2px 0 0 25px;
}

div.rescontent strong {
	font-size: 1.1em;
}

div.restime {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#08216b;
	font-weight:bold;
	font-size: .9em;
}

div.intro {
}

div.bottomnav {
	padding:10px;	
}

div.info {
	padding: 5px;
	padding-bottom: 10px;
	border-bottom: 0px solid black;
}

div.mypic {
}

div.grades {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.misc {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid black;
}

div.semester {
	border-bottom: 1px solid black;
	padding-bottom:15px;
	margin:10px;
}

div.fortune {
	font-family: Times, serif;
	font-style: italic;
	width: 400px;
	margin: auto;
	border-top: 1px solid #ababab;
	padding-top: 5px;
	color:#08216b;
}

div.notfound {
	color: #08216b;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
}

#googlemapping {
}

#googlemapping box.div {
	margin: 5px;
	padding: 5px;
	border: 0px solid red;
}

#googlemapping input {
	width: 70%;
	margin: 2px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#map {
	margin: auto;
	margin-top: 50px;
	border: 1px solid #676767;
}

#map img {
	background: transparent;
}

.submit {
	margin: auto;
	float: left;
}

.submit input {
	text-align: center;
	width: 70px;
}

.cancel {
	margin: auto;
	float: left;
}

.cancel input {
	text-align: center;
	width: 70px;
}


/* ----------- End Ericius --------- */


