/* CORE */

body
{
	font-family: "lucida grande", tahoma, "dejavu sans", helvetica, arial, sans-serif;
	text-align: center;
	font-size: 10pt;
	cursor: default;
	background: #f7f3e3;
}

a
{
    color: #56705b;
    cursor: pointer;
    text-decoration:underline;
}

a:hover
{
    color: #66806b;
    text-decoration:none;
}

ol, ul
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

li
{
    padding-top: 1px;
    padding-bottom: 1px;
}

h1
{
	color: #885748;
	padding: 0.3em 0;
	font-size: 1.8em;
}

h2
{
	color: #003c2d;
	padding-top: 1em;
	margin: 0.3em 0;
	font-size: 1.55em;
}

h3
{
	color: #c6c65b;
	padding-top: 2em;
	font-size: 1.4em;
}

h4
{
	color: #c6c65b;
	padding-top: 0.5em;
	font-weight: normal;
}

#container
{
	text-align: left;
}

#header
{
	height: 90px;
}

#header h1
{
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	padding-top: 4px;
	padding-left: 4px;
}

#header a
{
	text-decoration: none;
	color: #986758;
}

#footer
{
	clear:	both;
	padding: 6px 10px 6px 10px;
}

#header, #footer
{
	background: #e9f0da;
}

#powered-by
{
	margin: auto;
	text-align: center;
	padding: 1em;
	font-size: 0.8em;
}

#xhtml
{
	position: absolute;
	right: 6px;
}

input, textarea
{
	border: 1px solid #999;
}

textarea
{
	font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
}

#content
{
	clear: right;
	padding: 0px 20px 10px 15px;
	background-color: #fff;
	color: #333;
	margin-left: 16em;
}

#sidebar
{
	float: left;
	width: 15em;
	padding: 10px;
	text-transform: lowercase;
}

textarea:focus, .textbox:focus
{
	background: #fffff0;
}

.checkbox
{
    margin-right: 5px;
}

.button
{
	border-width: 1px 2px 2px 1px;
	background: #f0f0f0;
}

.button:focus, .button:hover
{
    background: #f9f9e0;
}

#header h1, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	text-transform: lowercase;
}

p
{
    padding-top: 0.25em;
	padding-bottom: 0.25em;
}

/* END CORE */

blockquote
{
	margin-left: 10px;
	padding-left: 15px;
	border-left: 4px solid #bbb;
}

/* SIDEBAR */

#sidebar form
{
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar-links
{
    font-weight: bold;
}

.sidebar-controls
{
	margin: 0 0 0 10px;
	padding: 0;
}

.sidebar-label
{
	margin: 0;
	padding: 0;
}

#sidebar .textbox
{
	display: inline;
	width: 80%;
	height: 1.3em;
	background-repeat: no-repeat;
}

#sidebar .button
{
	display: none;
	height: 1.5em;
	text-transform: lowercase;
}

#sidebar-search .textbox
{
	padding-left: 20px;
	text-transform: lowercase;
	background-image: url(../img/search.png);
}

#openid-login .textbox
{
	padding-left: 20px;
	background-image: url(../img/openid.png);
}

#sidebar-identity
{
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: none;
}

#openid-url, .openid-url
{
	padding-left: 18px;
	font-weight: bold;
	background-image: url(../img/openid.png);
	background-repeat: no-repeat;
}

#site-link
{
    margin-top: 1em;
    text-align: right;
}

/* END SIDEBAR */
/* ADMINS */

#admin-list
{
	padding-top: 5px;
}

.deop-link
{
	padding-right: 5px;
	text-transform: lowercase;
	font-weight: bold;
}

.deop-link a
{
	text-decoration: none;
}

.deop-link a:hover
{
	text-decoration: underline;
}

.google-ads
{
    float: right;
}

#footer:hover
{
    background: #d9e6ca;
}

#sidebar li
{
    list-style-type: none;
    padding: 0px;
    margin: 4px 0;
/*    border: 1px solid #d9e6ca; */
}

#sidebar li a
{
    display: block;
    padding: 3px;
    text-decoration: none;
    background: #fffff9;
    font-weight: normal;
}

#sidebar li a:hover
{
    background: #faf8ed;
}

.prettytable
{
    border-collapse: collapse;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.prettytable th
{
    font-weight: bold;
    background: /* #faf5ec; */ #faf8ed;
}

.prettytable th, .prettytable td
{
    border: 1px solid #d9e6ca;
    padding: 5px;
}

#admin-panel li
{
    display: block;
    text-align: center;
    width: 300px;
    margin: 3px;
    padding: 0;
    border: 2px solid #d9e6ca;
}

#admin-panel li a
{
    display: block;
    padding: 5px;
    font-size: 1.5em;
    background: #faf5ec;
    text-decoration: none;
}

#admin-panel li a:hover
{
    background: #e9f0da;
}

.strip-image
{
    text-align: center;
}

.strip-nav
{
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    color: #888;
    border-bottom: 1px solid #aaa;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.strip-transcript ol
{
    padding-left: 2em;
}

#flashMessage
{
    margin-left: 1em;
    padding: 1em;
    background: #faf5ec;
}

.cast-table
{
    margin-top: 1em;
}

.cast-table td, .cast-table th
{
    padding: 0.5em;
    vertical-align: top;
}

.strip-comment-form
{
    text-align: center;
    margin-top: 1em;
}

.strip-comment
{
    margin-top: 1em;
    margin-left: 1em;
}

.comment-header
{
    padding: 3px;
    background: #e9f0da;
    font-size: 0.8em;
}

.comment-body
{
    padding: 5px;
    background: /* #faf5ec; */ #faf8ed;
}

.comment-user
{
    font-weight: bold;
}

.google-ads object
{
    _display: none;
}

.article-admin
{
    background: /* #faf5ec; */ #faf8ed;
    font-size: 0.8em;
    text-align: center;
}

div.submit .button
{
    padding: 3px;
}

#ArticleAddForm, #ArticleEditForm
{
    display: block;
    width: 50%;
}

#ArticleAddForm div.label, #ArticleEditForm div.label
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#ArticleAddForm .textbox, #ArticleAddForm textarea, #ArticleEditForm .textbox, #ArticleEditForm textarea
{
    margin-left: 5px;
    width: 100%;
}

#ArticleAddForm .submit, #ArticleEditForm .submit
{
    text-align: center;
}
