/*
-----------------------------------------------------------------
British Columbia Powerlifting Association
Stylesheet for screen media
Filename:      style.css                                            
Version:       1.0                                                    
Date:          May 2006
  
Site:          www.bcpowerlifting.ca
 
-----------------------------------------------------------------
*/

span.math {
	font-style: italic;
}

span.cal {
	font-family: cursive;
}

/* Basic Formatting */
/* ----------------------------------------------------------- */
body {
	font-size: 0.7em;
	font-family: Univers, Verdana, Arial, sans-serif;
	color: #000;
	background: #ccc;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

a:visited {
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

em {
	color: red;
}

h1, h2, h3, h4, h5, h6 {
	font-family: HelveticaNeue-CondensedBlack, Helvetica Bold, Helvetica, Arial Black, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0em;
	text-align: center;
}

h1 {
	font-size: 3.4em;
	color: #f00;
}

h2 {
	font-size: 1.55em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.15em;
}

table {
	border-collapse: collapse;
}

td {
	border: solid 1px #000;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

.front {
	font-size: 1.8em;
	font-family: HelveticaNeue-CondensedBlack, Helvetica Bold, Helvetica, Arial Black, sans-serif;
	font-weight: bold;
}

.leftaligned {
	text-align: left;
}


.form input[type="text"] {
	border: 1px solid #0d2b88;
	color: #0d2b88;
}

.columns {
	border-top: 1px #0d2b88 solid;
	padding-top: 5px;
}

.front_image {
	border: 1px solid #0d2b88;
	width: 420px;
	height: 336px;
}

.logo#center {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Main Container */
/* ----------------------------------------------------------- */
#content {
	background-color: #0042D6;
	border: 1px solid #000;
	margin: 10px;        
}


/* Masthead and Masthead Image */
/* ----------------------------------------------------------- */
#masthead {
	background: #0042D6 url(../img/banner.jpg) top center no-repeat;
	padding: 0; 
	margin: 0; 
	overflow: hidden; 
	width: 100%; /*IE5 on Mac needs a width or it won't show*/
	height: 144px; 
}

#masthead img {
	position: relative; 
	top: 144px; 
	left: 0px;
}



/* Navigation Bar on the Left
/* ----------------------------------------------------------- */

#left {
	position: absolute;
	width: 171px;
	left: 10px;
	margin: 0px;
	border-width: 0;
	padding: 0;
	font: 1.5em sans-serif;
}

/* menu styles */
#left a {
	display: block;
   	margin: 0 0px 0 0; 
   	padding: 5px 0px 3px 10px;
   	text-decoration: none;
   	color: #ff0; 
   	background: transparent;
   	border-left: solid 1px #000;
}

#left a:visited {
	color: #ff0; 
}


#left a:hover {
	background-color: #59f; 
   	color: #ff0;
   	padding-right: 10px; 
   	margin-right: 0;
   	border-left: solid 1px #000;
}

#left a#current {
   background-color: #0d2b88;
   color: #fff;
   border-width: 0px;
   border-right: 10px; 
   padding-right: 7px;
   margin-right: 0px;
}

#left a.topline {
	border-left: solid 1px #333;
	border-top: solid 1px #ccc;
}

#ticker {
	background: #f00;
	padding: 8px 2px 8px 18px;
	margin-left: 170px;
	margin-right: 0px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#ticker h1 {
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	}
	
#ticker a {
	color: #ff0;
	}


#center {
	background: #fff;
	padding: 10px 20px 20px 18px;
	margin-left: 170px;
	margin-right: 0px;
	overflow: hidden;
}

#center ul, #center ol {
	margin-left: 0px;
	padding-left: 20px;
}

#center li {
	padding-bottom: 2px;
	list-style-type: disc;
}

#center .none li {
	list-style-type: none;
}

#center .decimal li {
        list-style-type: decimal;
}

#center .lower-alpha li {
	list-style-type: lower-alpha;
}

#center .lower-roman li {
	list-style-type: lower-roman;
}

#center .upper-roman li {
	list-style-type: upper-roman;
}

#center .upper-alpha li {
	list-style-type: upper-alpha;
}

#center .works {
	padding-bottom: 1.2em;
}

.nospace {
	margin-bottom: 0px;
}
	

/* Footer */
/* ----------------------------------------------------------- */
p.footer {
	/* border-top: 1px solid #c5b9a4; */
	margin: 0em;
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-family: HelveticaNeue-CondensedBlack, Helvetica Bold, Helvetica, Arial Black,  sans-serif;
}

p.footer a:link, p.footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

p.footer a:hover {
	/* background-color: #fff; */
	color: #ff0;
	text-decoration: underline;
}

p.footer span.webmaster {
	font-weight: bold;
	color: #000;
}

