/**
 * Joepie
 *
 * Common styling for visitors and users
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2011-02-14
 */
 
 
 /*
 =========================================================
 
   All media
   
 ========================================================= */
 
 /* Import fonts
---------------------------------------------------------- */

@font-face {
    font-family: 'BlackoutMidnight';
    src: url('http://www.joepie.be/fratello/frontend/assets/fonts/Blackout-Midnight-webfont.eot?') format('eot'),
         url('http://www.joepie.be/fratello/frontend/assets/fonts/Blackout-Midnight-webfont.woff') format('woff'),
         url('http://www.joepie.be/fratello/frontend/assets/fonts/Blackout-Midnight-webfont.ttf') format('truetype'),
         url('http://www.joepie.be/fratello/frontend/assets/fonts/Blackout-Midnight-webfont.svg#webfontVDQbtLmu') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
=========================================================

  Screen
  
========================================================= */

@media screen {


/* Reset
========================================================= */
/*
Based on html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted inherit;
}

table {
}

hr {
    display: none;
}

input, select {
    margin: 0;
    vertical-align: middle;
}

input[type="search"] {
    -webkit-appearance: textfield;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* Remove button padding in FF */
input::-moz-focus-inner { 
    border: 0;
}

/* Base html
========================================================== */

/* Redefine selectors
---------------------------------------------------------- */

html {
    overflow-y: scroll;
    background: url(../img/bg_html.jpg) no-repeat 50% 0;
}

html,
body {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
}

/* only during feedback */
body.feedback {
    padding-top: 25px;
}

body, select, input, textarea { 
    font-family: 'Times New Roman', Times, serif;   
    color: #000; 
}

body {
	position: relative;
	font: .813em/1.308em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

pre, code, kbd, samp { font-family: monospace, sans-serif; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
	font-size: 1.385em;
	line-height: 1.11em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}

ul, ol {
    list-style: none;
}

p {
	margin: 0 0 1em 0;
}

blockquote {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
    border-left: 5px solid #ccc;
}

blockquote p {
}

blockquote cite,
blockquote p.cite {
    margin: 0;
    padding: 0;
    font-style: italic;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

small {
    font-size: .769em;
    line-height: 1.154em;
}

abbr, acronym {
	font-style: normal;
	border-bottom: none;
	cursor: help;
}

a abbr {
	border: none;
}

del {
	color: #ccc;
}

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
	margin: 0 0 1em 0;
	padding: 15px; 
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}


/* Fonts
---------------------------------------------------------- */

h1, h2, h3 {
}

/* Titles
---------------------------------------------------------- */

/* Link styles
---------------------------------------------------------- */

a, a:visited {
    color: #00a2d2;
}

a:focus,
.button input:focus {
	overflow:hidden; /* outline only the clickable part */
	outline: 1px dotted;
}

a:hover, a:active, {
	outline: none; /* no outline when clicking a link */
	-moz-outline-style: none;
}

a:hover {
    color: #bc1a8c;
}

a img {
	border: none;
}

/* Common
---------------------------------------------------------- */

/* for image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.hide {
	position: absolute;
    display: block;
    padding: 0 !important;
    left: -9999px !important;    
    height: 0px !important;
    line-height: 0px !important;
    background: none !important;
}

.hidden {
    text-indent: -9999px;
}

.note {
	font-style: italic;
	color: #999;
}

/* Sprites
---------------------------------------------------------- */

/* sprite (icons) */

label.checkbox span.cb,
label.radio span.cb,
.lightbox .dialog-close,
footer.primary a.cim {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.lte9 button,
.lte9 .button {
    background-image: url(../img/sprite_ie.png);
	background-repeat: repeat-x;
}

/* avatars
---------------------------------------------------------- */

.avatar {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* Browser fixes
---------------------------------------------------------- */

/* Clearfix updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.group:before,
.group:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden;	
    visibility: hidden;
}
.group:after {clear: both;}
.group {zoom: 1;} /* IE < 8 */

.clear {
	clear: both;
}

/* Layout
========================================================= */

/* container (if needed)
---------------------------------------------------------- */

.container {
    position: relative;
    width: 1140px;
    margin: 0 auto;    
	padding: 0 10px;
}

.main {
    position: relative;
    width: 840px;
    padding: 5px 5px 20px;
    background: #fff;
}

/* header
---------------------------------------------------------- */

header.primary {
    position: relative;
    height: 130px;
    z-index: 10;
    background: transparent url(../img/header_overlay.png) no-repeat 0 100%;
}

header.primary hgroup {
    height: 130px;
    background: url(../img/header_main.jpg) no-repeat 0 0;
}

header.primary h1 {
    margin: 0;
}

header.primary h2 {
    text-indent: -999em;
}

#logo {
    position: absolute;    
    top: 10px;
    left: 5px;
	margin: 0;
	width: 320px;
	height: 100px;
	text-indent: -999em;
	overflow: hidden;
}

/* columns
---------------------------------------------------------- */

.cols {
}

.col {
    float: left;
    display: inline;
    margin-right: 10px;
}

.col-1 { width: 155px; }
.col-2 { width: 330px; }
.col-3 { width: 410px; }
.col-4 { width: 485px; }

/* expand column to include the gutter */
.col-1-expand { width: 225px; margin-right: 0; }
.col-2-expand { width: 640px; margin-right: 0; }

/* columns that break the grid */
.col-small {
}

.col-large {
}

/* create an empty space before or after the column */
.prefix-1 {
    padding-left: 320px;
}

.prefix-2 {
    padding-left: 640px;
}

.suffix-1 {
    padding-right: 300px;
}

.suffix-2 {
    padding-right: 620px;
}

.last { margin-right: 0; }

/* banners
---------------------------------------------------------- */

.banner-head {
    position: absolute;
    top: 5px;
    left: 5px;
}

.banner-center {
    position: relative;
    left: -420px;
    padding: 0 0 15px;
}

/* features -> banner
---------------------------------------------------------- */

.features .banner {
    float: left;
    margin: 0 8px 5px 0;
}

.features .banner img {
    float: left;
}

.features .last {
    margin-right: 0;
}

aside .banner {
    margin-bottom: 10px;
}

/* content
---------------------------------------------------------- */

.content {
	position: relative;
}

/* feedback
---------------------------------------------------------- */

#feedback-toolbar {
    position: fixed;
    margin-top: -25px;
    width: 100%;
    height: 25px;
    color: #fff;
    line-height: 23px;
    background: #eab41a;
    z-index: 100;
}

#feedback-toolbar .container {
    padding-top: 0;
}

#feedback-toolbar a {
    color: #fff;
}

#feedback-toolbar .contents {
    width: 840px;
    text-align: center;
}

.lte7 #feedback-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}

#feedback-toolbar form {
    display: none;
    width: 380px;
    margin: 0 auto;
    text-align: left;
}

#feedback-toolbar textarea {
    width: 358px;
    height: 50px;
}

#feedback-toolbar.open {
    height: 140px;
}

#feedback-toolbar footer {
    position: relative;
    padding: 10px 0 0 0;
    height: 24px;
}

#feedback-toolbar button,
#feedback-toolbar .cancel {
    position: absolute;
    bottom: 0;
    left: 0;
}

#feedback-toolbar .cancel {
    left: auto;
    right: 0;
    line-height: 24px;
    height: 23px;
    margin-right: 0;
    color: #000;
}

#feedback-toolbar.open form {
    display: block;
}

/* dialogs
---------------------------------------------------------- */

.dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 405px;
    background: #fff;
    z-index: 50;
}

.dialog.closable {
    padding-bottom: 40px;
}

.dialog header {
    padding: 0 10px;
    height: 45px;
    background: #21d6bd;
}

.dialog header h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.538em;
    font-style: italic;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
}

.dialog .contents {
    position: relative;
    margin-top: -10px;
    padding: 10px;
    min-height: 10px;
    background: #fff;    
    z-index: 10px;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.dialog .scrollable {
    padding: 0;
    max-height: 384px;
    overflow-y: auto;
}

.dialog footer {
    padding: 10px;
    text-align: right;
}

.dialog iframe {
    display: none; /* fixes webkit scroll issue */
}

/* dialog -> confirm
---------------------------------------------------------- */

.dialog .confirm .content {
    padding: 10px;
}

/* dialog -> upload
---------------------------------------------------------- */

.dialog-upload {
    width: 425px;
    background: #d6ede1;    
}

.dialog .upload header {
    background: #21d6bd;
}

.dialog .upload .contents {
    padding: 10px 10px;
    background: #d6ede1;
}

.dialog .upload dt {
    padding-bottom: 5px;    
}

.dialog .upload .note {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: .846em;
    color: #6d9a96;    
}

.dialog .upload .note a {
    color: #6d9a96;    
}

.dialog.saveable {
    background: #d6ede1;    
}

iframe#upload-target {
    height: 0;
}

/* dialog -> like / hate
---------------------------------------------------------- */

.dialog header {
    background: #bc1a8c;
}

.dialog .like h4 {
    color: #bc1a8c;
}

.dialog-close,
.dialog-save {
    position: absolute;
    bottom: 10px;    
}

.dialog-close { right: 10px; }
.dialog-save { left: 10px; }


.dialog ul {
    
}

.dialog li {
    position: relative;
    padding: 9px 10px 9px 65px;
    min-height: 45px;
    border-bottom: 1px solid #e2e3e7;
}

.dialog li .avatar {
    width: 45px;
    height: 45px;
}

.lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 50;
}

.lightbox .dialog-close {
    top: -15px;
    right: -15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-position: -175px -385px;
}

.lightbox {
    background: #fff url(../img/preloader.gif) no-repeat 225px 135px;
}

.lightbox.loaded {
    background-image: none;
}

.lightbox.video {
    width: 490px;    
}

.lightbox.video .dialog-content {
}

.lightbox iframe,
.lightbox img {
    margin: 10px;
    float: left;
    z-index: 10;
}

/* overlay
---------------------------------------------------------- */

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 49;
    background: url(../img/spacer.png);
    background-color: rgba(0, 0, 0, .7);
}

.lte8 #overlay {
    background: url(../img/overlay.png);
}

/* actions
---------------------------------------------------------- */

.actions a {
    clear: left;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 0 1px;
    padding-left: 28px;
}

/* buttons
---------------------------------------------------------- */

button,
.button {
	position: relative;
    cursor: pointer;
    
    padding: 0 20px;    
    height: 25px;
    
    font-family: 'BlackoutMidnight', sans-serif;
    font-size: 1.385em;
    text-decoration: none;
    border: 1px solid #90bcb6;
        
    background-image: -moz-linear-gradient(top, #ffffff, #d9e2e6 40%, #c7d4db 41%, #ffffff); /* FF3.6 */
    background-image: -o-linear-gradient(top, #ffffff, #d9e2e6 40%, #c7d4db 41%, #ffffff); /* Opera 11.10+ */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(.4, #d9e2e6),color-stop(.41, #c7d4db),color-stop(1, #ffffff)); /* Saf4+, Chrome */    
 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;        
}

.no-cssgradients button,
.no-cssgradients .button {
    background-image: url(../img/sprite_ie.png);
    background-repeat: repeat-x;    
}

button:hover,
.button:hover {
    color: #bc1a8c;
}

.button {
    float: left;
    margin-right: 10px;
    line-height: 23px;
}

/* Box
---------------------------------------------------------- */

.box {
    margin: 0 0 15px 15px;
    border: 1px solid #b3dbd7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box h1 {
    margin: 0 0 10px 0;
}

.box h2 {
    font-size: 1em;
    font-style: normal;
    color: #453945;
}

.box a:hover {
    color: #bc1a8c;
}

.box header {
    position: relative;
    
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}

.box header h1 {
    margin-bottom: 0;
    padding: 7px 15px 20px 10px;
    font-size: 1.538em;
    line-height: 1em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;    
}

/* Box -> contents
---------------------------------------------------------- */  

.box .contents {
    position: relative;
    top: -10px;
    padding-top: 10px;
    z-index: 20;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}    

/* Form styles
========================================================== */

/* Input field sizes
---------------------------------------------------------- */
 
.xx-small { width: 32px; }
.x-small { width: 54px; }
.small { width: 170px; }
.medium { width: 200px; }
.large { width: 286px; }
.x-large { width: 363px }
.xx-large { width: 564px; }

select.small { width: 170px; }
select.medium { width:252px; }

.box .large {
    width: 262px;
}

textarea.medium {
    height: 118px;
}

textarea.large { height: 88px; }

/* Input styling
---------------------------------------------------------- */

fieldset {	
}

select, input, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
	margin: 0;
}

button { 
	width: auto; /* or replace with a fixed width */
	overflow: visible;
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button],
input[type=submit], button {
	cursor: pointer;
}

input:active {
	outline: none; /* no outline when clicking a button */
	-moz-outline-style: none;
}

input.idle,
textarea.idle {
    color: #a7a7a7;
}

textarea {
	overflow: auto;
} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

textarea.field {
    display: block;
    padding: 4px 10px 6px 10px;
    border: 1px solid #b3dbd7;
}

.field,
input.date {
    padding: 3px 10px 5px 10px;    
    border: 1px solid #b3dbd7;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}

.radio-buttons {
    padding-bottom: 5px;
}

.radio-buttons li {
    padding-bottom: 5px;
}

.checkboxes {
}

.radiobuttons label {
}

.checkboxes label {
}

label.radio {
    clear: left;
}

input.radio {
}

label.checkbox {
}

input.checkbox {
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a7a7a7;    
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a7a7a7;
}

/* form -> dl
---------------------------------------------------------- */

form dl {
    clear: both;
}

label.block {
    display: block;
    padding-bottom: 5px;
}

label.block img {
    clear: both;
    display: block;
    margin: 5px 0;
}

.radios {
    padding-bottom: 5px;
}

/* Custom checkboxes & radiobuttons
---------------------------------------------------------- */

.cb input.checkbox,
.cb input.radio {
    position: absolute;
    left: -999em;
}

/*label.checkbox {
    float: left;
}*/

label.checkbox span,
label.radio span {
	cursor: pointer;    
}

label.checkbox span.cb,
label.radio span.cb {
    float: left;
    margin: 2px 0 0 0;
    width: 20px;
    height: 20px;
    background-position: -115px -150px;
}

label.checkbox span.cb {
    margin-right: 3px;
}

label.radio span.cb {
    background-position: -115px -185px;    
}

label.checkbox span.checked { background-position: -150px -150px; }
label.radio span.checked { background-position: -150px -185px; }

/* Custom upload field
---------------------------------------------------------- */
 
.upload { position: relative; }
 
.upload .fake {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    width: 398px;
    height: 24px
}
 
.upload input.file {
    position: relative;
    width: 398px;
    height: 24px;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity:0);
    opacity: 0;
    z-index: 2;
}

.upload .field {
}

.upload .button {
	display: inline;
}

/* Other form related elements
---------------------------------------------------------- */

label {
}

.indicator {
	padding: 0 0 0 5px;
	color: #53b1e6;
}

form dd {
	margin: 0 0 1em 0;
}

form footer div {
	clear: both;
}

/* Form -> focus
---------------------------------------------------------- */

.focus .field {
	background: #fbfbe3;
	outline: 0;	
}

.button:hover {
}

/* errors
---------------------------------------------------------- */

.error-msg {
    position: relative;
    bottom: 0;
    color: #fff;
    padding: 10px;
    background: #E91221;
    z-index: 10;
}

.box .error-msg {
    padding-bottom: 25px;
}

.error-msg h2 {
    margin-bottom: 3px;
    font-size: 1.154em;
    color: #fff;
}

.error-msg li {
    padding: 0;
    min-height: 0;
    border-bottom: none;
}

/* Form -> errors
---------------------------------------------------------- */

header.errors {
    margin-bottom: 10px;
}

.box header.errors,
.dialog header.errors {
    margin-bottom: 0;
}

header.errors h1 {
    padding-bottom: 10px;
}

dt.error,
dt.error label,
dd.error {
    color: #e91221;
}

.error .field,
.error input.date {
    border-color: #e91221 !important;
}

.error.focus .field,
.error.focus input.date {
    -moz-box-shadow: 0 0 8px rgba(233,18,33,1) !important;
    box-shadow: 0 0 8px rgba(224,147,205,1) !important;        

    /* fancy CSS3 animation */
    -webkit-animation: errorGlow 2s infinite !important;
    animation: errorGlow 2s infinite !important;
}


/* dialog -> errors
---------------------------------------------------------- */

.dialog ul.errors {
    padding: 10px 0 0 0;
}

.dialog .errors li {
    margin: 0;
    padding: 0;
    color: #E91221;
}

.dialog header.errors {
    background: #E91221;
}

/* CSS3 animations
---------------------------------------------------------- */
 
@-webkit-keyframes focusGlow {
    from { -webkit-box-shadow: 0 0 8px rgba(224,227,28,.01); }
    50% { -webkit-box-shadow: 0 0 8px rgba(224,227,28,1); }
    to { -webkit-box-shadow: 0 0 8px rgba(224,227,28,.01); }
}
@keyframes focusGlow {
    from { box-shadow: 0 0 8px rgba(224,227,28,.01); }
    50% { box-shadow: 0 0 8px rgba(224,227,28,1); }
    to { box-shadow: 0 0 8px rgba(224,227,28,.01); }
}
 
@-webkit-keyframes errorGlow {
    from { -webkit-box-shadow: 0 0 8px rgba(233,18,33,.01); }
    50% { -webkit-box-shadow: 0 0 8px rgba(233,18,33,1); }
    to { -webkit-box-shadow: 0 0 8px rgba(233,18,33,0.1); }
}
@keyframes errorGlow {
    from { box-shadow: 0 0 8px rgba(233,18,33,.01); }
    50% { box-shadow: 0 0 8px rgba(233,18,33,1); }
    to { box-shadow: 0 0 8px rgba(233,18,33,.01); }
}

/* Footer
---------------------------------------------------------- */

footer.primary {
    clear: both;
    margin: 5px 5px 0;
    padding: 5px 0 10px 0;
    width: 840px;
    font-size: .846em;
    border-top: 1px solid #E2E3E7;
}

footer.primary a {
    color: #A7A7A7;
}

footer.primary a:hover {
    color: #bc1a8c;
}

footer.primary .links {
    float: left;
    padding: 5px 0 0 0;
}

footer.primary .links li {
    float: left;
    padding: 0 10px 0 0;
}

footer.primary .logos {
    float: right;
}

footer.primary .logos a {
    float: left;
    text-indent: -999em;
    overflow: hidden;
}

/* Footer -> CIM logo
---------------------------------------------------------- */

footer.primary a.cim {
    width: 120px;
    height: 34px;
    background-position: -245px -245px;
}

/* No Javascript message
---------------------------------------------------------- */

.no-js noscript.js-fallback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    height: 20px;
    text-align: center;
    color: #fff;
    background: #f00;
    z-index: 50;
}

/* Table styles
========================================================= */

table {
}

caption {
	font-style: italic;
	color: #666;
}

td, td img { vertical-align: top; }

th, td {
}

thead th {
}

tbody th,
tbody td {
}


/* 404
========================================================= */

.static-404 {
}


/* Styles for IE browsers
========================================================= */

/* IE form styles
---------------------------------------------------------- */

.ie7 img { -ms-interpolation-mode: bicubic; }


/*
=========================================================

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

} @media print {


/* printstyles
---------------------------------------------------------- */

body {
	margin: 1cm; /* use own value */
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	line-height: 140%;
}

h1 {
	font-size: 16pt;
	margin: 0 0 1.5em 0;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

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

table {
	border-collapse: collapse;
}

th { font-weight: bold; }

td, td img { vertical-align: top; }

thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
 
tr, img { page-break-inside: avoid; }

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

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

/* links */
	
a:link, a:visited { color: gray; }

/* print URLs after link text - use with caution */
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 85%;
  font-weight: normal;
  color: #666;
}
/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */
abbr:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; }  /* Don't show links for images */

/* layout */

#skip,
#header,
#nav,
hr,
.paging {
	display: none;	
}

}

/* splash ad
---------------------------------------------------------- */
#splashAzContainer {
/*    display: block;*/
    display: none;
}
#splashAzShade {
    background-color: #000000;
    height: 3500px;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
#splashAzPage {
    color: white;
    height: 556px;
    left: 45%;
    margin: -320px 0 0 -278px;
    position: absolute;
    text-align: left;
    top: 450px;
    width: 640px;
    z-index: 10000001;
}
#splashAzPage-header {
    color: #FFFFFF;
/*    font-size: 12px;*/
    position: relative;
}
#splashAzPage-header a {
    color: #FFFFFF;
}
#splashAzPage-close {
    bottom: 0;
    left: 0;
    position: absolute;
}
#splashAzPage-span {
    bottom: 10px;
    position: absolute;
    right: 0;
}
#splashAzPage-go {
    color: #FFFFFF;
}/**
 * Joepie
 *
 * Styles for visitors
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2011-02-14
 */

/* Screen  
========================================================== */

@media screen {

/* Container
---------------------------------------------------------- */

.container {
    padding: 0;
    width: 850px;
}

.register .col-2 {
    width: 260px;
    margin-right: 30px;
}

.col-3 {
    margin: 0 25px 0 0;
    width: 405px;
}

.register .col-4 {
    width: 550px;
}

.first {
    clear: both;
}

.last,
.register .last {
    margin-right: 0;
}

.register .row {
    clear: both;
}

/* Sprite
---------------------------------------------------------- */

/* sprite -> visitors */

.steps .tools a,
.register .find li,
.profile .icon,
.introduction li,
.find .icon,
.register .aside h1 .icon {
	background-image: url(../img/sprite_visitor.png);
	background-repeat: no-repeat;
}

/* Forms
---------------------------------------------------------- */

.x-small { width: 30px; }
.large { width: 410px; }
.x-large { width: 510px; }

select.medium { width: 222px; }
textarea.large { height: 70px; }

/* Register -> content
---------------------------------------------------------- */

.content {
    padding-top: 10px;
}

/* Register -> steps
---------------------------------------------------------- */

.steps {
    margin-bottom: 10px;
    background: #260a26;
}

.steps ul,
.steps li,
.steps .step {
    float: left;
}

.steps ul {
    font-size: 1.077em;    
}

.steps li {
    position: relative;
    border-right: 1px solid #2b433d;
}

.steps li .step {
    padding: 10px 15px 20px;
    font-size: 1em;
    text-decoration: none;
    color: #64a591;
}

.steps .bottom {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: -10px;
    display: none;
    width: 100%;
    height: 10px;
    background: #BC1A8C;
}

.steps .corner {
    display: block;
    margin: 0;
    height: 10px;
    background: #fff;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.step span {
    display: block;
    margin: 5px 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.143em;
    color: #fff;
}

.steps li.selected {
    background: #bc1a8c;
    border-right: none;
}

.steps li.selected .bottom {
    display: block;
}


.steps li.selected .step {
    color: #e0e31c;
}

.steps .selected .step span {
    font-weight: bold;
    font-size: 1.428em;
}

.steps .tools {
    float: left;
    margin: 10px 0 0 15px;
}

.steps .tools a {
    clear: left;
    float: left;
    margin: 0 0 3px;
    padding-left: 13px;
    font-size: .769em;
    color: #fff;
    background-position: -397px -289px;
}

/* Register -> aside
---------------------------------------------------------- */

.register .aside {
    margin: 0 30px 0 15px;
    width: 245px;
}

.register .aside h1 {
    margin-bottom: 10px;
    font-size: 1.231em;
}

.register .aside .button {
    padding: 0 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #00a2d2;
    background: #d6ede1;
    border-color: #9ecec7;
}

.register .aside .button:hover {
    color: #fff;
    background: #BC1A8C;
    border-color: #BC1A8C;
}

/* Register -> introduction
---------------------------------------------------------- */

.introduction {
    padding: 25px 0 20px 0;
    background: url(../img/bg_introduction.jpg) no-repeat 0 0;
}

.introduction .aside {
    margin-right: 20px;
    width: 280px;
    font-size: 1.231em;
}

.introduction .aside h1 {
    margin-bottom: 15px;
    font-family: 'BlackoutMidnight', sans-serif;
    font-size: 2.125em;
    letter-spacing: -1px;
    color: #be188d;
}

.introduction p {
    font-weight: bold;
}

.introduction li {
    padding: 0 0 12px 18px;
    background-position: -363px -325px;
}

.introduction .col-4 {
    padding: 0 0 0 0;
    width: 525px;
    text-align: right;
}

/* Register -> joepieytvideos
---------------------------------------------------------- */
.ytvideobrowser
{
	width: 525px;
	height: 120px;
	overflow: hidden;
	padding-top: 10px;
}

.ytvideobrowser .prev
{
	float: left;
}

.ytvideolist
{
	position: relative;
	height: 90px;
	display: block;
}

.ytvideolist li
{
	background: none;
	width: 120px;
	height: 90px;
	padding: 0 14px 0 0;
	float: left;
	position: relative;
}

.ytvideolist li a
{
	width: 120px;
	height: 90px;
	position:  absolute;
	z-index: 1;
	left:  0;
	top:  0;
}

.ytvideolist li a span
{
	display: none;
}


.ytvideolist li img
{
	position:  absolute;
	left: 0;
	top: 0;
}

.ytvideolist span.play
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	background-position: 0 -449px;
	z-index: 10;
	display: block;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

/* Register -> confirmation
---------------------------------------------------------- */

#register-form-confirm .contents {
    padding: 10px;
}

/* Register -> find friends
---------------------------------------------------------- */

.register label {
    color: #453945;    
}

.register button,
.register .button {
    color: #260a26;
}

.register button:hover,
.register .button:hover {
    color: #bc1a8c;
}

/* Register -> find friends
---------------------------------------------------------- */

.find {
    
}

.find h2 {
    font-size: 1.077em;
    color: #bc1a8c;
}

.find li {
    position: relative;
    padding: 0 0 30px 85px;   
    background-position: 0 0;
    zoom: 1;
}

.find label {
    display: block;
    padding: 3px 0 5px;
}

.find dd {
    margin-bottom: 5px;
}

.find input {
    float: left;
    margin-right: 5px;
}

.find button {
    float: left;
    margin-top: 1px;
}

.find a {
    font-size: .846em;
    font-style: italic;
    color: #6d9a96;
}

.find li.messenger,
.find li.liveconnect,
.liveconnect h1 .icon { background-position: -630px 0; }
.find li.hotmail { background-position: -560px -70px; }
.find li.facebook { background-position: -490px -140px; }
.find li.netlog { background-position: -420px -210px; }

.find .icon {
    position: absolute;
    top: -10px;
    left: -15px;
    width: 41px;
    height: 41px;
}

/* Register -> find friends [Jonas]
---------------------------------------------------------- */

.find button {
    float: none;
}

.find li p {
    margin: 0.75em 0;
}

.find li {
    padding: 0 0 45px 85px;
}

.avatars .avatar {
    max-width: 50px;
}

/* Register -> find friends
---------------------------------------------------------- */

.completed .icon { background-position: 0 -400px; }
.no-results .icon { background-position: -50px -400px; }

.register .aside h1 .icon {
    float: left;
    width: 75px;
    height: 70px;
}

.messenger h1 .icon { background-position: -630px 0; }
.hotmail h1 .icon { background-position: -560px -70px; }
.facebook h1 .icon { background-position: -490px -145px; }
.netlog h1 .icon { background-position: -420px -210px; }

.register .results {
    border: 1px solid #D99ED9;
    width: 200px;
    background-color: white;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 3px 10px 5px;
    border-top:0px;
    max-height: 100px;
    overflow: auto;
}

.register .results li.hover {
    background-color: #FAE5FA;
    cursor: pointer;
}

/* Register -> checkboxes
---------------------------------------------------------- */

.checkboxes {
    clear: both;
}

.checkboxes header {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c7d3d7;
}

.checkboxes .avatars {
    padding: 10px 0;
}

.checkboxes .avatars ul {
    padding: 0;
}

.checkboxes .col-1 {
    position: relative;
    width: 125px;
}

.avatars label {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 50px 0 0 20px;
    font-size: .846em;
    line-height: 1.09em;  
}

label.checkbox {
    position: relative;
}

label.checkbox input,
.avatars label.checkbox .cb {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}

label.checkbox em {
    color: #999;
}

.avatars .avatar {
    top: 0;
    left: 20px;
}

.checkboxes footer {
    padding: 10px 0;
    border-top: 1px solid #c7d3d7;    
}

/* Register -> signin buttons -> facebook
---------------------------------------------------------- */

a.facebook,
a.facebook span,
a.liveconnect {
    background: #29447E url(../img/sprite_social.png) no-repeat 0 0;    
}

a.liveconnect {
    background-color: #F79449;
}

a.facebook,
a.liveconnect {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: .846em;
    line-height: 14px;
    height: 22px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-position: 0 -60px;
    border: none;
    
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a.liveconnect {
    background-position: 0 -82px;
}

a.liveconnect span,
a.facebook span {
    float: left;
    margin: 1px 1px 0 23px;
    padding: 2px 6px 3px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    color: #fff !important;
    background-repeat: repeat-x;
}

a.facebook span {
  border-top: 1px solid #879AC0;
}

a.liveconnect span {
    margin-left: 22px;
    background-color: #F38920;
}


/* Register -> upload avatar
---------------------------------------------------------- */

.upload-avatar span.note {
    display: block;
    clear: left;
    font-style: normal;
    color: #453945;
}

.upload-avatar fieldset {
    padding-bottom: 20px;
}

/* Register -> profile
---------------------------------------------------------- */

.profile dd {
    position: relative;
}

.profile textarea {
    
}

.profile .icon {
    position: absolute;
    top: -10px;
    right: 30px;
    width: 70px;
    height: 105px;
}

.profile .about { top: -20px; background-position: 0 0; }
.profile .likes { background-position: 0 -105px; }
.profile .dislikes { background-position: 0 -245px; }

.profile label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Forms
---------------------------------------------------------- */

.cols form {
    
}

.cols form fieldset {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
}

.cols form fieldset.border {
    border-bottom: 1px solid #fff;    
}

form.box dt {
    position: absolute;
    width: 150px;
    text-align: right;
    font-weight: bold;
    line-height: 22px;
}

.cols form label {
    font-weight: normal;
}

form.box dd {
    margin-bottom: 5px;
    padding: 0 0 0 160px;
    line-height: 22px;
}

.cols form .actions {
    clear: both;
    display: inline;
    padding: 5px 0 0 160px;
}

/* Register -> form
---------------------------------------------------------- */

form.register {
    background: #fae5fa;
    border: none;
}

form.register header {
    background: #bc1a8c;
}

form.register .contents {
    background: #fae5fa;
}

form.register dt,
form.register dd {
    color: #bc1a8c;
}

form.register dd span {
    color: #231f20;
}

form.register .note {
    position: relative;
    top: -5px;
}

form.register .note a {
    font-size: .846em;
    color: #6d9a96;
}

form.register .field,
form.register input.date {
    border-color: #d99ed9;
}

input.date-day,
input.date-month {
    width: 22px;
}

input.date-year {
    width: 32px
}

form.register .focus .field,
form.register .focus .date {
    background: #fff;

    -moz-box-shadow: 0 0 8px rgba(224,147,205,1);
    box-shadow: 0 0 8px rgba(224,147,205,1);
    
    /* fancy CSS3 animation */
    -webkit-animation: registerFocusGlow 2s infinite;
    animation: registerFocusGlow 2s infinite;    
}

/* Register -> form -> focus
---------------------------------------------------------- */

@-webkit-keyframes registerFocusGlow {
    from { -webkit-box-shadow: 0 0 8px rgba(224,147,205,.01); }
    50% { -webkit-box-shadow: 0 0 8px rgba(224,147,205,1); }
    to { -webkit-box-shadow: 0 0 8px rgba(224,147,205,.01); }
}

@keyframes registerFocusGlow {
    from { box-shadow: 0 0 8px rgba(224,147,205,.01); }
    50% { box-shadow: 0 0 8px rgba(224,147,205,1); }
    to { box-shadow: 0 0 8px rgba(224,147,205,.01); }
}

@-webkit-keyframes loginFocusGlow {
    from { -webkit-box-shadow: 0 0 8px rgba(144,188,182,.01); }
    50% { -webkit-box-shadow: 0 0 8px rgba(144,188,182,1); }
    to { -webkit-box-shadow: 0 0 8px rgba(144,188,182,.01); }
}

@keyframes loginFocusGlow {
    from { box-shadow: 0 0 8px rgba(144,188,182,.01); }
    50% { box-shadow: 0 0 8px rgba(144,188,182,1); }
    to { box-shadow: 0 0 8px rgba(144,188,182,.01); }
}
 
@-webkit-keyframes errorGlow {
    from { -webkit-box-shadow: 0 0 8px rgba(212,214,57,.01); }
    50% { -webkit-box-shadow: 0 0 8px rgba(212,214,57,1); }
    to { -webkit-box-shadow: 0 0 8px rgba(212,214,57,0.1); }
}

@keyframes errorGlow {
    from { box-shadow: 0 0 8px rgba(212,214,57,.01); }
    50% { box-shadow: 0 0 8px rgba(212,214,57,1); }
    to { box-shadow: 0 0 8px rgba(212,214,57,.01); }
}

/* Login -> form
---------------------------------------------------------- */

form.login {
    border: none;
    background: #d6ede1;
}

form.login header {
    background: #260a26;
}

form.login header a {
    position: absolute;
    top: 8px;
    left: 160px;
    text-decoration: none;
    color: #64a591;
}

form.login .contents {
    background: #d6ede1;
}

form.login dt,
form.login dd {
    color: #231f20;
}

form.login .field {
    border-color: #b3dbd7;
}

form.login .focus .field {
    background: #fff;

    -moz-box-shadow: 0 0 8px rgba(144,188,182,1);
    box-shadow: 0 0 8px rgba(144,188,182,1);
    
    /* fancy CSS3 animation */
    -webkit-animation: loginFocusGlow 2s infinite;
    animation: loginFocusGlow 2s infinite;    
}

/* Pages -> static
---------------------------------------------------------- */

aside
{
	width: 280px;
	padding-top: : 240px;
}

.article h1 {
	padding: 15px 0;
	font-size: 1.846em;
	line-height: 1em;
	color: #BC1A8C;
}

.article .contents h2 {
	padding: 8px 0;
	font-size: 1.346em;
	line-height: 1em;
	color: #BC1A8C;
}

.article .contents ul
{
	margin-left: 20px;
	margin-bottom: 15px;
}

.article .contents li
{
	list-style-type: disc;
	padding-left: 10px;
}

} /* end screen media type */

