/*	########
   	GENERAL
	######## */

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(img/bg-body.jpg) repeat-x left top;
	font-size: 8pt;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #333333;
	background: transparent;
	outline: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}

ul, ol {
	margin-bottom: 10px;
	list-style:circle;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #b6cdd7;
}



/*	#############
   	BASIC LAYOUT
	############# */

#wrap {
	width: 940px;
	margin: 0 auto;
	padding: 200px 0 40px 0;
	background: transparent url(img/bg-wrap.jpg) no-repeat left top;
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #333333;
}

#header-top {
	height: 10px;
	background: url(img/bg-header-top.gif) no-repeat left top;
}

	

#header {
	position: relative;
	height: 30px;
	background: #eaeacd;
}



#new-header {
	position: relative;
	width: 940px;
	color:#999999;
}



#content {
	padding: 10px 0 0 0;
	background: #eaeacd;
}



#content-left {
	float: left;
	width: 580px;
	padding-left:10px;
}
#content-left #rightside {
	float:right; 
	font-size:1.3em;
	text-align:left;
	padding-top:10px;
}



#content-right {
	float: right;
	width: 320px;
}


/*	#########

   	HEADINGS

	######### */

	

h1 {
	position:absolute;
	bottom: 80px;
	left: 480px;
	margin: 0px;
	padding: 0px;
	font-size:1.9em;
}



h1 a {
	text-decoration: none;
	color: #c3c39d;
}


h2 {
	margin: 0 0 20px 0;
	font-size:1.65em;
	font-family:Georgia, "Times New Roman", Times, serif;
}



h3 {
	margin: 0 0 20px 0;
	font-size:1.5em;
}



h3 a {
	text-decoration: none;
}



h3 a:hover {
	text-decoration: underline;
}



h4 {
	margin: 0 0 7px 0;
	font-size:1.3em;
}



/*	#######

   	HEADER

	####### */

	

#header ul {

	position: absolute;

	bottom: 0px;

	left: 0px;

	width: 900px;

	height: 50px;

	margin: 0px;

	padding: 0 20px;

	list-style: none;

	background: url(img/bg-menu.gif) repeat-x left top;

	border-top: 5px solid #2b667f;

}



#header li {

	float: left;

	margin: 0 2px 0 0;

	padding: 0px;

}



#header li#first {

	background: url(img/bg-menu-a.gif) no-repeat left top;

}



#menu .page_item a {

	display: block;

	float: left;

	height: 27px;

	margin: 0px;

	padding: 8px 22px 0 22px;

	background: url(img/bg-menu-a.gif) no-repeat right top;

	text-decoration: none;

	text-align: center;

}



#menu .page_item a:hover {

	text-decoration: underline;

}


/*	#######

   	CONTENT

	####### */

	

/** content left */



.box-left {

	margin: 0 0 40px 20px;

}



.box-left img {

	float: left;

	margin: 0 10px 10px 0;

}

/** content right */



.box-right {

	margin: 0 20px 40px 0;
	border-left:2px solid  #b6cdd7;

}



.box-right ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}



.box-right li {

	display: inline; /* white space bug IE6 */

}



.box-right li a {

	display: block;

	margin: 0px;

	padding: 5px;

	border-bottom: 1px solid #b6cdd7;

	text-decoration: none;

}



.box-right li a:hover {

	background: #d9d9bc;

}



.box-right li ul {

	margin: 0px;

	padding: 0 0 0 20px;

}


/*	#######

   	FOOTER

	####### */



#footer {

	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #eaeacd;
	border-top: 5px solid #2b667f;

}




#footer-bottom {

	width: 940px;

	height: 20px;

	margin: 0 auto;

	background: url(img/bg-footer-bottom.gif) no-repeat left bottom;

}



.clear {

	clear:both;

}



#bio ol {margin-left: 0}
#bio li {list-style: disc; 
	vertical-align:middle; 
	color:#336600;
	font: 10pt Trebuchet MS, verdana, helvetica, arial;}
	
	
#blog { padding-bottom:15px;}
#blog #title {
	font-size:1.5em; 
	font-family:"Times New Roman", Times, serif; 
	font-weight:bold; 
	float:left; 
	letter-spacing: 1px;
	color:green;
}

#blog #date {
	font-size:.8em; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	float:right;
	color:green;
}
#blog #para {
	font-size:1em; 
	border-bottom:1px dashed #b6cdd7; 
	border-top:1px dashed #2b667f; 
	margin-top:5px;
	margin-bottom:15px;
}

#blog #blogimg{float:right; padding:5px 0px 8px 5px;}

#blog p {margin:0px 0px 9px 0px; line-height:normal;}

#blog blockquote {
	margin: 0 10px 10px 10px;
	border-left: 5px solid #b6cdd7;
	font-style:italic;
}

.currently {font-size:.7em; font-weight:lighter; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color:green; border-bottom: dotted green 1px;}


