/**
 * Theme Colours:
 *
 * BLUE:	#0045fc
 * RED:		#fc0043
 * GREEN:	#43fc00
 **/
 
body {
	background: #555;
	font-family:"Times New Roman", Times, serif;
}
h1, h2, h3, h4{
	margin-bottom: 0em;
	margin-top: 0.5em;
	font-family: "Comic Sans MS", sans-serif;
}
h1{
	margin-top: 0em;
}
p, ul {
	
}
a {
	color: #0045fc;
}
a:hover {
	color: #43fc00;
}
div#debug_output{
	background-color: #0f0;
	border-style: solid;
	border-color: #f00;
	width: 90%
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#page{
	min-width: 900px;
	width: 900px;
	margin: auto;
	background-color: #000;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
div#header {
	width: 100%;
	height: 100px;
	text-align: center;
	background: #000 url(/images/bg/ruapehu.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
div#search {
	float: right;
}
div#hierarchy {
	text-align: left;
	font-size: 0.8em;
}
div#submenu {
	
}
div#fblogin {
	float: right;
}
div#content {
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	padding: 10px;
	vertical-align: middle;
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
div#adsense {
	margin-top: 5px;
	text-align: center;
}
div#adsense_bottom {
	margin-top: 5px;
	text-align: center;
}
div#adsense_right {
	margin-top: 5px;
	float: right;
}
div#footer {
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	color: #fff;
	background: #000;
}
div#footer a {
	font-style: normal;
	color: #fff;
	font-weight: normal;
}
div.notice_box {
	border: 0.1em dashed;
	float: right;
	width: 15em;
	min-height: 15em;
	background-color: #ddd;
	padding: 0.3em;
	margin-top: 0.5em;
}
div.youtube_container {
	width: 100%;
	background-color: #000;
	padding: 1.0em 0em 1.0em 0em;
	margin-top: 0.5em;
	clear: both;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
span.quote {
	border: 0.1em dashed;
	background-color: #ddd;
	padding: 0.3em;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	margin: 0.3em;
}
h1#heading {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	margin-top: 0.4em;
	margin-bottom: 0em;
}
img#headerImage {
	margin: auto;
	border: 0px;
	display: block;
	width: 50%;
	padding-top: 10px;
}
div.vignetteRight {
	position: relative;
	line-height: 0;
	float: right;
	clear: both;
	margin-top: 1em;
}

/* Overlay Method */
div.vignetteRight::after {
	position:               absolute;
	top:                    0;
	bottom:                 0;
	left:                   0;
	right:                  0;
	content:                "";

	background-image:       -moz-radial-gradient(center, circle contain, rgba(0,0,0,0) 125px, rgba(0,0,0,.8) 250px);
	background-image:       -webkit-gradient(radial, 50% 50%, 125, 50% 50%, 250, from(rgba(0,0,0,0)), to(rgba(0,0,0,.8)));
}
img.rightClear {
	float: right;
	clear: right;
	margin: 0.5em 0em 0.5em 0.5em;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#menu {
	height: 30px;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
a.menuItem, span.selectedMenuItem {
	color: #fff;
	width: 120px;
	display: inline-table;
	background: rgba(0, 0, 0, 0.2);
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	vertical-align: top;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
a.subMenuItem {
	margin: 0em 0em 0.4em 0.4em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #ddd;
	float: right;
	border-radius: 0 0 0.3em 0.3em;
	-moz-border-radius: 0 0 0.3em 0.3em;
}
#menu a:hover {
	background: #000;
	color: #43fc00;
}
span.selectedMenuItem {
	background: #fff;
	color: #000;
	height: 26px;
	border-radius: 0.3em 0.3em 0 0;
	-moz-border-radius: 0.3em 0.3em 0 0;
}

span.errorText {
	color: red;
	font-weight: bold;
}

div.blogEntry {
	margin: 0em 0.5em 0em 0em;
	text-align: justify;
}

div.blogByline {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	color: #aaa;
	line-height: 1.5em;
	/*border-style: solid;
	border-width: 0 0 0.1em 0;*/
}

