@charset "utf-8";
/* CSS Document */


#container{
		width:960px;
		margin: 0 auto;
		background-color:#000000;
		padding:10px;
		}	
	#header{
		background-color:#0066CC;
		margin:10px;
		margin-top:0px;
		height:200px;
		background:url(images/header.gif) top left no-repeat;
		}
	#header h1{
			height:0px;
			width:0;
			visibility:hidden;
			background:url(images/title.png) no-repeat #000;
			overflow:hidden;
			padding:20px 5px 0 10px;
			text-indent:-10000px;
		}
	#left_sidebar{
		background-color:#0066CC;
		float:right;
		padding-bottom:20px;
		margin-right:10px;
		width:260px;
		margin-bottom:20px;
		margin-top:10px;
		}	
		
	#left_sidebar ul{
		list-style:none;
		background-color:#0000FF;
		margin:10px;
		padding:20px;
		padding-top:0px
		}
	#dynamic{
		border:medium solid #0099FF;
	}
	
	#calendar{
		padding-top:0px;
		border:medium solid #0099FF;
		padding-left:30px;
		margin-top:0;
		margin-bottom:60px;
		background-color:#0033FF;
		}
		
	#linkcat-2 a{         	/*this is the links bar in the sidebar*/
		color:#000000;
		}
	#linkcat-2{				/*this is the links bar in the sidebar*/
		margin-top:50px;
		}		
		
		/*navigation bar*/
		
	
	
		/*HOME*/
	
	
		li#nhome{
			height:20px;
			width:100px;
			
		}
		#nhome a{
			background-image:url(images/home.gif);
			height:20px;
			width:60px;
			text-indent:-10000px;
			float:left;
			margin-left:30px;
		
		}
		#nhome a:hover{
			background-position:0 -20px;
		}
		
		#nhome a:active{
			background-position:0 -40px;
		}
		
		/*ABOUT*/
		
		#nabout a{
			background-image:url(images/about.gif);
			height:20px;
			width:60px;
			float:right;
			margin-right:35px;
			text-indent:-10000px;
		
		}
		#nabout a:hover{
			background-position:0 -20px;
		}
		
		#nabout a:active{
			background-position:0 -40px;
		}
		
		
		/*CONTACT*/
		
		#ncontact a{
			background-image:url(images/contact.gif);
			height:20px;
			width:70px;
			float:left;
			margin-left:30px;
			text-indent:-10000px;
			
		
		}
		#ncontact a:hover{
			background-position:0 -20px;
		}
		
		#ncontact a:active{
			background-position:0 -40px;
		}
		
		/*GALLERY*/
		
		#ngallery a{
			background-image:url(images/gallery.gif);
			height:20px;
			width:70px;
			float:right;
			margin-right:30px;
			text-indent:-10000px;
		
		}
		#ngallery a:hover{
			background-position:0 -20px;
		}
		
		#ngallery a:active{
			background-position:0 -40px;
		}
		

		
		/*NAV*/
		
		ul#nav{
			list-style-type:none;
			background-color:#0000FF;
			width:240px;
			height:30px;
			margin-left:10px;
			margin-right:10px;
			margin-bottom:0;
			padding:0;
			border-left:medium solid #0099FF;
			border-right:medium solid #0099FF;
			border-top:medium solid #0099FF;
			
		}
		#nav li{
			margin:	0;
			padding:0;
			list-style:none;
			display:inline;
		}
		
		
		
		/*NAV2*/
		
		ul#nav2{
			list-style-type:none;
			border-left:medium solid #0099FF;
			border-right:medium solid #0099FF;
			border-bottom:medium solid #0099FF;
			background-color:#0000FF;
			width:240px;
			height:30px;
			margin-left:10px;
			margin-right:10px;
			margin-top:0;
			padding:0;
		}
		#nav2 li{
			margin:	0;
			padding:0;
			list-style:none;
			display:inline;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	#content{
		background-color:#06c;
		padding:10px;
		margin-left:10px;
		margin-top:10px;
		float:left;
		margin-bottom:20px;
		width:640px;
		margin-right:20px;
		}
	#content .post{
			border: medium solid #0099FF;
			padding:20px;
			margin-bottom:30px;	
			background-color:#0000FF;
						}
	#content .post p{
			padding:20px;
		}
		
	body,html{
			margin:0px;
			padding:0px;
		}
	#footer{
		clear:both;
		background-color:#06C;
		margin:10px;
		height:50px;
		}
	#footer p{
		float:right;
		margin:20px;
		}
	#dateandtime{
			float:left;
			margin-left:50px;
			margin-top:20px;
		}
		


		/*#home a{
			width:100px;
			float:left;
			display:block;
			background:url(images/home.gif) center no-repeat ;
			height:0;
			padding-top:20px;
			overflow:hidden;
		}*/
		
		
	/*	#home a:hover{
			background-position:0 -20px;
			}
		#home a:active{
			background-position:0 -40px;
			}
*/
		.post a{
		color:#000000;
}


