/* CSS Document */

/**************************** HTML elements ***********************************/
body, html {
	background: #4F9561;
	color: #333;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-family:  Tahoma, "Times new Roman", serif;
	background: #F3F3F3;
}

a {
	color: #005D6F; /* #F3F010; */
	text-decoration: none;
}



a:hover {
	color: #005D6F; /*#F3F010; */
	text-decoration: underline;
}


.caps {
	text-transform: uppercase;
	color:#000000;  
	font-family:verdana, geneva, arial, sans serif;
	font-size: 10px; 
	letter-spacing:  0.3em
}

/* special markup for the entry title */
h3 {
	margin: 2px 0 2px;
	color: #005D6F;
	font-size: 11px;
	font-family:  Tahoma, "Times new Roman", serif;
	font-weight: bold;
}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 15px  Tahoma, "Times new Roman", serif;
}



h4 {
	font-size:14px;
	margin: 1.3em 0 0 0;
}


p {
	font: 11px "Tahoma", sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}

.tableleft {
	font: 11px "Tahoma",sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}

.detailsright {
	border: 0px dashed #0F0;
	font-weight: normal;
}


table {
	font: 10px "Tahoma",sans-serif;
	font-weight: bold;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}



tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	
}

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: 0px solid #999;
	margin: 0 auto;
	max-width: 780px;
	width: expression(document.body.clientWidth > 780? "780px": "auto" );
	background: #fff url(backmain.gif) center;}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 174px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #fff url(header1.jpg) no-repeat top center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

/* menubalk */
#menubalk {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #BCD3EB;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

/* main section. This is the main that is used in 3 column layout */

#main {
	background: #fff;
	width: 386px;
	font-size:10px;
	line-height: 2.5em;	
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px 8px 0 8px;
	float: left;
}

#main img {
	margin: 0 0 4px 2px;
}

.pmo {
	white-space: nowrap;
	
}


/* all other information goes here */
#secondary {
	background-color: #E1EBF6;
	position: relative;
	top: 0;
	left: 0;
	width: 220px;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
	margin: 0px;

}

#linkdump {
	background-color: #E1EBF6;
	position: relative;
	top: 0;
	left: 0;
	width: 154px;
	font-size: 10px;
	line-height: 1.4em;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 183px;

}



#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 0;
	font: bold 13px 	Tahoma, "Times new Roman",serif;
	color: #fff;
}

/* 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 solid #0FD; 

}

.about-box {
	border: 0px solid #000;
	background-color: #fff;
	padding: 0px;
}


.misc {
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #7B90AD;
	color: #fff;
}

.leftpix {
	padding-left: 15px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	padding-bottom: 4px;



}

.flags {
	alignn: right;
	padding-left: 15px;


}

h3 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Tahoma", sans-serif;
}

h4 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Tahoma", sans-serif;
}


p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 10px;
	color: #555;
	padding: 0em 0px 0.6em;
}

a.mainlevel: link {
	text-indent      : 14px;
	text-transform: capitalize;

}

a.mainlevel:link, a.mainlevel:visited {
	display          : block;
	text-transform: capitalize;
  -moz-opacity     : 0.85;
  filter           : Alpha(opacity=85, finishopacity=85, style=1);
  padding          : 2px 0px 2px 0px;
  margin           : 1px;
  background       : #BCD3EB;
  border           : 1px solid #BCD3EB;
  text-indent      : 10px;
}

a.mainlevel:hover {
  text-decoration  : none;
  text-indent      : 10px;
  background       : #e0e0e0;
  border           : 1px solid #d0d0d0;
}

/* a nice footer */
#footer {
	width: 100%;
	text-align: center;
	color: #666666;
	clear: both;
}

.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;
}

/* footer */
#footer {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #7297BD;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

/* 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; }

a.currentpage {
	color: #ff0000;
	font-size: 120%;
}

