*:link, *:visited, *:hover, *:active, *:focus {
    -webkit-transition:visibility .5s linear, color .25s linear, background-color .25s linear, border-color .25s linear;

    -moz-transition:visibility .5s linear, color .25s linear, background-color .25s linear, border-color .25s linear;

    transition:visibility .5s linear, color .25s linear, background-color .25s linear, border-color .25s linear;

}



@font-face {
    font-family: 'TendernessRegular';
    src: url('/fonts/Tenderness-webfont.eot');
    src: url('/fonts/Tenderness-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Tenderness-webfont.woff') format('woff'),
	url('/fonts/Tenderness-webfont.ttf') format('truetype'),
	url('/fonts/Tenderness-webfont.svg#TendernessRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Puritan 2.0 Regular';
    src: url('/fonts/Puritan_Regular.eot');
    src: url('/fonts/Puritan_Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Puritan_Regular.woff') format('woff'),
	url('/fonts/Puritan_Regular.ttf') format('truetype'),
	url('/fonts/Puritan_Regular.svg#Puritan2') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    margin: 5px;
    padding: 0;
    text-shadow: 0.1em 0.1em 0.1em rgba(150, 150, 150, 0.6);
    font-size:100%;
}
:focus {
    outline: 0 none;
}
.title {
    background-color: #D7DBEC;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    font: bold 24px Verdana,sans-serif;
    text-align: center;
}
#bannertop, #bannertopOL{
    display: block;
    width: 25em;
    font: 900 1.8em Verdana,sans-serif;
    position: absolute;
    white-space: nowrap;
    letter-spacing: .1em;
    text-align: center;
}

#bannertop {
    top: .3em;
    height: 1.4em;
    left: 0.65em;
    margin: 0;
    padding: 0.2em 0 0 0em;
    z-index: 12;

    color: #336699;
    background: transparent;
}
#bannertopOL {
    top: .27em;
    height: 1.4em;
    left: 0.5em;
    margin: 0;
    padding: .05em 0 0 0;
    z-index: 10;

    color: #DDEEFF;
    background:  #BCC2D3;
    border-right: 3px solid #336699;
    border-style: solid;
    border-width: 3px;
    border-color: #DDEEFF #336699 #336699 #DDEEFF;
    -moz-box-shadow:  0.2em 0.2em 0.2em rgba(150, 150, 150, 0.6), 0 0 0.5em #5555CC inset;
    -webkit-box-shadow:  0.2em 0.2em 0.2em rgba(150, 150, 150, 0.6), 0 0 0.5em #5555CC inset;
    box-shadow: 0.2em 0.2em 0.2em rgba(150, 150, 150, 0.6), 0 0 0.5em #5555CC inset;
    border-radius: 5px 5px 5px 5px;
}
#headerContainer {
    border: 1px solid white;
    height: 4em;
    left: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 20px;
    width: 46em;
}
#bannermid {
    background: none repeat scroll 0 0 transparent;
    color: #777777;
    display: block;
    font: 1.4em Verdana,sans-serif;
    height: 1em;
    left: 0;
    margin: 1.2em 0 0.6em;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 1.5em;
    width: 33em;
    z-index: 20;
}
#topContainer {
    height: 1em;
    left: 5px;
    top: 5px;
}
div#link a {
    background: none repeat scroll 0 0 #CCDDEE;
    border-right: 2px solid #8F8BC7;
    border-width: 0 2px 0 0;
    color: #446688;
    display: block;
    font: bold 1em sans-serif;
    margin: 0 0 1px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
div#link a:hover {
    background: none repeat scroll 0 0 #446688;
    border-right: 2px solid white;
    color: #CCDDEE;
}
div#link a span {
    display: none;
}
div#link a:hover span {
    display: block;
    background: #eee;
    border: 1px solid #8F8BC7;
    border-radius:3px;
    -webkit-box-shadow:.1em .1em .1em rgba(50, 50, 50, 0.5);
    -moz-box-shadow:.1em .1em .1em rgba(50, 50, 50, 0.5);
    box-shadow:.1em .1em .1em rgba(50, 50, 50, 0.5);
    color: #555;
    font: 10px Verdana,sans-serif;
    height: 60px;
    left: 0;
    margin: 5px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 270px;
    width: 120px;
    z-index: 100;
}
div#subnav div#link a:hover span {
    top:50px;
}

div#linki a {
    background: none repeat scroll 0 0 #EEEEEE;
    border-right: 2px solid #EEEEEE;
    border-width: 0 2px 0 0;
    color: black;
    display: block;
    font: bold 1em sans-serif;
    margin: 0 0 1px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
div#linki a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    color: red;
}
div#linki a span {
    display: none;
}
div#linki a:hover span {
    position: absolute;
    top: 270px;
    width: 120px;
    z-index: 90;
    background: #eee;
    border: 1px solid #555555;
    border-radius:3px;
    -webkit-box-shadow:.1em .1em .1em rgba(50, 50, 50, 0.5);
    -moz-box-shadow:.1em .1em .1em rgba(50, 50, 50, 0.5);
    box-shadow:.1em .1em .1em rgba(50, 50, 50, 0.5);
    color: #555;
    display: block;
    font: 10px Verdana,sans-serif;
    height: 60px;
    left: 0;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
div#subnav div#linki a:hover span {
    top:50px;
}
div#linki {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #8F8BC7 #EEEEEE #8F8BC7 #8F8BC7;
    border-style: solid;
    border-width: 2px;
    color: black;
}
div#subhead {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid black;
    color: black;
    display: block;
    font: bold 14px sans-serif;
    position: absolute;
    text-align: center;
    top: 120px;
}
div#subhead {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid black;
    color: black;
    display: block;
    font: bold 14px sans-serif;
    position: absolute;
    text-align: center;
    top: 120px;
}
h1 {
    background: none repeat scroll 0 0 #8F8BC7;
    -moz-box-shadow:0 0 1em #555555 inset;
    -webkit-box-shadow: 0 0 1em #555555 inset;
    box-shadow: 0 0 1em #555555 inset;
    border-radius: 12px 12px 0 0;
    color: white;
    display: block;
    font: bold 2em sans-serif;
    letter-spacing: 0.5em;
    margin: 0 0 5px;
    padding: 0.3em 0.2em 0.3em 0;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
div#divh1 {
    background: none repeat scroll 0 0 #8F8BC7;
    color: white;
    display: block;
    font: bold 2em sans-serif;
    letter-spacing: 0.5em;
    margin: 0 -10px 5px;
    padding: 0.2em 0;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
h2 {
    font: 40px/48px TendernessRegular,Arial,helvetica,sans-serif;
    letter-spacing: 0.2em;
    margin: .1em 0.7em;
    text-align: center;
}

#contentInner h2 + p{
    margin-top:60px;
}
a {
    color: #447700;
    font-weight: 700;
    text-decoration: none;
}
body {
    color: #333333;
    margin: 0;
}
p {
    padding: 0 15px;
}
h3 {
    margin: 0;
    padding: 5px 0;
}
h4 {
    margin: 0;
    padding: 5px 0;
}
#RightColumn {
    border: 2px solid #CCCCCC;
    color: #333333;
    position: absolute;
    right: 0;
    top: 110px;
    width: 50px;
    z-index: 2;
}
#headertop {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    height: 1.5em;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 20;
}
#headermid {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    height: 1.5em;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 20;
}
#ContentContainer {
    min-width: 795px;
    width: 100%;
    z-index: 20;
    margin-top:90px;
}
#content {
    background-color: #EEEEEE;
    border: 2px solid #8F8BC7;
    -moz-box-shadow: 1em 1em 0.5em rgba(150, 150, 150, 0.4), 0 0 1em #555555 inset;
    -webkit-box-shadow:  1em 1em 0.5em rgba(150, 150, 150, 0.4), 0 0 1em #555555 inset;
    box-shadow: 1em 1em 0.5em rgba(150, 150, 150, 0.4), 0 0 1em #555555 inset;
    color: #444444;
    font: 16px/1.4 'Puritan 2.0 Regular',Verdana,sans-serif;
    border-radius: 14px 14px 14px 14px;
    margin: 0 50px 0 133px;
    padding: 0;
    position: relative;
    z-index: 2;
}
#contentInner{
    margin:20px;
}

#contentInner p:first-child{
    margin-top:30px; 
}
#footer {
    background: none repeat scroll 0 0 #D8E7D9;
    border: 1px solid #598053;
    -moz-box-shadow:  1em 1em 0.5em rgba(150, 150, 150, 0.6), 0 0 1em #555555 inset;
    -webkit-box-shadow:   1em 1em 0.5em rgba(150, 150, 150, 0.6), 0 0 1em #555555 inset;
    box-shadow: 1em 1em 0.5em rgba(150, 150, 150, 0.6), 0 0 1em #555555 inset;
    border-radius:5px;
    color: #598053;
    font: 14px Verdana,sans-serif;
    margin: 5px 50px 10px 10px;
    text-align: center;
}
.va {
}
#vertnav {
    font: 14px Verdana,sans-serif;
    height: 200px;
    left: 0;
    margin-left: 10px;
    margin-top: 7em;
    position: absolute;
    top: 12em;
    width: 125px;
    z-index: 30;
}
#subnav {
    font: 14px Verdana,sans-serif;
    left: 0;
    margin-left: 10px;
    margin-top: 7em;
    position: absolute;
    top: 22em;
    width: 125px;
    height:200px;
    z-index: 30;
}
#pic {
    display: block;
    float: right;
}
p.pic {
    background: none repeat scroll 0 0 red;
    border: 1px solid black;
    float: left;
    z-index: 90;
}
div.floatleft {
    float: left;
    z-index: 102;
}
div.spacer {
    clear: both;
}


input[type=button],
input[type=submit]
{
    display: inline-block;
    margin: 5px;
    padding: 4px 15px;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    background: rgb(35,127,215);
    background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(.2, rgb(82,168,232)),
	color-stop(1, rgb(46,118,207))
	);
    background: -moz-linear-gradient(
	center top,
	rgb(82,168,232) 20%,
	rgb(46,118,207) 100%
	);

    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),
	inset 0 0 2px hsla(0,100%,100%,.3),
	0 1px 2px hsla(0, 0%, 0%, .29);
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),
	inset 0 0 2px hsla(0,100%,100%,.3),
	0 1px 2px hsla(0, 0%, 0%, .29);
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),
	inset 0 0 2px hsla(0,100%,100%,.3),
	0 1px 2px hsla(0, 0%, 0%, .29);

    -webkit-background-clip: padding-box; /* Doesn't work :( */
}


input[type=button]:hover,
input[type=submit]:hover
{
    background: rgb(0,115,210);
    background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(.2, rgb(62,158,229)),
	color-stop(1, rgb(22,102,202))
	);
    background: -moz-linear-gradient(
	center top,
	rgb(62,158,229) 20%,
	rgb(22,102,202) 100%
	);

    -webkit-background-clip: padding-box;
}


input[type=button]:active,
input[type=submit]:active
{
    border-color: #20559a;

    -webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3),
	0 1px 0 hsla(0, 100%, 100%, 1);
    -moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3),
	0 1px 0 hsla(0, 100%, 100%, 1);
    box-shadow: inset 0 0 7px hsla(0,0%,0%,.3),
	0 1px 0 hsla(0, 100%, 100%, 1);

    -webkit-background-clip: padding-box;
}


input[type=button]:disabled,
input[type=submit]:disabled
{
    border: 1px solid rgb(213,213,213);
    border-bottom-color: rgb(230,226,226);
    color: #aeaeae;
    text-shadow: 0 1px 0 white;

    background: rgb(232,232,232);
    background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(.2, rgb(243,243,243)),
	color-stop(1, rgb(230,230,230))
	);
    background: -moz-linear-gradient(
	center top,
	rgb(243,243,243) 20%,
	rgb(230,230,230) 100%
	);

    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5),
	inset 0 0 2px hsla(0,100%,100%,.1),
	0 1px 0 hsla(0, 100%, 100%, .7);
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5),
	inset 0 0 2px hsla(0,100%,100%,.1),
	0 1px 0 hsla(0, 100%, 100%, .7);
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5),
	inset 0 0 2px hsla(0,100%,100%,.1),
	0 1px 0 hsla(0, 100%, 100%, .7);

    -webkit-background-clip: padding-box;
}




.vhlite {
    background-color: #EDCFF3;
    color: red;
}
.important {
    color: #CC0066;
}
.link a {
    background: none repeat scroll 0 0 #CCDDEE;
    border-right: 2px solid #8F8BC7;
    border-width: 0 2px 0 0;
    color: #446688;
    display: block;
    font: bold 1em sans-serif;
    margin: 0 0 1px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.link a:hover {
    background: none repeat scroll 0 0 #446688;
    border-right: 2px solid #888;
    color: #CCDDEE;
}
.link a span {
    -moz-transition:opacity .3s ease-out;
    -webkit-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
    display: block;
    visibility:hidden;
    opacity:0;
    height:0;
    width:0;
    overflow:hidden;
    padding:0;
    position: absolute;
    top: 260px;
}
.link a:hover span {
    opacity:1;
    visibility:visible;
    display:block;    
    width: 130px;
    z-index: 100;
    height: 60px;
    left: 0;
    font: 10px Verdana,sans-serif;

    margin: 5px;
    padding: 5px;

    text-align: center;
    -moz-transition:opacity .3s ease-out;
    -webkit-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
    background: none repeat scroll 0 0 white;
    border: 1px solid #8F8BC7;
    border-radius:3px 3px 3px 3px;
    box-shadow:3px 3px 3px rgba(50, 50 ,50, 0.6);
    color: #777777;

}
#subnav .link a:hover span {
    top:120px;
} 
.linki a {
    background: none repeat scroll 0 0 #EEEEEE;
    border-right: 28px solid #EEEEEE;
    border-width: 0 28px 0 0;
    color: black;
    display: block;
    font: bold 1em sans-serif;
    margin: 0 0 1px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 84px;
}
.linki a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    color: red;
}
.linki a span {
    display: block;
    visibility:hidden;
    opacity:0;
    -moz-transition:opacity .3s ease-out;
    -webkit-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
    padding:0;
    color: #777777;
    display: block;
    visibility:hidden;
    font: 10px Verdana,sans-serif;
    height:0;
    width:0;
    top: 260px;
}
.linki a:hover span {
    -moz-transition:opacity .3s ease-out;
    -webkit-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;

    display: block;
    opacity:1;
    visibility:visible;
    position: absolute;
    text-align: center;

    width: 130px;
    z-index: 90;
    height: 60px;
    left: 0;
    background: none repeat scroll 0 0 white;
    border: 1px solid #555555;
    border-radius:3px 3px 3px 3px;
    box-shadow:3px 3px 3px rgba(50, 50 ,50, 0.6);
    margin: 5px;
    padding: 5px;
}
#subnav .linki a:hover span {
    top:120px;
}

.linki {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #8F8BC7 #EEEEEE #8F8BC7 #8F8BC7;
    border-style: solid;
    border-width: 2px;
    color: #000;
}
#curl {
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    height: 40px;
    left: 0;
    position: fixed;
    top: 0;
    width: 40px;
    z-index: 10000;

}
#curl:hover {
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    height: 300px;
    width: 300px;
}
#code {
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    height: 34px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 35px;
    line-height:11px;
    text-shadow:none;
    background-color:#fff;
    z-index:999;


}
#code:hover {
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    height: 220px;
    width: 250px;
    background-color:#fff;
}
code {
    color: #FF6600;
    font-size: 16px;
    font-weight: 100;
    font-family:Arial, helvetica, sans;
    background-color:#fff;
    z-index:1000;

}
code tt {
    color: #003399;
    font-size: 16px;
    font-weight: 100;
    font-family:Arial, helvetica, sans;
    background-color:#fff;
}
code b {
    color: #009933;
    font-size: 16px;
    font-weight: 100;
    font-family:Arial, helvetica, sans;
    background-color:#fff;
}

