@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("Black Gradient.jpg");
	background-repeat:repeat-x;
	margin: 0;
	padding: 10px;
	}
	
#text
{
	background-color:#FFFFFF;
	color:#8C3870;
	padding-top:25px;
	padding-bottom:25px;
	padding-right:100px;
	padding-left:100px;
	font-family:"Trebuchet MS";
}


/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:800;
	margin-bottom:40px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#FF66CC;
	background:#FFF;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:24px;

}
#nav a:hover{
	color:#000000;
	background:#B300B3;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	/*background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#B3478F;
	text-decoration:underline;
	color: #FF66CC;
	font-size:20px;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#000;
}

.positionrelative 
{
	position:relative;
	}



	
.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px #D957AD
;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 3px #8C008C;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #B300B3
;
padding: 5px;
left: -1000px;
border: 3px  ;
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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#macaw
{
	float:right;
}

#titles
{
	font-family:"Trebuchet MS";
	background-color:#FFF;
	font-size:36px;
	color: #FF00FF;
	
}

#blackbackground
{
	background-color:#000000;
}

#Photography
{
	display:block;
}

#width {
	width: 950px;
	margin: auto;
}

#narrow {
	width: 600px;
	margin: auto;
}

#floatright {
	float:right;
	margin: 0 0 10px 10px;
}

.sidemenu{
width: 190px; /*width of menu*/
}

.sidemenu .headerbar{
font: bold 13px Trebuchet MS;
color: #FF66CC;
background: #black url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.sidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidemenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidemenu ul li a{
font: normal 12px Trebuchet "MS Serif", "New York", serif;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #FF66CC;
background:white;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.sidemenu ul li a:visited{
color: black;
}

.sidemenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

</style>

