/*******************************************************************************
* mojito_structure.css
* -------------------
* design based on original by Kevin Wetzels
* 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.
*
*******************************************************************************/

/**************************** HTML elements ***********************************/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.05em;
 line-height: 1.4em;
  background:  url(images/delphicbg.png) #E8FFE6;
  margin:0;
  padding:0px 10px;
  color:#333333;
}

a:link, a:visited {
	text-decoration: underline;
	color: #009900;
	background-color: transparent;
}

a:hover {
	color: #006709;
	text-decoration: underline;
}



h3  {font: 130% Georgia, "Times New Roman", Times, serif;
line-height:150%;
background-color:#66ff33;
display:block;
border:#339900 1px solid;
padding-left:3px;}

h4  {font: 110% Georgia, "Times New Roman", Times, serif;
font-weight:bold;
line-height:140%;
/*background-color:#66ff33;
display:block;
border:#339900 1px solid;*/}

.clear { clear: both; background: none; }


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 ********************************/

/* Container */
#container {
	/* border-bottom: 1px solid #999;
	max-width: 950px;
	width: expression(document.body.clientWidth > 950? "950px": "auto" );
	margin: 0px auto;
	background-color: #FFF;*/
	 margin: 0 auto;
 width: 790px;
 background:#fff;
 border:#339900 1px solid;
}

#header {
	border-top: none;
	border-bottom: 1px dotted #B2BCC6;
	height: 7.5em;
	 width: 770px;
	background-image: url(/images/dhse-logo.gif);
	background-repeat: no-repeat;
	background-position: 4%;
	background-color:#fff;
	 padding: 10px;
	 margin: 10px 0px 5px 0px;
}
.strapline {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 0;
	margin-top: 0.5em;
}
#header h1 {
float:left;
visibility:hidden;
font-size:1px;
margin: 0;
padding: 0 20px 0 0;
}
#clearheader{
	clear: left;
}

/* main section. This is the main that is used in 3 column layout */
#main {
	width: 44%;
	font-size: 0.8em;
	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: 70%;
	font-size: 0.8em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

.pmo {
	white-space: nowrap;
	
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 0.8em;
	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-bottom: 1.5em;
	padding-bottom: 0.8em;
}
 .entry a:link {font-size:100%;}


/* 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;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
	padding-left: 13px;
	background: #ffffff url(folder.png) no-repeat center left;
}


/* all other information goes here */
#secondary, #linkdump {
	position: relative;
	top: 0;
	left: 0;
	width: 25%;
	font-size: 0.8em;
	line-height: 1.4em;
	float: left;
	margin: 0 0px 0 0;
	padding: 18px 0px 0 0;
}

#secondary p, #linkdump p {
	line-height: 1.4em;
}



/* 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: 0px dotted #0FD; 
}*/

/* using different classes to outline the different sections */
/*.links,  .archives, .about, .search, h3.calendar, #secondary, */.linkdump,
 .comments, .referrers, .stuff {
margin: 0.3em 0 0.5em !important;
border-bottom: 0px dotted #0FD;
}

.about-box {
	border: 1px dotted #AAA;
	background-color: #E8FFE6; 
	padding: 6px;
	color: #333;
	margin: 0px 5px 15px 15px;	
}

.smt {
font-size:0.8em;
line-height:p.9em;
}

.misc {
	border: 1px dotted #AAA;
	/* background-color: #d4ffaa; */
	padding: 6px;
	color: #333;
	margin: 10px 5px 10px 15px;	
}

h3 .date {
	font-size: 0.6em;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 .date {
	font-size: 0.8em;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 0.9em;
	color: #555;
	padding: 0em 0px 0.6em;
}


/* begin nav */

#nav {
	font-size:100%;
	float:left;
	margin:0 0 0 15px;
	padding:3px;
	/*border:1px dotted #B2BCC6;*/
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
}
#nav ul ul {
	margin-left: 12px;
}
#nav ul ul li {
border-bottom: none;
	margin-bottom: 0.3em;
	font-size:90%;
	line-height: 1.4em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #009900;
	background-color: transparent;
}
#nav a:hover {
	color: #006709;
	text-decoration: underline;
}



#footer {
	clear:both;
	background-color: #66ff33;
	color: #000;
	font-size: 60%;
	margin-left:0;
	padding: 0.5em;
	width: 779px;
	border-top: 1px dotted #AAAAAA;
}
#footer  a:link,  #footer a:visited {
	color:#006600;
	text-decoration: underline;
	}
#footer  a:hover, #footer a:active	{
	color: #fff;
	text-decoration: none;
	}
	#foot {
		margin: 0;
		padding: 0;
		list-style: none;
height: 20px;
	}
	#leftfoot {
		float:left;
		padding-bottom:0.5em;
	}
	#rightfoot {
		float: right;
		padding-bottom:0.5em;
	}



/* 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: #006709;
	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; }
