@charset "UTF-8";
body {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/bodybackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:25px;
	margin-bottom:30px;
	border: 6px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/whitecontent_bkg.jpg);
	background-repeat:no-repeat;
}
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:162px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerNav {
	color:#999;
	font-size:15px;
	line-height:20px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	float:left;
	width:375px;
	padding:0px 10px 20px 32px;
}

#headerNav a {
	color:#999;
	text-decoration:none;
}

#headerNav a:visited {
	color:#999;
	text-decoration:none;
}

#headerNav a:hover {
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/firefly.png);
	background-position:top;
	background-repeat:no-repeat;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

#mainContent {
	padding: 25px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent2 {
	padding: 25px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent2 a {
	color:#5da0b6;
	text-decoration:none;
}

#mainContent2 a:hover {
	color:#5da0b6;
	text-decoration:underline;
}

#polaroid {
	background-image:url(../images/polaroids/polaroid.jpg);
	background-repeat:no-repeat;
	height:253px;
	width:210px;
	padding:8px 10px 5px 0px;
	text-align:center;
	float:left;
}

#polaroida {
	background-color:#000;
	margin:10px 21px 5px 19px;
	padding:0 0 0 0;
	text-align:left;
	color:#CCC;
	height:175px;
	width:172px;
}

#polaroidtwitter {
	background-color:#000;
	background-image:url(../images/polaroids/twitterphoto.jpg);
	margin:10px 21px 5px 19px;
	padding:0 0 0 0;
	text-align:left;
	color:#CCC;
	height:175px;
	width:172px;
}

#polaroidb {
	margin:2px 21px 5px 19px;
	padding:4px 0 0 0;
	text-align:center;
	color:#000;
	height:38px;
	width:172px;
	overflow:hidden;
}

#polaroidb a {
	text-decoration:none;
}

#polaroidb a:visited {
	text-decoration:none;
}

#polaroidb a:hover {
	text-decoration:underline;
}

#polaroida p {
	padding:15px 10px 0px 10px;
	margin:0;
}

#contentMedia a {
	color:#5da0b6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#contentMedia a:hover {
	color:#4487a7;
	text-decoration:underline;
}

#thumbnailNav {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5da0b6;
}


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2f2f2f;
}
#footer p {
	font-size:12px;
	color:#CCC;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 8px 37px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	text-decoration:none;
	color:#CCC;
}

#footer a:hover {
	text-decoration:underline;
	color:#CCC;
}


.boldpolaroidText {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#000;
}

.boldpolaroidText a {
	color:#000;
	text-decoration:none;
}


.boldpolaroidText a:hover {
	color:#000;
	text-decoration:underline;
}

.boldpolaroidText a:visited {
	color:#000;
	text-decoration:none;
}

.polaroidText {
	color:#666;
	font-size:12px;
}

.polaroidText a {
	color:#666;
	text-decoration:none;
}

.polaroidText a:hover {
	color:#069;
	text-decoration:underline;
}

.storebutton {
	font-size:24px;
	padding-left:42px;
}

.concertbutton {
	letter-spacing:10px;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:26px;
	padding-right:5px;
	
}

.emailbutton {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:4px;
	line-height:28px;
	padding-left:20px;
}

.blogbutton {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:22px;
	line-height:20px;
	padding-left:52px;
}

.mediaFont {
	font-weight:bold;
	font-size:16px;
	padding-left:32px;

}

.homeButton {
	font-size:15px;
	padding-left:3px;
}

.guestbook {
	font-size:12px;
	padding-left:3px;
}

.dots {
	padding-left:32px;
}

.tinyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

.tinyTextwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

.tinyText a {
	color:#999;
}

.tinyText a:hover {
	color:#069;
}

.tinyTextblue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5da0b6;
}

.largeTextblue {
	color:#5da0b6;
}

.sansFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sansBlue {
	font-family:Arial, Helvetica, sans-serif;
	color:#5da0b6;
	font-size:15px;
	letter-spacing:.1em;
}

.thumbnailBar {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5da0b6;
	padding-left:15px;
}

#ecard {
position:absolute;
width:100%;
top:220px;
left:auto;
right:auto;
}