/************************************************************************ 
CSS Reset via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************************************************************************ 
Global
************************************************************************/

body{
	background-image: url(../images/woodgrain.jpg);
	background-repeat: repeat-x;
	background-color: #3a2212;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#wrapper{
	width: 900px;
	margin: 0 auto;
	font-family: ;
	font-size: 100%;
	position: relative;
}

p{font-family: "Lucida Grande", Verdana, Arial, sans-serif; color: #191919; line-height: 1.6em; font-size: 0.8em;padding: 5px 0;}
a{text-decoration: underline; color: #008040;}
a:link{text-decoration: underline;}
a:visited{color: maroon; text-decoration: underline;}
a:hover{color: #800040;}

h1{ letter-spacing: -0.05em; line-height: 1.5em; font-size: 1.6em; font-family: Georgia, "Times New Roman", Times, serif;}
h2{font-size: 1em; line-height: 1.8em;}
h3{font-size: 1.1em; line-height: 1.8em; margin-bottom: 15px;}
h4{font-size: .9em; line-height: 1.5em; margin-bottom: 15px;}
h5{font-size: .7em; line-height: 1.5em; margin-bottom: 15px;}
h6{font-size: .6em; line-height: 1.5em; margin-bottom: 15px;}


/************************************************************************ 
Header and Navigation
************************************************************************/
#header{
	width: 900px;
	height: 196px;
}
#branding a{
	width: 412px;
	height: 143px;
	display: block;
	float:left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#navigation{
	width: 395px;
	height: 24px;
	margin-top: 18px;
	margin-right:5px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	float:right;
	background-position: 0 0;
}
#navigation ul li{
	float:left;
	text-indent: -5000px;
}
#navigation ul li a#home{
	display:block;
	height:24px;
	width: 58px;
	padding: 0;
}
#navigation ul li a#home:hover{
	background-image: url(../images/navigation.gif);
	background-position: 0px -24px;
}
#navigation ul li a#forth{
	display:block;
	height:24px;
	width: 125px;
	padding: 0 3px;
}
#navigation ul li a#forth:hover{
	background-image: url(../images/navigation.gif);
	background-position: -58px -24px;
}
#navigation ul li a#book{
	display:block;
	height:24px;
	width: 105px;
	padding: 0 3px;
}
#navigation ul li a#book:hover{
	background-image: url(../images/navigation.gif);
	background-position: -189px -24px;
}
#navigation ul li a#contact{
	display:block;
	height:24px;
	width: 85px;
	padding: 0 3px;
}
#navigation ul li a#contact:hover{
	background-image: url(../images/navigation.gif);
	background-position: -300px -24px;
}

#freeShipping a{
	width: 135px;
	height: 135px;
	float:right;
	background-image: url(../images/free_shipping.png);
	background-repeat: no-repeat;
	margin: 5px 10px 0 0;
	text-indent:-5000px;
}

/************************************************************************ 
Main Body and Content
************************************************************************/
#indexFlash{
	width: 900px;
	height: 305px;
	margin-top:1px;
	background-image: url(../images/imageBackground.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
}

#content{
	width: 900px;
	background-image: url(../images/mainBodyBackground.png);
	background-repeat: repeat-y;
	position: relative;
	float:left;
}

#leftColumn{
	width: 500px;
	margin: 0 15px 15px 45px;
	padding-top: 25px;
	float:left;
}

#leftColumnStore{
	width: 500px;
	margin: 0 15px 15px 35px;
	padding-top: 25px;
	float:left;
}

#rightColumn{
	width: 250px;
	margin: 70px 15px 15px 0;
	float:left;	
}

#rightColumnStore{
	width: 300px;
	min-height: 200px;
	margin: 35px 15px 100px 15px;
	padding-top: 55px;
	float:left;
	background-image:url('/images/shopping_cart_big.png');
	background-repeat:no-repeat;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif ;
}

.widgettitle{display: none;}

#singleColumn{
	margin: 60px 15px 15px 45px;
	width: 80%;
	line-height: 1.5em;
}
a.bigButton{
	width: 285px;
	height:50px;
	display:block;
	margin-bottom: 10px;
	text-indent: -5000px;
}
a.bigButton#bookstore{
	background-image: url(../images/big_buttons_index.png);
	background-position: 0 0;
	background-repeat: no-repeat; 
}
a.bigButton#bookstore:hover{background-position: -285px 0;}

a.bigButton#forthcoming{
	background-image: url(../images/big_buttons_index.png);
	background-position: 0 -50px;
	background-repeat: no-repeat; 
}
a.bigButton#forthcoming:hover{background-position: -285px -50px;}
a.bigButton:hover{color: #cfcfcf;}


/************************************************************************ 
Footer
************************************************************************/
#footer{
	width: 900px;
	height: 200px;
	clear:both;
	background: transparent url(http://www.alachuapress.org/images/footerBackground.gif) no-repeat 17px 0;
}
#footer dl{
	float:left;
	margin:15px 0 50px 35px;
}
#footer dl{color:white;font-size:.7em;line-height: 1.8em;}
#footer dt{color:white;font-size: 1.5em;font-weight: 800;display:none;}
#footer dd, #footer dd a{color:white;}