﻿* {
	margin:0;
	padding:0;
	border:none;
}

body, html {
	height:100%;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	background:#fff;
	font-size:11px;
	text-align:center;
	line-height:15px;
}

a {
	color:#CC3366;
}

a:hover, a#activemenu {
	color:#CC3366;
}

div#alignfix {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -375px;
	float: left;
}

#mainwrapper {
	width:970px;
	height:750px;
	clear: both;
	top:-375px;
	position:relative;
	margin:0 auto;
	position:static;
}

#header {
	width:100%;
	height:100px;
	position:relative;
	top:0;
	background:url(border_header.png) no-repeat bottom center;
}

#logo {
	position:absolute;
	top:0px;
	left:30px;
	width:360px;
	height:100px;
	background:url(logo-amy_rollo.png) no-repeat top left;
}
#logo h1 {
	font-color:#fff;
	display:none;
}

#social {
	position:absolute;
	top:20px;
	right:30px;
}

#social a {
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	padding:5px 11px;
	margin-left:6px;
}
#social b {
	display:none;
	line-height:0;
}
#social a.twitter {
	background:url(twitter.png) no-repeat top;
}
#social a.facebook {
	background:url(facebook.png) no-repeat top;
}
#social a.flickr {
	background:url(flickr.png) no-repeat top;
}
#social a:hover {
	background-position: 0px -23px;
}


#topmenu {
	position:absolute;
	bottom:10px;
	right:30px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#topmenu a {
	margin-left:20px;
	color:#000;
	text-decoration:none;
}

#topmenu a#activemenu,
#topmenu a:hover {
	text-decoration:none;
	color:#CC3366;
}

#content {
	position:relative;
	clear:both;
	width:970px;
	height:620px;
	overflow:hidden;
}

#mainmenu {
	width:190px;
	height:250px;
	background:url(bg_menu.png);
	padding-top:35px;
	position:absolute;
	top:20px;
	left:45px;
	z-index:9999;
	text-align:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.menuitem {
	width:130px;
	padding-left:30px;
}
.menuitem a {
	width:100%;
	padding:10px 0;
	height:26px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

.menuitem a:hover {
	color:#cc3366;
}

#leftedge, #rightedge {
	position:absolute;
	height:600px;
	top:0;
	width:10px;
	background:url(bg_bio.png);
	z-index:999;
}
#leftedge { left:0; }
#rightedge { left:960px; }

#photowrapper,
#infowrapper {
	width:970px;
	height:590px;
	position:absolute;
	left:0;
	top:30px;
	// overflow-x: hidden;
	// overflow-y: hidden;
	overflow:hidden;
	white-space: nowrap;
}

#photos {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

#infowrapper {
	top:10px;
	background:url(amy-rollo.jpg) top right no-repeat;
	white-space:normal;
	border-bottom:solid 2px #ccc;
}

#bio {
	position:absolute;
	right:0;
	top:30px;
	width:350px;
	height:415px;
	padding:30px 30px 30px 20px;
	overflow:hidden;
	text-align:left;
	background:url(bg_bio.png);
}

.photobox {
	float:left;
	margin:0 5px;
	height:580px;
	overflow:hidden;
}

.photobox img {
	background:#eee;
}

.first { margin-left:0; }
.last { margin-right:0; }

.caption {
	position:relative;
	margin:5px 10px;
	height:50px;
	overflow:hidden;
	text-align:left;
}
.caption a {
	text-decoration:underline;
	color:#CC3366;
}

#footer {
	position:relative;
	clear:both;
	height:10px;
	text-align:right;
	margin:5px 20px 20px 0;
}


#credits {
	float:left;
}
#credits a {
	color:#000;
	text-decoration:none;
}
#credits a:hover {
	color:#cc3366;
}

