/*------------------------------------------------------------
 Colors for Alachua Conservation Trust

  Light Blue:  #C5D0D6

  Dark Tan: #B9B1A6

  Light Tan: #DDD6CC

  Dark Green: #344C2C

  Light Green: #BCC99B

  Dark Brown: #534B34
--------------------------------------------------------------*/
/* Normalize margin and padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Normalize font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Remove list style from lists */
ul, ol {
	list-style: normal;
	margin: 20px;
	padding: 0;
}

/* Normalize font style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}
/* Remove border from fieldset and images */
fieldset, img {
	border: 0;
}

h1 {
	color: #999966;
	font: bold 120% Arial, Helvetica, sans-serif;
}

h2 {
	color: #534B34;
	font: bold 103% Arial, Helvetica, sans-serif;
}

h3 {
	color: #999966;
	font: bold 101% Arial, Helvetica, sans-serif;
}

li {
	font: lighter 13px Arial, Helvetica, sans-serif;
	color: #413528;
}

p {
	font: lighter 13px/19px  Arial, Helvetica, sans-serif;
	color: #413528;
} 


p.margin-bottom {
	margin: 0 0 20px 0;
}

a, input {
	font:  12px/18px  Arial, Helvetica, sans-serif;
	outline: none;
}

a {
	font:  12px/18px  Arial, Helvetica, sans-serif;
	text-decoration: none;
}

b {
font-weight: bold;
}

h2 a.current-project-link  {
color: #999966;
}

h2 a.current-project-link:hover {
color: #344C2C;
}

div.entry p {

}

div.photo-clear {
text-align: center;
margin: 15px 0;
}

#main_content div.photo-clear p {
font-size: 13px;
font-style: italic;
font-weight: bold;
width: auto;
margin: 0;
}

div.photo {
float: left;
margin: 15px;
}

div.photo img {
width: auto;
display: block;
}

#main_content div.photo p {
font-size: 13px;
font-style: italic;
font-weight: bold;
width: auto;
margin: 0;
display: block;
}