/*    vesiblog.css  -  The vesiblog Stylesheet
 *
 *    Copyright 2006, J. op den Brouw <jesse@vesiblog.org>
 *
 *    This file is part of Vesiblog Weblog Software
 *
 *    Vesiblog Weblog Software is free software; you can redistribute it
 *    and/or modify it under the terms of the GNU General Public License as
 *    published by the Free Software Foundation; either version 2 of the
 *    License, or (at your option) any later version.
 *
 *    Vesiblog Weblog Software is distributed in the hope that it will be
 *    useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU General Public License for more details.
 *
 *    You should have received a copy of the GNU General Public License
 *    along with this program; if not, write to the Free Software
 *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */

/* Upper left corner for placing a picture */
#leftcornerlayer {
	position:absolute;
	width:150px;
	height:120px;
	z-index:4;
	top: 14px;
	left: 14px;
}

/* Left layer for displaying general welcome and links */
#leftlayer {
	position:absolute;
	width:151px;
	height:1146px;
	z-index:1;
	left: 14px;
	top: 165px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Top layer for displaying title */
#toplayer {
	position:absolute;
	width:544px;
	height:120px;
	z-index:2;
	left: 206px;
	top: 14px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

/* For placing the bulletins, messages */
#commonlayer {
	position:absolute;
	width:534px;
	height:1148px;
	z-index:3;
	left: 206px;
	top: 165px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: auto;
}

/* For displaying footer, copyright notice etc */
#footerlayer {
	position:absolute;
	width:545px;
	height:50px;
	z-index:5;
	left: 207px;
	top: 1348px;
}

/* Page background */
body {
	background-color: #145111;
}


/* Header text */
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #e5762e;
	text-align: center;
	position: relative;
	/* Set next so title will appear in the middle */
	top: 30px;
}

.headertext_pda {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #e5762e;
	position: relative;
}

/* Link header text */
.linkheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #ff9933;
	text-align: left;
}

/* Lists */
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
}

/* The normal text to use, also used with messages */
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
	padding-bottom: 15px;
	border-bottom-style: none;
}
.normaltext_pda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
	padding-bottom: 15px;
	border-bottom-style: none;
}

/* Caption on top of messages */
.blogtimeanddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #bf4d00;
	list-style-type: none;
	border-bottom-color: #BF4D00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.blogtimeanddate_pda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #bf4d00;
	list-style-type: none;
	border-bottom-color: #BF4D00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Unvisited link */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #e5762e;
	list-style-type: none;
	text-decoration:none;
}

/* If you hover over/above a link */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff6600;
	list-style-type: none;
	text-decoration: underline;
}

/* If you already seen this link */
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff6600;
	list-style-type: none;
	text-decoration: underline;
}

/* ?? */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff6600;
	list-style-type: none;
	text-decoration: underline;
}

/* The footer text */
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
	text-align: center;
}

/* Rendering of inputs in forms */
.bloginputs {
	border: 1px solid #006600;
	color: #FF6600;
	font-size: 14px;
	/*width: 160px;
	height: 17px; */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006600;
}
