/************************************************************************
Alachua Press Forthcoming Page
************************************************************************/

/************************************************************************
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
************************************************************************/
.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
a{color:#acb670;}

em{font-style: italic;}

/************************************************************************
main navigation
************************************************************************/
#topNav{
	width: 100%;
	height: 67px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-color:white;
}
#topNavInner{
	width: 900px;
	height: 67px;
	margin:0 auto;
}
#topNavInner h1{font-size: 2em;float:left;	font-color:white;padding:20px 0 0 20px;}

#topNavInner ul{float:right;}
#topNavInner ul li{float:left; padding-right: 20px;padding-top:32px;}

#topNav a{color:white;text-decoration: none;}
#topNav a:hover{color:#333;text-decoration: none;}



/************************************************************************
header
************************************************************************/
#head{
	width: 900px;
	height: 156px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0 auto;
	color:white;
}
#head p{
	font-size: 15px;
	padding: 55px 0 5px 20px;
}
#head h3{
	font-size:28px; 
	padding-left:20px;
	line-height: 1.3em;
}


/************************************************************************
global
************************************************************************/
#mainBody{
	margin: 0 auto;
	width: 900px;
	background-color: white;
	height:1000px;
}
#leftColumn{
	width: 519px;
	float: left;

}
#leftColumn h2{padding: 15px 0 0 20px;font-weight: 700;line-height: 1.3em;}
#leftColumn p{
	padding: 10px 20px;
	line-height: 1.4em;
}

#leftColumn p span, #leftColumn h2 span{
	font-style: italic;
}
/************************************************************************

************************************************************************/
#rightColumn{
	width: 370px;
	float:left;
}

#look{
	width: 334px;
	height: 355px;
	background-image:url(../images/look_inside.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	margin: 0 0 0 26px;
	position:relative;	
}
#look span{
	position:absolute;
	top:55px;
	padding: 0 0 0 10px;
}
#look span img{padding: 3px; border: 1px solid #ccc;margin: 2px;background-color: white;}
