/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}


/* arbiterrecords.com 
in progress */

/* colors
brown:	#171107;
blue: 	#181E9D;
orange: #F4920B;
*/

/* structure */
body {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
color: #000;
font-size: 12px;
line-height: 150%;
background: #FDFFD1;
}
body.world {
background: #C0FFFF;
}
#content {
width: 980px;
margin: 0 auto;
text-align: left;
}
#header {
width: 980px;
margin: 1.8em auto;
border-bottom: 1px solid #000;
}
#footer {
width: 980px;
margin: 0 auto 1.8em;
}

/* typography */
p, ol, ul, blockquote, h1, h2, h3 {
margin-bottom: 18px;
}
ul {
list-style: disc outside;
padding-left: 1em;
}
ol {
list-style: decimal outside;
padding-left: 1em;
}
li {
margin-bottom: 0;
}
#header ul, #footer ul {
list-style: none;
text-align: center;
padding-left: 0;
}
#header ul li, #footer ul li {
margin-bottom: 0;
}
ul.biglist {
list-style: none;
padding-left: 0;
}
ul.biglist ul {
list-style: disc;
padding-left: 1em;
}
a {
color:#00E;
}
a:hover, .active a {
color: #f99500;
}
a img {
border: none;
}
h1 {
font-size: 24px;
line-height: 1em;
}
h2 {
font-size: 18px;
line-height: 21px;
}
h2.section {
font-size: 20px;
line-height: 21px;
}
h3 {
font-size: 14px;
line-height: 18px;
}
h4 {
margin-bottom: .5em;
}
.block {
padding: 1.8em 0 0 0;
border-bottom: 1px solid #000;
margin-bottom: 1.8em;
}
.alert {
color: #ff0000;
}
blockquote {
padding-left: 1em;
margin-left: 1em;
border-left: 1px solid #000;
}
