/* 
 * main.css for spikescoffee.com
 *
 */
body, html {
	background-image: url(../img/striped-bkg.gif);
	background-color: #eda324;
	background-repeat: repeat;
	
} 

#hd {
	margin-top: 10px;
	background-image: url(../img/hd-dropshadow.png);
	width: 966px;
}

#hd-banner {
	position: relative;
	left: 8px;
	top: 2px;
	width: 950px;
}

#bd {
	background-image: url(../img/bd-dropshadow.png);
	position: relative;
	width: 966px;
}

#bd a {
	color: #aa8c50;
	text-decoration: none;
}

#bd a:hover {
	color: #623710;
	text-decoration: underline;
}

/* styling for footer */
#ft {
	background-image: url(../img/ft-dropshadow.png);
	width: 966px;
	height: 38px;
	position: relative;
	margin-bottom: 20px;
}

#ft #copyright {
	text-shadow: 0 1px #333;
	text-align: right;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 10px;
	color: white;
	padding-right: 55px;
	padding-top: 6px;
}

/* styling for the navigation bar */
#top-navigation {
	background-color: #60360e;
	position: relative;
}


#top-navigation .yui-menu-content {
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFB411;
	border-top: 1px solid #FFB411;
	border-left: 2px solid #FFB411;
	border-right: 2px solid #FFB411;
	padding-left: 40px;
}

#top-navigation .yui-menuitem-content {
	text-shadow: 1px 1px 1px #292929;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #ffe296;
	border-bottom: 1px solid #FFB411;
	border-top: 1px solid #FFB411;
	border-right: 1px solid #FFB411;
}

#top-navigation .yui-menuitem-active .yui-menuitem-content {
	background: #eea425;
	border-bottom: 1px solid white;
}


/* site theme specific styling */
#content {
	position: relative;
	padding: 30px;
	padding-top: 30px;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #666;
	width: 886px;
	left: 10px;
}

/* headlines in use */
#content h1, #content h2 {
	font-size: 200%;
	font-weight: bold;
	color: #623710;
	margin-top: 0;
}

#content h2 {
	font-size: 140%;
	margin-bottom: 10px;
}

#pageheader {
	text-shadow: 0px 0px 0px;
	border: 2px solid #eda324;
	background-color: #61360f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#pageheader h2 {
	text-shadow: 0px -1px 1px #080808;
	color: white;
	margin: 0;
}

/* welcome splash on spike's home page */
#welcome-splash {
	background-image: url(/img/outside_homepagebanner.jpg);
	width: 900px;
	height: 350px;
	border: 2px solid silver;
}

#quick-news {
	background-color: #fff7cb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 15px;
	height: 370px;
}

#quick-news .horiz-tab {
	text-shadow: 0px 0px 0px;
	border: 2px solid white;
	background-color: #61360f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
	width: 300px;
}

#quick-news h1 {
	text-shadow: 0px -1px 1px #080808;
	color: white;
	margin: 0;
	font-size: 16px;
}

#quick-news p {
	width: 300px;
	padding-left: 10px;
	line-height: 18px;
	color: #333;
}

/* css override for content imported from google sites */
td.sites-layout-tile {
	border: 0;
	padding: 0;
	width: 40%;
	vertical-align: top;
}

td.sites-layout-tile div {
	padding-right: 20px;
	vertical-align: text-top;
}

/* styling for the location map */
.locationmap {
	border: 2px solid silver;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#outside-shot {
	width: 450px;
	border: 2px solid silver;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 20px;
}

/* polaroid effects */
div.polaroid {
	float: left;
	border: 1px solid silver;
	background-color: silver;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
	margin: 10px;
	margin-top: 0;
	margin-left: 0;
}

div.polaroid.right {
	float: right;
	margin: 10px;
	margin-top: 0;
	margin-right: 0;
}

div.polaroid img {
	border: 1px solid white;
}

/* yui-loading class definition */
.yui-loading {
	visibility: hidden;
}
