
	body {
		background: url('../img/bg.jpg');
		font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
		font-weight: bold;
		font-style: normal;
	}
	
	a.button {
		display: inline-block;
	}
	
	.button {
		background: #e95e3f;
		font-size: 12px;
		color: #fff;
		padding: 11px 13px;
		text-transform: uppercase;
		-moz-border-radius: 2px;
		border-radius: 2px;
		line-height: 10px;
		text-decoration: none;
	}
	
	.button:hover {
		background: #cf5438;
	}
	
	/* --------
		HEADER
	   -------- */
	
	header.top {
		display: block;
		width: 100%;
		height: 53px;
		background: #462f30;
		position: relative;
		z-index: 100;
	}
	
	header.top .container {
		width: 1024px;
		margin: 0 auto;
		position: relative;
	}
	
	header.top .shadow {
		display: block;
		width: 100%;
		height: 53px;
		position: absolute;
		top: 0;
		-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
		z-index: 20;
	}
	
	/* .. nav .. */
	
	header.top nav {
		display: block;
		width: 100%;
		position: absolute;
		top: 15px;
		z-index: 50;
	}
	
	header.top nav ul { display: block; margin: 0 36px; position: relative; }
	
	header.top nav li {
		display: inline;
	}
	
	header.top nav a {
		display: inline-block;
		padding: 7px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		margin-right: 16px;
	}
	
	header.top nav a.active {
		color: #ebdfb5;
	}
	
	header.top nav a:hover {
		background: #2a1c1d;
		color: #ebdfb5;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	header.top nav li.login {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 0;
	}
	
	header.top nav li.login a { margin-right: 0; }
	
	/* .. logo .. */
	
	header.top .logo {
		width: 250px;
		height: 154px;
		position: absolute;
		top: 53px;
		left: 0;
		background: #e95e3f;
		overflow: hidden;
		z-index: 55;
	}
	
	header.top .talllogo { height: 474px; }
	
	header.top .logo h1 {
		margin: 58px auto 0 auto;
		width: 171px;
		height: 27px;
		background: url('../img/sprite.png') -50px -140px no-repeat;
		text-indent: -9999px;
	}
	
	header.top .logo .icon {
		display: block;
		position: absolute;
		bottom: 6px;
		right: 6px;
		width: 20px;
		height: 20px;
		background: url('../img/sprite.png') 0 0 no-repeat;
		text-indent: -9999px;
	}
	
	header.top .logo a.home {
		display: block;
		width: 250px;
		height: 154px;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../img/spacer.gif');
		text-indent: -9999px;
	}
	
	header.top .logo .sliders {
		position: absolute;
		top: 130px;
		left: -172px;
		width: 172px;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	header.top .logo .slider-bar {
		width: 172px;
		height: 12px;
		background: url('../img/sprite.png') -58px -170px no-repeat;
		margin: 9px 0 11px 0;
	}
	
	header.top .logo .slider {
		position: relative;
		text-align: left;
		width: 146px;
		height: 12px;
		margin: 0 auto;
	}
	
	header.top .ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 18px;
		height: 21px;
		background: url('../img/sprite.png') -50px -80px no-repeat;
		outline: none;
		margin: -3px 0 0 -9px;
	}
	
	header.top .logo ul {
		list-style: none;
		color: #a8341a;
	}
	
	header.top .logo ul li {
		display: inline;
	}
	
	header.top .logo ul li.more {
		float: right;
	}
	
	header.top .logo .group {
		margin-bottom: 25px;
	}
	
	header.top .detail { width: 250px; height: 474px; position: absolute; top: 0; left: 0; }
	header.top .detail ul { display: block; width: 200px; position: absolute; top: 160px; left: 42px; }
	header.top .detail ul li { display: block; padding-bottom: 15px; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #ebdfb5; }
	header.top .detail ul li a { color: #fff; text-decoration: none; }
	header.top .detail a.nav { background: #f37255; position: absolute; padding: 11px 20px; }
	header.top .detail a.previous { top: 362px; left: 42px; }
	header.top .detail a.previous .arrow { display: block; width: 0; height: 0; border: solid 16px #e95e3f; border-right: solid 16px #f37255; position: absolute; top: 0; left: -25px; }
	header.top .detail a.previous:hover { background: #d65639; }
	header.top .detail a.previous:hover .arrow { border-right-color: #d65639; }
	header.top .detail a.next { top: 362px; left: 131px; }
	header.top .detail a.next .arrow { display: block; width: 0; height: 0; border: solid 16px #e95e3f; border-left: solid 16px #f37255; position: absolute; top: 0; right: -25px; }
	header.top .detail a.next:hover { background: #d65639; }
	header.top .detail a.next:hover .arrow { border-left-color: #d65639; }
	header.top .detail a.back { background: #d65639; color: #ebdfb5; position: absolute; top: 416px; left: 42px; padding-left: 20px; padding-right: 20px; }
	header.top .detail a.back:hover { color: #fff; }
	
	/* .. dropdowns .. */
	
	header.top div.dropdown {
		display: none;
		position: absolute;
		top: 53px;
		background: #462f30;
		-moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
		z-index: 10;
	}

	/* .. contact dropdown .. */
	
	header.top div.contact {
		left: 0;
		width: 506px;
		height: 475px;
	}
	
	div.contact div.address {
		font-style: normal;
		font-family: Arial,sans-serif;
		font-size: 14px;
		color: #fff;
		line-height: 26px;
		margin: 23px 0 50px 39px;
	}
	
	div.contact div.address a {
		color: #84c6b7;
		text-decoration: none;
	}
	
	div.contact div.address a:hover {
		text-decoration: underline;
	}
	
	div.contact h1 {
		font-size: 14px;
		color: #ebdfb5;
		text-transform: uppercase;
	}
	
	div.contact a.social {
		display: block;
		padding: 0 0 0 37px;
		height: 25px;
		margin: 0 0 8px 39px;
		font-size: 14px;
		position: relative;
		color: #665859;
		text-decoration: none;
	}
	
	div.contact a.social:hover {
		color: #84c6b7;
		text-decoration: none;
	}
	
	div.contact a.social span {
		display: block;
		width: 25px;
		height: 25px;
		background: url('../img/sprite.png') 0 0 no-repeat;
		overflow: hidden;
		position: absolute;
		top: -8px;
		left: 0;
	}
	
	div.contact a.twitter span { background-position: 0 -80px; }
	div.contact a.twitter:hover span { background-position: -25px -80px; }
	div.contact a.facebook span { background-position: 0 -105px; }
	div.contact a.facebook:hover span { background-position: -25px -105px; }
	div.contact a.flickr span { background-position: 0 -130px; }
	div.contact a.flickr:hover span { background-position: -25px -130px; }
	
	div.contact form {
		position: absolute;
		top: 23px;
		left: 276px;
		width: 207px;
	}
	
	/* .. login dropdown .. */
	
	header.top div.login {
		right: 6px;
		width: 250px;
	}
	
	div.login form {
		padding: 21px;
	}
	
	div.login a.password {
		float: left;
		font-size: 14px;
		font-family: Georgia, serif;
		letter-spacing: normal;
		font-weight: normal;
		color: #685b5c;
		font-style: italic;
		margin: 21px 0 0 4px;
		text-decoration: none;
	}
	
	div.login a.password:hover {
		color: #ebdfb5;
	}
	
	/* .. form elements .. */
	
	form label {
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		color: #685b5c;
		margin: 0 0 4px 8px;
	}
	
	form label span { font-weight: normal; font-size: 12px; font-style: italic; font-family: Georgia, serif; text-transform: lowercase; }
	
	form textarea,
	form input {
		width: 186px;
		height: 14px;
		font-size: 14px;
		line-height: 14px;
		color: #b7b3b3;
		font-family: Arial, sans-serif;
		letter-spacing: normal;
		margin: 0 0 10px 0;
		border: solid 3px #5f4244;
		background: #462f30;
		padding: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-moz-box-shadow: inset 4px 4px 4px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 4px 4px 4px 0 rgba(0,0,0,0.2);
		box-shadow: inset 4px 4px 4px 0 rgba(0,0,0,0.2);
		outline: none;
		overflow: hidden;
	}
	
	form textarea:focus,
	form input:focus {
		background: #fff;
		color: #9c9d9f;
		border: solid 3px rgba(255,255,255,0);
	}
	
	form textarea.error,
	form input.error { border-color: #e95e3f; background: #fff; }
	
	form textarea {
		height: 84px;
	}
	
	form .button {
		float: right;
		margin: 13px 0 0 0;
	}
	
	form .field { position: relative; }
	form .field input,
	form .field textarea { position: relative; z-index: 10; }
	form .field span.error { display: block; width: 22px; height: 18px; background: url('../img/sprite.png') -84px -87px; overflow: hidden; position: absolute; top: 8px; right: -30px; z-index: 5; }
	
	
	/* ------
		GRID
	   ------ */
	
	#grid { width: 1024px; position: relative; margin: 0 auto; z-index: 10; }
	#grid .overlay { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #462F30; z-index: 1000; }
	#grid .item { position: absolute; }
	#grid .active { z-index: 70; }
	#grid .a { width: 250px; height: 154px; overflow: hidden; }
	#grid .b { width: 250px; height: 314px; overflow: hidden; }
	#grid .c { width: 506px; height: 154px; overflow: hidden; }
	#grid .d { width: 506px; height: 314px; overflow: hidden; }
	#grid .e { width: 506px; height: 474px; overflow: hidden; }
	#grid .f { width: 762px; height: 474px; overflow: hidden; }
	
	#grid a.over { display: block; position: absolute; top: 0; left: 0; text-indent: -9999px; background: url('../img/spacer.gif'); z-index: 50; }
	#grid .a a.over { width: 250px; height: 154px; }
	#grid .b a.over { width: 250px; height: 314px; }
	#grid .c a.over { width: 506px; height: 154px; }
	#grid .d a.over { width: 506px; height: 314px; }
	#grid .e a.over { width: 506px; height: 474px; }
	
	/* .. slider .. */
	
	#grid .slider { overflow: hidden; }
	#grid .slider .slide { position: absolute; top: 0; left: 0; }
	
	#grid .slider .previous { display: block; width: 42px; height: 42px; background: url('/img/sprite.png') 0 -35px; text-indent: -9999px; overflow: hidden; position: absolute; top: 136px; z-index: 50; }
	#grid .slider .previous:hover { background-position: -42px -35px; }
	
	#grid .slider .next { display: block; width: 42px; height: 42px; background: url('/img/sprite.png') -107px -41px; text-indent: -9999px; overflow: hidden; position: absolute; top: 136px; right: 0; z-index: 50; }
	#grid .slider .next:hover { background-position: -107px -83px; }
	
	#grid .d .slide { width: 506px; height: 314px; }
	
	#grid .f .slide { width: 762px; height: 474px; }
	#grid .f .previous { top: 216px; }
	#grid .f .next { top: 216px; }
	
	#grid .slider .hovercaption { display: block; width: 100%; padding: 20px; position: absolute; bottom: 0; left: 0; background: #462f30; background: rgba(70,47,48,0.85); color: #fff; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; font-weight: normal; font-style: italic; }
	
	#grid .f .hovercaption { width: 722px; }
	
	/* .. info .. */
	
	#grid .info {
		background: #fff;
		font-family: Arial, sans-serif;
	}
	
	#grid .info h2 {
		position: absolute;
		top: 37px;
		left: 29px;
		font-size: 26px;
		font-weight: bold;
		color: #462f30;
		text-transform: uppercase;
	}
	
	#grid .info ul {
		width: 450px;
		position: absolute;
		top: 70px;
		left: 30px;
		background: url('/img/dots.gif') top repeat-x;
		list-style: none;
		padding: 12px 0 0 0;
	}
	
	#grid .info li {
		width: 50%;
		float: left;
		font-size: 12px;
		font-weight: bold;
		color: #2d2d2d;
		margin: 7px 0;
	}
	
	#grid .info li.left { clear: left; }
	
	/* .. body .. */
	
	#grid .body { background: #fff; }
	
	#grid .body h2 {
		font-size: 18px;
		font-weight: bold;
		color: #84c6b7;
		text-transform: uppercase;
		display: block;
		margin: 0 0 20px 0;
	}
	
	#grid .body .text { position: absolute; width: 440px; top: 40px; left: 40px; }
	
	#grid .body .text p { font-size: 14px; line-height: 22px; color: #2d2d2d; font-family: Arial, sans-serif; font-weight: normal; margin: 0 0 20px 0; }
	
	#grid .body .text a { color: #84c6b7; font-style: italic; text-decoration: none; }
	#grid .body .text a:hover { text-decoration: underline; }
	
	/* .. bios .. */
	
	#grid .bio {
		background: #e95e3f;
		font-family: Arial,sans-serif;
	}
	
	#grid .bio img {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#grid .bio h2 {
		position: absolute;
		top: 23px;
		left: 250px;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		color: #ebdfb7;
	}
	
	#grid .bio h3 {
		position: absolute;
		top: 45px;
		left: 250px;
		font-size: 14px;
		font-style: italic;
		color: #462f30;
	}
	
	#grid .bio p {
		position: absolute;
		top: 70px;
		left: 250px;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color: #fff;
		width: 215px;
	}
	
	/* .. setup .. */
	
	#grid .setup .frame {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#grid .setup .teal { background: #84c6b7; }
	#grid .setup .tan { background: #ebdfb5; }
	#grid .setup .brown { background: #392829; }
	
	#grid .setup h2 {
		position: absolute;
		top: 50px;
		left: 35px;
		font-size: 30px;
		padding: 0 0 10px 0;
		text-transform: uppercase;
		width: 385px;
	}
	
	#grid .setup .tan h2 { color: #462f30; }
	#grid .setup .teal h2 { color: #fff; }
	#grid .setup .brown h2 { color: #84c6b7; }
	
	#grid .setup .dots {
		position: absolute;
		top: 50px;
		left: 75px;
		width: 5px;
		height: 350px;
		background: url('/img/v-dots.png');
	}
	
	#grid .setup h3 {
		font-size: 18px;
		line-height: 24px;
		text-transform: uppercase;
		position: absolute;
		bottom: 100px;
		left: 100px;
		width: 350px;
	}
	
	#grid .setup .tan h3 { color: #e95e3f; }
	#grid .setup .teal h3 { color: #462f30; }
	#grid .setup .brown h3 { color: #fff; }
	
	/* .. caption ..*/
	
	#grid .caption img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#grid .caption .icon {
		position: absolute;
		top: 6px;
		right: 10px;
		width: 33px;
		height: 33px;
		background: url('../img/sprite.png') -25px 0 no-repeat;
		z-index: 60;
	}
	
	#grid .caption .popup {
		display: block;
		position: absolute;
		left: 0;
		bottom: -87px;
		background: #e95e3f;
		height: 66px;
		padding: 21px 21px 0 18px;
		overflow: hidden;
	}
	
	#grid .a .popup { width: 211px; }
	
	#grid .c .popup,
	#grid .d .popup { width: 467px; }
	
	#grid .caption h2 {
		font-size: 12px;
		color: #462f30;
		display: inline;
		text-transform: uppercase;
	}
	
	#grid .caption h3 {
		font-size: 12px;
		color: #ebdfb5;
		display: inline;
		text-transform: uppercase;
	}
	
	#grid .caption h4 {
		display: block;
		font-size: 24px;
		color: #fff;
		margin: 5px 0 0 0;
	}
	
	#grid .caption .popup .arrow {
		display: block;
		width: 23px;
		height: 87px;
		background: url('../img/sprite.png') -84px 0 no-repeat;
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/* .. twitter .. */
	
	#grid .twitter {
		background: url('../img/twitter.jpg') left bottom no-repeat;
	}
	
	#grid .twitter a {
		color: #619a8d;
		text-decoration: none;
	}
	
	#grid .twitter .text {
		padding: 24px 25px 24px 20px;
	}
	
	#grid .twitter h2 {
		font-family: Arial, sans-serif;
		letter-spacing: normal;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
	}
	
	#grid .twitter h3 {
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		font-weight: normal;
		margin: 8px 0 40px 0;
		letter-spacing: normal;
	}
	
	#grid .twitter h4 {
		font-family: Georgia, serif;
		letter-spacing: normal;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		font-style: italic;
		color: #fff;
	}


	/* .. instagram .. */
	
	#grid .instagram {
		background: url('../img/instagram.png') left bottom no-repeat;
	}
	
	#grid .instagram img { 
		width: 250px;
		height: 250px;
	}

	#grid .instagram a {
		color: #619a8d;
		text-decoration: none;
	}
	
	#grid .instagram .text {
		padding: 7px 25px 24px 20px;
	}
	
	#grid .instagram h2 {
		font-family: Arial, sans-serif;
		letter-spacing: normal;
		font-size: 12px;
		color: #000;
		text-transform: uppercase;
	}
	
	#grid .instagram h4 {
		font-family: Georgia, serif;
		letter-spacing: normal;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		font-style: italic;
		color: #9c9d9f;
		margin-top: 5px;
	}

	
	/* .. blog .. */
	
	#grid .blog {
		background: #fff;
	}
	
	#grid .blog .text {
		padding: 24px 25px 24px 20px;
		width: 205px;
	}
	
	#grid .blog h2 {
		font-family: Arial, sans-serif;
		letter-spacing: normal;
		font-size: 12px;
		color: #000;
		text-transform: uppercase;
	}
	
	#grid .blog h3 {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: normal;
		line-height: 20px;
		color: #e95e3f;
		margin: 8px 0 5px 0;
	}
	
	#grid .blog h4 {
		font-size: 14px;
		line-height: 18px;
		font-style: italic;
		font-weight: normal;
		color: #9c9d9f;
		font-family: Georgia, serif;
		letter-spacing: normal;
	}
	
	#grid .blog .layer { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; z-index: 10; }
	
	#grid .blog .icon { display: block; width: 12px; height: 13px; background: url('../img/sprite.png') -60px 0; position: absolute; top: 13px; right: 13px; z-index: 60; }
	
	#grid .blog .popup { display: block; width: 210px; padding: 13px 20px; background: #e95e3f; position: absolute; bottom: -40px; left: 0; font-size: 14px; line-height: 14px; height: 14px; color: #fff; overflow: hidden; }
	#grid .blog .popup .arrow { display: block; width: 23px; height: 41px; background: url('../img/sprite.png') -107px 0; position: absolute; top: 0; right: 0; }
	
	#grid .blog a.close { display: none; width: 14px; height: 14px; background: url('../img/sprite.png') -60px -12px; position: absolute; top: 12px; right: 12px; text-indent: -9999px; overflow: hidden; }
	
	#grid .blog a.twitter { display: none; width: 42px; height: 42px; background: url('../img/sprite.png') -149px 0; text-indent: -9999px; position: absolute; top: 46px; right: 156px; }
	#grid .blog a.twitter:hover { background-position: -149px -42px; }
	#grid .blog a.twitter_active,
	#grid .blog a.twitter_active:hover { background-position: -149px -84px; }
	
	#grid .blog a.facebook { display: none; width: 42px; height: 42px; background: url('../img/sprite.png') -191px 0; text-indent: -9999px; position: absolute; top: 46px; right: 103px; }
	#grid .blog a.facebook:hover { background-position: -191px -42px; }
	#grid .blog a.facebook_active,
	#grid .blog a.facebook_active:hover { background-position: -191px -42px; }
	
	#grid .blog a.comments { display: none; width: 42px; background: url('../img/sprite.png') -233px 0; position: absolute; top: 46px; right: 51px; font-size: 14px; line-height: 14px; height: 14px; text-align: center; padding: 14px 0; color: #e95e3f; text-decoration: none; }
	#grid .blog a.comments:hover { background-position: -233px -42px; }
	#grid .blog a.comments_active,
	#grid .blog a.comments_active:hover { background-position: -233px -42px; }
	
	#grid .blogopen { -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); }
	
	#grid .blog div.twitter { display: none; padding: 20px; background: #462f30; position: absolute; width: 280px; right: 0; top: 20px; z-index: 5; -webkit-box-shadow: 0 3px 5px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 3px 5px 2px rgba(0,0,0,0.1); box-shadow: 0 3px 5px 2px rgba(0,0,0,0.1); }
	#grid .blog div.twitter textarea { width: 260px; height: 110px; margin-bottom: 0; }
	#grid .blog div.twitter a.submit { color: #fff; }
	
	#grid .blog div.comments { display: none; padding: 20px; background: #462f30; position: absolute; width: 280px; right: 0; top: 20px; z-index: 5; -webkit-box-shadow: 0 3px 5px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 3px 5px 2px rgba(0,0,0,0.1); box-shadow: 0 3px 5px 2px rgba(0,0,0,0.1); }
	#grid .blog div.comments ul { display: block; width: 260px; font-size: 12px; line-height: 16px; font-family: Arial, sans-serif; font-weight: normal; margin: 0 0 20px 0; }
	#grid .blog div.comments div.ulscrolling { height: 300px; overflow: hidden; position: relative; margin: 0 0 20px 0; padding: 0 18px 0 0; }
	#grid .blog div.comments div.ulscrollbar { width: 18px; height: 220px; position: absolute; bottom: 0; right: 0; }
	#grid .blog div.comments .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 66px; background: url('../img/sprite.png') -230px -133px no-repeat; outline: none; margin: 0; }
	#grid .blog div.comments li { display: block; border-bottom: solid 2px #5f4244; color: #9c9d9f; padding: 15px 6px; }
	#grid .blog div.comments h5 { color: #ebdfb5; font-weight: bold; text-transform: uppercase; }
	#grid .blog div.comments h6 { color: #685b5c; font-style: italic; font-weight: normal; margin: 0 0 12px 0; }
	#grid .blog div.comments input { width: 260px; }
	#grid .blog div.comments textarea { width: 260px; height: 110px; margin-bottom: 0; }
	#grid .blog div.comments a.submit { margin-right: 20px; }
	
	#grid .blog div.scrolling { display: none; width: 550px; height: 630px; position: absolute; bottom: 34px; left: 20px; overflow: hidden; }
	#grid .blog div.body { font-size: 13px; line-height: 22px; color: #2d2d2d; font-weight: normal; font-family: Arial, sans-serif; position: absolute; top: 0; left: 0; }
	#grid .blog div.body a { color: #84c6b7; font-style: italic; text-decoration: none; }
	#grid .blog div.body a:hover { text-decoration: underline; }
	#grid .blog div.body .alignleft { float: left; margin: 0 10px 10px 0; }
	#grid .blog div.body .alignright { float: right; margin: 0 0 10px 10px; }
	#grid .blog div.body p { margin: 0 0 18px 0; }
	#grid .blog div.body ul { padding: 0 0 0 20px; list-style: circle; margin: 0 0 18px 0; }
	#grid .blog div.body h3,
	#grid .blog div.body h2 { font-size: 14px; text-transform: uppercase; color: #462f30; }
	#grid .blog div.body dl { padding: 0 0 0 20px; margin: 0 0 18px 0; }
	#grid .blog div.body span.quote { display: block; margin: 45px 25px; color: #78b3a6; font-size: 18px; line-height: 22px; font-style: italic; text-transform: uppercase; border-left: solid 1px #ebdfb5; padding: 0 0 0 15px; }
	#grid .blog div.scrollbar { display: none; width: 18px; height: 570px; position: absolute; bottom: 34px; right: 0; background: #fff; }
	#grid .blog .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 66px; background: url('../img/sprite.png') -230px -133px no-repeat; outline: none; margin: 0; }
	
	/* .. check ins .. */
	
	#grid .check-in {
		background: url('../img/check-in.jpg') left bottom no-repeat;
	}
	
	#grid .check-in .text {
		padding: 24px 30px 24px 20px;
	}
	
	#grid .check-in h2 {
		font-family: Arial, sans-serif;
		letter-spacing: normal;
		font-size: 12px;
		text-transform: uppercase;
		color: #462f30;
	}
	
	#grid .check-in h3 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: normal;
		color: #462f30;
		font-weight: normal;
		margin: 8px 0 0 0;
	}
	
	#grid .check-in h3 span { color: #979079; font-size: 14px; font-style: italic; font-family: Georgia, serif; display: block; margin: 4px 0 0 0; }
	
	#grid .check-in a {
		color: #979079;
		text-decoration: none;
	}
	
	footer.bottom {
		padding: 25px 0 0 0;
		height: 100px;
		width: 200px;
		margin: 0 auto;
		text-align: center;
	}
	
	footer.bottom .loading {
		display: block;
		width: 32px;
		height: 32px;
		margin: 0 auto;
		background: url('../img/loading.gif');
		text-indent: -9999px;
	}
	
