div.tourblogg_container_yearmenu
	{
	float: right;
	}

div.tourblogg_date
	{
	float: left;
	width: 80px;
	height: 73px;
	margin: 0 10px 10px 0;
	background: transparent url('../images/icon_calendar_big.png') no-repeat;
	}

	div.tourblogg_date span.year
		{
		display: block;
		margin: 11px 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		}

	div.tourblogg_date span.day
		{
		display: block;
		margin: 5px 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #000000;
		font-weight: bold;
		}

	div.tourblogg_date span.month
		{
		display: block;
		width: 100%;
		margin: -2px 0 0 0;
		text-align: center;
		font-size: 15px;
		color: #000000;
		font-weight: bold;
		}

span.creator
	{
	display: block;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 10px 0;
	}

h1
	{
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

h2
	{
	font-size: 18px;
	font-weight: normal;
	}

a
	{
	text-decoration: none;
	color: #ffffff;
	}

a:hover
	{
	color: #ff934b;
	}

ul.gallery_thumbnails
	{
	width: 100%;
	margin: 20px 0 20px 0;
	}

	ul.gallery_thumbnails li
		{
		float: left;
		width: 120px;
		text-align: center;
		}

		ul.gallery_thumbnails li a img
			{
			margin: 0 0 2px 0;
			border: 1px solid #ffffff;
			}

		ul.gallery_thumbnails li a:hover img
			{
			border: 1px solid #ff934b;
			}

div.gallery_image_viewer
	{
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
	}

input.text, label, input.submit, textarea
	{
	display: block;
	font-family: Verdana, Arial, sans-serif;
	}

label
	{
	margin: 6px 0 3px 0;
	}

input.text
	{
      	background: transparent url('../images/form_textfield_background.gif') no-repeat;
      	border: 1px solid #b9b9b9;
      	color: #2b2b2b;
      	font-weight: bold;
      	padding: 2px 3px 0 3px;
      	width: 250px;
      	height: 17px;
    	font-size: 12px;
	}

textarea
	{
	padding: 2px;
      	background: transparent url('../images/form_textfield_background.gif') no-repeat;
      	border: 1px solid #b9b9b9;
      	color: #2b2b2b;
	font-size: 12px;
      	font-weight: bold;
	width: 500px;
	height: 150px;
      	}

input.submit
	{
      	border: 2px solid #aaaaaa;
      	color: #000000;
      	font-weight: bold;
      	height: 23px;
      	font-size: 11px;
      	padding: 0 6px 2px 6px;
      	margin: 10px 0 0 0;
	}
