﻿/* --- GENERAL --- */
.right { text-align: right; }

.center { text-align: center; }

.clear { clear: both; height: 1%; }

.line { border-bottom: solid 1px #f0f0f0; height: 1%; }

/* --- ITEMS --- */
.items { 
    border: solid 1px #000;
    float: left;
    margin-bottom: 20px;
    border: solid 1px #e8e8e8;
    padding: 10px;
    width: 540px;
}

.item { 
    float: left;
    padding: 10px;
    border: solid 1px #fff;
    width: 540px;
} 

    div.items:hover { background-color: #f0f0f0; }

    div.comment { width: 510px; }
   
    div.items .itemcontent { }
    
    div.items .itemdate, div.item .itemdate { font-size: 0.9em; }

    div.items p, div.item p { margin: 10px 0; }

    div.items .itempicture, div.item .itempicture {  
        border: solid 1px #f0f0f0;
        float: right;
        margin: 10px; 
    } 
    
/* --- PAGING --- */    
#paging {
    text-align: center; }
    
    #paging a, #paging em {
        margin: 0 2px;
        padding: 2px 4px;
        border: solid 1px #e8e8e8; }
    
    #paging a:hover {
        background-color: #f0f0f0; }

    #paging em {
        background-color: #f0f0f0;
        font-weight: bold;
        font-style: normal; }

/* --- TABEL --- */
dl.table-display {
	margin: 0;}

    dl.table-display a {
	    font-weight: normal;}

    .table-display dt {
	    width: 60px;
	    float: left;
	    margin: 0;}

    .table-display dd {
	    float: left;
	    margin: 0;}

    /* commented backslash hack for mac-ie5 \*/
    dt { clear: both; }
    /* end hack */    

/* --- FORM --- */
form { 
    width: 450px; 
}

form div { 
    margin: 5px 0 0 0; 
}

form input, form textarea {
	font-family: Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	border: 1px solid #e8e8e8;
}

form input[type=text], form textarea, form select {
	width: 400px;
	background: #fff;
}

form textarea {
  	height: 100px;
}

form select { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
	font-size: 0.8em;
    width: 407px; 
	padding: 0px 3px;
	height: 22px;
}

form .button { 
    background-color: #f0f0f0; 
    border: solid 1px #e8e8e8; 
    clear: both;
}

form img.captcha {
	background-image: url('../img/common/human_check.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 28px;
}

form input.captcha {
    display: inline;
    width: 40px;
	margin: 0 0 4px 5px;
    padding: 4px 5px 6px 5px;
}

form div.small {
	float: left; 
	width: 204px !important; 
}

form input.small {
	width: 195px; 
}

form input.date {
	width: 105px; 
}

form div.smaller {
	float: left; 
	width: 104px; 
}

form input.smaller {
	width: 95px; 
}

form div.smallest {
	float: left;
	width: 45px; 
}

form div.wider {
	float: left; 
	width: 304px; 
}

form input.wider {
	width: 295px; 
}
    
/* --- VALIDATION ---*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #3b99d2 !important;
}

input.validation-passed, textarea.validation-passed {
}

.validation-advice {
	background-image: url('../img/icons/error.png');
	background-repeat: no-repeat;
	font-size: 9pt;
	padding-left: 20px;
	color: #3b99d2;
	margin-bottom: 10px;
}

.custom-advice {
	color: #3b99d2;
}    

/* ---  GALLERY --- */

.galleryintro {
    /*height: 220px; */
    /* display: block; */
	padding-bottom: 15px;
}

#content .galleryintro p {
}

#content .gallerypic {
    width: 250px;
    /*height: 200px;*/
}

#content div.polaroid {
	background-color: #aaa9a9;
	float: right; 
	position: absolute;
	display: block;
	border: 1px #605d5c solid;
	width: 140px;
	height: 130px;
}

#content div.ingallery {
	position: relative;
	float: left; 
	margin: 0 10px 10px 0;
}

#content img.inpolaroid {
	border: solid 4px #aaa9a9;
	border-bottom: solid 25px #aaa9a9;
	background-position: center center;
	width: 130px;
	height: 100px; 
}

#content span.underpolaroid {
	color: #3c4439;
	font-size: 12px;
	position: absolute; 
	margin-top: 85px;
	width: 125px;
	color: white;
}

#content span.underpolaroid a {
	color: #000;
	text-decoration: none;
}

#content span.underpolaroid img {
	float: right;
}

#content span.ingallery {
	margin: 110px 0 0 -135px;
}
