/**
The MIT License (MIT)

Shaheed Ahmed Dewan Sagar
Email : sdewan64@gmail.com
Ahsanullah University of Science and Technology,Dhaka,Bangladesh.
Copyright (c) 2014                      

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/* 
    Created on : Jun 5, 2014, 10:49:39 PM
    Author     : Shaheed Ahmed Dewan Sagar
     Email      : sdewan64@gmail.com
*/
@font-face{
    font-family: headFont;
    src: url(../font/hfont.ttf);
}

#header{
    font-family: headFont;
    color: #FFF;
    font-size: 2em;
    text-shadow: 2px 2px #000;
    text-align: center;
    text-decoration: underline;
}
body{
    // background-color: #090400;
    line-height: 1;
    font-family: Calibri, Arial, sans-serif;
    background: #eedfcc url(../image/background.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
}




ul#menu
{
    padding: 0;
    padding-right: 5px;
    position: relative;
    margin: 5px;
    float: right;
}

ul#menu li
{
    display: inline;
}

ul#menu li a
{
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    line-height: 2.8em;
    color: #000;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    background-color: #2F4F4F;
    text-decoration: underline;
    color: white;
}

#itopL{
    float: left;
    width: 45%;
    height: 350px;
    border-radius:4px;
    background: #fff; 
    background: -moz-linear-gradient(#fff, #f9fdff);
    background: -o-linear-gradient(#fff, #f9fdff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); 
    background: -webkit-linear-gradient(#fff, #f9fdff);
    padding:20px;
    border-color:rgba(4, 129, 177, 0.4);
}
#itopR{
    float: right;
    width: 45%;
    height: 450px;
    border-radius:4px;
    background: #fff; 
    background: -moz-linear-gradient(#fff, #f9fdff);
    background: -o-linear-gradient(#fff, #f9fdff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); 
    background: -webkit-linear-gradient(#fff, #f9fdff);
    padding:20px;
    border-color:rgba(4, 129, 177, 0.4);
}

.idx-title{
    font:bold 36px Georgia,"Times New Roman",Times,serif;
    color:#99CC00;
    text-shadow:0 1px 0 #ccc,0 2px 0 #000,0 3px 0 #000,0 3px 0 #000,0 3px 0 #000,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
}
.idx-subtitle{
    font:bold 22px/1.5em Garamond,Georgia,"Times New Roman",Times,serif;
    color:#99D6FA;
    text-shadow: 0 1px 1px #000000;
}