/*
	Arcana 2.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	body
	{
		/**/background: transparent url('images/bg.jpg') 100% -15px no-repeat;
		font-family: 'Droid Sans', sans-serif;
		font-size: 100%;
		line-height: 1.75em;
		color:#222222;
	}

	h1,h2,h3,h4
	{
		font-family: 'Droid Sans', sans-serif;
		color: #1d1d1d;
	}

	h2, h3
	{
		font-size: 1.6em;
		letter-spacing: -1px;
		margin: 0 0 0.75em 0;
	}
	
	
	
	strong
	{
		color: #1d1d1d;
	}

	a
	{
		color: #478903;
		font-family: 'Droid Sans', sans-serif;
		text-decoration: none;
	}

	a:hover
	{
		color:#333333;
	}

/* Reusable */

	.button
	{
		display: inline-block;
		background: #0893cf;
		box-shadow: inset 0px 0px 0px 1px #48d3FF, 0px 2px 3px 0px rgba(0,0,0,0.25);
		border: solid 1px #0893cf;
		border-radius: 6px;
		padding: 0.45em 0.8em;
		color: #fff;
		font-size: 1.1em;
		cursor: pointer;
		font-weight:normal;
		text-decoration: none;
		/**/text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
		background-image: -moz-linear-gradient(top, #38C3FF, #0893cf);
		background-image: -webkit-linear-gradient(top, #38C3FF, #0893cf);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38C3FF), to(#0893cf));
		background-image: -ms-linear-gradient(top, #38C3FF, #0893cf);
		background-image: -o-linear-gradient(top, #38C3FF, #0893cf);
		background-image: linear-gradient(top, #38C3FF, #0893cf);
		outline: 0;
		white-space: nowrap;
		margin:10px 0;
	}

	.button:hover
	{
		background: #28a3df;
		color:#333333;
		text-shadow: 0 0;
		background-image: -moz-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -webkit-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58d3FF), to(#28a3df));
		background-image: -ms-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -o-linear-gradient(top, #58d3FF, #28a3df);
		background-image: linear-gradient(top, #58d3FF, #28a3df);
	}

	.button:active
	{
		background: #38C3FF;
		background-image: -moz-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -webkit-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0893cf), to(#38C3FF));
		background-image: -ms-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -o-linear-gradient(top, #0893cf, #38C3FF);
		background-image: linear-gradient(top, #0893cf, #38C3FF);
	}

	.divider
	{
		border-top: solid 1px #e5e5e5;
		/*margin: 2em 0 2em 0;*/
	}

	.divider-top
	{
		margin-bottom: 0;
	}

	.divider-bottom
	{
		margin-top: 0;
	}

	.cta-box
	{
		background: url('images/bg2.png');
		text-align: center;
		padding: 1.25em 0 1.25em 0;
		text-shadow: 1px 2px 0px #fff;
		font-size: 2em;
	}

		.cta-box .button
		{
			margin-left: 0.8em;
		}

	.highlight-box
	{
		background: url('images/bg2.png');
		text-align: center;
		padding: 3.5em 0 3.5em 0;
		text-shadow: 1px 2px 0px #fff;
	}

		.highlight-box h2
		{
			font-size: 3.2em;
			letter-spacing: -3px;
			margin: 0 0 0.6em 0;
		}
		
		.highlight-box span
		{
			font-size: 2em;
			color: #a1a1a1;
		}	

	.thumbnails
	{
	}

		.thumbnails .divider
		{
			border-bottom: 0;
			border-top: solid 1px #e5e5e5;
			margin: 1em 0 1em 0;
		}

		.thumbnails .thumbnail
		{
			overflow: hidden;
		}

			.thumbnails .thumbnail img
			{
				border: solid 5px #fff;
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
				float: left;
				margin-right: 25px;
			}
			
			.thumbnails .thumbnail blockquote
			{
				margin: 0 0 0.75em 0;
				margin-left: 130px;
			}

			.thumbnails .thumbnail cite
			{
				color: #888;
				margin-left: 130px;
				display: block;
			}

			.thumbnails .thumbnail cite strong
			{
				padding-right: 0.25em;
			}
			
	.link-list
	{
	}
	
		.link-list li
		{
			border-bottom: solid 1px #d0d0d0;
			line-height: 2.5em;
		}
		
		.link-list li:first-child
		{
			border-top: solid 1px #d0d0d0;
		}
		
		label {
			display: inline-block;
			font-weight: bold;
			margin-bottom: 5px;
			width:20%;
			float:left;
		}
		
		input[type='text'], select, textarea {
			background-color: #FFFFFF;
			background-image: none;
			border: 1px solid #CCCCCC;
			border-radius: 4px;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
			color: #555555;
			line-height: 1.5em;
			padding: 10px;
			transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
			vertical-align: middle;
			width: 70%;
		}
		select {
			width:auto;
		}
		
		td {
			padding-bottom: 10px;
			vertical-align: middle;
		}
		h4 {
			font-size: 1.2em;
			margin: 0.75em 0;
			color: #478903;
		}
		#message, .message {
			color:red;
			margin:10px 0;
		}
		
		#booking .first {
			margin-left:0;
		}
		#booking .last {
			text-align:right;
			margin-right:0;
		}
		#booking a {
			margin-left:5%;
		}