/***********************************************************************
	BulverdeBowlingClub.com - 
	Built by Clay Meyers - CDM Grafx Design www.cdmgrafx.com
	- April 2 -2007 
************************************************************************/

/* site layout */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/site/black-line_side.png);
	background-repeat: repeat-y;
	background-color: #ECE9D8;
}
.masthead {
	height: 160px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/site/black-line_top.png);
}
.masthead .title{
	position: absolute;
	top: 44px;
	width: 100%;
	z-index: 99;
	text-align: right;
	color: #000000;
}
.masthead .title h3 {
	color: #000000;
	z-index: 101;
	font-size: 145%;
	text-align: right;
	padding-right: 12px;
	margin: 0px;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}
.masthead .address {
	position: absolute;
	top: 67px;
	width: 100%;
	z-index: 99;
	text-align: right;
	color: #000000;
	background-color: #FF0000;
	height: 28px;
}
.masthead .address h3 {
	color: #FFFFFF;
	z-index: 101;
	font-size: 90%;
	text-align: right;
	padding-right: 12px;
	margin: 0px;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	background-color: #FF0000;
	padding-top: 6px;
}
.logo {
	position: absolute;
	height: 160px;
	width: 160px;
	left: 30px;
	top: 8px;
	z-index: 100;
	background-image: url(../images/logo/BBC_Logo.png);
	background-repeat: no-repeat;
}
.copyright {
	font-size: 80%;
	text-align: right;
	margin-right: 205px;
	color: #000000;
}
.container {
	top: 160px;
	margin-top: 135px;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 2px;
}

/* navigation styles */

.masthead .navigation {
	position: absolute;
	left: 0px;
	top: 94px;
	font-variant: small-caps;
	font-size: 100%;
	background-color: #FFFFFF;
	width: 100%;
	text-indent: 198px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	color: #FF0000;
	letter-spacing: 1px;
	white-space: nowrap;
}
.masthead .navigation a:link {
	color: #000000;
	text-decoration: none;
}
.masthead .navigation a:visited {
	color: #000000;
	text-decoration: none;
}
.masthead .navigation a:hover {
	color: #FF0000;
	text-decoration: none;
}
.masthead .navigation a:active {
	color: #FF0000;
	text-decoration: none;
}
.masthead .navigation a:focus {
color: #FF0000;
	text-decoration: none;
}
/* left column styles */

.leftcontent {
	position: absolute;
	left:0px;
	top:170px;
	width:200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/site/black-line_side.png);
	background-repeat: repeat-y;
}
.leftcontent p {
	font-size:80%;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
}	

/* right column styles */

.rightcontent {
	position: absolute;
	right:0px;
	width:200px;
	background:#fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: 1px;
	top: 170px;
}
.rightcontent p {
	font-size:80%;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* center column styles */

.centercontent {
	background:#fff;
	margin-left: 200px;
	margin-right:200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 200px;
	margin-right:200px;
	border: 1px solid #000;
	margin-top: 0px;
}
.centercontent p {
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
}
.centercontent h3 {
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 12px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	margin-bottom: 0px;
}
.centercontent img {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
}


/* link styles */

.centercontent a:link {
	color: #333333;
	text-decoration: underline;
}
.centercontent a:visited {
	color: #333333;
	text-decoration: underline;
}
.centercontent a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.centercontent a:active {
	color: #333333;
	text-decoration: underline;
}

/* font styles */

p,h1,pre {
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:130%;
	padding-top:10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 10px;
}
h2 {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 12px;
}
ul {
	text-align: justify;
	font-size: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
li {
	text-align: justify;
	margin-right: 14px;
	padding-top: 8px;
	font-size: 100%;
}
