﻿/* all links */
a { 
	color: #FFFFFF;
	text-decoration: none;
}
/* visited links */
a:visited { 
	color: #FFFFFF; 
}
/* active links */
a:active { 
	color: #FFFFFF; 
}
/* links hovered */
a:hover { 
	color: #FFC000;
	text-decoration: underline;
}


/* top menu */
#menu {
	align: center;
	width: 100%;
	height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
	text-align: center;
	font-family: Candara, sans-serif;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}


/* top */
#top { 
	width: 100%;
	height: 160px;
	margin: 0px;
}


/* bottom */
#bottom { 
	width: 100%;
	height: 60px;
	margin: 0px;
}


/* foot */
#foot { 
	width: 100%;
	height: 50px;
	margin: 0px;
}

/* footer */
#footer { 
	bottom: 5px;
	text-align: center;
	letter-spacing: normal;
	font-family: Candara, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: inherit;
	white-space: normal;
	position: relative;
}


/* left */
#left { 
  align: center;
  width: 100%;
  height: 500px;
  text-align: center; 
  font-family: Candara, sans-serif;
}

#leftframe {
  align: center;
  padding: 10px;
  background-color: #FFFFFF;
  text-align: center;
}


#homeframe {
  align: center;
  border-radius: 9px;
  border: 2px solid #000000;
  padding: 10px;
  background-color: #FFFFFF;
}

/*
#dataframe {
  align: center;
  border-radius: 9px;
  border: 2px solid #000000;
  padding: 10px;
  background-color: #FFFFFF;
}


#pageframe {
  align: left;
  border-radius: 9px;
  border: 2px solid #000000;
  padding: 5px;
  width: 180px;
  height: 300px;
  background-color: #FFFFFF;
}


#collectionframe {
  align: left;
  border-radius: 9px;
  border: 2px solid #000000;
  padding: 5px;
  width: 375px;
  height: 75px;
  background-color: #FFFFFF;
}

#roomframe {
  align: left;
  border-radius: 9px;
  border: 2px solid #000000;
  padding: 5px;
  width: 180px;
  height: 150px;
  background-color: #E2F0D9;
}

#storyframe {
  align: left;
  border-radius: 9px;
  border: 2px solid #000000;
  padding: 5px;
  width: 750px;
  height: 100%;
  background-color: #FFFFFF;
}

#listframe {
  align: center;
  border-radius: 22px;
  border: 2px solid #000000;
  padding: 5px;
  width: 780px;
  height: 45px;
  background-color: #FBE5D6;
}
*/

/* all images */
img { 
	border: 0px;
	margin: -3px !important; 
}

/* button hover */
#buttongrey {
  border-radius: 40px;
  height: 50px;
  background-color: #D9D9D9;
}

#buttongrey:hover {
  border-radius: 40px;
  height: 50px;
  background-color: #A6A6A6;
}

#buttongreen {
  border-radius: 40px;
  height: 50px;
  background-color: #A9D18E;
}

#buttongreen:hover {
  border-radius: 40px;
  height: 50px;
  background-color: #92D050;
}

#buttonblue {
  border-radius: 40px;
  height: 50px;
  background-color: #9FE6FF;
}

#buttonblue:hover {
  border-radius: 40px;
  height: 50px;
  background-color: #69D8FF;
}

#buttonorange {
  border-radius: 40px;
  height: 40px;
}

#buttonorange:hover {
  border-radius: 40px;
  height: 40px;
  background-color: #C5E0B4;
}


#buttonsmall {
  border-radius: 24px;
  height: 24px;
}

#buttonsmall:hover {
  border-radius: 24px;
  height: 24px;
  background-color: #C5E0B4;
}



/* ALL CONTRIBUTION FORM CSS */
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  font-size: 14pt;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #70AD47;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  font-size: 12pt;
 
/* Position the tooltip text */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* select form */
select {
	align: left;
	width: 100%;
	padding: 12px 20px;
    margin: 8px 0;
	border-radius: 6px;
	font-size: 14pt;
	font-color: #000000;
	font-family: Candara, sans-serif;
}

/* input form */
input[type=email] {
	align: center;
	padding: 12px 20px;
    margin: 8px 0;
	border-radius: 40px;
	font-size: 18pt;
	font-color: #000000;
	font-family: Candara, sans-serif;
}

input[type=email]:focus {
	border-radius: 40px;
}

input[type=text] {
	align: center;
	padding: 12px 20px;
    margin: 8px 0;
	border-radius: 40px;
	font-size: 18pt;
	font-color: #000000;
	font-family: Candara, sans-serif;
}

input[type=text]:focus {
	border-radius: 40px;
}

input[type = "password"] {
	align: center;
	padding: 12px 20px;
    margin: 8px 0;
	border-radius: 40px;
	font-size: 18pt;
	font-color: #000000;
	font-family: Candara, sans-serif;
}

input[type = "password"]:focus {
	border-radius: 40px;
}

input[type=textarea] {
	height: 200px;
	padding: 12px 20px;
    margin: 8px 0;
	border-radius: 40px;
	font-size: 18pt;
	font-color: #000000;
	font-family: Candara, sans-serif;
	resize: none;
	wrap: hard;
	text-align: justify;
}

input[type=textarea]:focus {
	border-radius: 40px;
}

.new-button {
    display: inline-block;
    height: 30px;
    width: 200px;
    text-align: center;
    padding: 8px 12px; 
    cursor: pointer;
    border-radius: 40px;
    color: #FFFFFF;
    background-color: #A9D18E;
    font-size: 16pt;
    font-family: Candara, sans-serif;
}

.new-button:hover {
	background-color: #70AD47;
	border-radius: 40px;
}

input[type=file] {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  font-size: 16pt;
}

.button-wrap {
  position: relative;
}


input[type=submit] {
	align: center;
	width: 100px;
	height: 50px;
	border-radius: 40px;
	font-size: 16pt;
	color: #FFFFFF;
    background-color: #A9D18E;
    font-family: Candara, sans-serif;
}

input[type=submit]:hover {
	background-color: #70AD47;
	border-radius: 40px;
}

