@charset "utf-8";
/* 
Theme Name: AUF Theme 
URI: http://www.auf.org.nz
Description: Version: 5.0
Author: Char Chris Sivoravong
Author URI: charchris.s@gmail.com
Tags:
*/
b, strong,{
	font-weight: bold;
}
em {
 font-style: italic;
}
h4{
 clear:both;
}

blockquote {
	margin: 1em 3em;
	color: #999;
	border-left: 2px solid #999;
	padding-left: 1em;
	background: rgb(120,120,120,.7);
}
.yui-u > * li,.yui-u > * ol, .yui-u > * ul {
	padding: 0 0 0 1em;
}
.yui-u > ul li{
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}
.yui-u > ul li ul li:first-child{
	list-style-type: none;
}
.yui-u > ol li{
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: inside;
}
.yui-u > ol ol {
	list-style-type: decimal;
}
.yui-u > ol ul li{
	list-style-type: square;
}

/* */
body {
	font-family: Helveltica, Arial, sans-serif;
}
.title {
	padding: 0.457em 0 0.75em 2.1em;
}
#bd .yui-gf .yui-u.first {
	background: #666;
	color: #E5E5E5;
	font-size: 0.846em;
	line-height: 1.6em;
	text-transform: uppercase;
}
#bd .yui-gf .yui-u.first a {
	color: #e5e5e5;
	padding: 0 1em;
}
#post {
	margin: 1em;
}
hr {
	margin: 0 0.77em 0.77em 0.77em;
	border-color: #000;
	color: #000;
	border-style: solid;
}
#ft {
	min-height: 4em;
}

.meta {
	float: right;
	margin: 1em;
	padding: 3em 0 0 0;
	text-transform: uppercase;
}

h1 {
	font-size: 6em;
	letter-spacing: -0.06em;
}
.first h2{
	clear: left;
}
h2 {
	font-size: 1.53em;
	margin: 0.77em;
	letter-spacing: 0.05em;
	clear: both;
}
h3 {
	font-size: 1.43em;
	margin: 0 1.489em;
	letter-spacing: 0.05em;
}
h4{
	font-size: 1.33em;
	margin: 0 2.457em;
	letter-spacing: 0.05em;
}
h5 {
	font-size: 1.23em;
	margin: 0 3.446em;
	letter-spacing: 0.05em;
}
h6 {
	font-size: 1.03em;
	margin: 0 5.457em;
	letter-spacing: 0.05em;
}
p, pre, address {
	margin: 1em;
/*	font-style: bold;*/
	line-height: 1.6em;
}
.yui-u+.yui-u p a {
	/*font-weight: bold;*/
	font-style: italic;
}
a, a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.yui-u+.yui-u h2 a {
	font-weight: normal;
}

.time {
	float: right;
	display: inline;
}
.newsheader {
	text-align: center;
	font-size: 1.53em;
	margin: 0.77em 0 0 0;
}
				/* Wordpress Generated Classes */

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
	
}
.alignleft {
	float: left;
	padding: 0.5em;
}
.alignright {
	float: right;
	padding: 0.5em;
}

				/* Navigation */

#navigation * .menu {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#navigation * .menu li, div.menu li {
	float: left;
	position: relative;
	padding: 0 1em;
}
#navigation * a {
	color: #aaa;
	display: block;
	line-height: 3em;
	padding: 0 0.76em;
	text-decoration: none;
}
#navigation * ul ul {
	display: none;
	position: absolute;
	top: 2.92em;
	left: 0;
	float: left;
	width: 13.84em;
	z-index: 99999;
}
#navigation * .menu ul ul li {
	min-width: 13.84em;
}
#navigation * .menu ul ul ul {
	left: 100%;
	top: 0;
}
#navigation * ul ul a {
	background: #333;
	line-height: 1em;
	padding: 0.76em;
	width: 12.3em;
	height: auto;
}
#navigation * li:hover > a, #navigation * ul ul :hover > a {
	background: #333;
	color: #fff;
}
#navigation * ul li:hover > ul {
	display: block;
}
#navigation * .menu li ul li:hover ul li {
	left: 13.65em;
	position: relative;
	top: -2.9em;
}
