﻿/*---------------------------------------------------------------
  Main Style Sheet for "ThoseCallawaysCountry.com"
  
  Author: 	Eric Hassler
  Email: 	erichassler@mac.com  
  Date:		Sept 2008
  			
-----------------------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	/* Don't go smaller than 76% */
	background-color: #4A3015;
	background-image: url('../images/bkg_grad.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

body.movie,
body.movie #wrapper
{ background-position: 0 -20px; }


.clear { clear: both; }
a, div { outline: none; }

/*---------------------------------------------------------------
  Structural
-----------------------------------------------------------------*/

table#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bkg_steps.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#content
{
	width: 883px;
	height: 659px;
	text-align: center;
}

#content h1
{
	float: left;
	width: 631px;
	height: 211px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	margin-left: 117px;
	margin-top: 30px;
}

#content h1 span,
#content .magazine span
{
	display: block;
	text-indent: -5000px;
}

#content h3
{
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #7C5327;
}

a.magazine {
	float: left;
	display: block;
	margin: -20px 0 0 338px;
	width: 206px;
	height: 264px;
	background-image: url('../images/magazine_stack.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}

a.magazine:hover { background-position: 0 -264px; }

#footer ul
{
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}

#footer ul li { display: inline; }

#footer a
{
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.6em;
	color: #D9CBB1;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff;
}


