/* Homepage CSS Document */

div#main { /* Larger content area on the left */
	padding: 10;
	}

/* Begin welcome blurb */
p#welcome span {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	}	

/* Begin Global Navigation */
ul#globalNav {
	margin-bottom: 30px;
	}
	li#home {
		display: none;
		}
/* End Global Navigation */
		
/* Begin bolwing balls navigation */
ul#ballNav {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#ballNav li {
		float: left;
		margin-right: 37px;
		}
		li#ballNavLast {
			margin-right: 0;
			}
		#ballNav a {
			width: 184px;
			height: 298px;
			text-indent: -9999px;
			display:  block;
			}
			a#candlelites {
				background: url(../images/Candlelites.jpg) no-repeat;
				}
			a#corporateOutings {
				background: url(../images/CorporateOutings.jpg) no-repeat;
				}
			a#specials {
				background: url(../images/Specials.jpg) no-repeat;
				}
			a#summerBowling {
				background: url(../images/KidsBowlFree.jpg) no-repeat;
				}
			a#leagueBowling {
				background: url(../images/Leagues.jpg) no-repeat;
				}
/* End bowling balls navigation */				
	
/* Begin Post-it note announcements */
ul#announcements {
	background: url(../images/PostIt.jpg) -3px 0 no-repeat;
	padding: 66px 30px 30px;
	margin: 0;
	list-style: none;
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	line-height: 14px;
	height: 165px;
	}
	#announcements li {
		padding: 0;
		margin-bottom: 15px;
		}
/* End Post-it note */

/* Begin tabbed interface */
div.TabbedPanels {
	margin: 25px 0;
	}

div.TabbedPanelsContent {
	padding: 15px;
	}
	.TabbedPanelsContent p {
		margin: 0 0 1em 0;
		}
/* End tabbed interface */

/* Begin tabbed interface 2 */
div#tabs {
	margin: 20px 0;
	}
	
div.tabContentContainer {
	height: 180px;
	}
	.tabContentContainer img {
		float: left;
		}
	.tabContentContainer .first {
		margin-top: 0;
		}
	.tabContentContainer ul {
		margin: 0;
		padding: 0 0 0 1.5em;
		}
	.tabContentContainer ul#dyk li {
		margin-bottom: 1em;
		}

.tabContent {
	width: 400px;
	float: right;
	}
/* End tabbed interface 2 */

img#pin {
	display: none;
	}