/* Stylesheets for boxdoodle.com */
/* by David Hofmann 2010 */
/* The boxdoodle project */
/* We are an open art project */
/* this is a project by David Hofmann */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../img/layout/BG_verlauf_2.png);
	background-repeat: repeat-x;
}

.siteBG {
	background-image: url(../img/layout/BG_verlauf_2.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.vanishBG {
	background-image: url(../img/layout/BG_verlauf_vanish.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	height: 100%;
	width: 420px;
	position: fixed;
	z-index: 15;
	top: 0px;
	left: 0px;
}

.likeButton {
	position: fixed;
	z-index: 40;
	top: 20px;
	left: 600px;
}

.pinterest {
 position: fixed;
 z-index: 45;
 top: 100px;
 left: 600px;
 }

/* no frames with linked images */
a:link img {border: 0px;}
a:active img {border: 0px;}
a:focus img {border: 0px;}

a {
	text-decoration: none;
	color:#ffffff;
}

.emaillink {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 21px;
	text-transform:uppercase; 
	text-decoration: none;
	color:#ffffff;
	background-color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom: 3px;
}

.emaillink:hover {
	text-decoration: none;
	background-color: #a3084b;
}


a:hover {
	text-decoration: line-through;
}

/* no dotted frames with a:focus using Firefox */
a:focus {-moz-outline-style: none;}

/* z-index Logo higher than Shadowbox */
.logo {
	position: fixed;
	z-index: 9999;
	height: 124px;
	width: 192px;
	left: 40px;
	top: 25px;
	background-image: url(../img/layout/BD_Logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.logo_taggline {
	position: fixed;
	z-index: 99998;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 13px;
	/*Uppercase now. Values: normal, lowercase, capitalize*/
	text-transform:uppercase; 
	text-align: center;
	color: #a3084b;
	top: 145px;
	left: 58px;
}

/* Link to Doodletool, z-index higher than Shadowbox */
.doodleTool_bubble {
	position:fixed;
	width:165px;
	height:128px;
	z-index:1000;
	left: 360px;
	top: 0;
	background-image: url(../img/layout/bubble_doodletool.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.doodleTool_bubble:hover {
	background-image: url(../img/layout/bubble_doodletool_over.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

.news_bubble {
	position:fixed;
	width:392px;
	height:335px;
	z-index:100;
	left: 20px;
	bottom: 10%;
	background-image:url(../img/layout/BD_Schatten_News.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#news_headline {
	position: absolute; 
	left: 192px; 
	top: 10px; 
	font-family: georgia, serif;
	color: #000000;
	font-size:24px;
}

#news_text {
	position:absolute; 
	width: 230px;
	height:163px; 
	margin-left: 25%; 
	margin-right:20%; 
	top: 70px;   
	padding-right:50px;
	/*overflow-x: hidden; */
	/*overflow-y:scroll;*/
	overflow: auto;
	font-family: georgia, serif;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}

.linked_stuff {
 	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 21px;
	text-transform:uppercase; 
	text-decoration: none;
	color:#ffffff;
	background-color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom: 3px;
}

.linked_stuff:hover {
	text-decoration: none;
	background-color: #a3084b;
}


/*Styles for Gallery Items*/

/*defines container for horizontal gallery*/
#Doodle_galleryStage {
	white-space:nowrap; /*forces galleryItems to horizontal*/
	position: absolute; 
	left:40%; 
	bottom: 6%;
	/*background-color: grey;*/
		z-index: 10;
}

.Doodle_galleryItem {
	position: relative;
	/* needed for horizontal and block display of containing elements, nowrap */
	display:inline-block; 
	padding: 10px;
	margin-right: 60Px;
}

.galleryItem_Fond {
	background-color: #ffffff;
	-webkit-border-radius: 20px;    /* rounded for Safari */
    -moz-border-radius: 20px;       /* rounded for Firefox */
    border-radius: 20px;			/* rounded for CSS3 */
}


.Doodle_img {
	position: relative;
	padding: 40px;

}

.Doodle_artistinfo {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 13px;
	/*Uppercase now. Values: normal, lowercase, capitalize*/
	text-transform:uppercase; 
	text-align: center;
	color: #ffffff;
	/*margin-top: 5px;*/
}


.bubble_spitze {
	display:block; /* center image as block element only */
	margin-left:auto; /* center image */
	margin-right:auto; /* center image */
	background-image:url(../img/layout/bubble_spitze.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 65px;
	height: 26px;
}

.bubble_schatten {
	padding-bottom: 12px;
	background-image:url(../img/layout/BD_Schatten_Bubble.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.textItem {
	display: inline-block;
	padding: 20px;
	font-family:Georgia, serif;
	font-family: georgia, serif;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	color: #000000;
}

.BD_Footer {
	position: fixed;
	width: 27px;
	height: 32px;
	bottom: 0px;
	right: 0px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: #ffffff;
	background-image:url(../img/layout/bubble_Icon.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.BD_Footer_Text {
	position: fixed;
	padding: 5px;
	left: 27px;
	bottom: 0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 13px;
	/*Uppercase now. Values: normal, lowercase, capitalize*/
	text-transform:uppercase; 
	text-align: left;
	color: #ffffff;
	/*margin-top: 5px;*/
}
