@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------------------

  Clear Browser Code Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
----------------------------------------------------------------------- */

/* -------------------- ZERO ---------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 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%;font-family:inherit;vertical-align:baseline; font-weight: normal;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* -------------------- zero ---------------------------------------------------------------------------------------------------- */



/* -------------------- COLORS 

BACKGROUND GREEN: e4f0d9
GREEN: 
TEXT GRAY: 736357
DARK BROWN: 736357
LIGHT BROWN: c5c19d
SOLID GREEN: 68a047

---------------------------------------------------------------------------------------------------- */




/* -------------------- ELEMENTS ---------------------------------------------------------------------------------------------------- */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	color: #736357;
	background-color: #e4f0d9;
}

em {
	font-style: italic;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

h3 {
	font-weight: bold;
}


/* -------------------- elements ---------------------------------------------------------------------------------------------------- */





/* -------------------- STRUCTURE ---------------------------------------------------------------------------------------------------- */

#wrapper {
	background-color: #e4f0d9;
	border: solid 1px #736357;
	width: 900px;
	height: auto;
	margin: 12px auto;
}

#content {
	width: 900px;
	height: 480px;
	float: left;
	background-image: url(../_images/index_back.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #736357;
}

#content_about {
	width: 900px;
	height: 480px;
	float: left;
	background-image: url(../_images/about.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #736357;
}

#content_services {
	width: 900px;
	height: 480px;
	float: left;
	background-image: url(../_images/services.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #736357;
}

#content_contact {
	width: 900px;
	height: 480px;
	float: left;
	background-image: url(../_images/contact.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #736357;
}

#content_journal {
	width: 900px;
	height: auto;
	float: left;
	background-image: url(../_images/journal.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #736357;
}

#nav_top {
	width: 900px;
	float: left;
	height: 132px;
	padding: 0 0 6px 0;
}

#left {
	width: 260px;
	float: left;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 1.5em;
	line-height: 2.2;
	padding: 12px;
}

#left_journal {
	width: 246px;
	height: auto;
	float: left;
	margin: 24px 0 24px 0;
	font-size: 1em;
	text-align: left;
	padding: 12px;
}

#right {
	width: 552px;
	height: auto;
	float: left;
	border-left: solid 1px #c5c19d;
	text-align: left;
	margin: 24px 0 24px 24px;
	padding: 21px 24px 0 24px;
}

#namelist {
	margin: 64px 0 0 0;
}
	
#namelist p {
	padding: 0 0 12px 0;
}


#footer {
	width: 900p;
	height: auto;
}

.resource {
	margin: 8px 0 24px 0;
	font-size: 1em;
}

.entry {
	width: 536px;
	height: auto;
	border-bottom: solid 1px #736357;
	margin: 0 0 24px 0;
}

.entry_last {
	width: 536px;
	height: auto;
	border-bottom: none;
	margin: 0 0 24px 0;
}

#archive {
	width: auto;
	float: left;
}
	

/* -------------------- structure ---------------------------------------------------------------------------------------------------- */


/* -------------------- NAVIGATION ---------------------------------------------------------------------------------------------------- */

#nav_top ul {
	margin: 106px 0 0 0;
	font-size: 1.5em;
	color: #68a047;
	text-align: right;
	list-style-type: none;
}

#nav_top li {
	padding: 16px;
	display: inline;
}

#nav_top a:link, #nav_top a:visited {
	color: #736357;
	text-decoration: none;
}

#nav_top a:hover, #nav_top a:active {
	color: #68a047;
	text-decoration: none;
}

#namelist a:link, #namelist a:visited {
	color: #736357;
	text-decoration: none;
}

#namelist a:hover, #namelist a:active {
	color: #68a047;
	text-decoration: none;
}

#footer ul {
	font-size: 1em;
	line-height: 2.0;
	color: #c5c19d;
	text-align: center;
	list-style: none;
}

#footer li {
	padding: 0 36px;
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #c5c19d;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: 736357;
	text-decoration: none;
}

#right a:link, #right a:visited {
	color: #736357;
	text-decoration: none;
	font-weight: bold;
}

#right a:hover, #right a:active {
	color: #68a047;
	text-decoration: none;
	font-weight: bold;
}

#left a:link, #left a:visited {
	color: #736357;
	text-decoration: none;
	font-weight: bold;
}

#left a:hover, #left a:active {
	color: #68a047;
	text-decoration: none;
	font-weight: bold;
}

#left_journal a:link, #left_journal a:visited {
	color: #736357;
	text-decoration: none;
	font-weight: bold;
}

#left_journal a:hover, #left_journal a:active {
	color: #68a047;
	text-decoration: none;
	font-weight: bold;
}

.resource p.inside a:link, .resource p.inside a:visited {
	color: #68a047;
	text-decoration: none;
	font-weight: bold;
}

.resource p.inside a:ahover, .resource p.inside a:active {
	color: #736357;
	text-decoration: none;
	font-weight: bold;
}

.envy a:link, .envy a:visited {
	color: #68a047;
}

.envy a:hover, .envy a:active {
	color: #736357;
	}


/* -------------------- navigation ---------------------------------------------------------------------------------------------------- */

/* -------------------- TYPOGRAPHY ---------------------------------------------------------------------------------------------------- */

#content_services #left {
	font-size: 1.1em;
	line-height: 1.7;	
}

#content_services p {
	margin: 8px 0 0 0;
}

#namelist p {
	margin: 0;
	font-size: .8em;
	line-height: 1.3;
}

#left_journal, #right p {
	color: #666;
}

#left_journal h2 {
	color: #736357;
	letter-spacing: 2px;
	margin: 2px 0 4px 0;
	padding: 12px 0 0 0;
}

#right p {
	font-size: 1em;
	margin: 2px 0 8px 0;
}

.source {
	text-align: right;
}

#left_journal ul {
	margin: 0 0 0 12px;
	list-style-type: square;
}

#left_journal li {
	list-style-position: inside;
}


.envy p {
	display: block;
	margin: 12px 0 0 0;
	}
	
.resource p {
	margin: 0 0 12px 0;
}

.resource h3 {
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #736357;
} 

.entry ul {
	margin: 12px auto 12px 24px;
}

.entry li {
	list-style: square;
	color: #736357;
}

p.caption {
	margin: 6px 0 15px 0;
}
	


/* -------------------- typography ---------------------------------------------------------------------------------------------------- */

/* -------------------- IMAGES ---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 18px 0 12px 0;
}


/* -------------------- images ---------------------------------------------------------------------------------------------------- */