/*

Style sheet for Numeralla District and Activities Inc
Anita Donkers 2010

*/

*{
	margin:0;
	padding:0;
}


img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#header {
	position: absolute ; 
	width: 882px ;	
	
	left: 50% ; 
	margin-left: -441px ; 
	padding: 10px ; 
}

#footer {
	background-color: #99ccff ;
	width: 100% ; 
	position: absolute ; 
	top: 100% ; 
	height: 15px ; 
	margin-top: -15px ; 
	font: 12px "Tahoma" ;
	text-align: right ; 
}

h1 {
	text-align: center ; 
	font-size: 55px ;
	font-family: Georgia, Serif;
}

h2 {
	text-align: center ; 
	font-size: 25px ;
	font-family: Georgia, Serif;
}

h3 {
	font-size: 16px ;
	font-weight: bold ; 
	font-family: Georgia, Serif;
}

h4 {
	font-size: 20px ;
	font-weight: bold ; 
	font-family: Georgia, Serif;
	margin-top: 10px ; 
	margin-left: 20px ;
}

h5 {
	font-size: 16px ;
	font-weight: bold ; 
	font-family: Georgia, Serif;
	margin-left: 34px ;
	margin-top: 10px ; 
}

p {
	font-size: 14px ;
	font-family: Georgia, Serif;
	padding-left: 30px ; 
	padding-top: 30px ; 
}

ul {
	padding-left: 75px ; 
	font-size: 14px ;
	font-family: Georgia, Serif;
}

.image {
	position: relative;
	background: #ffffff;
	width: 350px;
	padding: 7px;
	padding-bottom: 18px ; 
	margin: 10px;
	margin-left: 100px ; 
	text-align: center;
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	font: 12px Tahoma;
	}

#content {
	overflow: scroll ; 
}

#main_content {
	background: #ffffff ; 
	border-left: solid #ffffff 1px ; 
	border-right: solid #ffffff 1px ; 
	border-top: solid #ffffff 1px ; 
	border-top-left-radius: 15px ; 
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px ; 
	-moz-border-radius-topright: 15px;
	position: absolute ; 
	width: 800px ;	
	top: 170px ; 
	left: 50% ; 
	margin-left: -400px ;
	padding-top: 30px ; 
	min-height: 550px ; 
	/*shadow effect*/
	-moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


#menu {
	position: absolute ; 
	width: 800px ;	
	top: 145px ; 
	left: 50% ; 
	margin-left: -400px ;
}

.tabs{
	padding: 3px 0;
	margin-left: 0;
	font-family: Georgia, Serif;
	font-size: 17px ; 
	font-weight: bold ; 
	list-style-type: none;
	text-align: center; 
}

.tabs li{
	display: inline;
	margin: 0;
}

.tabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #6699ff;
	top-left-border-radius: 10px ; 
	-moz-border-radius-topleft: 10px;
	top-right-border-radius: 10px ; 
	-moz-border-radius-topright: 10px;
	border-bottom: none;
	background-color: #99ccff;
	color: #2d2b2b;
	/*shadow effect*/
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.tabs li a:visited{
	color: #2d2b2b;
}

.tabs li a:hover{
	background-color: #ffffff;
	color: black;
	border-bottom: solid 1px white ; 
}

.tabs li a:active{
	color: black;
}

.tabs li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #ffffff;
	color: black;
}	



#rhs_column {
	padding: 10px ; 
	clear: left; 
	float: right ; 
	margin-bottom: 25px ; 
}

.info_box {
	font: 12px Tahoma;
	/*border: solid #3399ff 1px ; */
	background-color: #99ccff ; 
	/*border-radius: 15px ; 
	-moz-border-radius: 15px;*/
	width: 240px ; 
	padding-bottom: 10px ; 
	margin-bottom: 10px ; 
	color: #2d2b2b;
	top-left-border-radius: 10px ; 
	-moz-border-radius-topleft: 10px;
	top-right-border-radius: 10px ; 
	-moz-border-radius-topright: 10px;
}

.info_box ul {
	list-style-type: disc ;
	padding-left: 20px ; 
}

.box_title{
	height: 25px ; 
	background-color: #336699 ; 
	text-align: center ; 
	color: #000000;
	top-left-border-radius: 10px ; 
	-moz-border-radius-topleft: 10px;
	top-right-border-radius: 10px ; 
	-moz-border-radius-topright: 10px;
}

.box_content {
	padding: 5px ;
}

.info_box a:hover{
	background-color: #336699 
}

.polaroid {
	position: relative;
	background: #ffffff;
	width: 200px;
	padding: 7px;
	padding-bottom: 18px ; 
	margin: 10px;
	text-align: center;
	-moz-box-shadow: 1px 1px 3px #222;
	-moz-transform: rotate(-2deg);
	-webkit-box-shadow: 1px 1px 3px #222;
	-webkit-transform: rotate(-2deg);
	box-shadow: 1px 1px 3px #222;
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.map {
	margin-left: 45px ;
	position: relative;
	background: #ffffff;
	width: 430px ; 
	padding: 7px;
	padding-bottom: 18px ; 
	text-align: right;
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
	font: 12px Tahoma;
}

















