/*
* Licensed to the Apache Software Foundation (ASF) under one or more
*  contributor license agreements.  The ASF licenses this file to You
* under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.  For additional information regarding
* copyright in this work, please see the NOTICE file in the top level
* directory of this distribution.
*/
/*
Unless otherwise indicated, all code below was written by Eric Costello,
and you are free to use, modify and distribute it. Please leave this 
comment block intact so that people can find the original unmodified
version at: http://www.glish.com/css/blogger/

Also see:
http://www.schwa.com
http://www.glish.com
*/

body {
	//font:12px;
	//background:#ddd;
    background:white;
	padding:0px;
	margin:0px;
}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#0000ff;
	outline:none;
	text-decoration:none;
    background:none;
}
	
a:visited {
	color:blue;
	background:none;
	text-decoration:underline;
}
	
a:hover {
	color:black;
	background:white;
	text-decoration:underline;
}
	
label, input, select { outline:none; }

#centercontent {
	position: relative;
	top: 10px;
	background:#fff;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:232px;
	border:1px solid #000;
}

#rightcontent {
	z-index:1;
	position: absolute;
	width: 220px;
	right:6px;
	top:5px;
	background:#fff;
	border:1px solid #000;
}

#banner {
	position: relative;
	//background:#fff;
    background: #6666cc;
    color: #ffff66;
	border:1px solid #000;
	margin-right:232px;
	margin-left: 5px;
	top:5px;
}
	
div.padded,h1,h2,h3,h4,h5,h6 {
	margin:0px 10px 10px 10px;
}

#rightcontent h2 {
    font-size: medium;
    border-top:1px;
    border-right: 5px; 
    border-bottom: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: #000;
    margin: 0px -2px 10px 0px;
    padding: 2px 5px 2px 5px;
    background: #ffff66;
    color: #6666cc;
}

.rFolder {
    display: none;
}
	
p {
	margin:10px 0px 0px 0px;
}
	
h1 {
	margin-top:10px;
}
	
h2 {
	margin-top:10px;
}
	
#banner h1  {
	padding:10px 10px 0px 10px;
	margin:0px;
}
	
#banner h4  {
	padding:0px 10px 0px 10px;
	margin:0px;
}

div.footer {
	padding-left: 10px;
    padding-right: 10px;
	margin-top:0px;
	margin-right:40px;
	margin-left:40px;
	color:#666;
	border-style: solid;
	border-width: thin;
	border-color: #6666cc;
	border-top-style: none;
	border-collapse: collapse;
}

div.post {
	margin-right:40px;
	margin-left:40px;
	margin-bottom: 0px;
	padding: 10px;
	border-style: solid;
	border-width: thin;
	border-color: #6666cc;
	border-collapse: collapse;
}
	
input.textSizer {
	font-size:10px;
	font-weight:bold;
	background:black;
	color:white;
	width:40px;
}

label {cursor:hand}

.rBookmark {
    font-size: small;
}

.quote {
    font-style: italic;
    margin-left: 10%;
}

.hCalendarMonthYearRow {
    font-size: medium;
    font-weight: bold;
    color: #0000AA;
}
.hCalendarDayNameRow {
    font-size: small;
    font-weight: bold;
}
.hCalendarDay, .hCalendarDayLinked {
    font-size: small;
}
.hCalendarDayCurrent {
    font-size: small;
    font-weight: bold;
    border-style: dashed;
    border-width: thin;
    border-color: #0000AA;
    color: #0000AA;
}
.hCalendarNextPrev {
    font-size: small;
    font-weight: bold;    
}

div#copyrightnotice {
    font-size: x-small;
    text-align: center;
    //position: relative;
	margin-top: 10px;
	background:#fff;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:232px;
	border:1px solid #000;
}
.comments {
  margin: 15px 15px 15px 15px;
}		

.comments-form {
  font-family:verdana, arial, sans-serif;
  color:#999;
  font-size:10px;
  font-weight:normal;
  background:#fff;	
  margin: 15px 15px 15px 15px;
}	
			
.comments-head	{ 
  font-family:verdana, arial, sans-serif; 
  font-size: 10px; 
  color: #999; 
  font-weight:bold;
  margin-top:10px;
  text-transform:uppercase;
  border-bottom:1px dotted #666;		
}
