﻿
/* Colors */

body,
input[type="text"],
input[type="password"],
textarea
{
	background-color: #ffffff;
}

div.pager > a.selected
{
	background-color: #cca9a3;
}

div.comment-body-own
{
	background-color: #f5e5d0;
}

ul.menu > li > div.text > a
{
	color: #592d00;
}

ul.menu > li > div.subtext > a
{
	color: #b26800;
}

h2 > a,
h1.strong,
div.comment-title,
div.comment-author,
div.label,
table.form td.form-label,
input[type="submit"],
table.checkbox-area *,
table.itemlist-area *,
table.radiobuttonlist-area *
{
	color: #663b33;
}

a
{
	color: #008800;
}

div.day
{
	color: #cca9a3;
}

div.pager > a,
h1.weak
{
	color: #b3948f;
}

div.pager > a.selected
{
	color: #ffffff;
}

div.master-footer
{
	color: #99766b;
}

div.month,
div.year,
div.publication-info,
div.comment-timestamp,
div.section
{
	color: #997f7a;
}

div.publication-abstract,
p,
strong,
div.comment-content,
input[type="text"],
input[type="password"],
textarea
{
	color: #332a29;
}

ul.menu
{
	border-color: #592d00;
}

div.master-footer
{
	border-color: #4d1d17;
}

h1,
div.publication-header,
div.pager,
div.section
{
	border-color: #997f7a;
}

div.pager > a,
input[type="text"],
input[type="password"],
textarea
{
	border-color: #cca9a3;
}

table.form td.form-separator-top,
table.form td.form-separator-bottom
{
	border-color: #ffffff;
}

div.messagebox-error,
div.messagebox-error *
{
	background-color: #ffe5e5;
	color: #cc0000;
}

div.messagebox-success,
div.messagebox-success *
{
	background-color: #e5ffe5;
	color: #008000;
}

/* Graphics */

div.master-header
{
	background: url(../Images/HeaderSample.png) repeat-x;
}

a.master-logo
{
	background: url(../Images/Logo.png) no-repeat;
}

div.master-footer
{
	background: url(../Images/FooterSample.png) repeat-x;
}

/* Fonts */

*
{
	font-family: Arial, Helvetica, Sans-Serif;
}

h1,
h2 > a,
div.pager > a,
p, p *,
div.master-footer
{
	font-family:  'Trebuchet MS', Helvetica, Sans-Serif;
}

div.day
{
	font-family: 'Times New Roman', Serif;
}

ul.menu > li > div.subtext,
div.month,
div.year,
div.publication-info,
div.comment-timestamp
{
	font-size: 8pt;
}

div.comment-content
{
	font-size: 9pt;
}

p, p *,
div.master-footer,
div.publication-abstract,
div.label, div.label > a,
table.form td.form-label,
div.comment-title,
div.comment-author, div.comment-author > a,
input[type="text"],
input[type="password"],
textarea,
input[type="submit"],
div.messagebox-error,
div.messagebox-success,
table.checkbox-area *,
table.itemlist-area *,
table.radiobuttonlist-area *
{
	font-size: 10pt;
}

strong
{
	font-size: 11pt;
}

h2,
div.section,
div.pager > a
{
	font-size: 13pt;
}

h1
{
	font-size: 15pt;
}

ul.menu > li > div.text
{
	font-size: 16pt;
}

div.day
{
	font-size: 24pt;
}

h1
{
	font-weight: normal;
}

div.day,
div.comment-title,
div.comment-author,
input[type="submit"]
{
	font-weight: bold;
}

ul.menu > li > div.text > a,
ul.menu > li > div.subtext > a,
h2 > a
{
	text-decoration: none;
}

/* Elements */

h1.centered
{
	text-align: center;
}

h1.separator
{
	border-bottom-style: dashed;
	border-width: 1px;
	padding-bottom: 20px;
}

p
{
	margin-top: 15px;
	text-indent: 20px;
}

a
{
	outline: none;
}

div.section
{
	margin-top: 20px;
	text-align: center;
	padding-top: 20px;
	border-top-style: dashed;
	border-width: 1px;
}

input[type="text"],
input[type="password"],
textarea
{
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="text"].large,
textarea.large
{
	width: 500px;
}

input[type="text"].small,
input[type="password"].small
{
	width: 240px;
}

input[type="submit"]
{
	margin-top: 10px;
	height: 30px;
	overflow: visible;
	white-space: nowrap;
	cursor: pointer;
	background: transparent;
}

input
{
	outline: none;
}

input::-moz-focus-inner
{
	border: 0;
}

table.checkbox-area td.checkbox-text
{
	padding-left: 5px;
}

table.itemlist-area td.itemlist-text
{
	padding-left: 5px;
	text-align: justify;
}

table.itemlist-area td.itemlist-notlastrow
{
	padding-bottom: 5px;
}

table.radiobuttonlist-area td.radiobuttonlist-text
{
	padding-left: 5px;
}

table.radiobuttonlist-area td.radiobuttonlist-notlastrow
{
	padding-bottom: 4px;
}

div.messagebox-area
{
	padding: 10px 15px;
	float: left;
	text-align: justify;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Master */

*
{
	margin: 0;
	padding: 0;
	border: none;
}

html,
body
{
	height: 100%;
}

div.master-header
{
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

div.master-page
{
	min-height: 100%;
	position: relative;
}

div.master-viewspace
{
	margin: 0 auto;
	padding: 0 10px;
	width: 730px;
}

a.master-logo
{
	display: block;
	width: 330px;
	height: 120px;
}

div.master-content
{
	padding: 50px 0 150px 0;
	clear: both;
	display: inline-block;
	width: 100%;
}

div.master-footer
{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	border-top-style: solid;
	border-top-width: 3px;
	text-align: center;
	line-height: 100px;
}

img.valid-badge
{
	width: 88px;
	height: 31px;
}

div.valid-xhtml
{
	width: 88px;
	position: absolute;
	bottom: 46px;
	z-index: 1;
	margin-left: 50%;
	padding-left: 272px;
}

div.valid-css
{
	width: 88px;
	position: absolute;
	bottom: 12px;
	z-index: 1;
	margin-left: 50%;
	padding-left: 272px;
}

/* Menu */

ul.menu
{
	padding: 0 15px;
	list-style: none;
	border-top-style: dashed;
	border-top-width: 1px;
}

ul.menu > li,
ul.menu > li.selected
{
	margin-top: 5px;
	padding: 0 15px;
	float: left;
}

ul.menu > li.service
{
	float: right;
}

ul.menu > li > div.text,
ul.menu > li > div.subtext
{
	text-align: center;
}

ul.menu > li > div.text > a,
ul.menu > li > div.subtext > a
{
	white-space: nowrap;
}

/* Content */

div.announcement-block
{
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

div.announcement-flow
{
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}

div.date
{
	width: 70px;
	float: left;
	position: relative;
	top: -4px;
}

div.day,
div.month,
div.year
{
	text-align: center;
}

div.publication-intro
{
	width: 650px;
	float: right;
}

div.publication-icon
{
	width: 70px;
	float: left;
	position: relative;
}

div.publication-info
{
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}

div.publication-update
{
	float: left;
}

div.publication-comments
{
	float: right;
	margin-right: 50px;
}

div.publication-header
{
	overflow: hidden;
	width: 100%;
	border-bottom-style: dashed;
	border-width: 1px;
	padding-bottom: 5px;
}

div.main-content
{
	margin-top: 20px;
	padding: 0 10px;
}

div.pager
{
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top-style: dashed;
	border-width: 1px;
}

div.pager > a
{
	float: right;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	margin-left: 5px;
	padding: 0 5px;
}

div.comment
{
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

div.comment-gravatar
{
	width: 64px;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 4px;
}

div.comment-gravatar-own
{
	width: 64px;
	float: left;
	margin-left: 10px;
	position: relative;
	top: 14px;
}

div.comment-body
{
	width: 620px;
	float: right;
	margin-right: 10px;
	padding: 0 10px;
}

div.comment-body-own
{
	width: 620px;
	float: right;
	margin-right: 10px;
	padding: 10px;
}

div.comment-title
{
	margin-bottom: 5px;
}

div.comment-info
{
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}

div.comment-author
{
	float: left;
}

div.comment-timestamp
{
	float: right;
	position: relative;
	top: 2px;
}

/* Form */

div.form
{
	margin-left: 110px;
	margin-top: 5px;
}

div.label
{
	padding-top: 10px;
	clear: both;
	width: 500px;
}

div.label-input-length
{
	float: right;
}

div.input
{
	padding-top: 3px;
}

div.element
{
	padding-top: 10px;
}

div.messagebox-separator-medium
{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

div.messagebox-separator-large
{
	margin-top: 25px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

div.form-signin
{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

table.form td.form-label
{
	text-align: right;
	white-space: nowrap;
}

table.form td.form-input
{
	padding-left: 10px;
}

table.form td.form-separator-top
{
	border-top-style: solid;
	border-top-width: 15px;
}

table.form td.form-separator-bottom
{
	border-bottom-style: solid;
	border-bottom-width: 25px;
}

/* About */

div.so-flair
{
	margin-left: 17px;
	margin-top: 5px;
}

/* Administration */

div.form-signout
{
	text-align: right;
	position: absolute;
	right: 0;
	top: -25px;
}

div.options
{
	margin-top: 20px;
	padding-left: 250px;
	position: relative;
}
