/*********************************
Author      : Imri Paloja
Email       : imri.paloja@gmail.com
HomePage    : www.eurobytes.nl
Version     : 0.1
Name        : Framework.css
Description : FrameWorks, the framwork that works.
***********************************/


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

/*    -webkit-transition: all 200ms ease;
       -moz-transition: all 200ms ease;
         -o-transition: all 200ms ease;
            transition: all 200ms ease;*/
}


article, aside, bdi, details, dialog, img figcaption, figure, footer, header, main, mark, menuitem, meter, nav, progress, rp, rt, ruby, section, summary, time, wbr {
    display: block;
}

html, body {
    font-family: sans-serif;
    background: #EEEEEE;
    margin: 0px;
    padding: 0px;
    color: #454545;
}

#wrap {
    margin: 20px auto;
    width: 75%;
}

#content {
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 100%;
}

article {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    padding: 10px;
}

/*
    http://sixrevisions.com/web_design/white-space/
*/

p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0px;
    padding: 0px;
}

h1 {
    font-size: 150%;
}

h2, h3, h4, h5, h6 {
    font-size: 120%;
}

a {
    color: brown;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px none;
    width: 25%;
    margin: 20px 25%;
}

a img {
    margin: 0px;
    padding: 0px;
}


.notIE {
  position: relative;
  display: inline-block;
  float: left;
}

.notIE select:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.notIE:hover .fancyArrow {
    background: #F1F1F1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.notIE .fancyArrow {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    display: inline-block;
    height: 25px;
    margin: 0 -2px 0 0;
    padding: 3px 3px 3px 5px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 0;
    width: 25px;
}


input {
    background-image: none;
    -moz-box-shadow: 0px ;
    -moz-border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

/* Removes dotted borders when clicked upon

    https://css-tricks.com/removing-the-dotted-outline/
*/

input::-moz-focus-inner, button::-moz-focus-inner, a::-moz-focus-inner, select::-moz-focus-inner, option::-moz-focus-inner { 
  border: 0;
}

/*input[type="number"] {
    background: linear-gradient(to bottom, #FFFFFF, #F9F9F9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    padding: 2px 3px;
}*/

input[type="range"]::-moz-focus-inner {
    border: 0px;
    outline: 0px;
}

input[type="range"] {
    margin: 0px;
}

input[type="submit"],input[type="reset"],input[type="button"],button, .button, select {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0px 0px 0px 0px;

    background: linear-gradient(to bottom, #FFFFFF, #F9F9F9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: #454545;
    padding: 2px 3px;
    text-align: left;
}

input[type="submit"]:hover,input[type="reset"]:hover,button:hover, .button:hover,input[type="button"]:hover {
    box-shadow: 0 1px 2px rgba(30, 25, 25, 0.2);
    background: linear-gradient(to bottom, #F9F9F9, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}

input[type="search"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="number"],input[type="date"],input[type="datetime"],input[type="month"],input[type="tel"],input[type="time"], input[type="week"], input[type="datetime-local"],input[type="range"], textarea, button, .button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    padding: 2px 3px;
    /*width: 210px;*/
}

input[type="search"]:hover,input[type="text"]:hover,input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="month"]:hover,input[type="tel"]:hover,input[type="time"]:hover,input[type="week"]:hover,input[type="url"]:hover,input[type="datetime-local"]:hover, textarea:hover,button:hover, .button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

input[type="search"]:focus,input[type="text"]:focus,input[type="password"]:focus, input[type="email"]:focus,input[type="button"]:focus, input[type="number"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="month"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="url"]:focus,input[type="datetime-local"]:focus, textarea:focus,button:focus, .button:focus {
    border: 1px solid #3465A4;
}


input[type="search"]:active,input[type="text"]:active,input[type="password"]:active, input[type="email"]:active, button:active, .button:active,input[type="button"]:active, input[type="number"]:active, input[type="date"]:active,input[type="datetime"]:active,input[type="month"]:active,input[type="tel"]:active,input[type="time"]:active, input[type="week"]:active,input[type="url"]:active, input[type="datetime-local"]:active {
    border: 1px solid #3465A4;
}

input:active,button:active, .button:active {
    border: 1px solid #3465A4;
}

input[type="color"] {
    border: 1px solid #cccccc;
    height: 25px;
    margin: 0;
    padding: 1px 0;
    width: 45px;
}

input[type="color"]:hover {
    border: 1px inset #EEEEEE;
    cursor: pointer;
}

input[type="color"]:active,input[type="color"]:focus {
    border: 1px outset #EEEEEE;
    cursor: pointer;
}

[disabled] {
    background-color: #F0F0F0 !important;
    color: #9A9A9A !important;
    cursor: inherit !important;
    opacity: 0.75;
}

input[disabled], [disabled] {
    box-shadow: none !important;
}

input[disabled]::selection,[disabled]::selection  {
   background-color: #F0F0F0 !important;
   color: #9A9A9A !important;
}

input[disabled]::-moz-selection,[disabled]::-moz-selection {
   background-color: #F0F0F0 !important;
   color: #9A9A9A !important;
}



input[type="checkbox"],input[type="radio"] {
    display:none;
}

input[type="checkbox"] + label span {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff, #f9f9f9) repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 1px;
    padding: 1px;
    vertical-align: middle;
    width: 20px;
}
input[type="checkbox"]:checked + label span:after {
    color: #454545;
    content: "√";
    font-size: 25px;
    font-weight: 900;
    margin: 0px 0px;
    padding: 0px 0px;
}

input[type="radio"] + label span {
    border: 1px solid #CCCCCC;
    background: linear-gradient(to bottom, #FFFFFF, #F9F9F9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0px;
    padding: 0px;
    vertical-align:middle;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background: #454545;
    font-size: 25px;
    font-weight: 900;
    margin: 0 0px;
    padding: 0;
}

blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 20px auto;
    padding: 5px;
    width: 75%;
}

blockquote p {
    font-style: italic;
}

blockquote p::before {
    color: #cccccc;
    content: open-quote;
    font-size: 50px;
    margin: -10px 0 0 -20px;
    padding: 0;
    float: left;
}

blockquote p::after {
    color: #cccccc;
    content: close-quote;
    float: right;
    font-size: 50px;
    margin: 30px 0 0;
    padding: 0;
}

/*html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}*/

.center, #center {
    margin: 0px 25%;
    text-align: center;
    width: 50%;
}

[data-title]:hover:after {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    bottom: auto;
    box-shadow: 1px 1px 1px #454545;
    content: attr(data-title);
    display: inline-block;
    font-family: monospace;
    font-size: 12px;
    font-style: normal;
    left: auto;
    margin: 2% 0 0 -2%;
    padding: 2px 3px;
    position: absolute;
    right: auto;
    text-decoration: none;
    top: auto;
}

