
/*
Author: Patricia Batuna
Author URL: http:www.patriciabatuna.com
*/


body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin: 20px;
	padding: 0px;
	background-color: #594232;
	background-image: url(images/bottom-bck.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom:0%;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 430px;
	}

* {
	margin:0;
	padding:0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family:"Justus Oldstyle","Georgia","Bitstream Charter","Century Schoolbook L","Liberation Serif","Times",serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}


#logo p {
	text-decoration:none;
	background-position:left top;
}


#header {
	margin-top: 0px;
	padding: 0;
}


#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
}

#wrapper {
	width:800px;
	margin:0 auto;
	background-image:url(images/Picture1.jpg);
	background-repeat:repeat-y;
	padding:0;
}

#navright {
	float: right;
	width: 800px;
	height:200px;
	background-image:url(images/nav-bck.jpg);
	text-align:center;	
}

#nav, #nav ul { /* all lists */
	text-align: center;
	float:right;
	padding: 0;
	margin: 98px 20px 0 0px;
	list-style: none;
	line-height: 2;
	font-family:"Justus Oldstyle","Georgia","Bitstream Charter","Century Schoolbook L","Liberation Serif","Times",serif;
	font-size: 1.4em;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration: none;
	color: #f0f0f0;
}

#nav a:hover {
	text-decoration: none;
	color:#594232;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
	position: absolute;
	margin: 0px 0 0 5px;
	background: #88a952;
	width: 8em;
	text-align: center;
	left: -990em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-size: 1em;
	text-align: center;
	border-bottom: #efefef dashed 1px;
}

.clear {
	clear:both;
}

#content {
	margin:0px 0px 0 40px !important;
	width: 415px;
	margin:20px 277px 0 0;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:10px 25px 0px 25px;
	background-color: #F6F6F6;
	overflow:hidden;
}

#content p {
	line-height:25px;
	margin:25px 0;
	font-size:120%;
	word-spacing:2px;
}

#content a {
	text-decoration:none;
	color:#594232;
	border-bottom:1px solid #eee;
}

#content a:hover {
	color:#333;
}

#content h2 {
	font-family:"Justus Oldstyle","Georgia","Bitstream Charter","Century Schoolbook L","Liberation Serif","Times",serif;
	font-size:2.4em;
	color: #594232;
	margin-top:30px;
	text-align:center;
	font-style:italic;
	line-height: 20px; 
}
#content h2 a {
	color:#color: #594232;
	text-decoration:none;
	border:none;
}

#sidebar {
	float: right; 
	width: 240px; /* since this element is floated, a width must be given */
	border:1px solid #E6E6E6;
	padding:30px 10px 30px 10px; /* top and bottom padding create visual space within this div  */
	overflow: hidden;
	margin-right: 15px;
}

#sidebar h2 {
	font-family:"Justus Oldstyle","Georgia","Bitstream Charter","Century Schoolbook L","Liberation Serif","Times",serif;
	letter-spacing:1px;
	font-size:1.4em;
	color:#594232;
	border-bottom:1px dashed #88a952;
	padding:0 0 3px 0;
}

#sidebar p {
font-size:1.2em;
line-height: 20px; 
padding-top: 15px;
	
}

#sidebar ul {
	list-style:none
	margin:0 0 0px 0;
	
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
	list-style:none;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

li.current_page_item a {font-style:bold}
li.current_page_ancestor a {font-style:bold}

#sidebar input {
	width:230px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#88a952;
}
#sidebar-home {
	width:240px;
	float:right;
	padding:30px 10px 30px 10px;
	margin-top: 10px;
	border:1px solid #E6E6E6;
	overflow: hidden;
	background-color:#fbf7ec;
	margin-right: 15px;
	display: inline;
	overflow:hidden;
}

#sidebar-home h2 {
	font-family:"Justus Oldstyle","Georgia","Bitstream Charter","Century Schoolbook L","Liberation Serif","Times",serif;
	letter-spacing:2px;
	font-size:1.4em;
	color:#594232;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar-home ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar-home li {
	padding:10px;
	background:#fbf7ec;
	margin:10px 0;
	color:#444;
	border-bottom:1px dashed #88a952;
	border-top:1px dashed #88a952;
}

#sidebar-home li a {
	color:#88a952;
	text-decoration:none;
}

#sidebar-home input {
	width:230px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar-home input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar-home .more {
	display:block;
	text-align:right;
	color:#444;
	text-decoration:none;
	margin:10px 0 0 0 ;
}


p.news {
	padding:10px;
	background:#fbf7ec;
	margin:10px 0;
	color:#444;
	border-bottom:1px dashed #88a952;
	border-top:1px dashed #88a952;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

#footer {
	
	padding:20px;
	text-align:center;
	color:#fbf7ec;
	background-image: url(images/bottom.jpg);
	background-repeat:no-repeat;
	height: 70px;
	vertical-align:top;
	clear:both; 
}

#footer p {
	line-height:10px;
	padding-top:12px;
}

#footer a {
	color: #594232;	
	text-decoration: none;
}

#footer a:hover {
	color: #E6E6E6;	
}

a.more {
	display:block;
	text-align:right;
	color:#444;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

.brown {
color: #594232;
}

.green {
color: #88a952;
}

.grey {
color: #E6E6E6;
}

.cream {
color: #fbf7ec;
}

