@import url("reset.css");

body.zebra {
	background-attachment: fixed;
	background-image: url("../images/zebra-biggie.jpg");
	background-position: -30px center;
	background-repeat: no-repeat;
	background-color: #8e8e86;
	margin: 0;
	padding: 0;
	font-family: "Geneva", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* - Expanding Image thingy that I borrowed from kimili.com */
img#expando {
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}

.wide img#expando, .tall img#expando {
	display: block;
}

.wide img#expando {
	width: 100%;
	height: auto;
}
	
.tall img#expando {
	width: auto;
	height: 100%;
}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ?
		document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}


/* --  End of Expanding Image CSS --*/

.clear {
	clear:both;
	display:block;
}

#main-container h1, #main-container h2, #main-container h3 {
	color: #EB8C38;
	font-family: "Baskerville", "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-shadow: 0 1px 2px #555555;
	font-weight: normal;
}

#main-container h2 {
	color: #000000;
	font-size: 28px;
	margin: 1em 0;
	font-weight: normal;
}

#main-container h3 {
	font-size: 2em;
	text-shadow: none;
	font-weight: normal;
}

#main-container a {
	color: #000000;
	display: inline-block;
	padding: 0.25em;
}

#main-container a:hover {
	background-color: #EB8C38;
	color: #ffffff;
}

#main-container p {
/*	font-size: 1.25em;*/
	line-height: 1.5em;
}

#header {
	padding: 12px;
	z-index: 10;
	width: auto;
	overflow: hidden;
	position: absolute;
	right: 1em;
	top: 1em;
	background: rgba(255, 255, 255, 0.7);
}

#header h1 {
	font-size: 20px;
	line-height: 1em;
	margin: 0 0 12px;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	display: block;
}

#header a {
	padding: 0;
	display: block;
	width: 120px;
	padding: 4px;
}

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

#header li {
	margin: 0;
	padding: 0;
}


#contact, #about, #work, #resume {
	display: none;
	padding: 1.5em;
	margin: 1em;
	background: rgba(255, 255, 255, 0.7);
}

#about {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
}

#about h2 {
	margin: 0.5em 0;
}

#about p {
	margin: 0.25em;
}


#work, #resume {
	min-height: 60em;
	margin: 0;
}

#work {
	position: fixed;
	height: 100%;
}

	#work ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 75%;
	}
	
	#work li {
		float: left;
		margin: 0;
		padding: .25em;
	}
	
	#work ul.links {
		width: 20%;
	}
	
	#work ul.links li {
		float: none;
	}



#contact {
	position: absolute;
	bottom: 16em;
	right: 1em;
	margin: 0;
	text-align: right;
	padding: 12px;
	width: 128px;
	height: 200px;
}

#contact h3 {
	color: #000000;
	margin: 12px 0 0;
	font-size: 20px;
	text-shadow:0 1px 2px #555555;
}

#contact p { margin: .5em 0 0;}

#main-container a.wedding-link {
	display: block;
	background: transparent url('/images/wedding/wed-link.png') no-repeat;
	width: 215px;
	height: 96px;
	padding: 20px;
	text-align: center;
	position: fixed;
	bottom: -22px;
	right: -85px;
	color: #ffffff;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 18px;
	line-height: 24px;
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
	cursor: pointer;
}

#main-container a.wedding-link:hover {
	background-position: 0 -135px;
}

#main-container a.wedding-link span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	width: 80px;
	margin: .5em auto 0;
	color: #FCE9B4;
}


/*----------------------------------NICK'S BIRTHDAY------------------------------------*/
body.birthday {
	background: #DFF0FF url('../web/images/global/Camel-Face-1024x768.jpg') no-repeat;
}

.birthday h1 {
	font: 10em Arial;
	text-align: center;
	margin: 0;
	text-shadow: 0 3px 5px #000000;
}

.birthday h2 {
	font-size: 7em;
	line-height: .8em;
	text-align: center;
	margin: 0;
	padding: .25em;
	position: absolute;
	bottom: 0;
	background-color: rgba(223, 240, 255, 0.2);
	text-shadow: 0 1px 2px #666666;
}

.birthday h2 em {
	display: block;
	font-size: .75em;
	margin-top: .25em;
	text-shadow: 0 1px 2px #ffffff;
}




/*----------------------------------HIGHSLIDE CSS------------------------------------*/

.highslide {
    /*cursor: url(../scripts/highslide/graphics/zoomin.cur), pointer;*/
	cursor: pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #EDEDEF;
}
.highslide:hover img {
	border: 1px solid #9B9B9B;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
	border: solid 1px #EDEDEF;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../scripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../scripts/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}