/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

/*
 * Main page construct:
 */
 

 .bannertext{
  font-weight:100;
  	 float:left; 
  	 margin:180px 0px 0px 20px;
  	 _display:inline;
  	 font-family:"georgia";
  	 font-size:36px;
 	color:#FFFFFF;
 }
 
 img.floatLeft { 
     float: left; 
 	margin: 5px 10px 0 0;
 }
 .date {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:24px;
 	color:#666666;
 }
 .year {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:24px;
 	color:#CCCCCC;
 }
 
  .datehead {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:24px;
  	margin:20px 0px 0px 20px;
  	color:#999999;
 }
 .posttitle {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:18px;
 	margin-bottom:-10px;
 }
  .posthead {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:18px;
 }
  .sidetitle {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:18px;
 
 }
 
 .bodytext {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	line-height:19px;
 	}
 .nametitle {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	line-height:19px;
 	font-weight:bold;
 	margin-bottom:-10px;
 	}
 .signature {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	font-style:italic;
 	}
 .postlink {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:10px;
 	text-decoration:none;
 	color:#999999;
 }
 
 .sidelink {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	text-decoration:none;
 	color:#FF9900;
 }

 
 
 
body {
	
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		

}

div.wrapper
{
	margin: 0 1em;
	padding: 1em 0;
}
div.wrapper2 /* Main white content zone */
{
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader /* Title zone */
{
	background-image: url(http://www.lpzoo.org/images/b_nbban.jpg); 
	height:225px;
	width:850px;
	

}


.bPosts /* Left column */
{
	width: 630px;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
	width: 200px;
	float: right;
	overflow: hidden;
	
}
div.clear {
	clear: both;
}
div#pageFooter {

	border-top: 3px solid #ff9900;
	color: #666;
	-webkit-text-size-adjust: none; /* iPhone */
}
p.baseline {
	font-size: 100%;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #ff9900;
	text-decoration:none;
}

h2 {
	color: #cccccc;
	font-size: 180%;
	margin: 1ex;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
 	margin-bottom:-10px;
}
h4 {
	color: #cccccc;
	font-size: 110%;
}

/*
 * Blog list on top:
 */
div.PageTop ul {
	border-bottom: 1px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop li {
	display: inline;
	padding-right: 1em;
}
div.PageTop a.selected {
	color: #ff9900;
	font-weight:bold;
}


/*
 * Menu on top:
 */
div.top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.top_menu li {
	display: inline;
	padding-right: 1em;
}
div.top_menu a.selected {
	color: #ff9900;
	font-weight:bold;
}


/*
 * Header styles:
 */
div.pageHeader h1 {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.pageHeader a {
	color: #ffffff;
	text-decoration:none;
}
div.pageHeader a:hover {
	color: #ff9900;
	text-decoration:none;
}
div.pageHeader div.widget_core_coll_tagline {
	letter-spacing: 4px;
	margin: 1ex 0;
	font-size: 109%;
}


/*
 * Styles for forms
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 0;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 78%;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #000;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right)
 */
.bSideItem {
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 60%;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	padding: 0;
}
.widget_core_coll_title a {
	color: #f09;
}

/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable a {
	color: #f09;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #fac;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 84%;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #ffffff;
}
