/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; 
	padding : 0; 
	}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { 
	font-size : 100%; 
	}

/* Removes list-style from lists */
ol,ul { 
	list-style : none; 
	}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal; 
	font-weight : normal; 
	}

/* Removes list-style from lists */
table { 
	border-collapse : collapse;
	border-spacing : 0;
	}

/* Removes border from fieldset and img */
fieldset,img { 
	border : 0; 
	}

/* Left-aligns text in caption and th */
caption,th { 
	text-align : left; 
	}

/* Removes quotation marks from q */
q:before, q:after { 
	content :'';
	}

/* layout.css */

html {
  text-align : center;
  }

body { 
  position : relative; 
  width : 86%;
  min-width : 770px; 
  margin : 0 auto; 
  text-align : left;
  padding-top : 40px;
  }

div#branding, div#nav_main, div#site_info {
  width : 100%; 
  }

div#content {
  position : absolute;
  left : 0;
  width : 100%;
  padding-top : 2em;
  min-height : 10em;
  }

div#site_info {
  width : 100%;
  float : left;
  clear : both;
  padding : 0.5em 0;
  margin : 0;
  }
  
div#product_details {
  width : 60%;
  float : right;
  padding : 0.5em 0.5em;
  margin : 0;
  }

div#product_link {
  width : 40%;
  float : left;
  }

.product_img {
  padding-top : 1em;
  text-align : center;
  }

.product_price, .product_addtocart {
  text-align : center;
  }

div#author_info {
  width : 60%;
  float : right;
  padding : 0.5em 0.5em;
  }
  
div#author_img {
  width : 35%;
  float : left;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  padding : 4em 1em;
  } 

#product_details h3 {
  color : #020202;
  }

h1 {
  position : absolute;
  text-indent : -9999px;
  }
 
.activity_odd, .activity_even, .activity, .links_odd, .links_even {
  position : relative;
  left : 0;
  top : 0;
  padding : 4px 0;
  overflow : hidden;
  }
    
.activity_date {
  position : relative;
  margin-left : 20px;
  }

.activity_title {
  position : relative;
  margin-left : 20px;
  padding-top : 0.25em;
  }
  
.activity_header {
  float : left;
  display : block;
  width : 28em;
  padding : 0;
  }

li.activity_details h4 {
  margin-top : 0.75em;
  margin-bottom : 0.1em;
  }

.activity_hymn_tag, .activity_scripture_tag, .activity_resource_tag, .activity_book_tag {
  padding-right : 0.5em;
  }
  
.activity_ {
  padding : 0;
  margin-left : 31.5em;
  }
  
 
  