/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Designed by François 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 */


body {
	margin: 0;
	padding: 0;
	background: #0f5b96 url("img/img01.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a4e4f5;
}

textarea {
	background: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0f5b96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3, #bloglist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #a4e4f5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
	color: #fff;
}

a.left {
	margin-right: 20px;
}

a.right {
	margin-left: 20px;
}

hr {
	display: none;
}

img.left,
img.right,
.center img{
  border: 1px solid #0a416b;
}	

img.left {
	float: left;
	margin: 10px 20px 5px 0;
}

img.right {
	float: right;
	margin: 20px 0 5px 20px;
}

span.notes {
	margin: 0 0 1ex 0;
	font-size: 70%;
}

.center {
  text-align: center;
}

.showit {
	display: block;
	padding-left: 10px;
}

.noshow {
	display: none; 
	padding-left: 10px;
}

/* Header */
#header {
	height: 150px;
	background: url("img/img02.jpg") no-repeat center top;
	text-transform: lowercase;
}

#house p {
  padding: 0;
  margin: 5px 0 0 0;
}

#house a {
  font-weight: bold;
  text-decoration: none;
}

#house img {
	border: 2px solid #fff;
}

#leftbar {
	float: left;
	width: 200px;
}

#rightbar {
	float: right;
	width: 200px;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62d6f5;
}

#logo p {
	padding: 67px 0 0 5px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #199dd2;
}

#logo a {
	text-decoration: none;
	color: #62d6f5;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1b97ce url("img/img03.gif") no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26badf url("img/img04.gif") no-repeat;
}
	
#menu a:hover {
  color: #eee;
}
	
/* Page */
#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 530px;
	padding: 0 0 0 25px;
}

#house h3,
#bloglist h3,
.bSideItem h3 {
	padding-top: 20px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 175%;
	font-weight: normal;
  text-transform: lowercase;
  letter-spacing: -1px;
}

#bloglist ul,
.bSideItem ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.bSideItem li {
	padding: 6px 0 6px 10px;
	background: url("img/img08.gif") no-repeat 0 12px;
	border-bottom: 1px solid #2872a6;
}

.bSideItem li a {
	text-decoration: none;
	color: #c9eCf5;
}

.bSideItem li a:hover {
	color: #fff;
}

.bSideItem .main_nav_links {
  margin-top: 20px;
}

#bloglist li {
  display: inline;
	font-weight: bold;
	padding: 0px 10px 5px 0;
}

#bloglist li img {
  padding-right: 5px;
  vertical-align: middle;
}

#bloglist ul li a {
	display: inline;
  color: #0a416b;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: lowercase;
  text-decoration: none;
}

#bloglist ul li a.BlogButtonCurr {
	color: #c9eCf5;
}

#bloglist ul li a:hover {
	color: #fff;
}

.bPost {
	margin-bottom: 15px;
	background: #1eB5dd url("img/img05.gif") no-repeat;
	color: #0a416b;
}

.bPost a {
	color: #a4e4f5;
  font-weight: bold;
	text-decoration: underline;
}

.bPost a:hover {
	color: #fff;
}

.bPost .bSubTitle {
	margin: 0;
	padding: 20px 30px 0 30px;
}

.bPost .bSubTitle a {
	text-decoration: none;
	color: #0a416b;
}

.bPost .byline {
	margin: 0;
	padding: 0 30px;
	font-size: 80%;
}

.bPost .bText {
	padding: 20px 30px 0px 30px;
}

.bPost .bSmallHead {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url("img/img06.gif") repeat-x left bottom;
	border-top: 1px solid #2872a6;
}

.bPost .bSmallHead a {
	padding-left: 10px;
	background: url("img/img08.gif") no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0a416b;
}

.bPost .links a:hover {
	color: #fff;
}

.bText p {
  margin: 0;
  padding-bottom: 15px;
}
 
.b2evo {
	margin-top: 20px;
  background-color: #fff;
  border: 1px solid #2872a6;
}

/* Sidebars */
.bSideItem li ul {
}

.bSideItem li li {
}

.bSideItem li ul#bloglist li {
	background: none;
	border: none;
}

.bSideItem p {
	padding-top: 10px;
}

.bSideItem p.center {
	margin-top: -20px;
  margin-bottom: -10px;
}

.bSideItemClock {
	margin-top: 5px;
	margin-bottom: -30px;
}

.caption,
.captionleft,
.captionright {
	font-size: 80%;
	margin-bottom: 10px;
}

.caption {
	margin-top: 5px;
}

.captionleft {
	float: left;
}

.captionright {
	float: right;
}

/* Search */
.searchform {
	padding-top: 0px;
}

.searchform input {
  margin-bottom: 5px;
  background-color: #a4e4f5;
}	

.search_submit:hover {
  color: #fff;
  background-color: #1b97ce;
}

.slideshow {
	font-size: 80%;
}

/* Calendar */
table.bCalendarTable {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

.bCalendarCaption a {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: -10px;
	text-decoration: none;
}

table.bCalendarTable thead {
	font-weight: bold;
	font-size: 80%;
  color: #fff;
}

table.bCalendarTable tfoot {
	font-weight: bold;
}

table.bCalendarTable tfoot a {
	text-decoration: none;
}

table.bCalendarTable td#bCalendarToday {
  font-weight: bold;
  color: #fff;
  background-color: #0a416b;
}

table.bCalendarTable tbody {
	border-bottom: 1px solid #2872a6;
	border-right: 1px solid #2872a6;
}

table.bCalendarTable tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872a6;
	border-left: 1px solid #2872a6;
}

table.bCalendarTable td a {
	font-weight: bold;
	text-decoration: underline;
}

table.bCalendarTable td a:hover {
	background-color: #fff;
  color: #0a416b;
  display: block;
}

table.bCalendarTable #prev {
	text-align: left;
  padding-top: 5px;
}

table.bCalendarTable #next {
	text-align: right;
  padding-top: 5px;
}

table.bCalendarTable #next a:hover,
table.bCalendarTable #prev a:hover {
  display: inline;
}

/* Footer */
#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0f5b96;
}

#footer a {
	color: #0f5b96;
}

div#pageFooter {
	clear: both;
	margin: 0 auto;
	width: 800px;
	padding: 12px 0;
}

p.baseline {
	text-align: center;
	font-size: 76%;
	color: #a4e4f5;
	padding: 1ex;
	margin: 0;
}

p.baseline a {
	color: #a4e4f5;
	text-decoration: none;
}

p.baseline a:hover {
	text-decoration: underline;
}
