/* @override http://dev.pippindesign.com/css/style.css */

/* Stylesheet for 2009 Holiday Affair
Author: Pippin Design, Inc.
Author Website: www.pippindesign.com
Date: August 20, 2009
Website: www.theholidayaffair.com */


/* Colors 

Red


/* Global CSS Reset */
@import url('reset.css');

/*General formatting */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	width: 23000px;
	overflow: hidden;
	font-size: 62.5%;
	color: #222;
}

#screen {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/Bokeh.jpg);
}
.height {height: 100%;
	background-attachment: fixed;
}



h1 {font-size: 3.8em;}
h2 {font-size: 2.4em;}
h3 {font-size: 2em;}
h4 {font-size: 1.8em;}

a:link,
a:visited {
	color: #9b0e14;
}

a:hover,
a:active {
	background-color: #fff;
}

small {
	font-size: .9em;
}
/* Title Panel */

div#title-panel {
	display: block;
	height: auto;
	width: 380px;
	height:80px;
	margin: 15px 40px 20px 40px;
	border: solid 1px #fff;
	text-align: center;
	float: left;
	background: #770b0e url(../images/bg-title.jpg) repeat-x;
}

div#title-panel h1 {
	text-indent: -9999px;
/*	color: #ffffff;
	letter-spacing: 0px;
	margin: 28px 10px;
	text-transform: uppercase;
	font: 2.6em "Hoefler Text",Baskerville,Garamond,"Palatino Linotype",Georgia,"Times New Roman",serif; */
}



div#networking {
	display: block;
	position: fixed;
	bottom: 0;
	right: 20px;
	background: url(../images/white.png) ;
	z-index: 6000;
	border: 1px solid #770b0e;
	border-bottom: none;

}

div#networking ul li {
	float: left;
	padding: 10px 20px;
}
div#networking ul li.twitter {
	padding: 10px 0 10px 20px;
}
div#networking ul li a{
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 25px;
	background: url(../images/twitter.png) no-repeat center center;
}

div#networking ul li.facebook a {
	background: url(../images/facebook.png) no-repeat center center;

}
div#networking ul li.twitter a:hover {
		background: url(../images/twitter-over.png) no-repeat center center;

}
div#networking ul li.facebook a:hover {
		background: url(../images/facebook-over.png) no-repeat center center;

}


/* Navigation */

#nav {
	display: block;
	width: 100%;
	height: 58px;
	background: #57080a url(../images/bg-nav.jpg);
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: solid 1px #fff;
	z-index: 2000;
	font-family: Arial, Helvetica, sans-serif;
/*	padding: 0 20px 0 480px;*/

}
div.wrap {
	width: 950px;
	height: 80px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
}
ul.main-nav {
	float:left;
	display: block;
	float: left;
	margin: 10px 0;
}

#nav ul li {
	display: inline;
	padding: 0 16px 0 0;
	line-height: 40px;
}

#nav ul li a {
	font-weight: bold;
	font-size: 1.7em;
	padding: 4px;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	
}

#nav ul li a:hover, #nav ul li a:active {
	background-color: #9b0e14;
	border-bottom: none;
	text-decoration: none;
}

#nav ul.secondary-nav {
width: 100px;
margin: 10px 0 0 0;
float: right;
	position: fixed;
	width: 300px;
	top: 0;
	right: 20px;
	z-index: 7000;}

#nav ul.secondary-nav li {
	float: right;
	padding: 0;
}

#save-the-date{
	float: left;
	margin: 75px 20px;
}

#save-the-date a {
	display: block;
	width: 100px;
	height: 100px;
	width: 180px;
	background-color: #57080a;
	border: 1px solid #fff;
	text-align: center;
	
}
#save-the-date span.title {
	display: block;
	font-size: 2em;
	padding: 5px;
	background-color: #57080a;
	color: #fff;
	font-weight: bold;
}

#save-the-date span.date {
	color: #fff;
	padding: 0 10px;
	font-style: italic;
	font-size: 1.2em;
	line-height: 140%;
}
/* Layout of scrolling panels*/

.container {
float: left;
display: block;
width: 2000px;
height: 1000px;
margin: 0;
padding: 120px 0;

}

/* http://www.methodologie.com/images/msizer.png */

/* Background customization for each panel */
#Home {}

#Organizers {}

#Sponsorship {}

#Charity {}


/* Common wrapper formatting*/
.wrapper {
	margin: 0 0 60px 40px;
	width: 780px;
	overflow: hidden;
	z-index: 10000;
	position: relative;
	float: left;
}

.sub-wrap {
		padding: 20px;
	background: url(../images/white.png) ;
	border: 3px solid #770b0e;
	border-right: none;
	border-left: none;
	overflow: auto;
}
/* Individual wrapper formatting and placement*/
#Home .wrapper{
}

#Organizers .wrapper{
}

#Sponsorship .wrapper{
	}
	
#Sponsorship .wrapper .sub-wrap{
		}

#Charity.wrapper{}



/* General Typography */


h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
	color: #fff;
	font-weight: normal;
}

h3 {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #9b0e14;
	font-size: 2em;
	margin: 0 0 18px;
	border-bottom: 1px solid;
	padding: 4px 0;
}
p {
	margin: 0 0 8px;
	line-height: 150%;
	font-size: 1.5em;
	clear: both;
}
p.no-clear {
	clear: none;
}
p.intro {
	font-size: 1.8em;
	font-style:italic;
	line-height: 140%;
	margin: 0 0 18px;
	color: #9b0e14;
}

p.intro a:link,
p.intro a:visited {
	color: #222;

}

p.intro strong {
	font-style: normal;
}

div.side-col {
	float: left;
	width:210px;
	margin: 0 20px 0 0;}


p.no-clear {
	clear: none;
}
.sub-wrap img {
	margin: 0 20px 20px 0px;
	border-bottom: 3px solid #770b0e;
	padding: 0 0 1px 0;
	background-color: #fff;
	width: 210px;
}

table {
	width: 100%;
	font-size: 1.4em;
}
table th {
	padding: 10px;
	text-align: left;
	
}
table td {
		padding: 10px;
	background-color: #fbf8f8;
	border-bottom: 1px solid #e1cfd0;
}

table tr.even td {
	background-color: #fff;
}

table a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.sponsor {
	float: left;
	width: 300px;
}

.sponsor.presenting {
	width: 100%;
}
.sponsor.other {
	clear: both;
	width: 100%;
}

.sponsor h3, .sponsor p {
}

.sponsor.capital h3,
.sponsor.column h3,
.sponsor.base h3 {
	text-align: center;
	margin-bottom: 8px;
}

ul.sponsor-logos{
	margin: 20px;
	overflow: hidden;}

ul.sponsor-logos li {
	text-indent: -9999px;
	float: left;
	background: url(../images/sponsors.gif) no-repeat;
}

ul.sponsor-logos li.aia {
	width: 140px;
	height: 50px;
	margin: 15px 30px;
}

ul.sponsor-logos li.aiga {
	width: 80px;
	height: 80px;
	background-position: -35px -310px;
}


p.title {
	font-style: italic;
}


a.button:link,
a.button:visited {
	display: block;
	float: left;
	width: 180px;
	height: 40px;
	text-align: center;
	background-color: #9b0e14;
	border: 1px solid #fff;
	font-style: italic;
	font-size: 1.2em;
	line-height: 40px;
	color: #fefefe;
}
a.button:hover,
a.button:active {
	background-color: #57080a;
	text-decoration: none;
	color: #fff;
	}
#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
	background: url(../images/black.png);
	z-index: 1000;
	padding-top: 100px;
}

#pageslide-content {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

#pageslide-content h2.logo {
	display:block;
	width: 200px;
	height: 70px;
	text-indent: -9999px;
	background: url(../images/second-harvest-logo.png);
	margin: 0 auto 20px;
	}
    
#secondary {
        color: #FFF;
        padding: 15px 35px;
        }
     
#secondary p {
	line-height: 140%;
	margin: 0 0 18px;
}
#secondary a:link,
#secondary a:visited {
	color: #ae1820;
	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;
}

p.close {
	color: #666;
	font-size: 1.2em;
	margin: 20px 0;
}