/* $Id: style.css 41 2008-03-20 22:30:21Z narc-sisi $ */

.auth_username { 
	font-weight:bold !important
}

html, body {
	padding: 0px; border:0px; margin:0px;
}

/* reminder: a:link -> a:visited -> a:hover -> a:active << must always be in this order! */
/* note: by default, <a href=""> elements (hyperlinks) are bold, blue, and 
	underline only on hover. */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #408;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a:active {
	color: #f00;
}

a.redlink {
	color: #f00;
}

img {
	border:none;
}

#big_content {
	background-color: #fff;
	position:relative;
	top:0.25%;
	left:0.5%;
	width:99%;
}

#header div,#footer div,#sidebar div {
	background-color:#eee;
}

#header, #footer {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	font-size: 0.8em;
}

#header, #footer, .smalltext
{
	font-family: Verdana, Arial, sans-serif;
}

.smalltext {
	font-size: 0.7em;
}

.block {
	display: block;
}

#header div, #footer div {
	text-align: center;
	overflow: auto;
	width: 100%;
}

#header div div {
	text-align:center;
	height:auto;
	overflow:auto;
	width:auto;
	border:none;
}

#header div {
	border-bottom:2px solid #ccc;
}

#footer div {
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	font-size:0.8em;
}

#sidebar div, #content-div {
	margin-top:15px;
}

#sidebar {
	text-align:left;
	width:200px !important;
	vertical-align:top;
	padding-right:5px;
}

#sidebar div {
	border:2px solid #ccc;
	width:195px !important;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar div hr {
	border:1px solid #ccc;
	margin-top:2px;
	margin-bottom: 2px;
	margin-right: 8px;
	margin-left: 8px;
}

#sidebar div a {
	position:relative;
	left:2px;
	text-align: center;
	display: block;
	width: 187px;
	padding:1px;
	margin-left: 1px;
	margin-right: 1px;
}

#sidebar div a:hover {
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px solid red;
	border-right: 1px solid red;
}

#content {
	width:100%;
	padding-left:5px;
	vertical-align:top;
	padding-bottom: 20px;
}

#links_list,#breadcrumbs {
	float:left;
	clear:left;
	text-align:left;
}

#breadcrumbs #current {
	font-weight: bold;
}

#login_status,#login_links {
	float:right;
	clear:right;
	text-align:right;
}

#status {
	text-align:right;
	height:1.2em;
	font-size:0.8em;
}

#admin_post_form input {
	 font-family: courier new,fixed-width;
}

.warning {
	color: #800;
}

a.page_links:link {
	border-bottom: 2px solid #00f;
}

a.page_links:visited {
	color: #00f;
	border-bottom: 2px solid #408;
}

.checkbox-group ul {
	list-style-type: none
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

.page_errors {
	width: 82% !important;
	border: 1px solid #f00;
	color: #f00;
	background: #ff8 none;
	position: relative;
	left: 9%;
	margin-bottom: 20px;
}

.form-container, .new-post-form-container {
	background-color: #eee;
	padding: 0px 2px;
	border: 1px solid #ccc;
}

.form-triplet, .form-singlet {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 8px 4px;
	padding: 4px;
}

.form-triplet:hover, .form-singlet:hover {
	background-color: #ffe;
}

.form-duplet {
	width: 50%;
	float: left;
}

.form-singlet {
	text-align: center;
}

.form-singlet input {
	font-weight: bolder;
	font-size: 1em;
	line-height: 1.2em;
	width: 30%;
}

.form-label {
	font-weight: bolder;
	font-size: 1.05em;
	line-height: 1.2em;
	padding-bottom: 2px;
}

.form-input {
}

.form-input input {
	width: 90%;
}

.form-desc {
	display: inline;
	float: right;
	text-align: left;
	width: 50%;
}

.text-with-tooltip {
	border-bottom: 1px dotted #333;
}

.info-sidebar {
	display: block;
	float: right;
	width: 24%;
	margin-top: 10px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;

	color: #000;
	background-color:#eee;
	border:2px solid #ccc;

	position: relative;
	
	padding-left: 8px;
}

.centered {
	text-align: center;
}

.new-post-form-container {
	float: left;
	clear: both;
	width: 75%;
	position: relative;
	left: 12.5%;
	text-align: center;
	padding: 1em;
}

.new-post-form-container label {
	font-family: Verdana, Arial, sans-serif;
	display: block;
	text-align: left;
	width: 90%;
	position: relative;
	left: 5%;
	
	margin-top: 1em;
}

.new-post-form-container #post-settings label {
	display: inline;
	left: 0%;
	margin: 0px;
	font-size: 0.8em;
}

.new-post-form-container input#post-title {
	width: 90%;
}

.new-post-form-container textarea {
	width: 90%;
	height: 25em;
}

.new-post-form-container #submit-buttons {
	margin-top: 0.5em;
}

.post-content, .new-post-form-container textarea {
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
}
