/*	Copyright Get2Spec, Inc. 2003 - 2009	*/
/*	Project: AnalogRails.com		*/
/*	File:    default.css			*/
/*	Author:  Justin Fuhrer			*/

/* - - - - default page colors, font settings - - - - */

html { background: #eee; color: #333; }
body { margin: 0px; text-align: center; font-size: .9em; font-family: Verdana, 'Deja Vu Sans', Arail, Helvetica, sans-serif; }

/* - - - - general tag setup - - - - */

strong { font-weight: bold; letter-spacing: 0px; color: #777; }
em { font-style: italic; letter-spacing: 0px; color: #333; }
del { color: #999; text-decoration: line-through; }

sup { vertical-align: super; }
sub { vertical-align: bottom; }

blockquote { background: #eee; color: #000; margin: 0px 20px 20px 20px; padding: 20px; border-left: 1px solid #bbb; border-right: 1px solid #bbb; line-height: 200%; }

abbr { border-bottom: 1px dashed #aaa; cursor: help; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; text-transform: uppercase;}
h1 { font-size: 230%; color: #cc0000; }
h2 { font-size: 200%; margin: 0px 0px 4px 0px; color: #cc0000; }
h3 { font-size: 165%; margin: -5px 0px 12px 0px; color: #ff0000; }
h4 { font-size: 130%; margin: 0px 0px 8px 0px; color: #666; border-bottom: 1px solid #ccc; font-weight: normal; line-height: 200%; }
h5 { font-size: 120%; margin: 0px 0px 10px 0px; color: #666; border-bottom: 1px solid #ccc; font-weight: normal; line-height: 200%; }
h6 { font-size: 100%; margin: 0px 0px 10px 0px; color: #666; line-height: 200%; }

/* Note: Anchor modes must be styled in the following order to display properly */
a:link { color: #cc0000; text-decoration: none; }
a:visited { color: #9d0b0b; text-decoration: none;  }
a:hover { color: #cc0000; text-decoration: underline; }
a:active { color: #ff0000; text-decoration: underline; }

/* p { display: inline-block; margin: 0px 0px 20px 0px; line-height: 200%; width: 100%; } */
p { margin: 0px 0px 20px 0px; line-height: 200%; }

ul, ol { margin: 0px 0px 20px 0px; }
ul li { margin: 0px 0px 10px 62px; list-style: disc url('../images/misc/bullet_red.png') outside; }
ol li { margin: 0px 0px 10px 70px; list-style: decimal outside; }

table { width: 100%; margin-bottom: 20px; }
th { font-weight: bold; background: #eee; }
td { border-bottom: 1px solid #ddd; vertical-align: top; }
td, th { padding: 10px; text-align: center; }

th[scope="col"] { border-bottom: 1px solid #aaa; }
th[scope="row"] { border-right: 1px solid #aaa; vertical-align: top; }

th.noborder { border: 0px; }

td ul { margin: 0px; }
td ul li { margin: 0px 0px 6px 24px; }

/* - - - - logo - - - - */

#logo { position: absolute; top: 34px; z-index: 1; }
#logo_emblem { position: absolute; top: 34px; z-index: 1; }

/* - - - - footer - - - - */

#footer { clear: both; background: url('../images/backgrounds/footer_bg.png') no-repeat; width: 960px; margin: 0px auto; }
#footer #copy { font-size: 75%; color: #999; padding: 0px 0px 20px 0px; }