/* css by kenny */

/* base rules */

body
{
	background-color: white;
	color: #225866;
	font: small/1.3; /*  arial, sans-serif; */
	margin: 10px 0 0 0;
	text-align: center;
}

a
{
	color: #225866;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: normal; }

p 
{
	margin: 0 0 0.5em 0;
}

textarea
{
	font: small/1.3 arial;
}

sup
{
	font-size: 80%;
}

/* the rest */

#container
{
	font-size: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

	#header
	{
	}

	#body
	{
		background: white url(/img/bg_body.gif) no-repeat;
		float: left;
		width: 760px;
	}

		#sidebar
		{
			float: left;
			font-family: Arial;
			margin-top: 110px;
			width: 190px;
		}
		
			#sidebar ul
			{
				list-style: none url(/img/dot_flower.gif) inside;
				margin: 0 0 2em 0;
			}
			
			#sidebar a
			{
				padding-left: 5px;
			}
			
			#sidebar a.active
			{
				text-decoration: underline;
			}
		
		#content
		{
			float: left;
			padding: 2px 10px;
			width: 550px;
		}
		
			#tabs
			{
				width: 550px;
				height: 28px;
			}
			
				#tabs a
				{
					color: white;
					display: block;
					float: left;
					font-size: 130%;
					line-height: 28px;
					margin-right: 30px;
				}
				
				#tabs a.active
				{
					text-decoration: underline;
				}
				
			#content h1
			{
				color: White;
				line-height: 83px;								
			}
			
			#content h2
			{
				font-size: 110%;
				
			}			
			
			#content #text
			{
				font: small/1.3 arial;
			}

				#content #text a
				{
					text-decoration: underline;
				}


				#content #text a:hover
				{
					color: Black;
				}
				
				#content #text #guestbook-sign input
				{
					width: 400px;
				}
				
				#content #text #guestbook-sign textarea
				{
					width: 400px;
				}
				

			#content #gallery
			{
				font: small/1.3 arial;
			}
			
			#content #gallery .folders
			{
				clear: both;
				float: left;
				background-color: #eeeeee;
				border: 1px solid #dddddd;
				margin-bottom: 10px;
				padding: 10px;
				width: 528px;
			}
			
				#content #gallery .folders a
				{
					display: block;
					float: left;
					width: 115px;
				}

				#content #gallery .folders a.active
				{
					font-weight: bold;
				}			
			
			#content #gallery .thumbnails
			{
				clear: both;
			}			
			
			#content #gallerynav button
			{
				background-color: White;
				border: 0;
			}

	#footer
	{
		background: white url(/img/bg_footer.gif) no-repeat;
		height: 89px;
	}
	
	#copyright
	{
		font: x-small/1.5 arial, sans-serif;
		text-align: right;
	}

/* -- */

.oldgb_entry
{
	margin-bottom: 1em;
}