/*reset*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* my styles */

#wrapper
{
	width: 85%;
	margin: 10px auto; 
	text-align: left; 	
}

/* header style */

#header
{
	max-width: 55em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 25px;
}

#headerLogo
{
	max-width: 900px; 
	margin:0px;
	padding:0px;
	width: 100%;
	height:80px;
	background:  url(/images/header.png) no-repeat left center ;
	
	border-bottom: 1px solid #aac;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;

}

.clear
{
	clear: both;	
}

#navbar
{
	/*position:absolute;
	top:95px;*/
	margin-top: 8px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#navbar ul 
{
	background: #FAA819;	
}

#navbar li 
{
	float: left;	
}

#navbar a 
{	
	display: block;
	margin-left: 10px; 
	padding: 3px;

	text-decoration: underline;	
	float: left;
	color: #006400;	
}

#navbar a:hover
{
	background-color: #006400;
	color: white;
}

/* main content style */
.content
{
	max-width: 55em;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 2em;*/
	
}

.content a:link, .content a:visited
{
	text-decoration: none;	
} 

.content a:link 
{
	color: blue;	
}

.content a:visited
{
	color: blue;	
} 

.content a:hover
{
	text-decoration: underline;	
	border-bottom-width: 0px;
	border-bottom-style: none;
} 

pre
{
	margin: 10px;
	padding: 10px; 
	background: #eee;	
	font-family: "Courier New", Courier, monospace;
	line-height: 18px;
  max-height: 600px;
  overflow: auto;
  width: auto;
}

.content body, .content p,  .content ol, .content ul, .content li, .content h2, .content h3 {
  font-size:   14px;
  line-height: 18px;
  margin: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
}

.content p
{
	margin-top: 18px; 
	margin-bottom: 10px;
	line-height: 20px;	
} 

.content ul
{
	list-style: square;
	margin-left: 25px;
} 

.content ol
{
	list-style: decimal;
	margin-left: 25px;
} 


.content h1, .content h2, .content h3, .content h4, .content strong, .content em, .content b
{
	font-family: arial, helvetica, sans-serif, verdana;
	font-weight: bold;
}

.content h1
{
	font-size: 22px;
	margin: 15px;

}

.content h2
{
	font-size: 20px;	
	margin-top: 25px; 
	margin-bottom: 10px;
}


.content h3
{
  margin-top: 25px; 
  margin-bottom: 10px;
	font-size: 15px;	
	font-weight: bold;
}



.metadata
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	font-size: 14px;
	color: #a69e8a;
} 

.post
{
	padding: 0px;	
	margin-top: 30px;
}

.postTitle
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.postTitle p
{
	margin-top: 0px;
	color: #aaa;	
}

.postTitle a:link, .postTitle a:visited
{
	color: #000066;
	letter-spacing: 0px;
}

.postTitle h2
{
	margin-top: 0px;
	margin-bottom: 5px;
} 

.postBody
{
	margin-top: -10px;	
	margin-bottom: 20px;
}

.readMore a:link , .readMore a:visited 
{
	font-size: 12px;
	font-style: italic;
}

.postFooter
{
	border-top: dotted 1px #bbb;
	/*background-color: #F1F1F1;*/
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 1px; 
}

.commentBody
{
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -10px;
}

.commentResponse
{
  border-top: 1px solid silver;
  background-color: #f9f9f9;
  margin: 0px;
  padding: 1px 10px 10px 10px;
}

.commentTitle
{
	background-color: #e4eaff;	
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid silver;
}

.commentTitle h3
{
  font-weight: bold;
  padding: 0px;
  color: #222;	
  margin: 0px; 
} 

.commentTitle p
{
  margin-top: -2px;
  color: Gray;	
} 


.comment
{
	padding: 0px;
	margin-top: 20px; 
	border: 1px solid silver;	
}

.responseForm textarea 
{
  width: 600px;
  height: 300px;
  display: block;
}

.responseForm input {
  width: 100px;
  margin-top: 5px;
}

.gravatar
{
	float: right;	
	padding: 2px;
}

fieldset
{
	margin: 1em 0;
	padding: 1em; 
	border: 1px solid #ccc; 
	background: #f8f8f8;
}

label
{
	display: block;	
	font-weight: bold;
	margin-bottom: 3px;
}

input
{
	width: 300px;
}

.required
{
	font-size: 0.75em; 
	color: #760000;
}

.commentPreview
{
	padding-bottom: 10px; 
	padding-top: 10px; 
	border-top: 3px solid #999; 
	border-bottom: 2px solid #999;
	margin-bottom: 2px;
	background-color: white;
}

.download_summary
{
	width: 800px;	
}
.download_summary img
{
	float:right;
	margin: 5px;	
}

.gray 
{
	background-color: #eee;	
} 

#footer
{
	clear: both; 
	border-top: black dotted 1px;
	margin-top: 40px; 
}

/* table styling */ 
table
{
	margin: 10px;
} 

th 
{
	background: #EEE;
	padding: 10px;	
	text-align: left;
}

tr 
{
	padding: 10px;
	border-bottom: 1px solid #aaa ;
}

td
{
	padding: 10px;

}

