@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html, body {
	margin: 0;
	background: url("http://www.msbowl.com/img/background.jpg") repeat-x 0% 0%;
	background-color: #000000;
	}
#container {
	width: 850px;
	margin: 0 auto;
	background: url("http://www.msbowl.com/img/content_bg.gif") repeat-y 0% 0%;
	background-color: #FFFFFF;
	}
#header {
	width: 100%;
	height: 240px;
	background: url("http://www.msbowl.com/img/banner_850.jpg") repeat-x 0% 0%;
	}
#wrapper {
	float: left;
	width: 850px;
	}
#content {
	margin-left: 22%;
	margin-right: 30%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	}
#map_content {
	margin-left: 170px;
	margin-right: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	}
#left {
	float: left;
	width: 20%;
	margin-left: -850px;
	}
#right {
	float: left;
	width: 240px;
	margin-left: -240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #dddddd;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #003e7e;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #ed1c24;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #003e7e;
	border-right: 1px solid #003e7e;
	border-bottom: 1px solid #003e7e;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #003e7e;
	}
#sidebar li a {
	display: block;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #003e7e;
	border-right: 7px solid #003e7e;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #ed1c24;
	border-right: 7px solid #ed1c24;
	}
#pic {
	margin: 0;
	padding: 0;
	}
#pic a {
	display: block;
	border-right: 7px solid #003e7e;
	padding: 12px 0 0 6px;
	}
#pic a:hover {
	border-right: 7px solid #ed1c24;
	}
/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #003e7e;
	text-decoration: none;
	}
a:hover {
	color: #ed1c24;
	}
/* wide photo version 1 */

.wide-photo {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDD;
	padding: 0 0 5px 0;
	margin: 2px 0 5px 0;
}

.wide-photo dt img {
	float: left;
	padding: 0;
	margin: 0 14px 0 0;
}

.wide-photo dd {
	margin: 0;
	line-height: 1.3em;
}

.wide-photo dd p {
	margin: 0;
	padding: 0 0 7px 0;
}

.wide-photo dd p.wp-credit {
	color: #777;
	font-size: x-small;
}
.wide-photo dd p.wp-caption {
	font-size: x-small;
	font-weight: bold;
}

/* inline photo */

.sp-inlinePhoto, .phinline {
	float: right;
	display: inline;
	padding: 5px 15px;
	margin: 10px 0 10px 20px;
}

.sp-inlinePhoto p.photoCredit, p.photocred2 {
	font-size: xx-small;
	line-height: 1em;
	color: #999;
	margin: 0;
	padding: 2px 0 0 0;
}

.sp-inlinePhoto p.photoDesc, p.photosubtext {
	line-height: 1.2em;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: x-small;
	font-weight: bold;
}

.photoEnlarge {
	float: left;
	color: #999999;
	font-size: 8px;
	line-height: normal;
	padding-bottom: 5px;
}

.photoEnlarge a {
	font-size: 9px;
	color: #999999;
}