/*
 * /lib/css/viewer.css
 * Last modified: 3/07/12
 * Created:       1/21/11
 * (c) 2011-2012 by Stephen A. Ness
 * CSS for viewer, used by /www/sf_stereo.php.
 */

/* Layout. */
html      { padding: 0; margin: 0 }
body      { width:  96%; position: relative; margin: 0 auto; min-width: 800px; padding: 20px; margin: 0 }
div       { border: 1px }
#header,#footer { width: 100%; padding: 0; margin: 0; clear: both }
#viewer   { position: relative; padding: 0; margin: 10px auto 0 auto; padding: 0; clear: both }
.buttons  { width: 360px; position: relative; margin: 0 auto }
.button   { width: 100px; height: 50px; display: inline; padding: 10px; margin: 10px 0 0 0;	float: left }
div.button a { text-decoration: none }
a:link    { text-decoration: none}
.centered { position: relative; padding: 0; margin: 0 auto }
.float_l  { float: left  }
.float_r  { float: right }

/* Colors: blue, teal, and black. */
img          { border-color: blue; }
a:link,a:visited,a:active,img:visited { color: blue; border-color: blue; }
a:hover,img:hover { color: teal; border-color: teal; }
.button      { color: blue; }
.viewer_body { color: blue;  background-color: black; }

/* Fonts. */
.button  { text-align: center; font-size: 1.5em; font-weight: bold; }
.float_l { text-align: left;   font-size: 1em;   font-weight: bold; }
.float_r { text-align: right;  font-size: 1em;   font-weight: bold; }
