/*CUSTOM CSS FOR IFIALKO.COM BY PO@POISM.COM*/
/*BASIC STYLING*/
body {
    color:#ddd;
    background:#000;
}

a:hover {
    color:red!important;
}


/*ABOUT OVERLAY*/
.panel {
    background:rgba(0, 0, 0, 0.8);
}
img.about-photo {
    float:left;
    width:32%;
    margin-right:0.6em;
    border:1px solid black;
}
#footer .copyright {
    color:#ccc;
}
ul.icons li .icon {
    color:#ddd;
}

/*HEADER AND NAV*/
#header {
    background:#000;
}
#header h1 {
    color:#fff!important;
}
#header nav > ul > li a.icon:before {
    color:#fff;
}
#header nav > ul > li a:hover {
    background-color:#af0000;
}
#header nav > ul > li a.active {
    background-color:#700000;
}

/*CONTACT FORM*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    background:rgba(0, 0, 0, 0.5);
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
    background-color:#700000;
}
input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
    background-color:#af0000;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    box-shadow:inset 0 0 0 2px #af0000;
    color:#af0000 !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    box-shadow: inset 0 0 0 2px #af0000;
}

/*IMAGES*/
.poptrox-popup {
    background:rgba(0,0,0,0.2);
}
#main .thumb > h2 {
    color:#fff;
    text-shadow:#000 0 0 1px, #000 0 0 1px;
}
.caption > h2, .caption > p {
    text-shadow:#000 0 0 1px, #000 0 0 2px;
}


