@charset "utf-8";

/* --------------------------------------------
Filename: westfargobmx.css
Title: Primary CSS file for westfargobmx.com
Author: Michael Reiner
License: Copyright 2009, West Fargo BMX, All Rights Reserved
Feel free to read and learn from this, but please don't steal it.

Description: This style sheet provides basic styling for XHTML
elements for the web site of West Fargo BMX.

Credits: Many of the techniques used in this style sheet can be
learned by reading: Pro CSS Techniques; Croft, Lloyd, Rubin and
Stylin' with CSS, A Designer's Guide; Wilke-Smith.
----------------------------------------------- */

* {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
html {
	font-size:125%;
}
body {
	font-size:50%;
	font-family:Arial, sans-serif;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: none;
	background-color: #FFFFFF;
}

#mainwrap {
	font-size: 1.2em;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/bgimages/fauxleft.gif);
}

/* Header - Banner Styling */
#header {
	position: relative;
	background-image: url(images/bgimages/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 2px;
	height: 215px;
}
#header h1,
#header h2 {
	position:absolute;
	padding:0;
	margin:0;
}
#header h1 {
	background-image: none;
	font-size: 0px;
}
#header h2 {
	font-size: 0px;
	top: 25px;
	left: 25px;
}

/* Top Horizontal Link Bar */

#horizlinkstop {
	background-image: url(images/bgimages/horizlinkstopbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #475a8d;
}
#horizlinks {
	height:2.5em;
	padding-left: 175px;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: .4em;
	padding-bottom: 0.3em;
	background-image: url(images/bgimages/horizlinksbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 2px;
	color: #FFFFFF;
}
#horizlinks ul,
#horizlinks li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#horizlinks li {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: auto;
	text-align: center;
	position:relative;
}
#horizlinks li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
div#horizlinks li:hover {  /* part of drop-down */
	background-color: #475a8d;
}
div#horizlinks ul li ul {  /* part of drop-down */
	margin:0;
	position:absolute;
	width:10em;
	left:-1px;
	background-color: #475a8d;
}
div#horizlinks ul li ul li {  /* part of drop-down */
	width:100%;
	background-color: #475a8d;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
}
div#horizlinks ul li ul li a{  /* part of drop-down */
	padding-top: 0.3em;
	padding-bottom: .3em;
}
#horizlinks a {
	display:block;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#horizlinks a:link,
#horizlinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#horizlinks a:hover,
#horizlinks a:active {
	color: #d7d7d7;
	background-color: #62739e;
}
div#horizlinks ul li ul li:first-child {  /* part of drop-down */
	border-top:1px solid #ffffff;
}
body div#horizlinks ul li ul {display:none;}  /* part of drop-down */

div#horizlinks ul li:hover ul, div#horizlinks ul li ul:hover {  /* part of drop-down */
	display:block;
}
body div#horizlinks ul li ul li ul { /* part of second level drop-down */
	visibility:hidden;
	top:-1px;
	left:10em;
}  
div#horizlinks ul li ul li:hover ul { /* part of second level drop-down */
	visibility:visible;
}

/* hack for IE Win only \*/
* html #horizlinks ul {
	border-left:1px solid #FFFFFF;
}	
/* end of hack */

/* Breadcrumb Bar */

#breadcrumbtop {
	background-image: url(images/bgimages/horizlinkstopbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #cadaea;

}
#breadcrumb {
	padding-top:.8em;
	padding-bottom:.7em;
	padding-left: 10px;
	font-size: 1.1em;
	margin-top: 2px;
	background-image: url(images/bgimages/horizlinksbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
}
#breadcrumb p {
	color: #000000;
	display: inline;
}
#breadcrumb ul,
#breadcrumb li {
	display:inline;
	padding:0;
	margin:0;
}
#breadcrumb li {
	padding-left:.5em;
}
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:active {
	color:#7fa797;
	text-decoration: underline;
}

/* Column One and Column 1a (photo and results) - Left Navigation Styling */

#column1 {
	float:left;
	width:175px;
	margin-left:-755px;
	padding-top: 30px;
	font-size: 1.2em;
}
#column1a {
	float:left;
	width:175px;
	margin-left:-955px;
	padding-top: 30px;
}
#column1ultop,
#column1ultopa {
	padding-top: .7em;
	background-image: url(images/bgimages/VertLinkBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CADAEA;
}
#column1 ul,
#column1a ul {
	list-style-type:none;
	width: 175px;
	text-decoration: none;
	padding-bottom: 0.7em;
	background-image: url(images/bgimages/VertLinkBotBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #475a8d;
}
#column1 li,
#column1a li {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	position:relative; /* added for drop-down */
}
#column1 li:first-child,
#column1a li:first-child {
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
div#column1 li:hover {  /* part of drop-down */
	background-color: #475a8d;
}
div#column1 ul li ul {  /* part of drop-down */
	margin:0;
	position:absolute;
	width:10em;
	left:175px;
	top:-1px;
}
div#column1 ul li ul li {  /* part of drop-down */
	width:100%;
	height: 1.5em;
	padding-top: .5em;
	border: 1px solid #FFFFFF;
}
div#column1 ul li ul li:first-child {  /* part of drop-down */
	border: 1px solid #FFF;
	font-weight: normal;
}
body div#column1 ul li ul {display:none;}  /* part of drop-down */
div#column1 ul li:hover ul, div#column1 ul li ul:hover {  /* part of drop-down */
	display:block;
	background-color: 475a8d;
}
#column1 ul a,
#column1a ul a {
	text-decoration: none;
	padding-top: .5em;
	padding-right: 12px;
	display: block;
	font-weight: bold;
	padding-bottom: .5em;
}
#column1 ul a:link,
#column1 ul a:visited,
#column1a ul a:link,
#column1a ul a:visited {
	color: #fff;
	text-decoration: none;
	background-color: 475a8d;
}
#column1 ul a:hover,
#column1 ul a:active,
#column1a ul a:hover,
#column1a ul a:active {
	color:#fff;
	background-color: #62739e;
	background-image: url(images/bgimages/vertlinkbg.gif);
}
#column1 img,
#column1a img {
	padding-left: 17px;
	margin-top: 15px;
	float: left;
	clear: both;
}
/* hack for IE Win only \*/

* html #column1 ul,
 {
	border-top:1px solid #FFFFFF;
}	
/* end of hack */

/* hack for IE Win only \*/

* html #column1a ul {
	border-top:1px solid #FFFFFF;
}	
/* end of hack */


/* Column 2a (product sheets) - Content Styling */

#column2a {
	float:left;
	width:780px;
	margin-left:175px;
	padding-bottom: 1em;
	padding-top: 20px;
	display: inline;
}
#column2a h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
	text-align: center;
}
#column2a h4 a:link,
#column2a h4 a:visited {
	color: #b26b02;
}
#column2a h4 a:hover,
#column2a h4 a:active {
	color: #c19759;
}
#column2a img {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding-left: 10px;
}

/* Column 2 - Content Styling */

#horizrule {
	width: 540px;
	margin-left: 20px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #475a8d;
}
#column2 {
	float:left;
	width:580px;
	margin-left:175px;
	padding-bottom: 1em;
	display: inline;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#column2 h1, 
#column2a h1 {
	color: #4f271c;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#column2 h2,
#column2a h2 {
	color: #964305;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 1em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1em;
	text-align: center;
}
#column2 h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: .1em;
	color: #475a8d;
	margin-bottom: .1em;
}
#column2 p {
	font-size: 1.2em;
	margin-top: .75em;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 117%;
	margin-bottom: .75em;
}
#column2 img {
	padding-left: 20px;
}
#column2 p img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	vertical-align: top;
	padding: 0px;
	margin-right: .3em;
	margin-bottom: .2em;
	margin-top: .2em;
}
#column2 ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	margin-top: 0.75em;
	padding-right: 25px;
	padding-left: 30px;
}
#column2 li {
	margin: .5em;
}

#column2 ol {
	list-style-position: outside;
	font-size: 1.2em;
	margin-top: 0.75em;
	padding-right: 25px;
	padding-left: 30px;
	list-style-type: decimal;
}

#column2 a:link,
#column2 a:visited {
	color: #C32D2E;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#column2 a:hover,
#column2 a:active {
	color: #964305;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
#column2 table {
	font-size: 1.1em;
	width: 540px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#column2 td {
	padding: 2px;
}
#column2 th {
	text-align: left;
	color: #000;
	background-color: #d4d4d4;
}
#column2 caption {
	font-size: 1.2em;
	font-weight: bold;
}

/* homepage pics */

#homepics {
	width: 570px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
}

#homepics img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
}

/* Catalog thumbnail styling */

#catalogthumb{
	padding-left: 10px;
}
#catalogthumb img{
	margin: 0px;
	padding: 3px;
}

/* Item list Styling - within column 2 */

#itemlist {
	font-size: .9em;
	font-weight: normal;
	margin-top: 0.75em;
	height: 14em;
	padding-right: 15px;
	padding-left: 15px;
}
#itemlist ul,
#itemlist li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#itemlist li {
	float:left;
	list-style-image: none;
	width: 100px;
	padding-top: 0.2em;
	padding-right: 5px;
	padding-bottom: 0.2em;
	padding-left: 5px;
	text-align: center;
}
#itemlist a:link,
#itemlist a:visited {
	color:#f07f09;
	text-decoration:underline;
	font-weight: normal;
}
#itemlist a:hover 
#itemlist a:active {
	color: #c19759;
	font-weight: normal;
}

/* Column Three - News Block Styling */

#column3 {
	float:left;
	padding-top: 3em;
	width: 200px;
}
#column3 h1 {
	text-align: center;
	font-size: 1.4em;
	color: #000;
	background-color: #FFF;
}
.newsblock {
	background-color: #D4D4D4;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 0.7em;
	border: 1px solid #c32d2e;
}
.newsblock h2 {
	font-size: 1.2em;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	background-color: #c32d2e;
}
.newsblock p {
	color: #000000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 7px;
	padding-left: 7px;
}
.newsblock img {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: .5em;
	padding-bottom: .5em;
}
.newsblock p img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	vertical-align: top;
	padding: 0px;
	margin-right: .3em;
	margin-bottom: .2em;
	margin-top: .2em;
}
.newsblock a:link,
.newsblock a:visited {
	color: #005030;
	font-weight: bold;
}
.newsblock a:hover,
.newsblock a:active {
	color: #7fa797;
	text-decoration: underline;
}

/* Footer and Footer a (product sheet) Styling */
#footera,
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #475a8d;
	padding-left: 175px;
	margin-bottom: 0.3em;
	padding-top: 1em;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin-top: 1.5em;
	text-align: center;
	margin-right: 200px;
}
#footera p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin-top: 1.5em;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 200px;
	font-size: .9em;
}
#footera ul {
	list-style-type: none;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .9em;
}
#footera li,
#footer li {
	list-style-type: none;
	display: inline;
}
#footera a,
#footer a {
	text-decoration:underline;
	padding-right: 4px;
	padding-left: 4px;
}
#footera a:link,
#footera a:visited,
#footer a:link,
#footer a:visited {
	color:#005030;
}
#footera a:hover,
#footera a:active,
#footer a:hover,
#footer a:active {
	color:#7fa797;
}
	
.paragraphclear {
	clear: both;
}
.clearthis {
	clear:both;
	height:0;
	line-height:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-table;
}
/* backslash hack hides from IE-mac \*/
  *html .clearfix {height:1%;}
  .clearfix {display:block;}
/* End hide from IE-mac */

/* Form Styling */
form {
	margin-top: 2em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 10px;
}
fieldset {
	background-color: #e3ded1;
	padding-right: 10px;
	padding-left: 10px;
}
legend {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	color: #3b435b;
}
label {
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 1em;
	clear: left;
	width: 9em;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	color: #000000;
}
input {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	width: 12em;
}
br {
	clear: both;
}
.submit {
	margin-left: 11em;
	margin-top: 1em;
}
#mainwrap #column2 p strong em {
	color: #004080;
}
#mainwrap #column2 p strong {
	color: #0000A0;
}
#mainwrap #column2 p strong {
	color: #475A8D;
}
