/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
/* ---- Set new basic styles --------------------------------------------------------- */
html { 
	height: 100%; 
	margin-bottom: 1px;   /* ---- creates scrollbar on all pages to prevent horiz. shifting; will pass validation! ---- */
}
body {
	background:url(/images/bg.gif) repeat-x center top;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 12px/1.1 Arial, "Trebuchet MS", Helvetica, sans-serif;
}
.clear {
	clear:both;
	height:0;
	font-size:0px;
}
p {
	margin:.75em 0;
}
a {
	color: #000000;
}
hr {
	padding: 10px 0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.border {
	border:1px solid black;
}
/* ---- =Structure! --------------------------------------------------------- */

#outer-container {
	position:relative;
	margin:0;
	padding:0;
	width:97%;
	min-height:1008px;
	height:1036px;
	background:url(/images/kettlebell.jpg) no-repeat left top;
}
#header-container {
	position:relative;
	height:220px;
	text-align:right;
}
#nav-container {
	position:relative;
	height:35px;
	padding-top:15px;
	text-align:right;
}
#kettlebell-container {
	position:absolute;
	top:545px;
	left:20px;
}
#content-container {
	position:relative;
	margin-left:250px;
}

#main-content{
	position:relative;
	padding:30px;
}
#footer-container {
	position:relative;
	margin:0;
	padding:0;
	width:97%;
	background-color:black;
}



/* ---- =Header! --------------------------------------------------------- */

#header-container h1 {
	color:#1b9ed9;
	font-weight:bold;
	text-transform:uppercase;
	font-size:40px;
	padding:.6em 0 .6em 0;
}
#header-container h2 {
	color:#bababa;
	font-weight: bold;
	font-size:35px;
	padding-bottom:.4em;
}
#header-container h3 a {
	font-size:24px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
#header-container h3 a:hover{
	color:#1b9ed9;
}

/* ---- =Nav! --------------------------------------------------------- */


ul#navlist {
	list-style:none;
	text-align:right;
}
ul#navlist li {
	font:normal 18px/1.3 Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	padding:0 12px;
	text-transform:uppercase;
	color:#352c20;
}
ul#navlist li a {
	color:#ffffff;
	text-decoration:none;
}
ul#navlist li a:hover {
	color:#6bffff;
}

/* ---- =Content! --------------------------------------------------------- */

#main-content h1, #main-content h1 a {
	color:#1b9ed9;
	font-weight: bold;
	text-transform: uppercase;
	font-size:17px;
	padding-bottom: .6em;
}
#main-content h2 {
	font-weight: bold;
	font-size:14px;
	padding: 1em 0;
	font-style: italic;
}
#main-content h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size:13px;
	padding: 1em 0;
	text-transform:uppercase;
	color:#1b9ed9;
}
#main-content h4 {
	font-weight: bold;
	font-size:17px;
	zzzpadding: 1em 0 0 0;
	font-style: italic;
}


.hilite {
	width:220px;
	margin: 0 0 20px 20px;
	padding:10px;
	border:1px solid #000000;
	background-color:#fafafa;
}


.hilite ol li {
	padding-bottom:5px;
}
#main-content #map {
	display:block;
	width:250px;
	float:right;
}
/* ---- =Kettlebell Hilite! --------------------------------------------------------- */
#kettlebell-container #tagline{
	margin-top:75px;
}
#kettlebell-container #tagline p {
	font: 22px "Courier New", Courier, mono;
	color: #CC3300;
	font-weight:bold;
}
#kettlebell-container ul li {
	font: bold normal 20px/1.5 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom:20px;
}
#kettlebell-container ul li a {
	font: bold normal 18px/1.5 Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #1b9ed9;

}
#kettlebell-container ul li a:hover {
	color: #ffffff;

}

#kettlebell-container {
	position:absolute;
	top:595px;
	left:25px;
}
#kettlebell-container ul li {
	font: bold normal 20px/1.5 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom:20px;
}
#kettlebell-container ul li a {
	font: bold normal 18px/1.5 Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #1b9ed9;

}
#kettlebell-container ul li a:hover {
	color: #ffffff;

}
/* ---- =Gallery! --------------------------------------------------------- */

#gallery {
	width:300px;
}
#gallery img {
	border:1px solid #352c20;
}

/* ---- =Content! --------------------------------------------------------- */
#content {
	margin:20px 20px 0 0;
}
#content blockquote {
	margin-left: 20px;
}
#content p {
	margin-top:0.5em;
	margin-bottom:1em;
}
#content ul, #content ol {
	margin-left:25px;
}
#content ul li {
	list-style-type: circle;
	padding-bottom:.3em;
	/*list-style-position: outside;
	list-style-type: disc;*/
}
#content ol {
	list-style: decimal;
}

#content ol li {
	list-style: decimal inside;
	padding-bottom: .7em;
	font-weight: normal;
}


.typewriter {
	font: 26px "Courier New", Courier, mono;
	color: #CC3300;
	font-weight:bold;
}
