
/* Main board */

.tavleThumb {
	height: 119px;
	background: url(tavle_thumb.gif) no-repeat;
	cursor: pointer;
}

body {
	margin:0pt;
	height:100%;
	font: 69% Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}  

.cork_table {
	font: inherit;
	margin-left: -20px;
}
	
.cork_table td {
	vertical-align: top;
}
	
#backgroundPopup {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;
	z-index:1;  
}  

#popupContact {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:700px;  
	width:980px;  
	z-index:2;  
	//margin: 0px -500px 0px 0px;
	font-size:13px;  
	background: url(corky_flat.png) no-repeat;
}

/* Banners */

#popupBanner {
        display:none;
        position:fixed;
        _position:absolute; /* hack for internet explorer 6*/
        height:700px;
        width:980px;
        z-index:2;
        //margin: 0px -500px 0px 0px;
        font-size:13px;
        background: url(banner1.png) no-repeat;
}

#popupBannerClose {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#popupBannerOppslag {
        position: absolute;
        left: 200px;
        top: 100px;
        width: 100px;
        height: 20px;
        cursor: pointer;
}

#popupBannerLink {
        position: absolute;
        left: 200px;
        top: 100px;
        width: 100px;
        height: 15px;
        cursor: pointer;
}

/* DEPRICATED!!!
#popupContactClose {  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#FFF;  
	font-weight:700;  
	display:block;
	cursor: pointer;
	border: 1px solid #FFF;
	padding: 2px 4px;
}
*/


.container {
	margin: 100px;
}

.post {
	display: inline-block;
	position: relative;
	margin: 0px 20px 20px 0px;
	
}

.image_cutter {
	height: 146px;
	overflow: hidden;
	margin-top: 8px;
}


/* Polaroid */
.polaroid {
	padding: 20px 20px 20px 20px;
	background: white;
	width: 200px;
	height: 230px;
}

.polaroidSmall {
	padding: 13px 13px 13px 13px;
        margin-top: 5px;
	background: white;
	width: 150px;
	height: 170px;
}

.polaroidshadow {
	width: 240px;
	background: url(polaroid_shadow.png) no-repeat bottom center;
	padding-bottom: 18px;
}

.polaroidshadowSmall {
	width: 190px;
	background: url(polaroid_shadow_small.png) no-repeat bottom center;
	padding-bottom: 18px;
}

//.polaroidSmall img,
//.polaroid img {
//	margin: 4px;
//}

.polaroidSmall h3 a,
.polaroid h3 a {
	text-decoration: none;
	color: #8a1f03; 
	font-size: 80%;
}

.polaroidImage {
    height: 160px;
    width: 198px;
    display: table-cell;
    text-align: center!important;
    vertical-align: middle!important;
    align: center;
}

.polaroidImage img {
	max-height: 160px;
        //width: 200px;
	overflow: hidden;
}

.polaroidImageSmall {
    height: 100px;
    width: 148px;
    display: table-cell;
    text-align: center;
    vertical-align: middle!important;
}

.polaroidImageSmall img {
	max-height: 100px;
        //width: 146px;
	overflow: hidden;
}

.polaroidText {
	font-size: 80%;
}

/* Postit */

.postit {
	background: url(postitbg.gif);
	width: 200px;
	height: 200px;
	padding: 20px;
	margin: 0px;
}

.postitSmall {
	background: url(postitbg_small.gif);
	width: 150px;
	height: 150px;
	padding: 13px;
	margin: 0px;
}

.postit0 {
	position: absolute;
}

.postitSmall h3 a,
.postit h3 a {
	text-decoration: none;
	color: #8a1f03;
}

.postitSmall h3 a { 
	font-size: 80%;
}

.postit h3 {
	margin: 0px;
	padding-bottom: 5px;
}

.postit_description {
	font-size: 80%;
}

.postit_description a {
	text-decoration: none;
	color: #8a1f03; 
}
/* Post shadow */

.postshadow  {
	background: url(postit_shadow.png) no-repeat bottom center;
	padding-bottom: 13px;
}

.postshadowSmall  {
	background: url(polaroid_shadow_small.png) no-repeat bottom center;
	padding-bottom: 13px;
}


/* Decorative elements */

.thumbtack,
.thumbtack1,
.thumbtack2,
.thumbtack3,
.thumbtack4 {
	position: absolute;
	width: 55px;
	height: 45px;
	top: -20px;
	left: 46%;
}

.thumbtack {
	background: url(thumbtack2.png);
}
.thumbtack1 {
	background: url(thumbtack3.png);
}
.thumbtack2 {
	background: url(thumbtack4.png);
}
.thumbtack3 {
	background: url(thumbtack5.png);
}
.thumbtack4 {
	background: url(thumbtack6.png);
}

.tape {
	position: absolute;
	width: 135px;
	height: 35px;
	background: url(tape.png);
	top: -14px;
	left: 24%;
}

/* Add, close, new buttons */

#corkyClose,
#corkyShow,
#corkyAdd {
	position: relative;
	float: right;
}

#corkyAdd {
	margin-top: 43px;
}
#corkyShow {
	margin-top: 47px;
}
#corkyClose {
	margin-top: 45px;
}

#corkyClose .link {
	display: block;
	width: 150px;
	height: 45px;
	background: url(close_paper.png) no-repeat;
	cursor: pointer;
}

#corkyClose .thumbtack {
	margin-top: 20px;
	background: url(staple1.png) no-repeat;
	width: 40px;
	height: 13px;
}

#corkyShow .link {
	display: block;
	width: 150px;
	height: 45px;
	background: url(list_paper.png) no-repeat;
	cursor: pointer;
}

#corkyShow .thumbtack {
	margin-top: 21px;
	background: url(staple2.png) no-repeat;
	width: 40px;
	height: 13px;
}

#corkyAdd .link {
	display: none;
	width: 150px;
	height: 45px;
	background: url(add_new_paper.png) no-repeat;
}

#corkyAdd .thumbtack {
	margin-top: 22px;
	margin-left: -5px;
	background: url(staple3.png) no-repeat;
	width: 40px;
	height: 13px;
}

