/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/
/*
Google Font info from main AT Heralds site

    font-family: 'Fondamento', cursive;
    font-family: 'Lora', serif;

*/

*
{
padding: 0;
margin: 0;
}

body
{
background: #fff url('images/at_herald_bg_tile.png');
}

body,input
{
font-size: 16px;
font-family: 'Lora', serif;
color:#212529;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

/* Header Titles */ 

h1
{
font-family: 'Fondamento', cursive;
font-weight: normal;
font-size: 2.5em;
}

h2
{
font-family: 'Fondamento', cursive;
font-weight: normal;
font-size: 2.2em;
}

h3 span
{
font-weight: normal;
}

h3,h4
{
font-family: 'Fondamento', cursive;
display: inline;
}

h3
{
font-size: 2em;
padding-right: 35px;

}

h4
{
font-size: 1.4em;
padding-right:30px;
}

.contentarea
{
padding-top: 1.0em;
}

img
{
border: 0;
}

.headerimage
{
border: none;
}

img.left
{
position: relative;
float: left;
margin: 0 1.8em 1.4em 0;
}

img.right
{
position: relative;
float: right;
margin: 0 0 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('zen_images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0 1.5em 0;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0 2.0em 0;
}

.post
{
position: relative;
margin:1em 0 1em 0;
}

.details
 {
margin:0;
padding:0;
color:#5d5f62;
}

.post h4
{
padding:3em 0 0 0;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0 1.0em 0 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('zen_images/icon-printerfriendly.gif');
}

.post ul.controls li a.comments
{
background-image: url('zen_images/icon-comments.gif');
}

.post ul.controls li a.more
{
background-image: url('zen_images/icon-more.gif');
}

.box
{
position: relative;
padding: 1.5em;
margin-bottom: 1.0em;
}

.errorbox
{
position: relative;
background: #FF0000;
padding: 1.5em;
border: solid 1px #E1D2BD;
}

/* nice basic list rules */

ul {
margin-bottom:1em;
line-height:1.5em;
}

/* use for ul on browsesource.php */
.artist {
margin-left:0.5em;
padding-bottom:2em;
}

/* other lists including Roll of Rolls */
ul.linklist
{
list-style: none;
margin-bottom:0;
}

ul.linklist li
{
line-height: 1.75em;
}

ul.linklist_sub
{
list-style: none;
margin-left:2em;
margin-bottom:0;
}

ul.linklist_sub li
{
line-height: 1.75em;
}

#upbg
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 275px;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 90%;
max-width:1400px;
margin: 0 auto;
min-height: calc(100vh - 5.5em); /* pushes footer to bottom of screen. Not perfect. Negative number must match height plus margin of footer */
}

#header
{
position: relative;
width: 100%;
height: 90px;
background:transparent;
margin-bottom: 2px;
}

#header h1
{
font-family: 'Fondamento', cursive;
font-weight: normal;
font-size: 2.5em;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 0.5em 2.0em 0 0.5em;
}

/*
#headercontent
{
position: absolute;
bottom: 0em;
padding: 0.5em 2.0em 0.5em 2.0em;
}

#headercontent h1
{
font-family: 'Fondamento', cursive;
font-weight: normal;
color: #fff;
font-size: 2.5em;
}


#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}
*/
#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0;
border-bottom: solid 1px #777777;
border-left: 0;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #2B2B2B url('zen_images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
position: relative;
height: 75px;
background: #fff url('zen_images/antirbackground.gif');
margin-bottom: 2px;
}

#menu
{
position: relative;
background: #006400;
height: 3em;
padding: 0 1.0em 0 1.0em;
margin-bottom:2em;
border-radius: .25rem; /* from main AT Heralds site */
/* box-shadow: 0 0 20px 5px black; from main AT Heralds site. needs tweaking. */
}

#menu ul
{
position: absolute;
top: 1em;
line-height: 1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.5em 1.5em;
color:rgb(255, 250, 205);
font-weight:bold;
text-decoration: none;
}

#menu ul li a:hover
{
/* text-decoration: underline; */
text-decoration:none;
color:rgba(255,255,255,.75)
}

#menu ul li a.active
{
background:#002410;
border-radius: .25rem; /* from main AT Heralds site */
}

/* no longer used */
#menubottom
{
background: #fff url('zen_images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding:0 1em 0 1em;
/* padding: 0em 2.0em 0em 2.0em; */
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}

div.recentarms
{
display:inline-block;
padding:0 1.5em 0.5em 1.5em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#footer
{
position: relative;
width:100%;
bottom: 0;
height: 5em;
clear: both;
margin-top:0.5em;
border-top: 1px solid #d3d3d3; /* from main AT Heralds site */
background:#ffffe0; /* from main AT Heralds site */
font-size: 0.75em;
}

#footer .left
{
position: absolute;
left: 2.0em;
}

#footer .right
{
position: absolute;
right: 2.0em;
}

div.floatblock {
  float: left;
  width: 135px;
  padding: 10px;
  height: 225px;
  }
  
div.floatblock p {
   text-align: center;
    }
