/*******************************************************
TITLE: Creative Desktop Wallpapers by BISTIK.com
DATE: 20070602
AUTHOR: Bernadette Borromeo - http://bistik.com
*******************************************************/

/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #000;
	background: #c4bbc7; }



#contents p {font-weight: bold; }

.altcolor {color: #eef7e2; font-weight: bold; }

.altcolor2 {color: #cde7a8; }

.altcolor3 { color: #ffffff; font-weight: bold; }

#demotext {
	border: 1px;
	background-image: url(images/flora1.jpg);
	color: #233622;
	margin: 8px 149px 5px 10px;
	padding: 30px 30px 50px 30px;
	position: relative; } /*** for IE6 ***/
 
a:link {color: #eef7e2; text-decoration: none; padding: 1px; }

a:visited {color: #eef7e2; text-decoration: none; padding: 1px; }

a:hover {color: #000; background: #eef7e2; text-decoration: none; padding: 1px; }

.gallerycontainer{
position: relative;
margin:0 0 -1em 0; 
padding-top: 9.5em;
padding-left:13em;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ecf5e9;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 560px; /*position where enlarged image should offset horizontally */
z-index: 100;
}


#leftbox a:link, #leftbox a:visited {color: #233622; text-decoration: underline; }

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000; text-decoration: underline; background: #eef7e2; padding: 1px; }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover strong, .right a:hover {color: #771464; background: #f4e6ef; padding: 1px; }

#contents a:link, #contents a:visited {
	color: #000; text-decoration: underline; background: #f4e6ef; padding-top: 0; }

#contents a:hover {color: #f9f; background: #233622; padding-top: 0; }

#footer a:link, #footer a:visited {color: #ffffff; }

strong {font-weight: bold; color: #233622; }
	
pre strong {color: #000; }

#contents strong {color:  #ffffff; }

#contents pre.altcolor2 strong {color: #cde7a8; }

.alignright  {margin: 0; padding: 1em 10px 2.5em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #ffffff; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/




#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0; 
	background: url(images/flora.jpg) 0 0 no-repeat; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	height: 100px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#nav {
	position: absolute;
	left: 0px;
	width: 215px;
	top: 135px;
	background-color: #c4bbc7;
	color: #000; 
	padding-top: 5px; }

#nav ul {
list-style-type:none;
padding:0;
margin:0;
font-size:36px;
font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#D2D0CE;
font-weight:300;
letter-spacing:-3px;
}
#nav ul li{
width:215px;
height:77px;
background-image:url(images/nav_bg.gif);
background-repeat:no-repeat;
margin:0 0 4px 0;
padding-right:0;
text-align:right;
}
#nav ul li a{
height:77px;
text-decoration:none;
color:#D2D0CE;
display:block;
height:100%;
background-image:url(images/nav_bg.gif);
padding-right:8px;
}
#nav ul li a:hover{
background-image:url(images/nav_bg2.gif);
color:#FFFFFF;
text-transform:uppercase;
font-size:30px;
}

#container {
	margin-left: 215px;
	background: #faf548 url ("images/rightbg.gif") 100% 0 repeat-y;
	}

#navmenu {
	background-color: #c4bbc7;
	
	padding: 3px 0;
	position: relative; } /*** IE6 needs this to display the div ***/  

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; }

#navmenu ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin: 3px 0;
	width: 10em;  
	border-right: 2px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
	color: #000; } 

#navmenu a:hover {
 	color: #faf5f8; 
	background: #879186; }

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 108px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;}

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/



.right {
	float: right;
	margin-right: 26px;
	width: 40%;
	padding: 5px 5px 5px 0: }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/


.clear {
	clear: both;
	margin: 0;
	padding: 0; }


#footer {
	background: #758c6f;
	margin-top: 1.5em;
	margin-right: 0px;
	border-top: 1px dashed #888; }

-->

</style>
