/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

/* ==========================================================================
   Custom fonts
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
	margin: 0px;
	background-color: #231f20;
	font-family: 'Roboto', sans-serif;
    color: #dce0df;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    color: #fff;
    background: #009ad9;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #009ad9;
    text-shadow: none;
}

a::selection{
    color: #231f20;
}
a::selection:hover{
    color: #fff;
}
a::-moz-selection{
    color: #231f20;
}
a::-moz-selection:hover{
    color: #fff;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Impulzus.com soon styles
   ========================================================================== */

.soonContainer{
	color: #231f20;
	font-weight: 100;
	width: 600px;
	height: 280px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -125px;
}

.soonImage{
	width: 585px;
	height: 204px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/soon.png);
}

.soonTextContainer{
	width: 231px;
	position: absolute;
	left: 357px;
	bottom: 0px;
	background-color: #009ad9;
	-webkit-transform: skewX(5deg);
	   -moz-transform: skewX(5deg);
	    -ms-transform: skewX(5deg);
	     -o-transform: skewX(5deg);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.soonText{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	font-size: 24px;
	-webkit-transform: skewX(-5deg);
	   -moz-transform: skewX(-5deg);
	    -ms-transform: skewX(-5deg);
	     -o-transform: skewX(-5deg);
}

/* ==========================================================================
   Impulzus.com mainmenu styles
   ========================================================================== */

a {
	text-decoration: none;
	color: #009ad9;
}

a:hover{
	color: #dce0df;
}

.mainMenuContainer{
	color: #231f20;
	font-weight: 100;
	width: 720px;
	height: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -340px;
	margin-top: -235px;
}

.mainMenuContainer .firstOfSecondRow{
	margin-left: 20px;
}

.mainMenuOuterbox{
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
    background-color: #009ad9;
	-webkit-transform: skewX(5deg);
	   -moz-transform: skewX(5deg);
	    -ms-transform: skewX(5deg);
	     -o-transform: skewX(5deg);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    display: block;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.mainMenuOuterbox:hover{
    background-color: #F55;
}

.mainMenuTextbox{
	font-size: 24px;
	position: absolute;
	bottom: 20px;
	left: -10px;
	width: 220px;
	text-align: center;
	-webkit-transform: skewX(-5deg);
	   -moz-transform: skewX(-5deg);
	    -ms-transform: skewX(-5deg);
	     -o-transform: skewX(-5deg);
	display: block;
    /*background-color: rgba(35,31,32,0.8);*/

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menuIcon{
    width: 150px;
    height: 150px;
    -webkit-transform: skewX(-5deg);
       -moz-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
         -o-transform: skewX(-5deg);
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 35px; left: 0;
    margin: auto;
}

.mainMenuContainer a{
	color: #dce0df;
	text-decoration: none;
}

#mainMenuAboutImg .menuIcon{
    background-image: url(../img/about.png);
}
#mainMenuArchiveImg .menuIcon{
	background-image: url(../img/archive.png);
}
#mainMenuUploadImg .menuIcon{
	background-image: url(../img/upload.png);
}
#mainMenuAdPricesImg .menuIcon{
	background-image: url(../img/adprices.png);
}
#mainMenuMembersImg .menuIcon{
	background-image: url(../img/members.png);
}
#mainMenuBlogImg .menuIcon{
	background-image: url(../img/blog.png);
}

.footer{
	color: #231f20;
	font-weight: 400;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #dce0df;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer .menu a, .footer .impulzus a{
	font-size: 18px;
	color: #231f20;
    -webkit-transition: color 250ms;
    transition: color 250ms;
}

.footer .menu a{
	margin: 7px 0px 7px 15px;
	float: left;
    -webkit-transition: color 250ms;
    transition: color 250ms;
}

.footer .impulzus a{
	margin: 7px 15px 7px 0px;
	float: right;
}

.footer .menu a:hover, .footer .impulzus a:hover{
	color: #009ad9;
}

@media only screen and (max-width: 700px) {
    .footer .menu a{
        display: none;
    }
}

/* ==========================================================================
   Impulzus.com content styles
   ========================================================================== */

h1,h2{
	font-weight: 100;
	color: #009ad9;
}

.mainContainer{
	width: 90%;
	margin: 30px auto;
}

.menuName{
	text-align: right;
	float: right;
	margin: 0px 20px 0px 0px;
}

.textContainer{
	width: 70%;
	padding: 10px 20px 10px 20px;
	float: right;
	border-left: #009ad9 solid 1px;
	text-align: justify;
}

.clear{
	clear: both;
	height: 40px;
}

.member{
    margin-top: 13px;
    margin-bottom: 20px;
}

.memberImage{
    width: 120px;
    height: 160px;
    margin-right: 20px;
    float: left;
    border: none; /*2px solid #dce0df;*/    
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.memberData{
    /*semmi*/
}

.memberName{
    font-weight: 100;
    color: #009ad9;
    font-size: 30px;
}

.memberRank{
    font-weight: 100;
    font-size: 16px;
}

.memberMail{
    font-weight: 100;
    font-size: 20px;
}

/* ===================
         archive
   =================== */

.archive{
    margin-top: 13px;
    margin-bottom: 20px;
}

.archiveImage{
    width: 300px;
    height: 400px;
    margin-right: 20px;
    float: left;
    border: 2px solid #dce0df;    
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.archiveData{
    /*semmi*/
}

.archiveNumber{
    font-weight: 100;
    color: #009ad9;
    font-size: 30px;
}
.archiveContent{
    min-width: 100px;
    height: 285px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}