/* 
** flowertree - alternative stylesheet 2
** Other colors and another background picture.
** 
** Nov 13, 2006 - (version 1.1)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	/*background-color: #E89AFC; */
	background-color: #333333;
	text-align: center;
	margin-top: 2em;
}

.page {
	/* Page width: */
	width: 960px;
}

.gallerypage {
	width: 960px;
}


#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #000000;
}

#logo_black {
	/* logo color 2: */
	color: #FF138C;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#header {
	font-family: Verdana, Arial;
	font-size: 1em;
}

#header ul {
	list-style: none;
	padding:0;
	margin:0;
}

#header li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
	background-color: #cccccc;                

}

#header li a {
	padding: 0 1em;
	text-decoration: none;
	color: #FF138C;
}

#header li a:hover {
	padding: 0 1em;
	color: #C2361D;
}

/* #contenthead {
	border: 1px solid;
} */

#header #selected {
	background-color: #ffffff;                
	
}


#menu {
	margin: 0 auto;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 0.9em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #FF138C;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/Main/background_3.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}

#innerpagegallery {
	padding: 1em;
	height: 20em;
}


#innerpageabout {
	/* Background image: */
	background-image: url("../images/Main/background_3.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1em;
	height: 20em;
}

#innerpageevents {
	/* Background image: */
	background-image: url("../images/Main/5296_521434229939_47800098_31082088_3631366_n.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1em;
	height: 20em;
}

#innerpageupcycling {
	/* Background image: */
	background-image: url("http://farm3.static.flickr.com/2793/4453163120_77e333884f.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1em;
	height: 20em;
}

#innerpagepress {
	/* Background image: */
	background-image: url("http://guestofaguest.com/wp-content/uploads/2009/11/La_Femme_Fete7.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1em;
	height: 20em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 30em; 
	height: 500px;
	padding: 0 0.5em 0 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#below {
	background-color: #ffffff; 
	padding: 0.5em 0.5em 0.5em 70px;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#contentabout {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: left; 
	width: 30em; 
	height: 23.8em;
	padding: 0 0.5em 0.5em 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 2em;
	font-family: Trebuchet MS;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color: #FF138C;
}

#content h2 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF138C;
}

#contentabout h1 {
	font-size: 2em;
	font-family: Trebuchet MS;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color: #FF138C;
}

#contentabout h2 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF138C;
}


#gallery h2 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF138C;
}


#gallery h3 {
	font-size: 1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF138C;
}

#gallery img {
  border:2px solid #E89AFC;
  margin: 10px;
}

#gallery a:hover img {
  border:2px solid #FF138C;
}


/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
