/* Style Sheet for Owen's Portal */
/* Last Edit 1-13-13 */

body {
	background-color: #434159;
	color: yellow;
	background-image: url("img/cartbg.jpg");
	background-attachment: fixed;
	margin: 20px;	
}

h1, h2, h3, h4, h5 {
	color: #FFA500;
}

img {
	border: 2px solid black;
}

a:link {
	color: #59f224;
}

a:visited {
	color: #FF0011;
}

a:hover {
	color: #FFA500;
}

div.prose {
	color: yellow;
	background-color: #434159;
	padding: 20px;
	clear: both;
	border: 2px solid #A0C992;

}

.subitem {
	background-color: #A0C992;
	color: black;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	border: 2px solid;
}

.subitem h1 , .subitem h2, .subitem h3, .subitem h4, .subitem h5  {
	color: #7D5207;
}
.subitem a:link {
	color: blue;
	}
	
.subitem a:hover {
	color: #FFA500;
}

/*this one is used for automated php script output e.g. last blog title output */
.output { 
	font-family: courier, fixed, monospace;
	font-weight: bold;
	color: white;
	background-color: black;
	border: 2px solid #FFA500;
	padding: 10px;
}

p.pagetitle {
	background-color: black;
	/*background-image: url("img/cartbg.jpg");*/
	color: #A0C992;
	font-family: 'Courier New',courier, fixed, monospace;
	font-weight: bolder;
	font-size: x-large;
	border-style: groove;
	text-align: center;
}

div.mapmarg {
	background-image: url("img/cartbg.jpg");
}

p.clock {
	/*background-color: black;*/
	color: #FFA500;
	font-family: 'Courier New',courier, fixed, monospace;
	font-weight: bold;
	/*border-style: groove;*/
	font-size: -1;
	text-align: center;
}

