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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Bog-standard element selectors or utility classes here */

body {
 font-family:Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: #333;
 padding: 0;
 margin: 0;
 background: #000;
}

a, a:hover, a:visited, a:link {
 color: #fff;
}

#frame {
 padding: 9px 0 10px 0;
}

h1, h2, h3, h4, h5, titletext {
 margin: 10px 0;
 font-weight: normal;
}

h1 {
 font-size: 22px;
 line-height: 22px;
} 

h2 {
 font-size: 18px;
 line-height: 20px;
}

h3 {
 font-size: 14px;
}

h4 {
 font-size: 12px;
}

p {
 margin: 0 0 10px;
}

img {
 border: none;
}

form {
 border: none;
 margin: 0;
 padding: 0;
}
label {
 width: 120px;
 line-height: 25px;
 float: left;
 text-align: left;
 padding-top: 3px;
}
input, select, textarea, .selectbox .display {
 margin: 7px 0;
 padding: 2px 4px; 
 background: #e6e6e6; 
 color: #666; 
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

textarea.tinymce { width: 500px; height: 100px; }

select { min-width: 100px; display: inline-block; }

input.fullwidth, textarea.fullwidth {
 width: 500px;
}

a.full_width { width: 100%; }

button { width: auto; overflow: visible; }

button:hover { cursor: pointer; }

table {
 width: 100%;
 text-align: left;
 border-collapse: collapse;
}
th {
 font-size: 12px;
 font-weight: bold;
 color: #333;
 background-color: #eee;
}


fieldset { padding: 0; border: none; }

.button {
 height: 25px;
 font-family:Arial,Helvetica,sans-serif;
 font-size: 11px;
 padding: 0 8px 0 0;
 margin: 5px 0;
 font-weight: bold;
 font-family: helvetica, arial, sans-serif;
 background: transparent url('/images/structure/button-cap.png') no-repeat top right;
 display: inline-block;
 border: none;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 line-height: 14px;
}

.button span {
 min-width: 93px;
 height: 17px;
 display: block;
 padding: 3px 0 2px 8px;
 background: transparent url('/images/structure/button-background.png') no-repeat top left;
}

.button, .button:visited, .button:link { color: #fff; }

.button:hover { color: #C4C4D0; cursor: pointer; text-decoration: underline; }

button.button { height: 25px; padding: 0 4px 0 0; background-position: right center; }

/* ridiculously obscure firefox bugfix */
button::-moz-focus-inner { border: 0; padding: 0; }

input.button {  min-width: 80px; height: 24px; padding: 0; background: url('/images/structure/button_background.png') no-repeat; }
input.black { background: url('/images/structure/button_background_black.png') }

.separator { border-top: 1px solid #333; height: 1px; margin: 5px 0; }

.left { float: left; }
.right { float: right; }

.absleft { position: absolute; left: 0; }
.absright { position: absolute; right: 0; }

ul.nav { padding: 0; margin: 0; list-style: none;}
ul.nav li { float: left; padding: 0 4px; margin: 0; } 

.center { text-align: center; }
.center_child { margin-left: auto; margin-right: auto; }
.center > div, .center > ul, .center > table { margin-left: auto; margin-right: auto; text-align: left; }

.floatcenter { position: relative; float: right; left: -50%; }
.floatcenter_child { position: relative; left: 50%; }

nav, section, article { display: block; }

