﻿@media screen and (min-width : 280px) and (max-width:480px) {

    body {
        font-size: medium;
        font-weight: 600;
        text-align: left;
        font-family: 'Calisto MT', 'Arial Unicode MS', 'Arial Rounded MT';
        background-image: url('/images/background/siteBack.jpg');
        background-repeat: repeat;
        position: relative;
        color: palegoldenrod;
    }
	a:link {
        color: greenyellow;
        text-decoration: none;
    }

    a:visited {
        color: greenyellow;
        text-decoration: none;
    }

    a:hover {
        color: goldenrod;
        text-decoration: underline;
    }
    .wrapper {
        width:150%; margin-left:5%; margin-right:50%; margin-top:20px; margin-bottom:20px; position:relative; min-height:600px;   
    }
    .midWrap {
        width:100%; margin-left:0; margin-right:0; padding-top:20px; padding-bottom:20px; right:-0px; 
    }
        .midWrap > img {
            max-width: 100%; padding: 20px; border: 1px solid black;
        }
    #ulmenu {
        margin-left: 0;
    }
    #ulmenu >li {
    list-style: none; display:inline-block; padding-left:20px; padding-right:20px; font-size:smaller;
	}

    table {
        border: 1px solid black; padding: 0px; background-color: #6c5757; opacity: 0.7; color: palegoldenrod;
    }

    th {
        font-size:large;
        height: 30px;
        background-color:black; opacity:0.7;
        color:ghostwhite;
        text-align: center;
    }

    td {
        height:50px;
    }

    .tableContent {
        font-size: smaller;
    }
	
	p {
    	font-size:16px; line-height:1.8; text-align:justify;
	}

    #header {
        background-color: #6c5757;
        opacity: 0.7;
        height: 120px;
        width: 200%;
        padding-top: 20px;
        padding-left: 20px;
        font-size: 36px;
        left: 0px;
        top: 0px;
        color: cornsilk;
        line-height: 1.8;
        position:relative;
        font-weight:600;        /* added */
    }

    #scroller {
        font-size: medium;      /* Changed */
        position: fixed;
        right: 2px;             /* Changed */
        color: palegoldenrod;
        float: right;
        margin-right: 0;        /* Changed */
        width: 50%;	            /* Changed */
        text-align: right;
    }
    #ul2 > li {
        list-style: none;
        display: inline-block;
        padding-left: 10px;
        padding-right: 20px;
    }

    #content {
        height: auto;
        width: auto;
        font-size: 14px;
    }

    #menu {
        height: auto;
        width: 200%;
        background-color: black;
        opacity: 0.7;
        color: cornsilk;
        float: left;
		margin-top: 0px;
		position: relative;
    }

    .aMenu:link {
        color: antiquewhite;
        text-decoration: none;
    }
    .aMenu:hover {
        color: goldenrod;
        text-decoration: underline;
    }
    .aMenu:visited {
        color: cornsilk;
        text-decoration: none;
    }

    #ulmenu {
        margin-left: 0;       /* Changed */
    }

    #ulmenu > li {
        list-style: none;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        font-size: medium;      /* Changed */
        font-weight: 600;       /* added */
    }

    #footer {
        width: 200%;
        text-align: center;
        background-color: black;
        opacity: 0.7;
        color: cornsilk;
        position: absolute;       /* Changed */
    }

    #footer > div {
        width: 32.8%;
        float: left;
        display: inline-block;
        padding: 4px;
        background-color: inherit;
        color: inherit;
    }

    #sidebar {
        position: fixed;
        font-size: medium;
        color: palegoldenrod;
        float: left;
        right: 0px;
        top: 230px;
        margin-right: -0px;
        width: 20%;
        border-left: thick;
    }

    .ul3 {
        list-style: none;
    }
    .ul3 > li {
        padding-top: 5px;
        padding-bottom: 5px;
        list-style: none;
        text-align: justify;
    }

    .lineStrip {
        height: 30px;
        width: 200%;
        background-color: #6c5757;
        opacity: 0.7;
    }

    #pageTitle {
        font-size: 26px;
    }
    #pageTitle > p {
        font-size: 14px;
        padding-left: 10px;
    }

    .oneThird {
        width: 28%;
        float: left;
        text-align: left;
        position: relative;
        color: palegoldenrod;
        background-color: inherit;
        padding: 10px;
        margin-left: 5px;
        margin-bottom: 5px;
    }
        .oneThird > img {
            width: 100%;
            display: block;
        }
        .oneThird > a > img {
            width: 100%;
            display: block;
        }
            .oneThird > a > img:hover {
                opacity: 0.7;
            }

    .imgProfile {
        max-height: 200px;
        max-width: 300px;
    }

    .speWrap {
        width: 200%;           /* Changed */
        margin-left: 0;       /* Changed */
        margin-right: 0;      /* Changed */
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }
}
