/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

html { height: 100%; }
body { height: 100%; background: #d7d9d3; }
body, input, textarea { font-family: arial; color: #656864; font-size: 100%; }
p { display: block; min-height: 1em; }
a:link, a:visited { color: #656864; }
a:hover, a:focus, a:active { outline: none; text-decoration: none; }
strong { font-weight: bold; }
i { font-style: italic; }

.list { padding-top: 3em; }
.list li { border-bottom: 1px solid #ccc; padding: 0em 0.5em; }
.list li.index { background: #ccc; padding: 0.2em 0.5em; }
.list li.contact a { display: block; text-decoration: none; background: url('../img/arrow.png') no-repeat center right; color: #000; padding: 0.5em 0em; }
.list li.contact .type { float: right; background: #ccc; color: #656864; padding: 0.2em; margin-right: 2em; position: relative; top: -0.2em; z-index: -1; }

.detail { padding: 1em; padding-top: 4em; }
.detail .base { min-height: 120px; color: #000; }
.detail .base .info { padding-top: 1.5em; }
.detail .base .info strong { display: inline-block; padding-bottom: 0.4em; }
.detail .base img { background: #fff; padding: 0.5em; border: 2px solid #ccc; float: left; margin-right: 1em; }
.detail ul { background: #fff; border-radius: 0.5em; margin-bottom: 1em; }
.detail ul li { padding: 0.5em 0em; color: #000; font-weight: bold; }
.detail ul li .label { display: inline-block; width: 30%; text-align: right; margin-right: 0.4em; color: #ccc; max-width: 120px; font-weight: normal; vertical-align: top; }
.detail ul li .field { display: inline-block; max-width: 65%; vertical-align: top; }
.detail ul li a { text-decoration: none; color: #000; }

.header { background: #000; padding: 0.5em 0.5em; position: fixed; width: 100%; min-height: 2em; }
.header h1 { text-align: center; color: #ccc; text-transform: uppercase; font-weight: bold; font-size: 1.5em; }
.header .home { display: block; width: 32px; height: 32px; background: url(../img/home.png) no-repeat center center; position: absolute; top: 0.5em; left: 0.5em; }
.header .logout { position: absolute; display: block; top: 0.7em; right: 1.5em; background: url('../img/logout.png') no-repeat top left; width: 27px; height: 27px; }
.header .back { position: absolute; display: block; top: 0.5em; left: 0.3em; background: url('../img/back.png') no-repeat top left; padding-left: 1.2em; text-decoration: none; font-weight: bold; color: #000; width: 82px; line-height: 32px; height: 34px; }
.header .back:hover { text-decoration: underline; }

.search { text-align: center; }
.search fieldset { display: inline-block; width: 60%; margin-left: 7%; font-size: 1.2em; max-width: 520px; position: relative; background: #eee; border: 1px solid #ccc; height: 1.5em; left: -1em; }
.search input[type=text] { padding: 0em 0.2em; border: 0px solid #fff; background: #eee; position: absolute; top: 0em; left: 0em; width: 82%; }
.search input[type=submit] { background: url(../img/search.png) no-repeat center center; width: 1.5em; height: 1.5em; border: 0px solid #ccc; cursor: pointer; float: right; z-index: 100; }

.login { text-align: center; }
.login fieldset { margin: 0em auto; width: 280px; }
.login fieldset .logo { display: block; padding-top: 4em; margin-bottom: 4em; }
.login input[type=text] { border: 1px solid #ccc; background: #fff; border-top-right-radius: 0.6em; border-top-left-radius: 0.6em; padding: 0.5em; width: 15em; margin: 0em; }
.login input[type=password] { border: 1px solid #ccc; background: #fff; border-bottom-right-radius: 0.6em; border-bottom-left-radius: 0.6em; padding: 0.5em; position: relative; top: -0.2em; width: 15em; margin: 0em; }
.login input[type=submit] { border-radius: 0.6em; border: 1px solid #aaa; background: #aaa; color: #fff; font-weight: bold; padding: 0.5em; cursor: pointer; width: 16em; margin-top: 0.5em; }
.login input[type=submit]:hover { border: 1px solid #ccc; background: #fff; color: #aaa; }
