/*********************************************************************
Info:
  Default style for Janimania.
  This file contains the style settings relating to format and color
  positioning settings are in a separate style sheet.
*********************************************************************/

/*********************************************************************/
						/* Top level elements section */
/*********************************************************************/

body
{
	font-family: 'verdana';
	font-size: 0.8em;
	background-color: #ffffff;
	color: #242324;		
}
#pageContainer
{
/*	background-color: #aaeeaa;*/
}

/*********************************************************************/
						/* Banner section */
/*********************************************************************/
#bannerContainer
{
	background: url('bannerBkg.jpg') repeat-x top left;
/*	background-color: #aaaaee;*/
	z-index: 0;
}
#bannerLeft
{
	background: url('sunsea.jpg') no-repeat top left;
}
#bannerRight
{
	background: url('huts.jpg') no-repeat top left;
}
#bannerCentre
{
display: none;
/*	background-color: #7777ff;*/
}

#bannerCentre h1 span
{
  	display: none;
	font-size: 2em;
	margin: 0;
}

/*********************************************************************/
						/* Menu section */
/*********************************************************************/

/*********************************************************************/
						/* Content section */
/*********************************************************************/

#content
{
  	border: none 1px grey;
  	padding-top: 10px;
/*	background-color: rgb(240,240,250);*/
	background: url('menuShadow_blu.jpg') top left repeat-x; 
}
#leftColumn
{

}
#centreColumn
{
	text-align: justify;
}
#rightColumn
{

}


/* --------- blog entries ---------- */
.entrydate h1
{
	font-family: 'century gothic';
	color: #0d5c57;
	float: none;
	padding-right: 10px;
	margin-bottom: 0px;
}

.blogline
{
	font-family: 'century gothic';
	color: #0d5c57;
	margin-top: 0px;
	padding-top: 0px;
  
}
.blogline  h2 /* headline */
{
	font-weight: normal;
}
.blogentry  /* blogtext */
{
}
.para1		/* 1st Para */
{
  
}

/*********************************************************************/
						/* Footer section */
/*********************************************************************/

/*********************************************************************/
						/* Gallery section */
/*********************************************************************/
.photoheading
{
	color: #0d5c57;
}
.galleryThumb
{
	width: 160 px;
	float: left;
	padding: 20px;
	margin: 20px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: rgb(240,240,240) rgb(200, 200, 200) rgb(50, 50, 50) rgb(210,210,210);
}
.galleryThumb img
{
	border: none;
}
.galleryDesc
{
	color: #0d5c57;
	text-align: center;
}

