/*-------------------------------------------------- 
    Grey: #486C6C
    Orange: #FF9C00
    Green: #817E5A
----------------------------------------------------*/
html {
    background: #937664 url(../Graphics/bg-wood.jpg) no-repeat center center fixed; 
    -webkit-background-size: 100%;
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    -webkit-font-smoothing: antialiased;
    min-width: 1000px;
}

@font-face { 
    font-family: 'Outage';
    src:  url('../Fonts/Outage.ttf');  /*Outage-Regular*/
}

body {
    font: 1.0em "Outage";
/*    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
    color: rgb(255, 255, 255);     
  }

a:link {
    color: #034af3;
    text-decoration: none;
    border: none;
}

a:visited {
    color: #034af3;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #034af3;
    text-decoration: none;
    border: none;
}

a:active {
    color: #034af3;
    text-decoration: none;
    border: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {    
    font-family:"Arial";
    font-size: 1.5em;
    color: #486C6C;
}

h1 {
    font-size: 2em;
    /*padding-bottom: 10px;*/
    margin-bottom: 0;
    color: #486C6C;
    
    display: inline-block;
    font-family: "Archivo Black", sans-serif;
    text-align: center;
    text-transform: uppercase;
    transform:skew(-14deg) rotate(-6deg) translateZ(0);
    -ms-transform:skew(-14deg) rotate(-6deg) translateZ(0); /* IE 9 */
    -moz-transform:skew(-14deg) rotate(-6deg) translateZ(0); /* Firefox */
    -webkit-transform:skew(-14deg) rotate(-6deg) translateZ(0); /* Safari and Chrome */
    -o-transform:skew(-14deg) rotate(-6deg) translateZ(0); /* Opera */
    position: relative;
    z-index: 5;
    white-space: nowrap;
    border-top: solid 6px #ff9C00;
    border-bottom: solid 6px #ff9C00;
    line-height: 10px;
    padding:  10px 0 10px 0px;
    margin: 20px 0 20px 0;
}
/*
h1:after {
    content:  attr(data-text);
    display: inline-block;
    position: absolute;
    color:  white;
    top: 5px;
    left:  5px;
    z-index:  -1;
    text-align: center;
    white-space: nowrap;
}
*/
h2 {
    padding-bottom: 0;
    margin-bottom: 1px;
    text-shadow: 2px 2px 5px #999;
}

h3 {
    font-size: 1.2em;
    color: #A3003F;
}

h4 {
    font-size: 1.1em;
    border-bottom: 2px solid #A3003F;
}

h5 {
    font-size: 1.2em;
    color: #005DAA;
    padding: 0 0 0 0;
}

h6 {
    font-size: .85em;
    color: #696969;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #A3003F;
}

/* PRIMARY LAYOUT ELEMENTS   -
----------------------------------------------------------*/
#page {
    z-index: 2;
    width: 70%;
    min-width:  900px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    
    padding: 10px 20px 10px 20px;
    
    background-size: 100%;
}

.header { 
    width: 968px; 
     height: 145px; 
     margin: 0 auto 0; 
     background: url(../Graphics/header.png) 0 21px no-repeat; 
     padding-top: 37px; 
     position: relative;
}

.logo{
        margin: 0px auto;
        padding-left: 0px; /* the space between the start of your logo and your text */
        padding-top: 25px; /* the vertical space between the top and your text, to center the logo*/
        display: block; /* very important since normally anchors are inline */
        background: url(../Graphics/Logo.png) top center no-repeat;
        height: 125px;
        border-bottom: 1px #FFFFFF solid; 
    }

#header .site-title {
    font-family: 'Comic Sans MS';
    padding: 5px 0;
    margin: 0;
    color: #cdcdc3;
    border: none;
    line-height: 2em;
    font-size: 32px;
    width: 40%;
    background-position: center;
    
    /*CSS3 properties*/
    text-shadow: 1px 1px 2px #111;
    
}

#main {
    padding: 0px 20% 0px 20%;
    margin-bottom: 30px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background:   url("../Graphics/blackboard.jpg") center center no-repeat;
    /*CSS3 properties*/
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

#footer {
    padding: 10px 0;
    text-align: left;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    width: 100%;
    margin-top: 50px;
    color: rgb(195, 0, 47);
}
/*.bg{ background: url(example.png);
     background-color: #A3003F;
      width:  400px;
     height:  260px;
     transition:  background-size .5s ease-out;
     background-size: 100%;
     overflow:  hidden;
     cursor: pointer;
}

.bg:hover {
    background-size:  110%;
    background-origin: border-box;
}
    */
p {
    width: 500px;
}

p:first-child:first-letter {
    float: left;
    font-size:2.5em;
    line-height: 1.0em;
    margin-top: 0;
    margin-right: 5px;
    color: #FF9C00;
    text-shadow: 3px 3px 4px #111;  
}

/* Tab Menu   
----------------------------------------------------------*/
ul#menu {
    clear: both;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: center;
    width:  100%;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li a {
    padding: 5px 30px;  /* Top/Bottom and Left/Right padding inside the button*/
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: rgba(255, 255, 255, 0.60);
    color: #486C6C;
    margin-right: 10px; /* This is the space between the menu buttons */
    margin-left: 10px; /* This is the space between the menu buttons */
    
    /*CSS3 properties*/
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;

    box-shadow: 0 0 0 0  00100#ffff99;
    transition:  box-shadow .3s ease-in;
}

ul#menu li a:hover{
       box-shadow: 0 0 60px 10px #ffff99;
}
      
/* forms   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset legend {
        font-size: 1.1em;
        font-weight: bold;
        padding: 2px 4px 8px 4px;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
    
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
    }
    
    fieldset label.checkbox {
        display: inline;
    }
    
    fieldset input[type="text"], input[type="password"] {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
        width: 300px;
    }

    fieldset input[type="submit"] {
        font-size: 1.2em;
        padding: 5px;
    }
    
 /* Information and errors  
----------------------------------------------------------*/  
.message {
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px;
    
    /*CSS3 properties*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
}

.info {
    background: #bde5f8;
    color: #00529b;
}

.error {
    background: #ffe4e4;
    color: #be3e16;
}

.success {
    background: #dff2bf;
    color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field { 
    border: solid 1px #be3e16; 
    background-color: #ffe4e4;
}

.validation-error {
    display:list-item;
    color: #be3e16;
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-error:before {
        content: "»";
    }
    
/* Tables */
table, td, th { 
    border: solid 1px #000000; 
    border-collapse: collapse; 
    padding: 3px; 
    font-family: "Arial", Verdana, Helvetica, Sans-Serif;
    font-size: 0.9em;
}
th 
{
    background-color: #E0E0E0;
    font-size:1.2em;
}
tr.MHeader
{
    background-color:#4F81BD;
    color:#FFFFFF;
    font-size:1.5em;
}
tr.Header
{
    background-color:#4F81BD;
    color:#FFFFFF;
    font-size:1.2em;
}
tr.NotStarted
{
    background-color:#FFFFFF;
    color:#000000;
    font-size:1.2em;
}
tr.NotApplicable
{
    background-color:#9F9F9F;
    color:#000000;
    font-size:1.2em;
}
tr.InProgress
{
    background-color:#FFFF00;
    color:#000000;
    font-size:1.2em;
}
tr.Completed
{
    background-color:#00B050;
    color:#FFFFFF;
    font-size:1.2em;
}

.Edit
{
    background-color:#FFFFFF;
    color:#2222FF;
    border-top:none;
    border-bottom:none;
    border-right: none;
}

textarea
{
    background-color:#FFFFFF;
}

div#menu2 {
    position: relative;
    text-align: left;
    border-right:2px solid #A3003F;
    width:220px;
    margin:0;
    padding:0;
    margin-left:1px;
    margin-top:5px;
    margin-right:20px;
    float:left;
}

div#menu2 a {
    padding: 5px 0px 0px 10px; 
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6em;
    color: #A3003F;
    
    /*CSS3 properties*/
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

div#menu2 a:active {
    text-decoration: none;
    color: #A3003F;
}

div#menu2 a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #005DAA;
}

div#menu2 a:selected {
    background-color: #fff;
    color: #A3003F;
}

/* Lists of Activities for Progex and DC */
ul#linklist
{
    text-indent:20px; 
    cursor:default;
}
ul#linklist a
{
    padding-left:5px; 
    visibility:hidden;
}

/* Section Style */
.section {
    background-color: #FFFFEE;
    width: 100%; 
    height: auto;
    padding: 5px 10px 5px 10px;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}

/* App Styles */
.app {
    background-color: #FFFFEE;
    width: 100%; 
    height: auto;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}

.app div#leftbox{
    width:116px; 
    display: table-cell; 
    padding:10px 10px 10px 10px; 
    vertical-align: top;
}

.app div#leftbox img {
    width: 96px;
    height: auto;
    vertical-align: top;
}

.app div#middlebox {
    width:700px; 
    display: table-cell; 
    padding:20px 10px 20px 10px; 
    vertical-align: top;
}

.app div#middlebox img {
    height:96px; 
    width:auto; 
    padding:10px 10px 10px 10px; 
    vertical-align: top;
    display: inline;
}

.app div#rightbox {
    width:25%; 
    display: table-cell; 
    padding:20px 10px 20px 10px; 
    vertical-align: top;
}

.app div#rightbox img {
    height:40px; 
    width: 135px; 
    vertical-align: top; 
    float: right;
}

/*
.tucked-corners {
    background-color: inherit;
    position: absolute;
    display: inline-block;
    box-shadow: 0 1px 25px hsla(0, 0%, 0%, .2);
    padding-left:20%;
    width: 80%;
    height: 150px;
    transform-origin: 0% 0%;
}

.tucked-corners:before,
.tucked-corners:after {
    background-color:  inherit;
    content: '';
    width: 100px;
    height: 50px;
    position: absolute;
    top: -25px;
    box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, 0.5);
}
    
.tucked-corners:before{
    background-color:  inherit;
    content: "samer";
    width: 100px;
    height: 50px;
    position: absolute;
    top: -25px;
    box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, 0.5);
    
    left:  -50px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}

.tucked-corners:after{
    background-color:  inherit;
    content: '';
    width: 100px;
    height: 15px;
    position: absolute;
    top: 120px;
    box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, 0.5);
    
    right: -15px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}
    */
/* Hexagonal Menu*/
/*
 .hex:before {
     content: " ";
     width: 0; 
     height: 0;
      border-bottom: 30px solid #A3003F;
      border-left: 52px solid transparent;
      border-right: 52px solid transparent;
      position: absolute;
      top: -30px;
  }
 
.hex {
    margin-top: 30px;
     width: 104px;
     height: 60px;
     background-color: #eee4e4;
     position: relative;
 }
 
.hex:after {
     content: "";
     width: 0;
     position: absolute;
     bottom: -30px;
     border-top: 30px solid #6C6;
     border-left: 52px solid transparent;
     border-right: 52px solid transparent;
 }

ul.hex {padding:0; margin:300px auto; list-style:none; width:104px; height:60px; position:relative;} 
ul.hex li a {display:block; width:104px; height:60px; position:absolute; left:0; top:0; z-index:100; text-align:center; 
             text-decoration:none; font:normal 18px/60px "Arial"; color:#ddd;
}

ul.hex li a:before {display:block; content:""; width:104px; height:60px; position:absolute; left:0; top:0; z-index:-1;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}

ul.hex li a:after {display:block; content:""; width:104px; height:60px; position:absolute; left:0; top:0; z-index:-1;
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}

ul.hex li:nth-child(1) a,
ul.hex li:nth-child(1) a:before,
ul.hex li:nth-child(1) a:after {background:#ee6557;
}

ul.hex li:nth-child(1) a:hover,
ul.hex li:nth-child(1) a:hover:before,
ul.hex li:nth-child(1) a:hover:after {background-color:#edaba5; color:#000;
}

ul.hex li:not(:first-child) a,
ul.hex li:not(:first-child) a:before,
ul.hex li:not(:first-child) a:after {background-color:#16a6b6;
}

ul.hex li:not(:first-child) a:hover,
ul.hex li:not(:first-child) a:hover:before,
ul.hex li:not(:first-child) a:hover:after {background-color:#86b2b7; color:#000;
}


ul.hex li {width:104px; height:60px; position:absolute; left:106px; top:0;
-webkit-transform-origin: -54px 30px;
-moz-transform-origin: -54px 30px;
-ms-transform-origin: -54px 30px;
-o-transform-origin: -54px 30px;
transform-origin: -54px 30px;
}

ul.hex li:nth-child(1) {left:0;}


ul.hex li:nth-child(3) {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}

ul.hex li:nth-child(3) a {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}

ul.hex li:nth-child(4) {
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
-ms-transform: rotate(120deg);
-o-transform: rotate(120deg);
transform: rotate(120deg);
}

ul.hex li:nth-child(4) a {
-webkit-transform: rotate(-120deg);
-moz-transform: rotate(-120deg);
-ms-transform: rotate(-120deg);
-o-transform: rotate(-120deg);
transform: rotate(-120deg);
}

ul.hex li:nth-child(5) {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

ul.hex li:nth-child(5) a {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}

ul.hex li:nth-child(6) {
-webkit-transform: rotate(240deg);
-moz-transform: rotate(240deg);
-ms-transform: rotate(240deg);
-o-transform: rotate(240deg);
transform: rotate(240deg);
}

ul.hex li:nth-child(6) a {
-webkit-transform: rotate(-240deg);
-moz-transform: rotate(-240deg);
-ms-transform: rotate(-240deg);
-o-transform: rotate(-240deg);
transform: rotate(-240deg);
}

ul.hex li:nth-child(7) {
-webkit-transform: rotate(300deg);
-moz-transform: rotate(300deg);
-ms-transform: rotate(300deg);
-o-transform: rotate(300deg);
transform: rotate(300deg);
}

ul.hex li:nth-child(7) a {
-webkit-transform: rotate(-300deg);
-moz-transform: rotate(-300deg);
-ms-transform: rotate(-300deg);
-o-transform: rotate(-300deg);
transform: rotate(-300deg);
}
*/
