body {
    color: #05436c;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-left: 0;
}
    #layout.active {
        position: relative;
        left: 150px;
    }
        #layout.active #menu {
            left: 150px;
            width: 150px;
        }

        #layout.active .menu-link {
            left: 150px;
        }
/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0 2em;
    margin: 20px 20px 0 120px;
    margin-bottom: 50px;
    line-height: 1.6em;
	max-width:1000px;
}

.header {
     margin: 80px 20px 0 120px;
     color: #04314e;
     text-align: left;
     padding: 2.5em 2em 0 0;
 }
    .header h1 {
        margin: 0;
        font-size: 1.5em;
        font-weight: 300;
		 background-color:#9fbfd4;
    }
	 div.header h1 span{
		  background-color:#fff;
		  padding:10px 20px 10px 0;
	  }
     .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}



/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -150px; /* "#menu" width */
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom:45px;
	margin-top:86px;
	text-align:center;
	border-right: 1px solid #EEEEEE;
	border-top:1px solid #C4E1EC;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #000;
        border: none;
        padding: 0.6em;
    }
	div#menu div.pure-menu ul li a span{
		color:#9d9d9d;
	}
	div#menu div.pure-menu ul li.marked{
		background: url(../../images/tack.png) 160px 10px no-repeat;
	}
	div#menu div.pure-menu ul li.submitted, div#menu div.pure-menu ul li.active-blue{
		background: url(../../images/arrow.png) 160px 15px no-repeat;
	}

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
    }

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu .menu-item-divided {
        border-top: 1px solid #C4E1EC;
    }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus, #menu .pure-menu ul li.active{
            background: #d3f0fe;
        }
		
		div#menu div.pure-menu ul li.marked a:hover, #menu .pure-menu ul li.active.marked {
		background: #d3f0fe url(../../images/tack.png) 160px 10px no-repeat;
		}
		div#menu div.pure-menu ul li.submitted a:hover, div#menu div.pure-menu ul li.active-blue a:hover{
		background: #d3f0fe url(../../images/arrow.png) 160px 15px no-repeat;
	}

    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected,
    #menu .pure-menu-heading {
        background: #1f8dd6;
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }



/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {

    .header,
    .content {
        padding-left: 1em;
        padding-right: 1em;
    }

    #layout {
        padding-left: 150px; /* left col width "#menu" */
        left: 0;
    }
    #menu {
        left: 150px;
    }

    .menu-link {
        position: fixed;
        left: 150px;
        display: none;
    }

    #layout.active .menu-link {
        left: 150px;
    }
}

.answers{
	margin:25px 0 50px;
	color:#000;
}
#inputArea {
    border-right: 2px solid #FFFFFF;
    float: left;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    padding: 10px;
	text-align:left;
}
#inputArea input, #inputArea textarea {
    display: block;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    width: 220px;
}
.idle {
    border: 1px solid #9FBFD4;
}
h2.nav {
    background-color: #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
	text-align:left;
}
.practice{
	font-size:12px; 
	text-align:left;
	padding:10px;
}
a.prac-login{
	font-size:14px;
	padding:5px 0;
	border-top:1px dashed #ccc!important;
	border-bottom:1px dashed #ccc!important;
}
