/*******************************************************************************
* mojito_structure.css
* -------------------
* created : August 30, 2004
* copyright : GPL version 2
* creator : Kevin Wetzels
* email : kevin.wetzels@gmail.com
* web : http://legion.gibbering.net/el/
********************************************************************************
*
* This template is free; 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.
*
*******************************************************************************

modified by Charles Kiblinger, July 2006 **************************************/

/**************************** HTML elements ***********************************/
body, html {
	background: #bbdc9a; /*#E0E7EC;*/
	color: #333333;
	margin: 0;
	padding: 0px 10px 5px 10px;
	font: 1em/1.6em "Verdana", sans-serif;
	/*background-image: url(vert_grad.png);
	background-position: top center;
	background-repeat: repeat-x;*/
}

a {
	color: #701001; /* #0066cc; */
	text-decoration: none;
	/*border-bottom: 1px dotted #C6CF4C;*/
}



a:hover {
	color: #C6CF4C;  /*#ff6600; */
	text-decoration: none;
	border-bottom: 1px dotted #C6CF4C;
}

h1 {
	margin: 0 0 0 40px;
	padding: 24px 0 0 0;
	font-size: 2.5em;
	font-family:  "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 1.5em;
}

/* special markup for the entry title */
h3 {
	margin: 1.1em 0em 0.6em 0em;
	padding: 10px 0px 10px 20px;
	/*background: #ffffff url(doc.png) no-repeat center left;*/
	background-color: #bbdc9a;
	color: #333;
	font-size: 1.8em;
	font-family:  "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

body.ajw h3 {
	margin: 0.6em 0em 0.3em 0em;
}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 1.4em/1.5em "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
 /*Garamond, "Times new Roman", serif;*/
}


h1 a, h1 a:hover {
	text-decoration: none;
	color: #fff;
}

h1.top, h5.top {
	color: #fff;
	margin-top: -1.55em;
	margin-left: 39px;
	padding: 0px;
}

h1.shadow, h5.shadow {
	color: #000;
}


h4 {
	font-size: 1.1em;
	margin: 0.3em 0 0 0;
}

.entry h4 {
font-size: 1.4em;
font-weight: bold;
margin: 25px 0px 0px 20px;
}


p {
	font: 1em/1.6em "Verdana",sans-serif;
	margin: 0.6em 0em 1.3em 0em;
	border: 0px dashed #0F0;
}

tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	
}

hr {
	margin: 1em 0.1em;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}


p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

/*********************** STYLE SHEET SPECIFICS ********************************/
/* dropshadow wrapper */
#wrapper {
border: 0px solid red;
max-width: 780px;
width: expression(document.body.clientWidth > 780? "780px": "auto" );
margin: 6px auto 0px auto;
background-color: #fff;
background-image: url('/farmblog/images/dropshadow.png');
}


/* Container */
#container {
border: 6px solid #fff;
max-width: 760px;
width: expression(document.body.clientWidth > 760? "760px": "auto" );
margin: 6px auto 0px auto;
background-color: #fff;
/*background-image: url('/farmblog/images/green-bg3.png');
background-repeat: repeat-y;
background-position: 99% 0;*/
}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 246px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #bbdc9a url(/farmblog/images/tolt-header_760.jpg) no-repeat top center;
	border-bottom: 6px solid #fff;
}

#header img {
border: 0px;
}

#header a:hover {
border: 0;
text-decoration: none;
}

/* main section. This is the main that is used in 3 column layout */
#main {
	width: 43%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	width: 74%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 200px 0px;
	float: left;
	background-color: #bbdc9a; /*#add586;*/
	border-top: 30px solid #77b936;
	border-right: 0px solid red;
}


body.ajw #main-2columns {
background-color: #fff;
border-top: 10px solid #77b936;
}

.pmo {
	white-space: nowrap;
border: 0px solid green;	
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}


/* wrap each entry in a div */
.entry {
	line-height: 1.4em;
/*	border-bottom: 1px dashed #999;*/
	margin: 0em;
	padding-bottom: 0em;
	background-color: #77b936;
	border-bottom: 1px dotted #000;
}

body.ajw .entry {
background-color: #fff;
}

.entry p {
margin-left: 20px;
margin-right: 10px;
}


/* secondary info: post date, poster, category, number of comments */
.info {
	color: #666666;
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.info .comments {
	padding-left: 13px;
	background: #ffffff url(comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
	padding-left: 13px;
	/*background: #ffffff url(person.png) no-repeat center left;*/
	background: transparent;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info {
	padding-left: 13px;
	/*background: #ffffff url(person.png) no-repeat center left;*/
	background: transparent;
}

.category {
	/*padding-left: 13px;*/
	/*background: #ffffff url(person.png) no-repeat center left;*/
	background: transparent;
}



/* all other information goes here */
#secondary, #linkdump {
	position: relative;
	top: 0;
	left: 0;
	width: 25%;
	font-size: 0.70em;
	line-height: 1.4em;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;


}

#secondary p, #linkdump p {
	line-height: 1.4em;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 22px;
	font: bold 1.8em 	Garamond, Georgia, "Times new Roman",serif;
	color: #555555;
}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 1px solid #0FD; 
}

.about-box {
	border: 1px solid #AAA;
	background-color: #77b936;
	padding: 6px;
	color: #2F446B;
	margin: 0px 0px 6px 0px;	
}

.about-box ul {
padding: 0px;
margin: 20px 0px 0px 0px;
list-style-type: none;
}

.about-box ul li {
font-family:  "Gill Sans", Verdana, Helvetica, Arial, sans-serif; 
font-size: 1.6em;
/*font-weight: bold;*/
margin-bottom: 15px;
line-height: 22px;
/* border-bottom: 1px solid #808080;   -- NAV BAR: may want to restructure to allow for a:hover of li items -- with a box or a top&bottom border, etc. */
}.about-box ul li.plain {color: #701001;margin-bottom: 0px;padding-bottom: 0px;}

.about-box ul li a {
color: #701001;
text-decoration: none;
}.about-box li.sublist {margin: 0px 0px 0px 15px;padding: 0px;font-size: 1.2em;line-height: 16px; /*list-style-type: disc;*/}.about-box li.sublist_last {margin: 0px 0px 15px 15px;padding: 0px;font-size: 1.2em;line-height: 16px; /*list-style-type: disc;*/}
.about-box ul li a:hover {
color: #C6CF4C;
text-decoration: none;
background-color: transparent;
border-bottom: 1px dotted #C6CF4C;;
}


.misc {
	border: 1px solid #AAA;
	background-color: #77b936;
	/*background-image: url('/farmblog/images/green-bg.png');
	background-repeat: repeat-y;*/
	padding: 6px;
	color: #2F446B;
	margin: 0px 0px 6px 0px;	
}


.misc h4 {
margin: 22px 0px 5px 0px;
padding: 0px;
color: #333;
font-size: 14px;
font-weight: bold;
}

/* attaching background images to the headers */
h3.links {
	background: transparent url(links.png) no-repeat center left;
	margin: 0.8em 0em 0em 0em;	
}

h3.linkdump {
	background: transparent url(linkdump.png) no-repeat center left;
}

h3.about {
	background: transparent url(about.png) no-repeat center left;
	margin: 0 !important;
}

h3.search {
	background: transparent url(search.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
}


h3.archives {
	background: transparent url(archives.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}


h3.calendar {
	background: transparent url(calendar.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3.comments {
	background: transparent url(comments.png) no-repeat center left;
	margin: 0em 0 0.2em !important;		
}

h3.referrers {
	background: transparent url(referrers.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3.stuff {
	background: transparent url(stuff.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3 .date {
color: #BD7802; /*704701; #9E6429;*/
	font-size: 0.6em;
	float: right;
	font-weight: bold; /*normal;*/
	/*padding-top: 4px;*/
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 8px;
	border-left: 1px solid #BD7802;
	font-family:	"Verdana", sans-serif;
}

h4 .date {
	font-size: 0.8em;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}


p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 0.9em;
	color: #555;
	padding: 0em 0px 0.6em;
}

/* a nice footer */
#footer {
	width: 100%;
	text-align: center;
	background-color: #bbdc9a;
	color: #666666;
	clear: both;
	border-top: 6px solid #fff;
	border-bottom: 1px dotted #000;
	margin-bottom: 1px;
}

#footer p {
	font-size: 0.7em;
	font-family:  "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#footer a:hover {
	color: #701001;
	text-decoration: none;
	border-bottom: 1px dotted #701001;
}

/* these styles are for the calendar widget */
.calendar {
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
	background-color: #F8F8F8;
}

.calendarHeader {
	font-weight: bold;
	color: #000;
	background: #eee;
	margin: 0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendartoday {
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid #999;
}

table.calendar {
	/* only the calendar has a line, not the individual cells */
	border: 1px solid #333;
	padding: 0px;
	width: 175px;
}

table.calendar td {
	text-align: center;
}

.calendarHeader a, .calendar a {
	font-weight: bold;
	color: #24B;
	text-decoration: none;
}

/* end of the calendar styles */



.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox {
	border: 1px inset #555;
padding: 2px;	
	background-color: #F8F8F8;
	width: 110px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #555;
	background-color: #DDD;
	width: 50px;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }





#photos {
padding-top: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#photos.entry p {
margin: 0px;
padding: 0px;
}

#photos h3 {
margin-bottom: 20px;
}


/* PHOTOS ARE ALIGNED WITH P AND TEXT-ALIGN:CENTER BELOW
#photos img {
margin: 0px 0px 0px 10px;
border: 1px solid #000;
}
*/

#photos #bump {
margin-left: 37px;
}

#photos ul {
display: inline;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

body.ajw #photos ul {
margin-left: 40px;
}

#photos li {
display: inline;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#photos ul li a img {
margin: 2px 0px 0px 2px;
border: 1px solid #000;
}

body.ajw #photos ul li a img {
border: 0px solid #000;
}

#photos ul li a:hover {
border: 0px;
}

#photos ul li a:hover img {
border: 1px solid red;
}

body.ajw #photos ul li a:hover img {
border: 0px solid red;
}

p.caption {
font-size: 1em;
font-weight: bold;
text-align: center;
}

p.subcaption {
font-size: 0.8em;
font-weight: normal;
text-align: center;
}


p.centered {
text-align: center;
}

#photos p.centered img {
border: 1px solid #000;
margin: 10px 0px 0px 0px;
}

.caps {
font-size: 26px;
color: #006E28;
}


ul.plain {
list-style-type: none;
margin: 5px 0px 0px 40px;
padding: 0px;
}

ul.plain li {
margin: 0px 0px 0px 0px;
padding: 0px;
}


.float_right {
float: right;
}

.float_left {
float: left;
}

img.float_left, a img.float_left {
border: 1px solid #000;
margin: 10px 10px 10px 0px;
}

img.float_right {
border: 1px solid #000;
margin: 10px 20px 10px 10px;
}

a img.contact {
background-image: url('/farmblog/images/tolt-glo-square.jpg');
}

a:hover img.contact {
background-image: url('/farmblog/images/tolt-drg-square.jpg');
}

a img.front_page {
background-image: url('/farmblog/images/tolt-doqq-square.jpg');
}

a:hover img.front_page {
background-image: url('/farmblog/images/tolt-lidar-square.jpg');
}


.entry ul.bulleted li {
margin-bottom: 7px;
}

.callout {
font-weight: bold;
font-size: 1.4em;
}

#credit {
border: 0px solid #000;
max-width: 780px;
width: expression(document.body.clientWidth > 780? "780px": "auto" );
margin: 0px auto 0px auto;
background-color: transparent;
padding: 0px 0px 20px 0px;
}

#credit p span.attrib {
margin: -10px 0px 0px 0px;
padding: 0px 15px 0px 0px;
font-size: 0.55em;
float: right;
font-weight: normal;
font-family: "Verdana", sans-serif;
}

#credit a {
color: #000;
text-decoration: none;
}

#credit a:hover {
color: #701001;
text-decoration: none;
border-bottom: 1px dotted #701001;
}

#rss_atom a:hover {
border: 0;
text-decoration: none;
}






