

/* Presentation Stylesheet */ 
body {
  font-family: "Lucida Grande", Verdana, sans-serif;
}
p {
 font-family: "Lucida Grande", Verdana, sans-serif;
 margin:0;
 padding:15px;
	font-size: 11px;
 }

h1, h2, h3, h4, h5 {
 		font-family: Helvetica, Arial, Verdana, sans-serif;
 		font-weight: bold;
 		letter-spacing: -.05em;
 		margin: 0;
 		padding: 0;
 		line-height: 1em;
 	}
h2 {
 	font-size: 23px;
 	display: inline;
 }

h3 {
 	font-size: 18px;
 }
h3 {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
/*p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:blue;
 }*/
 
 #l-col {
	font-size: 11px;
	font-family: Verdana, sans-serif; 
 }
 
 #bar {
 font-family: Verdana, sans-serif;
 padding: 5px 5px 0 5px;
 }
 #ftr {
font-size: 11px;
}
 .headText {
 padding-left: 5px;
 }
ol, ul {
font-size: 11px;
}

 
#photomenuList {
	font-size: 11px;
	font-family: Verdana, sans-serif;
 }
 
 /* css for blog */
 /* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
