/* sentropia.org layout							*/
/* 									*/
/* You may adapt elements of this layout for your own projects.		*/
/* The unique design, however, may not be reproduced.			*/
/* 									*/
/* Copyright 2004 sentropia.org 					*/
/* 									*/
/* 									*/
/* Many thanks to the authors of the following sites: 			*/
/* 									*/
/*  http://www.zeldman.com						*/
/*  http://www.inknoise.com/						*/
/*  http://www.bluerobot.com/						*/
/*  http://css.maxdesign.com.au/					*/
/*  http://www.greasyskillet.org/					*/
/* 									*/
/* whose ideas and techniques inspired us to design sentropia.org	*/
/* 									*/
body, html { height:100%; }

body 		{
			background-color: #fff;
			FONT-FAMILY: verdana, sans-serif;
			FONT-SIZE: 75%;
			padding: 0px;
			margin: 0px;
			background-image: url(../images/tlo.gif);
			background-position:  center; 
			background-repeat: repeat-y;

		}


#container 	{
			width: 780px;
			border: 10px solid #fff;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #fff;
height:100%;
		}

#gallery_container 	{
			width: 780px;
			border: 10px solid #fff;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #fff;
			height: 95%;
			
		}

#banner 	{
			padding: 0px;
			border: 0px solid white;
			background-color: transparent;
			height: 100px;
			background-image: url(../images/logo.jpg);
			margin: 0px;
		}

		
#content	{
			padding: 0px;
			margin: 0px ;
			padding-bottom: 20px;
			background-color: #fff;
			line-height: 140%;
			border: 0px solid #eee;			
			
		}




#content p 	{

			padding: 0px;
			margin: 15px 150px 2px 150px;
			color: #333;
			background-color: transparent;
		}
		
#content p.image 	{

			padding: 0px;
			margin: 10px 150px 2px 150px;
			color: #333;
			background-color: transparent;
		}



#content p.thumbs 	{
			text-align: center;
			padding: 0px;
			margin: 10px 110px;
			color: #333;
			background-color: transparent;
		}
	

#content h1 	{
			padding: 0px;
			margin: 50px 150px 0px 150px;
			background: transparent;
			font-size: 90%;
			color: #ccc;
			text-align: right;
			border-bottom: 1px solid #eee;
		}


#content h2	{
			padding: 0px;
			margin: 30px 150px 0px 150px;
			background: transparent;
			font-size: 150%;
			border-bottom: 0px dotted #ddd;
			font-family: arial;
			color: #666;
		}

#content img	{
			border: 1px solid #999;
		}

#content span.label	{
			padding: 0px;
			font-size: 80%;
			font-weight: normal;
			text-align: center;

		}


#content h2#archeo	{
			margin: 30px 150px 0px 150px;
			padding: 10px 0px 0px 0px;
			font-size: 100%;
			color: #999;
			border-top: 1px solid #eee;
			FONT-FAMILY: verdana, sans-serif;
		}

#content a.archives 	{
			font-size: 90%;
			font-weight: normal;
			}




#content h3	 	{
			padding: 1px;
			margin: 12px 150px 2px 150px;
			background: transparent;
			font-size: 90%;
			font-weight: normal;
			color: #999;
			text-align: right;
			border-top: 0px solid #ddd;
			line-height: 100%;
			clear: left;
		}

#flashcontent		{
			padding: 0px;
			margin: 0px;
			height: 100%;

}

#content h3 a		{
			font-weight: normal;
			}

/* unvisited link */
a:link 		{
			color: #427197;
			font-weight: bold;
			text-decoration: none;

		}


/* visited link */     
a:visited	{
			color: #97c1f5;
			font-weight: bold;
			text-decoration: none;
		}


/* mouse over link */
a:hover 	{
			color: #f90;
			font-weight: bold;
			text-decoration: underline;

			
		}

/* selected link */
a:active	{
			color: #D27E00;
			font-weight: bold;
			text-decoration: underline;
		}   


#footer		{
			clear: both;
			
			padding: 0px;
			margin: 0px;
			border: 0px solid #ccc;
			background-color: #fff;
			font-size: 80%;
			line-height: 16px;
			color: #999;
			text-align: center;
		}		


#navcontainer	{
			margin: 0px;
			padding: 0px;
			height: 16px;
			font-weight: bold;
			background-color: transparent;
			border-bottom: 0px solid #eee;
		}


#navcontainer ul
		{
			border: 0;
			margin: 0px 0px;
			padding: 0;
			list-style-type: none;
			text-align: center;
		}


#navcontainer ul li
		{
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

#navcontainer ul li a
		{
			width: 155px;
			height: 18px;
			background-color: #fd0;
			border-top: 1px solid #000;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
			border-right: none;
			padding: 0;
			margin: 0px;
			color: #333;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 12px/16px verdana;
			font-weight: normal;
		}


#navcontainer ul li#last a
		{
			width: 154px;
			border-right: 1px solid #000;

		}


#navcontainer ul li a:hover
		{
			color: #000;
			background: #fb0;
			border-bottom: 1px solid #000;

		}




#navcontainer li.active a
		{

			color: #000;
			font-weight: bold;
			background: #fc0;
}




#navcontainer li#active a:hover
		{
			color: #000;
			background: #fb0;
		}



body p#stand {
	text-align: center;
	margin: 20px;
	}



/* ------COMMENTS------- */

#content p.comment-ref	{
			margin: 0px 150px;
			padding: 0px;
			font-size: 90%;
			text-align: right;
			line-height: 100%;
}

h4		{
			margin: 10px 150px 10px 150px;
			font-size: 100%;
			background-color: #fff;
			color: #666;
			border-left: 0px solid #ddd;
			padding: 5px 0px;
}			

#content p.comment-body	{
			background-color: #eee;
			margin: 5px 150px 0px 150px;
			padding: 5px 10px;
			font-size: 90%;
			color: #999;
			border-left: 10px solid #ddd;
			line-height: 120%;
}

#content p.comment-data	{
			background-color: #eee;
			margin: 0px 150px;
			padding: 5px 10px;
			font-size: 80%;
			color: #999;
			text-align: right;
			border-left: 10px solid #ddd;
			line-height: 120%;
			border-bottom: 1px solid #ddd;
}

#content blockquote 	{

			padding-left: 4px;
			margin: 12px 200px 2px 200px;
			color: #666;
			font-size: 90%;
			border-left: 4px solid #eee;
		}

#content ul li 	{

			padding: 0px;
			margin: 0px 150px;
			color: #333;
			background-color: transparent;
		}