/* screen.css */
@font-face {
    font-family: 'OxalisStdRegular';
    src: url('/font/oxalisstd-regular.eot');
    src: url('/font/oxalisstd-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/oxalisstd-regular.svg#OxalisStdRegular') format('svg'),
         url('/font/oxalisstd-regular.woff') format('woff'),
         url('/font/oxalisstd-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'OxalisStdLight';
    src: url('/font/oxalisstd-light.eot');
    src: url('/font/oxalisstd-light.eot?#iefix') format('embedded-opentype'),
         url('/font/oxalisstd-light.svg#OxalisStdLight') format('svg'),
         url('/font/oxalisstd-light.woff') format('woff'),
         url('/font/oxalisstd-light.ttf') format('truetype');
}
@font-face {
    font-family: 'OxalisStdDemiBold';
    src: url('/font/oxalisstd-demibold.eot');
    src: url('/font/oxalisstd-demibold.eot?#iefix') format('embedded-opentype'),
         url('/font/oxalisstd-demibold.svg#OxalisStdDemiBold') format('svg'),
         url('/font/oxalisstd-demibold.woff') format('woff'),
         url('/font/oxalisstd-demibold.ttf') format('truetype');
}
@font-face {
    font-family: 'OxalisStdBold';
    src: url('/font/oxalisstd-bold.eot');
    src: url('/font/oxalisstd-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/oxalisstd-bold.svg#OxalisStdBold') format('svg'),
         url('/font/oxalisstd-bold.woff') format('woff'),
         url('/font/oxalisstd-bold.ttf') format('truetype');
}

body {
    font: 100% OxalisStdRegular, Arial, Helvetica, sans-serif, Tahoma, sans;
	background-color: white;
    color: black;
    margin:0;
    padding: 0;
   	background: white url("/img/knot.png") repeat top left;
}
#container
{
    position: relative;
    top: 0;
    left: 0;
	width: 791px;
	margin:10px auto;
	height: auto;
	background: #fff url("/img/hibar.gif") repeat-x top left;
	box-shadow:2px 2px 6px #444;
	border-radius:7px 90px;
	min-height:600px;
}
#escroll {
	z-index:2000;
	position:absolute;
	right:0px;
	top:61px;
	width:245px;
	height:2em;
}
#escroll p.section {
	border:none;
	padding:0;
	font-size:0.7em;
	font-family:arial,Helvetica,sans;
	color:#fff;
}
#escroll p.section a {
	color:#fff;
}

#info {
	position:absolute;
	right:0;
	top:0;
	width:280px;
	height:80px;
	margin:0;
	background: orange url(/img/tran-or-25.png) repeat 0 0;
	border-radius:0 90px 0 90px;
	padding:0 15px 2px 15px;
}
.plain {
	margin:0;padding:0;
	list-style:none;
}
.plain li {
	display:block;
	height:80px;
	width:300px;
	overflow:hidden;
}
.eventheader {
	position:absolute;
	top:10px;left:0px;
	width:90px;
	color:#fff;
	font-size:1em;
	font-family: OxalisStdDemiBold;
	padding-left:35px;
	border-radius:0 0 0 90px;
	background: transparent url(/img/tran-or-25.png) repeat 0 0;
	text-shadow: #000005 1px 1px 2px;
}

.event {
	display:block;
	height:50px;
	width:220px;
}
.title, #info h1 {
    font-family: OxalisStdBold;
	letter-spacing:0.04em;
	font-size:1.4em;
	line-height:0.85em;
	color:#fff;
	padding:0;margin:0;
}
.title {
	padding:10px 0 0 16px;
	white-space:nowrap;
}
.datebox { color:#000;font-family:arial,Helvetica,sans; font-size:0.8em;padding:5px 0 0 16px;}
#info h1 a {
	color:#fff;
	text-decoration:none;
}
h2,h3,h4 {
    font-family: OxalisStdBold;
	font-weight:normal;
	letter-spacing:0.05em;
}
a, a:hover {text-decoration: underline; color: #007431;}
h2 a, h2 a:hover, h2 a:visited {
    text-decoration: none; color: #000;
} 

p { 
	font-family: Arial, Helvetica, sans, OxalisStdRegular;font-size: 0.9em; line-height:1.2em;
	margin:0 4em 1em 0;
	color:#666;
}
b {
	font-family: OxalisStdBold;
	font-family: Arial, Helvetica, sans, OxalisStdRegular;font-size: 0.9em; line-height:1.2em;
	font-weight:700;
	font-size: 1.1em;
	color: #555;
}

em {
	font-weight:normal;
	font-style:normal;
}
p i {
	font-family: OxalisStdLight;
	font-size:1.25em;
	font-style:normal;
	color:#555;
	/* workaround chrome font rendering issue */
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}
p.quote {
	/* workaround chrome font rendering issue */
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
	padding-left:25px;
	font-family: OxalisStdRegular;font-size: 1.25em; line-height:1.1em;
	color:#999;
	background: transparent url(/img/qm.png) no-repeat top left;
}
img { border: 0; }
h2,h3,h4 { 
    font-size: 1.5em;
	position:relative;
	left:-30px;
	padding:8px 0 4px 30px;
    margin: 0;
	/*background:transparent url(/img/tran-or-25.png) repeat 0 0;*/
	border-radius:0 50px 0 50px;
	/*border-left:1px solid #f44f06;*/
	/*color:#fff;*/
	color:#000;
	
	/* workaround chrome font rendering issue */
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
	
}
h3 {
	color:#000;
}
h4 { color: #333; font-size: 1em; }
#footer h1 {
	font-family: OxalisStdBold;
    padding: 10px 0 0 0;
    font-size: 5em;
	letter-spacing:0.15em;
    margin: 0;
	font-weight:normal;
}
#outer {
	width: 791px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
    position: relative;
}
#lower {
	background: transparent url("/img/lobar.gif") repeat-x bottom left;
	width: 791px;
	border-radius:7px 90px;
	min-height:600px;
}
#tree {
	background: transparent /*url(/img/treeoflife.png) no-repeat 0 0*/;
	min-height:600px;
}
#inner-top {
/*	position: absolute;*/
	top: 0;
	left: 0;
    width: 791px;
	height: 296px;
	/*background: transparent url("/img/hibar.gif") repeat-x top left;*/
}
#logo {
    position: relative;
    width: 500px;
    height: 120px;
    top: 15px;
    left: 22px;
}
#gecko {
    position: absolute;
    width: 160px;
    height: 111px;
    top: 5px;
    right: 5px;
}

#nav {
    position: relative;
/*    width: 600px;
	left:150px;
*/	
    height: 25px !important;
	padding-left:10px;

}
a.tn,a.tn:active, a.tn:visited {
    font-family: OxalisStdDemiBold;
	font-size:1.4em;
	letter-spacing:0.05em;
	float:left;
	display:block;
	position:relative;
	padding:0 29px;
	background:transparent url(/img/tran-or-25.png) repeat top right;
	color:#fff;
	border-radius:0 30px 0 30px;
	text-decoration:none;
}
a.tnsel,a.tnsel:active, a.tnsel:visited  {
	background:#fff url(/img/leafbg.png) repeat top right;
	color:#fff !important;
}
a.tn:hover {
	background:transparent url(/img/tran-or-25.png) repeat top right;
	background-color:#f44f06;
}
a.tn:active {
	background:transparent url(/img/tran-de-25.png) repeat top right;
	color:#f44f06;
}

a.tnsel:hover {
	background:#fff url(/img/leafbg.png) repeat top right !important;
}

#content {
    position: relative;
    width: 791px;
    height: auto;
	
}
#contentbg-top{
	position:relative;
	/*background: transparent url("/img/hibar.gif") repeat-x top left;
	border-radius:7px;*/
}
#contentbg {
	position:relative;
}
#content-inner {
}
.text {
    position: relative; 
    width: 791px;
    height: auto;
}
.text .inner {
    position: relative;
    padding: 20px 20px 20px 330px;
    display: block;
}
.image {
    position: relative; 
	float:left;
    top: 30px;
    left: 20px;
    z-index: 100;
}
.attribution, .attribution a, .attribution a:hover, .attribution a:visited {
    text-align: right;
    color: #999;
    font-style: italic;
    font-size: 0.8em;
    text-decoration: none;
}
#footer { 
	padding:5px;
    text-align: center; 
	margin:0 40px 0 40px;
/*	background: transparent url(/img/tran-or-25.png) repeat 0 0;*/
	color:#fff;
	/*border-radius:0 80px 0 80px;*/
}
#footer h1 {
    font-family: OxalisStdBold;
    padding:0;
    font-size: 1.8em;
	letter-spacing:0.15em;
}
#footer a, #footer a:visited {
    color: white;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
    color: #007431;
}
#tech {
    text-align:right;
    font-size: 0.85em;
    width: 791px;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #888;
}
#tech p {
	font-size:0.9em;
	margin:0;padding:0;
}
#tech a {
    color: #777;
}
