﻿/* 
** flowertree - alternative stylesheet 1
** Contains another background picture.
** 
** Nov 18, 2006 - (version 1.0)
** 
** 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: Controls how far the box is from the top of page */
	/*background-color: #C9BDA2;*/
	background-color: #222222;
	text-align: center;
	margin-top: 0.5em;
}

.page {
	/* Page width: Controls the width of box / page */
	width: 750px;
}


/* rotate background image */
#rotator
{
	background-color: #222222;
	background-image: url("../randombgd/rotate.php");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;  
}


/* Controls JavaPix Studio title */
#logo {
	margin: 0 auto;
	text-align: left;
	font-family: "Monotype Corsiva", Trebuchet MS,  Arial ;
	font-size: 2.8em;	
	margin-bottom: -0.1em;
	letter-spacing: -0.01em;
	
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	/*color: #C43917;*/
	color: #CC6600;
}

#logo_black {
	/* logo color 2: */
	color: #CC6600;
}

#logo_below {
	color: #666666;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana,  Arial ;
	font-size: 0.7em;	
	margin-bottom: 1em;
	letter-spacing: 0.2em;
}

#logo_below a:link, #logo_below a:visited {
	text-decoration: none;
	/* logo color 1: */
	/*color: #C43917;*/
	color: #666666;
}

#logo_below a:hover, #logo_below a:active {
	text-decoration: none;
	/* logo color 1: */
	/*color: #C43917;*/
	color: #99846E;
}

#contentbox {
	background-color: #CC6600;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

/* Controls links eg home porfolio etc */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #CC6600;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
	font-weight: bold
}

#menu a:link, #menu a:visited {
	color: #CC6600;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #99846E;
	text-decoration: none;
}

/* Padding for the content / picture box */
#padding {
	padding: 0em;
}

/* Background picture for the inner box */

#innerpage {
	background-color: #222222;
	background-image: url("../images/background_index.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}

#innerpage_portfolio {
	background-color: #222222;
	background-image: url("../images/background_portfolio.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}

#innerpage_packages {
	background-color: #222222;
	background-image: url("../images/background_packages.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}

#innerpage_partners {
	background-color: #222222;
	background-image: url("../images/background_partners.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}

#innerpage_about {
	background-color: #222222;
	background-image: url("../images/background_about.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}

#innerpage_contact {
	background-color: #222222;
	background-image: url("../images/background_contact.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}

#innerpage_login {
	background-color: #222222;
	background-image: url("../images/background_login.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22.5em;
}


/*
 Styles that apply to the 
 content area:
*/

	#flashcontent {
		width: 100%;
		height: 640px;
	}

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 28em; 
	height: 27.3em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF33CC;
}

/* link colors */
#content a:link {
	color: #FF6600;
	text-decoration: none;
	font-size: 0.9em;
}

#content a:hover, #content a:active {
	color: #99846E;
	text-decoration:none;	
}

#content a:visited {
	color: #FF6600;
	text-decoration:none;	
}

#copyright {
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
	letter-spacing: 0.2em;
}

/* Content box of the portfolio page*/

#content_portfolio {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
/*	opacity: .7; */
	float: left; 
	width: 52.5em; 
	height: 27.3em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content_portfolio p {
	font-size: 0.9em;
}

/* heading */
#content_portfolio h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #CC6600;
}

/* link colors */
#content_portfolio a:link {
	color: #CC6600;
}

#content_portfolio a:hover, #content_portfolio a:active {
	color: #CC6600;
}

#content_portfolio a:visited {
	color: #CC6600;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	color: #444444;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
	letter-spacing: 0.0em;
}



#copyright a:link, #copyright a:visited {
	color: #444444;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #444444;
	text-decoration: none;
}