/*
 * /lib/css/webpage.css
 * Created:   1/08/10
 * Modified: 10/09/14
 * (c) 2010-2014 by Stephen A. Ness
 * Simple CSS for nesssoftware.com webpages.
 */

/*
 * Layout.
 * #footer center column #ft_c must follow #ft_l and #ft_r in the source.
 */
body      { width:  96%; position: relative; margin: 0 auto; min-width: 800px; padding: 20px; margin: 0 }
div       { border: 1px }
hr        { width: 100%; clear: both }
html      { padding: 0; margin: 0 }
th		  { text-align: left }

.float_l { float: left }
.float_r { float: right }
.float_l img { margin-right: 20px }
.float_r img { margin-left:  20px }
#header,#footer { width: 100%; padding: 0; margin: 0; clear: both }
#ft_c    { width: 200px; margin-left: auto; margin-right: auto }
#ft_l    { float: left }
#ft_r    { float: right; text-align: right }

/* Fonts: no fonts specified for now. */

/*
 * Colors.
 *  Page body: blue on aqua background.
 *  IE8 mishandles the hr color, rendering the hr in white.  [Am I missing something?]
 */
a:link,a:visited,a:active,img:visited { color: navy; border-color: olive }
a:hover { color: orange; border-color: olive }
body    { color: blue; background-color: aqua }
hr      { color: blue }
