/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.35 arial, helvetica, sans-serif;
text-align:center;
}
/**** LAYOUT *****/
#wrapper {
margin:0 auto;
width:960px;
background:url(lo/authors_on_animals_wrapper_bg.jpg) top left repeat-y;
text-align:left;
}
#header {
width:960px;
height:100px;
background:url(lo/authors_on_animals_head_bg.jpg) top left no-repeat;
}
#navzone {
margin-left:300px;
width:300px;
height:100px;
}
#premain {
width:960px;
height:110px;
background:url(lo/authors_on_animals_premain_bg.jpg) top left no-repeat;
}
#main {
width:960px;
min-height:185px;
background:url(lo/authors_on_animals_main_bg.jpg) top left no-repeat;
}
#main_col1 {
float:left;
margin-left:16px;
width:294px;
/* TINT DIV TO SEE WIDTH & PLACEMENT
background-color: rgba(0, 255, 255, 0.3); */
}
#main_col2 {
float:left;
width:294px;
margin-left:22px;
}
#main_col3 {
float:left;
margin-left:22px;
width:294px;
}

/*** SUB PAGE LAYOUT DEFNS ****/
#sub_wrapper {
margin:0 auto;
width:960px;
background:url(lo/authors_on_animals_sub_wrapper_bg.jpg) top left repeat-y;
text-align:left;
}
#sub_premain {
width:960px;
height:110px;
background:url(lo/authors_on_animals_sub_premain_bg.jpg) top left no-repeat;
}
#sub_main {
width:960px;
min-height:185px;
background:url(lo/authors_on_animals_sub_main_bg.jpg) top left no-repeat;
}
#sub_main_fullcol {
float:left;
width:880px;
margin-left:43px;
}
#sub_footer {
clear:both;
width:960px;
height:61px;
background:url(lo/authors_on_animals_sub_foot_bg.jpg) top left no-repeat;
}
/*** END SUB PAGE LAYOUT DEFNS ***/


#footer {
clear:both;
width:960px;
height:61px;
background:url(lo/authors_on_animals_foot_bg.jpg) top left no-repeat;
}
#subfooter {
margin:0 auto;
padding-top:55px;
clear:both;
width:960px;
min-height:105px;
background:url(lo/authors_on_animals_subfoot_bg.jpg) top left no-repeat;
text-align:left;
}
#subfooter_col1 {
float:left;
margin-left:16px;
width:294px;
/* TINT DIV TO SEE WIDTH & PLACEMENT
background-color: rgba(0, 255, 255, 0.3); */
}
#subfooter_col2 {
float:left;
width:294px;
margin-left:22px;
}
#subfooter_col3 {
float:left;
margin-left:22px;
width:294px;
}

/**** TOP NAVIGATION ****/
#nav {
  width: 300px;
  height: 100px;
  position: relative;
  background: url(lo/AoA_navbar_sprite.jpg);
  margin: 0;    
  padding: 0;
}
#nav li {
  float: left;
}

#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 100px;
  background: url(lo/AoA_navbar_sprite.jpg) no-repeat;
/*  text-indent: -9999px;  
  font-size: 1%; */
overflow:hidden;
}

#nav li a {
font-family:Arial, Helvetica, Verdana, sans-serif;
line-height:8.8;
text-align:center;
color:#ccc;
font-size:18px;
font-weight:bold;
text-decoration:none;
}
#nav li a:visited {
text-decoration:none;
}
#nav li a:hover {
color:#fff;
text-decoration:none;
}
li#nav_home a {
  left: 0;
  width: 100px;
  background-position: 0 0;
}

li#nav_podcasts a {
  left: 100px;
  width: 100px;
  background-position: -100px 0;
}

li#nav_about a {
  left: 200px;
  width: 100px;
  background-position: -200px 0;
}

/*** NAV BAR HOVER STATES ***/

li#nav_home a:hover {
  background-position: 0 -100px;
}
li#nav_podcasts a:hover {
  background-position: -100px -100px;
}
li#nav_about a:hover {
  background-position: -200px -100px;
}
/*** NAV BAR "YOU ARE HERE" STATE ***/

#body_home li#nav_home  a {
  color:#fff;
  background-position: 0 -100px;
}
#body_podcasts li#nav_podcasts a {
  color:#fff;
  background-position: -100px -100px;
}
#body_about li#nav_about a {
  color:#fff;
  background-position: -200px -100px;
}

/**** END NAV ****/

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}


h1 {
color:#A31112;
padding:0 0 .50em 0;
font:1.32em arial, helvetica, sans-serif;
}

h2 {
color:#A31112;
font-weight:bold;
padding:0 0 .65em 0;
font:1.18em arial, helvetica, sans-serif;
}

h3 {
color:#A31112;
font-weight:bold;
padding:0 0 .65em 0;
font:1.10em arial, helvetica, sans-serif;
}
p {
margin:0 0 1em 0;
padding:0;
font-size:.80em;
}
#subfooter p {
margin:0 0 .95em 0;
padding:0;
font-size:.70em;
}
ul, ol {
margin:0;
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a:link {
color:#A31112;
text-decoration:underline;
}
a:visited {
color:#666666;
text-decoration:underline;
}
a:hover {
color:#fff;
background-color:#a31112;
text-decoration:none;
}
/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
