/* CSS Stylesheet*/

@import url("css/w3c.css");

body {
	font-size:small;
	font-family:Helvetica, Arial, sans-serif;
	font-style:normal;
	margin:0;
	padding:0;
	background: #004a80;
	}
* html body{
	font-size:80%;
} /* hack for MSIE 6*/
	
#mainContainer {
	width:804px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background: url(img/bg-main.gif) repeat-y;
	}
#header {
	background: url(img/bg-header.gif) repeat-x top;
	height: 10px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}

#header_bar{
	background: transparent url(../images/search_area.png) no-repeat;
	height: 30px;
	display: block;
}	

#weather_box {
	float: right;
	display: block;
	width: 60%;
	margin-right: 20px;
	text-align: right;
	color: #fff;
	padding-top: 1px;
}

#bodyContainer {
	width:766px;
	margin-left:auto;
	margin-right:auto;
	}
#photoholder {
	width:766px;
	height:275px;
	background: url(../img/loading.gif) no-repeat 50% 50%;
	}
#thephoto {
	width:766px;
	height:275px;
	}
#banner-ad {
	text-align: center;
	padding:3px 0;
	clear: both;
	border: none;
}

h2 {
	text-transform: capitalize;
}
#colLeft h2 {
	color: #4e450f;
}
#colLeft .red-h2 {
	color: #ff0000;
	text-transform: none;
	font-size: medium;
}
#colLeft .red-h2 a {
	color: #ff0000;
	font-size: medium;
}
#colLeft .red-h2 a:hover {
	color: #ccc;
}

.centre {
	text-align: center;
}


.imgLeft {
	padding:2px;
	float:left;
	border: 0;
	}
.imgRight {
	padding:2px;
	float:right;
	border: 0;
	}
.imageLeft {
	width: 200px;
	padding:4px;
	float:left;
	border: 0;
	margin: 0 .5em;
	}
/* hide from ie5/mac \*/
* html .imgRight {height:1%:}	/*hack for  msie*/
/* end hide from ie5/mac */

.imgRight:after, .imgLeft:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}


.imgBorder {
	padding: 4px;
	border: 1px solid #004a80;
}

.text-bold {
	font-weight:bold;
	font-size:110%;

	font-family:Verdana, Arial, Helvetica, sans-serif
	color: #000099;
}
.text-small {
	font-weight:bold;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif
	color: #000099;;
}	
		

#colWrap {
	float: left;
	width: 100%;
	font-size: 110%;
	background: #fff url(img/bg-menu.gif) repeat-y right top;
}
#colRight {
	padding: 5px;
	float: right;
	width: 27%;
}
#colLeft {
	padding: 5px;
	float: left;
	width: 70%;
}

#footer {
	width:766px;
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size: x-small;
	background: #bfe7f7 url(img/bg-footer.gif) repeat-x 0px bottom;
	color: #666;
	height: 38px;
	}
.listed {
	font-size:small;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif
	color: #666666;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 2px 0 3px 0;
	width: 150px;
	border: 1px solid #004a80;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
* html .listed {font-size:x-small;} /* hack for msie 6*/

.listed:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }
	 
.listed a {
	color: #347235;
	text-decoration: underline;
	}
.listed a:hover {
	color: #999999;
	}
	
address{
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 5px;
	font-style: normal;
	}
address a{
	color: #CCCCCC;
	text-decoration: underline;
	}		
			
.imgRight:after, .imgLeft:after, #colWrap:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}	
		
.box-ad {
    /*font-family: "Swiss911 UCm BT", Haettenschweiler, sans-serif;*/
/*	text-shadow: #000 1px 1px 5px;*/
	font-size:12px;
	color:#333;
	background-color: #ffffcc;
	text-align: center;
	line-height:110%;
	padding: 3%;
	margin: 12px auto;
	width: 134px;
	border: solid 1px #004a80;
	border-bottom: solid 2px #004a80;
	border-right: solid 2px #004a80;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
}

* html .box-ad {
		margin: 1% auto; /* Hack for HSIE 6*/
		}

.box-ad:hover {
/*	background-color: #c7a775;*/
	background-color: #fff;
	border-color: #693100;
	/*color:#fff;*/
}

.box-ad a{
	color:#ff0000;
	text-decoration:none;
	line-eight:120%;
	font-weight: bold;
	}

.box-ad:hover a{color:#0000ff;}

.box-ad a:hover{
	color:#ccc;
	}			
/* animatation testing */
       		figure {
				display: inline-block;
				width:120px; height:184px;
/*				padding: 10px 10px 5px 10px;
				background-color: white;
				margin:  10px;
				border: 2px solid rgba(0, 0, 0, 0.1);*/
				transition-property: all;
				transition-duration: 1s;
				transition-timing-function: ease-in-out;	
				-o-transition-property: all;
				-o-transition-duration: 1s;
				-o-transition-timing-function: ease-in-out;
				-webkit-transition-property: all;
				-webkit-transition-duration: 0.5s;
				-webkit-transition-timing-function: ease-in-out;
				-moz-transition-property: all;
				-moz-transition-duration: 0.5s;
				-moz-transition-timing-function: ease-in-out	

			}
/*			figure p {
				font: 16px/1.5 "Juergen", cursive;
				margin: 0;
				display: none;
			}*/
/*			figure a {
				float: right;
				color: rgb(41, 106, 165);
				text-decoration: none;
			}*/

		figure:hover {
			transform-origin: -100px bottom;
			-o-transform-origin: -100px bottom;
			-webkit-transform-origin: -100px bottom;
			-moz-transform-origin: -100px bottom;	
	  		 transform:translate(100px) scale(1.5);
			-o-transform:translate(100px) scale(1.5);
			-webkit-transform: translate(100px) scale(1.5);
			-moz-transform: translate(100px) scale(1.5);
/*			 z-index: 11;
	 		box-shadow: 0px 0px 20px black;	*/
	
			}
			
			figure:hover:before {
				color: #fff;
/*				content: "Click to enlarge";
				font-family: "Juergen", cursive;
				font-size: 1.8em;
				margin: 0 10px;*/
				position: absolute;
				text-shadow: #000 0px 1px 1px;
			}
			
/*			figure.active:hover:before {
				content: "";
			}*/
section {
	width: 100%;
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #004a80;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
