

    /*==========================*/
    /*===== Stylesheet by L ====*/
    /*===== Darktech Company ===*/
    /*===== (c) 2014-2015 ======*/
    /*==========================*/


body{
background:black;
margin:auto;
-moz-linear-gradient(top,gray,white 70%,gray)
-web-linear-gradient(top,gray,white 70%,gray)
}

                            /*==========*/
                            /*==HEADER==*/
                            /*==========*/

#header{
background:url(../images/header1.png);
width:auto;
height:130px;
}

#header h2{
font-family:Old English Text MT,arial,Segoe Ui;
font-weight:none;
font-size:50px;
margin:auto;
text-shadow:2px 2px 5px White;
-webkit-text-shadow:2px 2px 5px White;
padding-top:15px;
padding-left:10px;
}

#header h2:hover{
color:Red;
}

#header P{
font-family:Old English Text MT,arial,Segoe Ui;
font-weight:bold;
font-size:25px;
color:Black;
padding-left:17px;
padding-top:-25px;
margin:auto;
text-shadow:1px 1px 1px White;
}

#header a{
text-decoration:none;
overflow:hidden;
color:Black;
}

#header P a:Hover{
color:White;
font-size:26px;
text-shadow:1px 1px 1px Red;
}

#logo{
background:url(../images/flag.png)no-repeat;
padding-left:105px;
margin-top:-22px;
width:30px;
height:30px;
float:right;
box-shadow:1px 1px 2px;
-webkit-box-shadow:2px 2px 2px;
-moz-box-shadow:2px 2px 2px;
}

#logo h3{
font-size:19px;
text-shadow:1px 1px 1px Black;
margin-left:-64px;
margin-top:3px;
}

#logo a{
color:#00aaff;
}

#logo a:hover{
color:red;
}



#Win{
background:url(../images/Win8.png) no-repeat;
margin-top:-54px;
padding-left:20px;
width:116px;
height:90px;
float:Right;
}


                        /*==========*/
                         /*==LINKS==*/
                        /*==========*/
#links{
width:auto;
background:url(../images/redbg.png) repeat-x;
margin:auto;
height:42px;
margin-top:-15px;
}

#links ul li{
float:left;
list-style:none;
padding:3px;
margin-right:0px;
padding-left:110px;
text-shadow:4px 4px 5px blue;
}

#links li a{
color:White;
font-family:Old English Text MT;
font-size:19px;
text-decoration:none;
overflow:hidden;
padding:0px;
margin-left:-55px;

}

#links li a:hover{
color:Red;
}

#links li:first-child a{
margin-left:22px;
}

                        /*==========*/
                        /*=SIDEBAR=*/
                        /*==========*/

#leftsidebar {
float:left;
background:url(../images/sidebar.png);
margin-top:0px;
color:White;
width:130px;
height:863px;
Padding:15px;
Border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:2px 2px 2px black;
-moz-box-shadow:2px 1px 5px black;
-webkit-box-shadow:2px 1px 5px black;
border:2px solid black;
}

#leftsidebar li {
padding-top:-20px;
font-family:System,Rockwell,Arial;
list-style:none;
padding-left:1px;
margin:auto;
}

#leftsidebar li a {
padding:2px;
color:White;
text-shadow:1px 1px 2px Blue;
text-decoration:none;
margin:auto;
overflow:hidden;
}

#leftsidebar li a:hover {
color:red;
text-shadow:1px 1px 2px blue;
font-weight:bold;
}

#leftsidebar h2{
padding-left:5px;
font-size:25px;
text-shadow:1px 1px 2px Blue;
text-decoration:underline;
}

#leftsidebar h2:hover{
color:Blue;
text-shadow:1px 1px 1px White;
}

                    /*==========*/
                    /*=CONTENT=*/
                    /*==========*/


#content{
background:url(../images/contbg.png);
margin-left:168px;
margin-top:0px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
width:Auto;
height:893px;
box-shadow:1px 2px 5px 2px black;
-webkit-box-shadow:1px 2px 5px 2px black;
-moz-box-shadow:1px 2px 5px 2px black;
border:3px solid black;
border-left:1px;
}

#content h2{
color:Black;
font-family:Helvetica,Rockwell,Arial,Sans serif;
padding:20px;
text-shadow:1px 1px 1px black;
}


#content p{
font-family:Helvetica,Rockwell,Arial,Sans serif;
color:black;
line-height:24px;
padding:40px;
padding-top:1px;
}


                    /*==========*/
                    /*=FOOTER=*/
                    /*==========*/


#footer{
background:url(../images/foot.png);
width:auto;
height:37px;
clear:both;
font-size:30px;
padding-top:5px;
}

#footer h1{
color:White;
font-size:15px;
padding:1px;
text-shadow:2px 2px 2px Black;
margin:auto;
margin-left:10px;
margin-top:9px;
}

