    /* FONT IMPORT */

    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800);

    
    /* BOOTSTRAP ADJUSTMENTS */

    .input-prepend .add-on {
        height: 30px;
        background: #f8f8f8;
    }

    .input-prepend .icon-envelope, .input-prepend .icon-lock, .input-prepend .icon-user, .input-prepend .icon-search {
        margin-top: 7px;
    }

    /* DOCUMENT STYLE */

    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    a {
        color: #4094b5;
    }

    /* MASTHEAD */
    #masthead {
        margin: 20px 0;
    }



    /* TOP NAVIGATION BAR */
	
	#top-navigation{
	float:right;
	margin-top:-55px;
	}

    #top-navigation ul {
        list-style: none;
        white-space:nowrap;
        margin: 0;
        width: 100%;
        height: 36px;
        position: relative;
    }

    #top-navigation li {
        float: left;
        height: 20px;
        width: 186px;
        padding: 8px 0px;
        color: white;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
    }

    #top-navigation li:last-child {
        border-right: none;
        padding-left:2px;
        padding-right:3px;
    }

    #top-navigation li:hover, .top-navigation .active {
        background: #fff;
    }

    #top-navigation li a {
        color: #000;
        text-decoration: none;
    }

    /* TOP NAVIGATION BAR */


        /* TOP NAVIGATION BAR - ABOUT */
  
    #top-banner-about {
        width: 100%;
        height: 80px;
        background-image: url("../img/bg/top-banner_g.jpg");
        border: 
    }

    #top-banner-about header {
        margin: 0 auto;
        padding-top: 14px;
    }

    #top-banner-about header .image-container {
        float: left;
        width: 90px;
        padding-top: 5px;
    }

    #top-banner-about header h2 {
        font-size: 27px;
        font-weight: 500;
        text-align: center;
        color: white;
        margin: 0;
        padding-top: 5px;

    }

    /* PAGE CONTENT */

    #page-content {
        background: #eee;
        padding: 20px 0;
    }

    .about-page #page-content {
        background: #eee;
        padding: 25px 0 30px 0;
    }

    #page-content-subpages {
        background: #f6f6f6;
        padding: 20px 0;
    }

    .page-content-login {
        height: 310px;
    }

    #page-content .left-container {
        height: 300px;
        padding-top: 10px;
    }

    #page-content .right-container {
        height: 300px;
        padding-top: 10px;
    }

    #page-content .inner {
        margin-left: 80px;
        width: 300px;
    }

    #page-content .inner .icon {
        float: left;
        margin: 6px 10px 0 0;
        opacity: 0.5;"
    }

    #page-content h3 {
        color: #4d4d4d;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    /* ABOUT PAGE */

    #page-content .inner-left .icon {
        float: left;
        margin: 6px 10px 0 0;
        opacity: 0.5;"
    }

    #page-content .inner-left {
        margin: 0 10px 0 80px;

    }

    #page-content .inner-right {
        margin: 0 80px 0 10px;

    }

    #page-content .left-container-about {
        padding-top: 10px;
    }

    #page-content .right-container-about {
        padding-top: 10px;
    }

    .about-2-row img {
        width: 45px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
    }

    .about-2-row h3 {
        float: left;
        width: 310px;
    }

    .about-2-row p {
        float: left;
    }

    .about-2-row a {
        font-weight: bold;
        cursor: pointer;
    }

    /* BOTTOM BANNER */

    #bottom-banner {
        width: 100%;
        height: 70px;
        background: #ddd;
        margin-bottom: 30px;
    }

    #bottom-banner  h2 {
        font-size: 23px;
        font-weight: 500;
        color: grey;
        padding-top: 15px;
        margin: 0;
        text-align: center;
    }

    /* BOTTOM BANNER */

    #about-banner {
        width: 100%;
        height: 70px;
        background: #ddd;
    }

    #about-banner  h2 {
        font-size: 23px;
        font-weight: 500;
        color: grey;
        padding-top: 15px;
        margin: 0;
        text-align: center;
    }

    /* STEP GUIDE */

    #step-guide {
        background: #f5f5f5;
    }

    #step-guide .span4 {
        padding: 30px 0;
    }

    #step-guide .span4 img {
        height: 50px;
        width: 50px;
        margin: 0 auto;
        display: block;
    }

    #step-guide .span4 h3 {
        color: #4d4d4d;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
    }

    #step-guide .span4 p {
        width: 200px;
        margin: 0 auto;
        text-align: center;
    }

    /* FOOTER */
    footer {
        font-family: Arial;
        font-size: 14px;
        padding: 50px 0 90px;
        color: #fff;
        position: relative;
        z-index: 4;
        background: #979797;
        background: -webkit-linear-gradient(#979797, #8b8b8b);
        background:    -moz-linear-gradient(#979797, #8b8b8b);
        background:     -ms-linear-gradient(#979797, #8b8b8b);
        background:      -o-linear-gradient(#979797, #8b8b8b);
        background:         linear-gradient(#979797, #8b8b8b);
        -pie-background:    linear-gradient(#979797, #8b8b8b);
    }

    footer ul,
    footer p{  
        line-height: 1.5em;
    }

    footer ul li {
        font-size: 0.923em;
        list-style: none;
    }

    footer ul li:before {
        content: "\00BB \0020";
    }

    footer .social li:before {
        content: "";
    }

    footer h2 {
        font-family: 'Open Sans', sans-serif;
        margin: 0.8em 0 0.3em;
        font-size: 1.8em;
    }

    footer h2:first-child {
        margin-top: 0;
    }

    footer h2,
    footer a,
    footer a:link,
    footer a:visited,
    footer a:hover {
        color: #fff !important;
    }

    footer [class*="span"] {
        border-left: 1px solid #a9a9a9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px;
        padding-left: 10px;
        height: 250px;
        width: 217px;
    }

    footer [class*="span"]:first-child {
        border-left: 0;
    }

    footer .message {
        font-style: italic;
        line-height: 1em;
        background: #a9a9a9;
        height: 44px;
        border-radius: 22px 22px 22px 0;
        display: inline-block;
        padding: 8px 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 20px;
        position: relative;
    }

    footer .message .leaf {
        position: absolute;
        width: 18px;
        height: 18px;
        background: #a9a9a9;
        border-radius: 9px 0 9px 9px;
        bottom: -21px;
        left: -22px;
        text-indent: -999em;
    }

    footer .social {
        margin-top: 26px;
    }

    footer .social li {
        margin-bottom: 7px;
        background: url("../img/sprite-social-bottom.png") no-repeat left top;
        padding-left: 24px;
    }

    footer .social .tw {
        background-position: left -28px;
    }

    footer .social .fb {
        background-position: left -53px;
    }

    footer .text {
        color: #fff;
    }

    /* LIST OF EPUB TITLES */

    #frm2 {
        width: 800px;
        margin: 15px auto 0 auto;
    }

    #frm2 tr {
        height: 30px;
    }

    #frm2 tr:hover {
        background: lightgrey;
    }

    #frm2 a {
        font-weight: bold;
    }

    #frm2 .userbooklist {
        width: 800px;
    }

    #frm2 .userbooklist tr:first-child {
        background: #ddd;
    }

    #searchword {
        height: 30px;
    }

    /* EDITOR-MAIN.PHP */

    #book-info {
        margin-top: 10px;
        padding: 10px 0;
        background: #f0f0f0;
    }

    #book-info .book-info-container {
        margin-left: 60px;
    }

    #book-info #book-info-left {

    }

    #book-info #book-info-right {

    }

    #book-info h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
    }

    #book-info h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
    }

    /* EDIT-PAGE.PHP */

    #edit-page {
    }

    #buttons-container {
        margin: 20px 10px;
    }

    /* Read-Span */

    #edit-page #read-span {
        height: 50px;
    }

    #edit-page #read-span #read-span-text {
        width: 446px;
        height: 600px;
        padding: 0 10px;
        overflow-y: scroll;
    }

    #edit-page #read-span #read-span-text img {
        max-width: 446px;
        max-height: 580px;
    }

    #edit-page #read-span #read-span-text h1 {
        font-size: 22px;
    }

    /* Write-span */

    #edit-page #write-span {
        height: 650px;
    }

    #edit-page #write-span textarea {
        width: 446px;
        height: 600px;
        font-family: monospace;
    }

    /* USERS */

    #user-container {
        margin:auto;
        width: 800px;
    }

    #user-container h3 {
        text-align: center;
    }

    #user-container .left-content {
        float: left;
        padding-right: 25px;
        border-right: 1px solid grey;
    }

    #user-container .right-content {
        float: left;
        padding-left: 25px;
    }

    #user-container button {
        height: 40px;
    }

    #user-container input[type=text] {
        height: 30px;
        margin-bottom: 0px;
    }

    #table-container table {
        margin: 0 auto;
		width:800px;
    }