@charset "UTF-8";
/* useful: http://www.pearsonified.com/typography/ */

body 
{
    min-width: 960px;
    margin: 12px 0px 12px;
    background: #ccc;
    font: normal 16px/24px Arial, Helvetica, sans-serif;
}

h1, h2, h3
{
    font-weight: bold;
}

strong, em
{
    font-style:italic
	font-weight: bold;
	font-weight: 900;
}

h1
{
    font-size: 1.25em;
    padding-bottom: 0.3em;
}

h2
{
    font-size: 1.15em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

h3
{
    padding-bottom: .2em;
    padding-top: .3em;
    color: #444;
}

h1.head
{
    color: white;
    margin: 10px 0px;
    font-size: 1.6em;
    font-weight:bolder;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
h2.subhead
{
    font-size: .95em;
    font-weight: normal;
    padding: 6px;
    background: url('/media/site/images/back-sidebar-head.png');
    text-align: center;
}

.logo
{
    text-align: center;
}

.logo img
{
    border: 0px;
    margin: 0 0 1em 0;
}

a, a:hover
{
    text-decoration: underline;
}

#wrap 
{
    border: 1px solid #777;
    background: white;
    margin: 0px auto 0px auto; 
    padding: 8px 15px;
    width: 960px;
    -moz-box-shadow: 4px 4px 5px #999;
    -webkit-box-shadow:  4px 4px 5px -2px #999;
    box-shadow:  4px 4px 5px -2px #999;
}

/* Lists
-------------------------------------------------------------- */
li ul,
li ol
{
    margin: 0;
}

ul, ol
{
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em;
}

ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}

dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}

/* navigation aside 
-------------------------------------------------------------- */
ul.navigation
{ 
    margin: 1em 0; 
    padding: 0;
}

ul.navigation li 
{ 
    font: normal 13px/17px Arial, sans-serif; 
    margin: 0px; 
    padding: 0px; 
    list-style: none; 
}

ul.navigation li a, 
ul.navigation li a:visited 
{ 
    color: black; 
    background-color: inherit; 
    display: block; 
    padding: .4em;
    margin: 0px; 
    text-decoration: none; 
    border-top:   1px solid #ccc;
    border-left:  8px solid transparent;

}
ul.navigation li 
{ 
    padding: 0px; 
    margin: 0px; 
}

/* social images 
-------------------------------------------------------------- */
ul.social-bookmarks li
{
    list-style: none;
    text-align: left;
    float: left;
}

.social-bookmarks, .activities
{
    padding: 0;
    margin: 0;
    border-top:none;
}

.social-bookmarks a img 
{
    border: none;
    margin: 0;
    padding: .2em;
}

/*
-------------------------------------------------------------- */
p.footer, p.footer a {
    text-align: center;
    color: gray;
    text-decoration: none;
    margin: 1em 0 1em 0;
}

p.footer
{
    font-size: .8em;
}
/*
-------------------------------------------------------------- */
div.readon
{
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    color: white;
    font-weight: bolder;
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
}
div.readon a
{
    color: white;
    text-decoration: none;
    display:block;
}

div.readon:hover
{
    text-decoration: underline;
}

/* Intro page
-------------------------------------------------------------- */
.slideshow { 
    height: 250px;
    width: 620px;
    margin: 0 0 1em 0;
    padding:0;
    border: 0;
}

.event
{
    color: #222;
    background: #ddd;
    font-style: italic;
    margin-bottom: .8em;
    padding: 0.5em;
}

.event h2, .event p
{
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    padding: .5em 2em .5em 1em;
}

.event h2
{
    font-weight: bold;
    padding-bottom: 0em;
    
}

/* Pages
-------------------------------------------------------------- */
p
{
    padding: 0 0 1em 0;
}

p.photo {
    padding: 2px;
    text-align: center;
    font-size: .8em;
    color: gray;
}

p.photo img {
    border: 1px solid #555;
    padding: 0px;
}

p.photo object {
    border: 0px;
    padding: 0px;
}

/* forms 
--------------------------------------------------------------*/

label
{
    padding: 0.1em 1em 0.1em;
}

fieldset
{
    padding: 0.3em 1em 1em 1em;
    margin: 0 1em 1em 0;
    border: 1px solid #ccc;
}
legend {
    font : normal 1em Arial, Helvetica, sans-serif;
    color: #000;
}
.formlabel
{
    float: left;
    width: 10em;
    text-align: right;
}
.formwidget
{
    margin: 3px;
}

.small
{
    font: normal 13px/17px Arial, sans-serif;
}
.breadcrumbs
{
    color: #888;
}
.important
{
    font-weight: bold;
}

.left
{
    float: left;
    padding: 0;
}
.right
{
    float: right;
    padding: 0;
}
/* honeypot */
.noshow
{
    display: none;
}

a.next:after {content:" \25B8 ";}
a.prev:before {content:" \25C2\0000a0";}

ul.navigation li a:hover,
ul.navigation li a.active
{
    border-left: 8px solid darkblue;
}

a
{
    color: darkblue;
}


/* == text elements */
ul, ol {
	margin: 0 0 1.625em -1.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: -1.5em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	background-color: #ADD8E6;
	padding: 1em;
	margin: 0 2em 1em 1em;
}
blockquote p
{
    margin: 0;
    padding: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

p img
{
    border: 0;
    margin: 0 auto;
}

/* == */

.description
{
    display: none;
}

/* always display scroll bar, even if no need to scroll */
html {
        overflow-y: scroll;
}

.dd_button_v {
    float:left;
    padding:1px;
    width: 70px;
}

div.attract
{ 
    color: white; 
    font: bold 14px/24px "Helvetica Neue", Arial, sans-serif; 
    letter-spacing: -1px;  
    width: 100%;
    margin: 0;
    padding: 0.5em;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#47000000", endColorstr="#47000000", GradientType=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr="#47000000", endColorstr="#47000000", GradientType=0)';
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0.3)));
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.3) 100%);
    background-image:-moz-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.3) 100%);
    background-image:-o-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.3) 100%);
    background-image:linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.3) 100%);
    zoom: 1;
}

#wrap section p img
{
padding: 0;
margin-bottom: 0.5em;
}
/*
p img
{
padding: 0;
background-color: white;
border: 1px solid #999;
margin-bottom: 0.5em;
-moz-box-shadow: 6px 6px 5px #aaa;
-webkit-box-shadow:  6px 6px 5px -2px #aaa;
box-shadow:  6px 6px 5px -2px #aaa;
*/
/* For IE 8 
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#eee')";
*/
/* For IE 5.5 - 7
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#eee');
*/
/*}*/


span[class="success"] {
	color: green;
	text-decoration: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/icon-ok.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 18px;
}

span[class="failure"] {
	color: red;
	text-decoration: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/icon-wrong.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 18px;
}

.alert {
	background: #fff6bf url("../images/icon-attention.png") 5px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 58px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.hidden
{
    display: none;
}

input[type="radio"] {
    padding: 0.5em;
    margin-top: 1em;
}
