﻿/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-variant: small-caps;
    font-weight: 200;
	color: #104010;
}

/*
	Default Styles
*/
a {
	color: #208020;
	text-decoration: none;
}

a:hover {
	color: #40a040;
	text-decoration: underline;
}

a img 
{
	border: none;
}

ul {
	margin: 0px;
	list-style: none;
	padding: .25em .5em .25em .5em;
}

ul li
{
	background: url('../bullet-green.gif') no-repeat left .55em;
	padding-left: 10px;
}

ol {
	margin: 0px;
	padding: .25em .5em .5em 1.5em;
}

li {
	padding-bottom: .2em;
	padding-top: .15em;
}

li .sel {
	color: black;
	font-weight: bold;
}

li .title {
	color: Black;
}

table 
{
	padding-left: 5px;
}

tr .header
{
	font-weight: bold;
	padding-top: .5em;
}

td 
{
	vertical-align: top;
}

.comments
{
    display: -moz-inline-box;
	display: inline-block;
	margin-left: .50em;
	padding-left: .75em;
	border-left: 2px solid #d0e0a0;
    *float:left;
}

.comment_count
{
	padding-left: 1.25em;
}

/* ...
*/
body {
	margin: 0px;
	background-color: #EEF5EE;
	position: absolute;
	
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #005000;
	font-size: smaller;
}

html, body {
   min-height: 100%; /*Sets the min height to the
                       height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height
                   for IE5+/Win, since IE wrongly expands
                   an element to enclose its content.
                   This mis-behavior screws up modern 
                   browsers*/
   }

html>body {
   height: auto; /*this undoes the IE hack, hiding it
                   from IE using the child selector*/
   }
   
.page {
	width: 990px;
	margin: 10px auto;
}

#main,
.page .shadow1,
.page .shadow1 .shadow2, 
.page .shadow1 .shadow2 .shadow3 {
	position: relative;
	float: left;
}

#main,
.page .shadow1 .shadow2,
.page .shadow1 .shadow2 .shadow3 {
	top: -1px;
	left: -1px;
}

.page .shadow1 {
	background: #E2E0E2;
	top: 3px;
	left: 3px;
	margin-bottom: 2em;
}

.page .shadow1 .shadow2 {
	background: #CBCACB;
}

.page .shadow1 .shadow2 .shadow3 {
	background: #A7A6A7;
}

.trailer {
	width: 100%;
	bottom: 0;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

.trailerbody {
	width: 980px;	
	margin: 0 auto;
	position: relative;
}

#main 
{
	border: 1px #808880 solid;
	background-color: white;
	padding: 3px;
}

#header 
{
    width: 984px;
    height: 150px;
	margin-bottom: 5px;
	display: list-item;
	list-style: none url('../header.jpg') inside;
    *width: 0px;    /* ie6/7 */
}

.langsel
{
	position: absolute; top: 3px; right: 1em; white-space: nowrap;
}

#cse-search-box {
	position: absolute;
	left: 800px;
	top: 70px;
	white-space: nowrap;
}

#cse-search-box .hover 
{
	border: 1px solid black;
	background-color: #80a0ff;
	margin: 1px 1px 1px 1px;
	vertical-align: top;
}

#cse-search-box .unsel 
{
	margin: 1px 1px 1px 1px;
	vertical-align: top;
}

#menu {
	position: absolute;
	left: 150px;
	top: 125px;
	width: 800px;
}

.menu 
{
	height: 25px;
	overflow: hidden;
    padding: 4px 0px 4px 8px;
}

.menuitem {
	width: 100px;
	height: 25px;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;

	float: left;
	padding-top: 2px;
	display: block;
	background: white;
	position: relative;
}

.menu .curr {
	font-weight: bold;
}

.menu a 
{
	top: 5px;
	color: #000000;
	text-decoration: none;

	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5; /*safari 1.1 */
	opacity: 0.5; /* safari 1.2 */
}

.menu a:hover
{
	top: 2px;
	color: red;
	text-decoration: none;

	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8; /*safari 1.1 */
	opacity: 0.8; /* safari 1.2 */
}

.mainpage
{
	float:left;
	width: 760px;
	padding-left: 10px
}

.panel 
{
    display: -moz-inline-box;
	display: inline-block;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	*float: left;
}

.panel .indent
{
	padding-left: 1em;
}

.panelrow
{
	width: 100%
}

.splithalf
{
	width: 45%;
}

.splitquart
{
	width: 23%;
}

.split23
{
	width: 28%;
}

.split13
{
	width: 17%;
}

.breaknews
{
	background-color: #FFFFDD;
	margin-top: .5em;
	padding-top: .5em;
	padding-bottom: 1em;
	border: 2px solid #E08000;
}

.breaknews div
{	
	padding: .5em 1em .5em 1em;
	margin: .5em 1em 0em 1em;
	border-top: 1px solid #E08000;
	clear: both;
}

.breaknews img
{
	padding: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	border: 1px solid #909090;
	margin: 0px 1.5em .5em -.5em;
	vertical-align: text-top;
	float: left;
}

.breaknews .title
{
	font-size: 1.25em;
	font-weight: bold;
	color: #E08000;
}

.breaknews a
{
    text-decoration: none;
    border-bottom:1px dotted;
}

.breaknews a:hover
{
    border-bottom:1px solid;
}

.breaknews .more
{
    border-bottom:none;
}

.breaknews .more:hover
{
    border-bottom:none;
    text-decoration: underline;
}

.panel h2 
{
	border-bottom: 2px solid #d0e0a0;
	padding-left: 1em;
}

.nowrap, .nowrap li
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	*white-space: normal;
}

.columnright
{
	float: right;
	padding: 10px 15px 5px 0px;
}

#eventinfo {
	height: 105px; 
	position: relative; 
	overflow: hidden;
	}

.eventinfoChild 
{
	height: 105px;
	width: 100%;
	overflow: auto;
	background-color: white;
}

body h2 {
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 1em;
	margin-bottom: 0px;
	padding-bottom: .2em;
}

body h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: .75em;
	margin-bottom: 0px;
	padding-bottom: .2em;
}

body h1 {
	font-size: x-large;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 1em;
	margin-bottom: 0px;
	padding-bottom: .2em;
}

body p {
	padding-top: .3em;
	padding-bottom: .7em;
	margin: 0px;
}

.article 
{
	padding: 0px 2em 1em 2em;
}

.more 
{
    display: -moz-inline-box;
	display: inline-block;
	background: url('../bullet-more.gif') no-repeat left .5em;
	padding-left: 1em;
	margin-left: .5em;
	color: #903000;
	white-space: nowrap;
    *display:inline;
}

.more:hover {
	color: #FF6600;
}

.filter
{
	padding: 0em 1em .1em 1em;
	margin: .5em 0em .5em 0em;
	border-bottom: 2px solid #d0e0a0;
	border-top: 2px solid #d0e0a0;
}

.filter .sel
{
	padding-left: 1em;
	background: url('../bullet-more.gif') no-repeat left .5em;
	font-weight: bold;
}

.photoframe
{
border: 3px #f8f8f8 solid;
margin: 4px 4px 6px 4px;

	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;

    filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=270,strength=3);
}

.photothumbsimple
{
	float: left;
	clear: both;
	margin-right: 1em;
}

.photolist
	{
	width: 220px;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 2em;
	}

.photothumb 
{
	display: -moz-inline-box; display: inline-block; *float:left;
vertical-align: top;
text-align: center;
padding-bottom:.5em;
margin-bottom: 1em;
max-width: 210px;
border: solid 1px #ffffff;
}

.photothumb .desc
{
padding: 0em 1em 0em 1em;
text-align: left;
display: -moz-inline-box; display: inline-block; *float:left;
}

.videolist
{
	float: right;
	width: 265px;
	margin: 10px 15px 10px 5px;
}

.videolist .list 
{
	height: 550px;
	overflow: auto;
	border: 1px solid #808080;
}

#myviewer
{
	width: 620px;
	height: 450px;
	position: relative;
	overflow: hidden;
}

#myviewer img 
{
	cursor: pointer;
	border: 3px white solid;
	margin: 4px 4px 4px 4px;
	background-color: White;

	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;

	filter: 
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=5)
    progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=5)
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=3);
}

#myviewer .desc
{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 175px;
	height: 130px;
	z-index: 3;
	padding: 10px 10px 10px 10px;

	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6; /*safari 1.1 */
	opacity: 0.6; /* safari 1.2 */
	
	background-color: Black;
}

#myviewer_desc
{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 175px;
	height: 130px;
	overflow: auto;
	z-index: 4;
	padding: 10px 10px 10px 10px;
	color: White;
}

#myviewer_prev
{
	position: absolute;
	left: 0px;
	top: 250px;
	z-index: 5;
	cursor: pointer;
	color: #007000;
}

#myviewer_next
{
	position: absolute;
	right: 0px;
	top: 250px;
	z-index: 5;
	cursor: pointer;
	color: #007000;
}

#myviewer .hilite
{
 	background-color: #80a0ff;
 	color: White;
 	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
 	border: solid 1px #000000;
    display: -moz-inline-box; display: inline-block; *display:inline;
}

#myviewer
{
	color: #007000;
}

#myviewer .disabled
{
	cursor: default;
	color: #a0a0a0;
}

#myviewer_desc .date
{
	color: White;
}

.date 
{
	color: Black;
	padding-right: 10px;
}

.itemhilite, .itemhilite:hover
{
 	background-color: #80a0ff;
 	color: White;
 	border: solid 1px #000000;
}

.itemsel
{
 	background-color: #409040;
 	color: White;
 	border: solid 1px #409040;
}

.itemsel:hover
{
 	color: #D0D0D0;
}

.videopanel
{
	margin-top: 1em;
	vertical-align: top;
	background-color: #E0E0E0;
}

.videopanel .video
{
	width:500px;
	background-color: #F0F0F0;
	vertical-align: top;
	margin-right: 10px;
    display: -moz-inline-box; display: inline-block; *float: left;
}

.videopanel .video .desc
{
	padding: 0px 10px 0px 10px; min-height: 10em
}

.videopanel .list
{
	width: 246px;
    display: -moz-inline-box; display: inline-block;
}

.videopanel .item, .item:hover
{
 	border: solid 1px #E0E0E0;
}

.item, .item:hover
{
	vertical-align: top;
	width:110px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
 	border: solid 1px #ffffff;
    display: -moz-inline-box; display: inline-block; *float: left;
}

.item img
{
	border: none;
}

.item .icon
{
	display: block; margin: 0px auto
}

.item .desc
{
	min-height: 3em;
}

.photopanel
{
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=3);

	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;

	background-color: #f7f8e8;
	font-size: small;

	padding: 5px 5px 5px 5px;
	width: 180px;
	margin-bottom: .5em;
}

.eventpanel
{
	margin-bottom: .5em;
}

#slideshow_photo 
{
}

#slideshow_desc
{
	margin-top: 3px;
	padding-top: 2px;
	border-top: 1px solid #d0e0a0;
	min-height: 6em;
}

.thumb 
{
	padding-bottom: 5px;
}

.name
{
	white-space:nowrap;
	color: #800000;
}

.facebook
{
	padding-top: 5px;
	border:none;
	width:450px;
	height:30px;
}

/* Server-Generated */
.aspNetDisabled
{
	color: #909090;
	cursor: default;
}

.aspNetDisabled:hover
{
	color: #909090;
	text-decoration: none;
}

.errormsg
{
color: #ff0000;
}