/* Menu */

#submenu {
	/*float: right;*/
	font-size: 0.9em;
	}

#submenu ul {
	margin: 0;
	list-style: none;
	}

#submenu li {
	display: inline;
	}

#submenu a {
	display: block;
	float: left;
	width: 90px;
	height: 50px;
	padding-top: 4px;
	margin-bottom: 8px;
	background-color: #73D000;
	border: 1pt solid #73D066;
	margin-right: 2px;
	/* background: #73D000 url(images/img02.jpg) no-repeat; */
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
	}



.galphoto img {
	float: left;
	clear: right;
	width: 130px;
	padding: 0 0 0 12px;
	}

.imagerow {
	/*
	border-top:2px solid black;
	border-bottom: 1px solid blue;
	*/
	height: 170px;
	}

.linkrow a {
	/*
	border-top:2px dotted black;
	border-bottom: 1px dotted blue;
	*/
	margin-top: -2px;
	padding: 0 0 0 12px;
	float: left;
	clear: right;
	height: 40px;
	width: 130px;
	font-size: 0.9em; 
	font-style: italic;
	color: #808080;
	}

.error {
	color: #ff0011;
	}


.sectionHide {
	display: none;
	/*visibility: hidden;*/	
	}
	
.sectionShow {
	display: block;
	/*visibility: visible;*/
	}

	
.post .entry .bodygoogle {
	text-align: center;
	}
	
	