﻿body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0683D6;
}

.clear{
	font-size:			1px;
	clear:				both;
}

a:link,
a:visited
{
	color: #50A1D3;
	text-decoration:	none;
}

img {
	border: none;
}

.floatleft{
	float:				left;
}

.floatright{
	float:				right;
}

/* Gallery */
.gallery
{
	max-width: 900px;
}
	.gallery h2
	{
		max-width: 900px;
		padding: 3px;
	}
	
	.gallery p
	{
		padding: 3px;
	}
	
	.gallery textarea 
	{
		width: 300px;
		height: 70px;
	}
		
	.galleryitems ul 
	{
		clear: both;
		list-style:	none;
		max-width: 900px;
		padding: 0px;
		margin: 0px;
	}
	
		.galleryitems ul li
		{
			float:left;
			background-color:#eee;
			border:1px solid;
			border-color:#f3f3f3 #bbb #bbb #f3f3f3;
			margin:5px;
			padding:5px;
		}

		.galleryitems ul li img
		{
			float:left;
		}

		
		.galleryitems ul li span
		{			
			clear: both;
			display: block;
			height: 20px;
		}
		
		.galleryitems ul li .galleryItemType
		{
			float: none;
			clear: both;
			display: block;
			padding: 10px 0px 10px 0px;
		}
		
		.galleryitems ul li:hover 
		{
			background-color:#bbb;
		}
		
		.galleryitems ul li a:link,
		.galleryitems ul li a:visited{
			text-decoration:	none;
		}
		
		.galleryitems ul li .galleryItemTitle
		{
			display: none;
		}
