/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 		Bright Side of Life
   TEMPLATE CODE: 		S-0005
   VERSION:          	1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg2.gif) repeat-x;
	text-align: center;
}
.bodyDisplay {
	background: #A9BAC3;
}


/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.4em; color: #666666; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
#rightbar h1  {
	margin: 10px 15px 10px 25px;
}
#rightbarEmail h1  {
	margin: 10px 0px 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span  {
	color: #666666;
}
hr {
	border:none;
	color:#fff; /* match bg color to hide the solid line in IE */
	border-bottom:1px solid #9EC630;
	margin:20px 25px;
}
.update {
	border:none;
	color:#fff; /* match bg color to hide the solid line in IE */
	border-bottom:1px solid #4284B0;
	margin:3px 3px;
}
.overview {	
    background-color: #EBF0F5;
	width: 190px;
	border-top: 2px solid #D7E1EC;
	border-bottom: 2px solid #D7E1EC;
	padding: 10px 15px 15px 15px;
	color: #7596B9;
}

/* images 
img {
	border: 2px solid #CCC;
}*/
img.no-border {
	border: none;
}

	
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}

a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}
.gould a img,  .gould a:hover img {  
	border:none;
}
	
.code, .scrollCode {
  margin: 5px;
  padding: 5px;
  text-align: left;
  display: block;
  overflow: auto;  
  /*font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;*/
  font: 500 1em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 2px solid #4284B0; 
  width:auto;
}
.scrollCode {
  margin: 15px 20px;	
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote, .frontquote, .frontquote2 {
	margin: 5px;
 	padding: 5px 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}
.frontquote {
	border: none;
	color: #666666;
}
.frontquote2 {
	border: 1px solid ##9EC630;
	color: #666666;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #A9BAC3;
	width:300px;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	width:250px;
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */
td.alignleft {
	text-align:left;
	vertical-align:top;	
}
	
table.address {
	margin: 15px;
	width:40%;
	font-size: 100%;
}
table.address td {
	border: none;
	text-align:left;
	padding: 2px 4px;
}
	
table.address td.caption {
	border-left: 0px;
	font-weight:bold;
	text-align:right;
	width:10%;
}
table.address tr {
	height: auto;
}
/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
textarea.voteform {
	width:200px;
}	

iframe {
	padding:0;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#777;
	font-size:80%;
}
#waterTesting iframe {
	border:none;
}
	
input.button  { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 1px; 
	color: #4284B0;	
}


/* search form */
form.searchform, form.print  {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.print  {
	margin: 3px;
}

form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}
form.printPage {
	background: transparent;
	border: none;
	margin: 0px; padding:0px;
	padding-right:10px;
	width:40%;
	float:right;
	text-align: right;
}
form.printPage input.print { 
	margin: 0; 
	/*padding: 2px 3px; */
	padding:0;
	font: bold 10px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #9EC630;
	color: #777;	
	vertical-align: top;
	height:25px;
	width: 100px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; 
	margin: 0 auto;	
	text-align: left;
}
#wrapDisplay, #wrapCalendar {
	clear: both;
	background: #FFF;
	width: 600px; height: auto;
	margin: 0 auto;	
	text-align: left;	
}
#wrapCalendar {
	background: #FFF;
	width: 920px; height: auto;
}
	
#wrapEmail {
	clear: both;
	background: #FFF;
	width: 690px; height: auto;
	margin: 0 auto;	
	text-align: left;		 
}
#wrapEvent {
	width:500px;
   	height:600px;
}
#content-display {
	clear: both;
	margin: 20px; padding: 0;	
	background: #FFF;	
	border-bottom: #9EC630;
}
#extras, #guestlists {
	display:none;
}





div.emailfooter {
	width: 100%; height: auto; 
	font-size : 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
div.emailfooter a { 
	font-size: 11px; color: #ff6600; 
	font-style: normal; 
	font-family: verdana, sans-serif; 
	text-decoration: none; 
}


#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background-color: #fff;
}

/* header */
#header {
	position: relative;
	height: 127px;	
	background: #FFF url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: none;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:30px; left: 10px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 74%;		
}
#mainEmail {
	float: left;
	padding: 0;
	width: 100%;		
}
#mainNewsletter {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 70%;		
}
#main-content  {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 74%;		
}

	
#main-content li {
	width: 200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#F6F5F0;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}
#main-content dl {
	margin: 10px 10px;
	padding: 0 15px;
	color: #4284B0;
	width: 70%;
	font-size: 110%;
}
#main-content dd {
	margin: 0px 25px;
	padding: 0 15px;
	color: #666666;	
}
#main-content a:hover {
	text-decoration:underline;
	background-color: inherit;
}
#fullplate-navigation{
	list-style:none;
	margin:1px 0 0 10px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:170px;
		
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}
#thumbnails{
	text-align:center;
}


#fullplate-navigation li a{
	display:block;
	width:156px;
	padding:1px;
}

#fullplate-navigation li a:hover{
	color:#333;
}



#fullplate-photo{
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:5px 5px 5px 5px;
	margin-top: 20px;
	width:auto;	
}
	
#main-content  a span {
/*\*/
	position:absolute;
	left:-9999px;

}


.voteButton, .closeButton {	
	border: 1px solid #A9BAC3;
	margin: 10px 15px 20px 15px;
	font: bold 1.5em Arial, Sans-serif; 
	background: #FFF; 
	padding: 2px 1px;
	width:50%;
	text-align:center;
}	
	
.voteButton a:hover {
	text-decoration:none;
}	
.closeButton {	
	font: bold 1em Arial, Sans-serif;
	width: 100px;
}	


#promotePlatypus {
	width: 40%;
	float: left;
}
#homeRight {
	padding: 20px 0 0 0;
	width: 50%;
	float: right;
}
#promotePlatypus li{
	width:200px;
	border:solid #fff;
	border-width:0 1px 1px 0;
	padding:12px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
} 
#promotePlatypus  a span{
/*\*/
	position:absolute;
	left:-9999px;

}
#promotePlatypus a img, #platypusLogoWrap a img{  
	border:none;
}
#promotePlatypus a:hover, #platypusLogoWrap a:hover {  
  border: none;
}
#promotePlatypus a:hover img, #platypusLogoWrap a:hover img {  
  border: 0px solid #000 !important; /* IE fix*/
  border: 0px solid #000;
}

#promotePlatypus a:hover span{	
	top:20px;
	left:15px;
	width:194px;
	height: 160px;	
	font-weight:normal;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:none;
	font-size:90%;
	filter: alpha(opacity=100);

	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
}
.headingPlatypus {
 	font-size: 3.0em;
	text-align:center;
}	
#platypusInfoWrap {
	font-size: 120%;
}
#platypusInfoWrap, #platypusWrap, #platypusLogoWrap {
	width:100%;	
	margin-bottom: 30px;
	display:table;
}

#platypusLogoWrap {
	text-align:center;
}
	
#platypusL, #platypusR {
	font-size: 140%;
}	
#platypusL {
	padding-left: 20px;
	width:40%;
	float:left;
}
#platypusR {
	width:50%;
	float:right;
}

#platypusL ul, #platypusR ul {
	list-style-type:square;
	line-height:25px;
}	

	
.post-footer {
	background-color: #FAFAFA;
	padding: 1px; margin: 10px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
	color: #9EC068;
	font-size:75%;	
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
	font-size:80%;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .imagesIcon {
	background: url(images.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
#centercontent
{
text-align:center;
margin-top: -300px;
margin-left: -400px;
position:absolute;
top: 50%;
left: 50%;
}
/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#rightbar ul.sidemenu {
	list-style:none;
	margin:10px 10px 10px 10px;
	/*margin: 10px;*/
}
#rightbar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#rightbar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #rightbar ul.sidemenu a { height: 18px; }

/*#rightbar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}*/

#rightbar ul.sidemenu a:hover,
#rightbar ul.sidemenu #current a{
	font-style:normal;
	width:auto;
	color:#9EC630;
	border-left:4px solid #9EC630;
}
/* rightbar */
#rightbar {
	float: right;
	width: 25%;
	padding: 0; margin:0;		
}
#rightbarEmail {
	float: right;
	width: 30%;
	padding: 0; margin:0;		
}
/* infowrap */
#infowrap {
	margin-top:200px;	 
	float: right;
	width: 39%;
	padding: 0; margin:0;		
}
/* imagewrap */
#imagewrap {
	width: 100%;
	padding: 0; margin:0;		
}
/* logowrap */
#logowrap {
	width: 100%;
	padding: 0; margin:0;		
}
#logowrap img {
	border: 2px solid #fff;
	margin: 0 10px;		
}

#logowrap a img {  
  border: 2px solid #fff;
}
#logowrap a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}
#logowrap .border {
	border-bottom:1px solid #9EC630;	
}
/* sponsorlogowrap */
#sponsorlogowrap {
	width: 100%;
	padding: 20px; margin:0;		
}
#pscroller1{
  width: 150px;
  height: 100px;
  border: 0px; 
}
/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	/*border-top: 5px solid #568EB6;*/
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer a:hover {
	color: #4284B0;
	font-weight: normal;
	background-color: inherit;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 35%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	left: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-centre {	text-align: center; }
.align-center { font-style:italic; 	
				text-align: center; }
.italic { font-style:italic; }	
.underline { text-decoration:underline; }
a.nounderline { text-decoration:none; }
.border {
	border-bottom:1px solid #9EC630;	
}
/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
