BODY {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #e6f2ff;
	font-size: 82%;
	margin: 0px;
}
HR {
	height: 1px;
	border: 0;
	color: #B1C3D7;
	background-color: #B1C3D7;
	margin-top: 10px;
	margin-bottom: 10px;
}
BLOCKQUOTE {
	font-family: Georgia, serif;
	color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 10px 60px;
	background: #e7e4e0 url('/images/quotes.png') no-repeat 15px 5px;
	border-radius: 6px;
}
	BLOCKQUOTE P {
		margin: 0px 0px 5px 0px;
	}
	BLOCKQUOTE + P { 
		margin-top: 0px;
		padding-top: 0px;
	}
CITE {
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
}
CITE:before {
	content: "- "
}
LEGEND {
	border: 2px solid #cbc5b2; 
	padding: 3px 20px;
	background-color: #f1ead4;
}
FIELDSET {
	border: 2px dashed #cbc5b2; 
	padding: 10px; 
	background-color: #f1ead4;
}
FORM TABLE {
	font-size: 10pt;
}
P { 
	margin: 1em 0px;
}
A:link, A:visited, A:active {
	color: #0066B3;
	text-decoration: none;
}
A:hover {
text-decoration: underline;
}
h1 {
	color: #315275;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	color: #315275;
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 130%;
	color: #9d672d;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 120%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Georgia, serif;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	margin: 8px 0px 4px 0px;
	padding: 10px 10px 10px 10px;
	background: #E6F4FF;
	border: 1px solid #D5E3EE;
}
h6 {
	font-family: Georgia, serif;
	font-size: 14pt;
	color: #6d5345;
	font-weight: bolder;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 8px 18px 8px 18px;
	background-color: #E6F4FF;
	border: 1px solid #D5E3EE;
	text-align: center;
}

#header {
	width:	98%;
	overflow: auto;
	background-color:#000;
	position: relative;
	padding: 0.5% 4%;
}
	#snow {
		background: #000 url('/images/snow.gif');
		height: 268px;
		width: 1000px;
		position: absolute;
		z-index: -200;
		left: 0;
		top: 0;
		opacity: 0.3;
	}
	#meta {
		position: relative;
		float: left;
		font-size: 70%;
		list-style-type: none;
		margin: 0px;
		padding: 3px;
	}
	#meta a {
		color: #aaa;
	}
	#meta a:hover {
		color: #fff;
	}
	#meta li {
		float:left;
		margin:0px 5px;
	}
	#header .logo {
		position: relative;
		top: 0px;
		left: 7%;
		height: 75px;
		width: 240px;
		float: left;
	}
	#logo {
		height: 75px;
		width: 240px;
	}
	#social-buttons {
		position: relative;
		float: right;
		right: 17%;
		margin-right: 2%;
		margin-left: 2%;
		padding: 2px 2px 0px;
		background: #111520;
		border: 1px solid #465052;
		border-radius: 7px;
		overflow: visible;
		text-align: center;
	}
	#social-buttons a:hover img {
		outline: 1px dotted #99ccff;
	}
	#header #label {
		position: absolute;
		top: -10px;
		width: 98%;
		font-size: 16pt;
		font-weight: bold;
		color: #9cf;
		text-align: center;
		text-shadow: 1px 2px #000;
	}
	
#middle {
	position: absolute;
	clear: left;
	background-image: url('/images/background.jpg');
	background-position: 0px -80px;
	background-repeat: repeat-x;
	height: 500px;
	width: 100%;
}

#top-menu {
	position: relative;
	margin: 0px auto;
	width: 88%;
	max-width: 1240px;
	padding: 0px;
	list-style-type: none;
	z-index: 150;
}
	#top-menu li {
		float: left;
		position: relative;
		margin: 0px 2px;
		padding: 0px 0px 0px 5px;
		background: transparent url('/images/menu-item.png') no-repeat -1000px 0px;
		text-shadow: 0px 2px #444444;
	}
	#top-menu A {
		display: block;
		font-size: 10pt;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 8px 14px 9px 9px;
		background: transparent url('/images/menu-item.png') no-repeat -1000px 0px;
		margin: 0px;
	}
	#top-menu ul {
		display: none;
		list-style-type: none;
		margin: 0px;
		padding: 5px 0px;
		position: absolute;
		top: 33px;
		left: 0px;
		z-index: 150;
		background: #85A2C7;
	}
	#top-menu ul li {
		margin: 0px;
		float: none;
		padding: 0px;
		background: transparent none;
		text-shadow: 0px 0px #444444;
	}
	#top-menu ul li.new-section {
		border-top: 1px solid #FFF;
		margin-top: 5px;
		padding-top: 5px;
	}
	#top-menu ul a {
		padding: 0px;
		font-size: 8pt;
		padding: 4px 10px;
		background: transparent none;
		white-space: nowrap;
	}
	#top-menu ul a:hover {
		background:#6285B2;
	}
	#top-menu li:hover {
		color: #fff;
		background-position: 0% 0px;
	}
	#top-menu li:hover ul {
		display: block;
	}
	#top-menu li:hover a {
		background-position: 100% 0px;
	}
	#top-menu .current-menu-item, 
	#top-menu .current-menu-parent {
		background-position: 0% 0px;
	}
	#top-menu .current-menu-item a, 
	#top-menu .current-menu-parent a {
		background-position: 100% 0px;
	}

#banner {
	background: linear-gradient(to bottom right, rgb(230, 232, 122), rgb(96, 125, 68));
	width: 90%;
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
	overflow: auto;
	border-radius: 7px;
}
	#banner .mission {
		font-size: 180%;
		padding: 20px 40px 10px 40px;
		font-style: italic;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	#banner .columns {
		display: table;
		border-spacing: 15px;
		width: 100%;
	}
	#banner .column {
		display: table-cell;
		vertical-align: top;
		background: rgba(0, 0, 0, 0.4);
		padding: 15px;
		max-width: 320px;
		max-width: 320px;
		color: #fff;
	}
	#banner .columns .column:nth-child(2) {
		width: 424px;
		background: transparent;
	}
	#banner .columns .column:nth-child(3) {
		width: 187px;
		vertical-align: middle;
		padding: 5px;
		text-align: center;
		border-radius: 7px;
	}
	#latest-news {
		color: #FFFFFF;
		line-height: 120%;
	}
	#latest-news p {
		margin: 4px 8px 16px 8px;
	}
	#latest-news h2 {
		margin: 10px 0px;
		padding: 0px;
		display: inline;
	}
	#latest-news h2 a {
		text-decoration: none;
		color: rgb(254, 255, 179);
	}
	#latest-news h2 a:hover {
		text-decoration: underline;
		color: #FFF;
	}
	#latest-news div {
		position: relative;
		margin: 0px 0px 10px 0px;
	}
	#latest-news span.date {
		font-size: 90%;
		font-weight: bold;
	}
	
	#latest-updates {
		overflow: auto;
		padding: 0px;
	}
	#latest-updates ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.widget_sp_image {
		position: relative;
		float: left;
		padding: 0px;
		margin: 0px 5px 20px 5px;
		width: 200px;
		height: 150px;
		border: 1px solid #000;
	}
	.widget_sp_image:hover {
		border: 1px solid #D6EDFD;
	}
	.widget_sp_image a {
		display: block;
		position: absolute;
		top: 0px;
		width: 200px;
		height: 150px;
		text-decoration: none;
		color: #FFF;
		text-shadow: #000 0.06em 0.06em 0.2em;
		font-weight: bold;
		overflow: hidden;
	}
	.widget_sp_image a img {
		display: block;
		position: absolute;
		top: 0px;
	}
	.widget_sp_image div {
		position: absolute;
		top: 100%;
		width: 200px;
		font-size: 9pt;
		text-align: center;
		font-weight: bold;
		color: #FFF;
		text-shadow: #000 0.06em 0.06em 0.2em;
	}
	.widget_sp_image div p {
		margin:3px 0px 0px 0px;
	}
	.widget_sp_image h4 {
		padding: 1px 5px 2px 5px;
		line-height: 100%;
		font-weight: bold;
		display: block;
		position: absolute;
		bottom: 0px;
		margin: 0px; 
		width: 190px;
		z-index: 20;
		background: rgba(0, 0, 0, 0.5);
		text-shadow: #000 0.06em 0.06em 0.2em;
		text-align: center;
		font-size: 12pt;
		letter-spacing: -1px;
		color: #D6EDFD;
	}
	#latest-news a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#latest-news a:hover {
		text-decoration: none;
	}
	#donate {
		margin: 10px;
		padding: 10px;
	}

#page {
	margin: 0px auto;
	position:relative;
	overflow: auto;
	clear: left;
	width: 90%;
	max-width: 1280px;
}

#menu {
	width: 20%;
	min-width: 125px;
	padding: 0px 0px 20px 0px;
	text-align: right;
	line-height: 120%;
	background: #f3faff linear-gradient(to bottom right, rgb(230, 232, 122), rgb(96, 125, 68));;
	float: left;
	position: relative;
}

	#menu h4, #menu h2.widgettitle {
		text-align: center;
		color: #222;
		font-size: 90%;
		padding-top: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#menu a {
		display: block;
		padding: 5px 14px 5px 14px;
		font-weight: bold;
		color: #FFF;
	}
	#menu a:hover {
		display: block;
		padding: 5px 14px 5px 14px;
		background-color: #FFFFFF;
		cursor: pointer;
		color: #000;
		text-decoration: none;
	}
	#menu a span {
		font-weight: normal;
	}
	#menu ul {
		list-style-type: none;
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}
	#menu .widget_archive {
		text-align: center;
		margin-bottom: 10px;
	}
	#menu .flexo-list a {
		font-size: 90%;
		padding-right: 20px;
		font-weight: normal;
	}
	#menu INPUT {
		margin-right: 20px;
	}

#content {
	padding: 1em 2.5% 1em 2.5%;
	background-color: #fff;
	line-height: 140%;
	position: relative;
	overflow: auto;
	float: right;
	width: 75%;
	font-family: Georgia, serif;
	font-size: 110%;
}
	#content.wide-column {
		float: none;
		width: 95%;
	}
	#content .details {
		font-size: 80%;
	}
	#content IMG, 
	.latest-album IMG {
		background-color: #DDD;
		padding: 3px;
		border: 1px solid #BBB;
		margin: 1px;
	}
	#content IMG.noborders {
		background-color: transparent;
		padding: 0px;
		border: 0px solid transparent;
	}
	#content img[align=right], 
	#content .alignright, 
	#content .g2image_float_right {
		margin: 5px 0px 5px 15px;
	}
	#content img[align=left], 
	#content .alignleft, 
	#content .g2image_float_left {
		margin: 5px 15px 5px 0px;
	}
	#content .alignleft, 
	#content .g2image_float_left {
		float: left;
	}
	#content .alignright, 
	#content .g2image_float_right {
		float: right;
	}
	#content .g2image_centered, 
	#content .aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#content .navigation {
		position: relative;
		overflow: auto;
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 5px;
		background: #E6F4FF;
		border: 1px solid #D5E3EE;
	}
	#content .navigation .alignright, 
	#content .navigation .alignleft {
		margin: 0px;
	}
	#content .post h2 {
		margin-bottom: 0px;
	}
	#content .entry {
		margin-top: 10px;
	}
	#content .post {
		margin: 20px 0px 40px 0px;
	}
	#content .product {
		margin-bottom: 50px;
	}
	#content .product p {
		padding-left: 130px;
	}
	#content .product .info {
		position: relative;
		padding-left: 120px;
		background: #E6F4FF;
		border: 1px solid #D5E3EE;
		border-radius: 5px; 
	}
	#content .product .info p {
		margin: 0px;
		padding: 0px;
	}
	#content .product .info IMG  {
		position: absolute;
		left: 5px;
		top: -10px;
		background-color: transparent;
		padding: 0px;
		border: 0px solid transparent;
	}
	#content .product .info FORM {
		position: absolute;
		right: 5px;
		top: 5px;
	}

.commentlist {
	padding: 0px 30px 0px 20px;
}
.wp-smiley {
	background-color: transparent;
	padding: 0px;
	border: 0;
}
.seminars p {
	margin-top: 0px;
	margin-bottom: 2px;
}
.psf, .cal {
	font-size: 8pt;
}
.summary {
	font-size: 9pt;
}
#captcha {
	vertical-align:middle;
}

@media only screen and (max-width: 1280px) {
	#banner .columns .column:nth-child(2) {
		width:224px;
	}
	
	#social-buttons {
		right: 5%;
	}
}

@media only screen and (max-width: 840px) {
	#header {
		padding: 0.5% 1%;	
	}
	
	#header .logo {
		float: none;
		clear: left;
		margin: 0 auto;
		max-width: 340px;
		left: 0%;
	}
	
	#social-buttons {
		float: none;
		clear: left;
		margin: 0 auto;
		max-width: 340px;
		right: 0%;
	}
	
	#meta {
		display: none;
	}
	
	#top-menu {
		text-align: center;
	}
	
	#banner {
		width: 100%;
	}
	
	#banner .mission {
		font-size: 125%;
		line-height: 120%;
	}
	
	#banner .columns {
		display: block;
	}
	
	#banner .columns .column {
		display: block;
		min-width: 93%;
		margin: 10px 0px;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	#banner .columns .column:nth-child(3) {
		margin: 0 auto;
		min-width: 187px;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	#page {
		width: 100%;
	}
	
	#menu {
		width: 100%;
		text-align: center;
		line-height: 100%;
		padding: 0px;
	}
	
	#menu ul {
		margin: 0px;
	}
	
	#content {
		width: 95%;
	}
}