/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #c7e3f5 url('../images/background/scenery.gif') repeat-x top left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #ffffff;
	overflow-x: hidden;
}

div {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

a {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 20px;
}

h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

h3, h4, h5, h6 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

p {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

hr {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background: #cccccc;
	color: #cccccc;
	border: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 0;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	background: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

input:focus, 
textarea:focus, 
select:focus {
	color: #333333;
}

.button {
	float: left;
	margin: 25px 0 0 0;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
	background: #56007a;
	border-color: #56007a;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

.button:hover {
	color: #ab80bd;
}

.button a {
	color: #ffffff;
	text-decoration: none;
}

.button a:hover {
	color: #ab80bd;
}


/********** IE6 Warning **********/

#ie6-warning {
	display: none;
	width: 100%;
	background: #ea3c71;
	color: #ffffff;
	overflow: hidden;
}
* html #ie6-warning {
	display: block;
	height: 40px;
}

#ie6-warning p {
	margin: 0;
	padding: 10px;
}

#ie6-warning a {
	color: #ffffff;
	text-decoration: underline;
}

/********** Main content container **********/

.content-container {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/********** Header **********/

.header {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
}
* html .header {
	position: absolute;
	top: 40px;
}

/********** Main menu **********/

.main-menu {
	width: 800px;
	height: 82px;
	margin: 0 auto;
	padding: 0px;
	background: url('../images/nav/menu.png') no-repeat bottom right;
}

.main-menu li {
	display: inline;
	float: left;
	height: 31px;
	margin: 27px 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-indent: -9000px;
}

.main-menu li a {
	display: block;
	height: 100%;
}

.main-menu li.logo {
	overflow: hidden;
	float: left;
	width: 225px;
	height: 82px;
	margin: 0;
	text-indent: -9000px;
	background: url('../images/header/logo.png') no-repeat top left;
}

.main-menu li.logo a {
	display: block;
	height: 100%;
}

.main-menu li.workshop a {
	width: 110px;
	margin: 0 0 0 35px;
	background: url('../images/nav/workshop.jpg') no-repeat top center;
}

.main-menu li.kitchen a {
	width: 92px;
	background: url('../images/nav/kitchen.jpg') no-repeat top center;
}

.main-menu li.office a {
	width: 73px;
	background: url('../images/nav/office.jpg') no-repeat top center;
}

.main-menu li.shop a {
	width: 64px;
	background: url('../images/nav/shop.jpg') no-repeat top center;
}

.main-menu li.up-and-away a {
	width: 122px;
	background: url('../images/nav/up-and-away.jpg') no-repeat top center;
}

.main-menu li a:hover {
	background-position: 0 -31px;
}

.main-menu li.selected a {
	background-position: 0 -62px;
}

/********** Too far! **********/

.too-far {
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	height: 400px;
	margin: 0 auto;
	background: url('../images/rooms/too-far.jpg') no-repeat bottom center;
}

.too-far p {
	width: 300px;
	margin: 90px auto 0 auto;
	padding: 20px;
	background: #6b5a52;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


/********** Body content layouts **********/

.content {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.content ul,
.content ol {
	margin: 15px 0 0 0;
}

.content ul li {
	margin: 5px 0 0 1em;
	list-style: square;
}

.content ol li {
	margin: 5px 0 0 1.5em;
	list-style: decimal;
}

/* Layout 1 */

.layout1 .scene {
	display: inline;
	float: left;
	width: 100%;
	min-width: 1000px;
	height: 820px;
}

.layout1 .scene .room {
	position: relative;
	width: 1000px;
	height: 540px;
	margin: 280px auto 0 auto;
}

.layout1 .up-and-away {
	background: url('../images/rooms/up-and-away.jpg') no-repeat bottom center;
}

.layout1 .office {
	background: url('../images/rooms/office.jpg') no-repeat bottom center;
}

.layout1 .kitchen {
	background: url('../images/rooms/kitchen.jpg') no-repeat bottom center;
}

.layout1 .home {
	background: url('../images/rooms/home.jpg') no-repeat bottom center;
}

.layout1 .workshop {
	background: url('../images/rooms/workshop.jpg') no-repeat bottom center;
}


/********** Icon links **********/

.info-button {
	position: absolute;
	bottom: 16px;
	left: 100px;
	width: 50px;
	height: 57px;
	text-indent: -9000px;
}

.info-button a {
	display: block;
	height: 100%;
	background: url('../images/info/button.png') no-repeat top left;
}

.info-button a:hover {
	background-position: 0 -57px;
}

.info-window {
	z-index: 100;
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 64px;
	left: 165px;
	width: 550px;
	height: 240px;
	padding: 20px 40px 40px 40px;
	background: #ffffff url('../images/info/window.gif') no-repeat top left;
	color: #594c43;
}

.info-window a.close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 22px;
	background: #ffffff url('../images/info/close.gif') no-repeat top left;
	text-indent: -9000px;
}

.info-window a.close:hover {
	background-position: 0 -22px;
}


/********** Icon links **********/

.content .icon-link {
	list-style: none;
}

.icon-link a {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
}

.icon-link a:hover {
	text-decoration: underline;
}


/********** Up and away **********/

.up-and-away .competitions {
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 50px;
	width: 330px;
	height: 195px;
	margin: 0;
}

.up-and-away .competitions a {
	display: block;
	height: 100%;
	padding: 82px 10px 0 25px;
	background: url('../images/links/competitions.jpg') no-repeat top left;
}

.up-and-away .competitions a:hover {
	background-position: 0 -195px;
}

.up-and-away .travel-log {
	overflow: hidden;
	position: absolute;
	top: 203px;
	left: 462px;
	width: 150px;
	height: 215px;
	margin: 0;
}

.up-and-away .travel-log a {
	display: block;
	height: 100%;
	padding: 155px 10px 0 60px;
	background: url('../images/links/travel-log.jpg') no-repeat top left;
}

.up-and-away .travel-log a:hover {
	background-position: 0 -215px;
}

.up-and-away .links {
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 770px;
	width: 180px;
	height: 110px;
	margin: 0;
}

.up-and-away .links a {
	display: block;
	height: 100%;
	padding: 42px 30px 0 10px;
	background: url('../images/links/links.jpg') no-repeat top left;
}

.up-and-away .links a:hover {
	background-position: 0 -110px;
}

/********** Office **********/

.office .get-in-touch {
	overflow: hidden;
	position: absolute;
	top: 85px;
	left: 350px;
	width: 190px;
	height: 260px;
	margin: 0;
}

.office .get-in-touch a {
	display: block;
	height: 100%;
	padding: 202px 78px 0 10px;
	background: url('../images/links/get-in-touch.jpg') no-repeat top left;
}

.office .get-in-touch a:hover {
	background-position: 0 -260px;
}

.office .diary {
	overflow: hidden;
	position: absolute;
	top: 261px;
	left: 614px;
	width: 140px;
	height: 150px;
	margin: 0;
}

.office .diary a {
	display: block;
	height: 100%;
	padding: 118px 10px 0 51px;
	background: url('../images/links/diary.jpg') no-repeat top left;
}

.office .diary a:hover {
	background-position: 0 -150px;
}

.office .stockists {
	overflow: hidden;
	position: absolute;
	top: 112px;
	left: 770px;
	width: 170px;
	height: 180px;
	margin: 0;
}

.office .stockists a {
	display: block;
	height: 100%;
	padding: 148px 20px 0 10px;
	background: url('../images/links/stockists.jpg') no-repeat top left;
}

.office .stockists a:hover {
	background-position: 0 -180px;
}

/********** Kitchen **********/

.kitchen .ingredients {
	overflow: hidden;
	position: absolute;
	top: 141px;
	left: 254px;
	width: 200px;
	height: 220px;
	margin: 0;
}

.kitchen .ingredients a {
	display: block;
	height: 100%;
	padding: 180px 25px 0 10px;
	background: url('../images/links/ingredients.jpg') no-repeat top left;
}

.kitchen .ingredients a:hover {
	background-position: 0 -220px;
}

.kitchen .cook-book {
	overflow: hidden;
	position: absolute;
	top: 169px;
	left: 447px;
	width: 190px;
	height: 145px;
	margin: 0;
}

.kitchen .cook-book a {
	display: block;
	height: 100%;
	padding: 6px 10px 0 35px;
	background: url('../images/links/cook-book.jpg') no-repeat top left;
}

.kitchen .cook-book a:hover {
	background-position: 0 -145px;
}

.kitchen .new-products {
	overflow: hidden;
	position: absolute;
	top: 239px;
	left: 574px;
	width: 250px;
	height: 120px;
	margin: 0;
}

.kitchen .new-products a {
	display: block;
	height: 100%;
	padding: 88px 10px 0 65px;
	background: url('../images/links/new-products.jpg') no-repeat top left;
}

.kitchen .new-products a:hover {
	background-position: 0 -120px;
}

/********** Workshop **********/

.workshop .trade {
	overflow: hidden;
	position: absolute;
	top: 76px;
	left: 150px;
	width: 150px;
	height: 60px;
	margin: 0;
}

.workshop .trade a {
	display: block;
	height: 100%;
	padding: 28px 10px 0 60px;
	background: url('../images/links/trade.jpg') no-repeat top left;
}

.workshop .trade a:hover {
	background-position: 0 -60px;
}

.workshop .snacks {
	overflow: hidden;
	position: absolute;
	top: 143px;
	left: 255px;
	width: 240px;
	height: 245px;
	margin: 0;
}

.workshop .snacks a {
	display: block;
	height: 100%;
	padding: 3px 10px 0 80px;
	background: url('../images/links/snacks.jpg') no-repeat top left;
}

.workshop .snacks a:hover {
	background-position: 0 -245px;
}

.workshop .oils {
	overflow: hidden;
	position: absolute;
	top: 282px;
	left: 153px;
	width: 190px;
	height: 250px;
	margin: 0;
}

.workshop .oils a {
	display: block;
	height: 100%;
	padding: 88px 25px 0 10px;
	background: url('../images/links/oils.jpg') no-repeat top left;
}

.workshop .oils a:hover {
	background-position: 0 -250px;
}

.workshop .drizzles {
	overflow: hidden;
	position: absolute;
	top: 300px;
	left: 326px;
	width: 230px;
	height: 240px;
	margin: 0;
}

.workshop .drizzles a {
	display: block;
	height: 100%;
	padding: 168px 10px 0 100px;
	background: url('../images/links/drizzles.jpg') no-repeat top left;
}

.workshop .drizzles a:hover {
	background-position: 0 -240px;
}

.workshop .behind-the-scenes {
	overflow: hidden;
	position: absolute;
	top: 132px;
	left: 821px;
	width: 140px;
	height: 150px;
	margin: 0;
}

.workshop .behind-the-scenes a {
	display: block;
	height: 100%;
	padding: 68px 40px 0 10px;
	background: url('../images/links/behind-the-scenes.jpg') no-repeat top left;
}

.workshop .behind-the-scenes a:hover {
	background-position: 0 -150px;
}


/********** Animations **********/

.up-and-away .cloud-1 {
	z-index: 97;
	position: absolute;
	width: 150px;
	height: 89px;
	background: url('../images/animations/cloud-1.png') no-repeat top left;
}

.up-and-away .cloud-2 {
	z-index: 97;
	position: absolute;
	width: 150px;
	height: 96px;
	background: url('../images/animations/cloud-2.png') no-repeat top left;
}

.up-and-away .cloud-3 {
	z-index: 97;
	position: absolute;
	width: 150px;
	height: 87px;
	background: url('../images/animations/cloud-3.png') no-repeat top left;
}

.office .parrot {
	z-index: 97;
	position: absolute;
	top: 83px;
	left: 202px;
	width: 130px;
	height: 200px;
	background: url('../images/animations/parrot.gif') no-repeat top left;
}

.kitchen .dog-blink-kitchen {
	z-index: 97;
	position: absolute;
	top: 323px;
	left: 147px;
	width: 90px;
	height: 90px;
	background: url('../images/animations/dog-blink-kitchen.gif') no-repeat top left;
}

.kitchen .aga-fan {
	z-index: 97;
	position: absolute;
	top: 97px;
	left: 852px;
	width: 48px;
	height: 42px;
	background: url('../images/animations/aga-fan.gif') no-repeat top left;
}

.home .dog-blink-home {
	z-index: 97;
	position: absolute;
	top: 365px;
	left: 204px;
	width: 100px;
	height: 65px;
	background: url('../images/animations/dog-blink-home.gif') no-repeat top left;
}

.home .bees {
	z-index: 97;
	position: absolute;
	top: 172px;
	left: 940px;
	width: 220px;
	height: 200px;
	background: url('../images/animations/bees.gif') no-repeat top left;
}

.workshop .winder {
	z-index: 97;
	position: absolute;
	top: 375px;
	left: 633px;
	width: 70px;
	height: 50px;
	background: url('../images/animations/winder.gif') no-repeat top left;
}

/********** Home **********/

.home .intro {
	position: absolute;
	top: 115px;
	left: 500px;
	width: 348px;
	height: 101px;
	text-indent: -9000px;
	background: url('../images/intro/intro.png') no-repeat top left;
}

.home .static-content {
	position: absolute;
	top: 240px;
	left: 502px;
	width: 350px;
}

.home .static-content h2,
.home .static-content h3,
.home .static-content h4,
.home .static-content h5,
.home .static-content h6 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

.home .static-content p {
	margin: 0;
}

.home .latest-tweets {
	position: absolute;
	bottom: 40px;
	right: 150px;
	width: 350px;
	overflow: hidden;
	color: #594c43;
}

.home .latest-tweets h3 {
	width: 138px;
	height: 19px;
	text-indent: -9000px;
	background: url('../images/social-links/recent-tweets.gif') no-repeat top left;
}

.home .latest-tweets a {
	color: #594c43;
}

.home .latest-tweets ul {
	overflow: hidden;
	width: 350px;
	height: 90px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.home .latest-tweets ul li {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	height: 80px;
	list-style: none;
}

.home .social-links {
	position: absolute;
	bottom: 10px;
	right: 210px;
	margin: 0;
	padding: 0;
}

.home .social-links li {
	float: left;
	height: 30px;
	margin: 0 0 0 30px;
	padding: 0 40px 0 0;
	list-style: none;
}

.home .social-links li a {
	color: #594c43;
}

.home .social-links li.twitter {
	background: url('../images/social-links/twitter.jpg') no-repeat top right;
}

.home .social-links li.facebook {
	background: url('../images/social-links/facebook.jpg') no-repeat top right;
}


/********** Footer **********/

.footer-container {
	clear: both;
	overflow: hidden;
	width: 100%;
	color: #999999;
	background: #111111;
	border-top: #6f5c50 40px solid;
}

.footer {
	position: relative;
	z-index: 2;
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 0;
}

.footer h2 {
	font-size: 18px;
	color: #985755;
}

.footer h3 {
	color: #985755;
}

.footer a {
	color: #985755;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul {
	float: left;
	overflow: hidden;
	width: 159px;
	margin: 20px 0 0 30px;
	color: #985755;
}

.footer ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-left: #985755 1px solid;
}

.footer ul li h3 {
	margin: 0;
}

.footer ul.first {
	margin: 20px 0 0 0;
}

.footer p,
.footer .definition {
	clear: both;
	float: left;
	width: 960px;
	margin: 20px 0 0 0;
}


/********** Static content **********/

.static-content {
	margin: 0;
}


/********** Gallery **********/

.content .gallery-list {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.content .gallery-list li {
	position: relative;
	float: left;
	width: 150px;
	margin: 25px 25px 0 0;
	padding: 0;
	list-style: none;
}

.gallery-list li:hover .caption {
	display: block;
}

.gallery-list li .caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	padding: 5px 10px;
	overflow: hidden;
	background: #ffffff;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

/********** Slideshow **********/

.slideshow-container {
	position: relative;
	clear: both;
	width: 580px;
	height: 270px;
	margin: 1em 0 0 0;
	padding: 15px;
	overflow: hidden;
	background: url('../images/slideshow/background.gif') no-repeat top left;
}

.slideshow-container .slideshow {
	position: relative;
	width: 580px;
	height: 270px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slideshow-container .slideshow ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow-container .slideshow ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.slideshow-container .slideshow ul li .image {
	width: 100%;
	height: 100%;
}

.slideshow-container .slideshow ul li .caption {
	position: absolute;
	top: 80px;
	right: 30px;
	width: 500px;
	color: #ffffff;
	font-size: 1.5em;
}

.slideshow-container .slideshow ul li .caption a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
}

.slideshow-container .slideshow .prev {
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	right: 70px;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
}

.slideshow-container .slideshow .next {
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
}

.slideshow-container .slideshow .prev a,
.slideshow-container .slideshow .next a {
	display: block;
	height: 100%;
}

.slideshow-container .slideshow .prev-horizontal a {
	background: url('../images/slideshow/prev-button-horizontal.png') no-repeat top left;
}

.slideshow-container .slideshow .next-horizontal a {
	background: url('../images/slideshow/next-button-horizontal.png') no-repeat top left;
}

.slideshow-container .slideshow .prev-vertical a {
	background: url('../images/slideshow/prev-button-vertical.png') no-repeat top left;
}

.slideshow-container .slideshow .next-vertical a {
	background: url('../images/slideshow/next-button-vertical.png') no-repeat top left;
}

.slideshow-container .slideshow .prev a:hover,
.slideshow-container .slideshow .next a:hover {
	background-position: 0 -40px;
}

.slideshow-container .slideshow .pager {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow-container .slideshow .pager li {
	overflow: hidden;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	background: url('../images/slideshow/pager.png') no-repeat top left;
}

.slideshow-container .slideshow .pager li a {
	display: block;
	height: 100%;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.slideshow-container .slideshow .pager li a:hover {
	color: #ab80bd;
}

/********** Page menus **********/

ul.page-menu {
	clear: both;
	width: 960px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.page-menu li {
	float: left;
	list-style: none;
	width: 239px;
	margin: 0 0 0 1px;
	padding: 0;
}

ul.page-menu li.title {
}

ul.page-menu li a {
	display: block;
	padding: 15px 30px;
	background: #cfcfcf url('../images/page-menu/background.jpg') repeat-x top left;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
}

ul.page-menu li a:hover {
	color: #ab0013;
	background: #cbbabc url('../images/page-menu/hover.jpg') repeat-x top left;
	text-shadow: 0 0 1px #999999;
}

ul.page-menu li.selected a {
	color: #ab0013;
	background: none;
}

ul.page-menu li.first {
	width: 240px;
	margin: 0;
}

/********** Blog **********/

.blog-menu {
}

.related-posts {
}

.blog-menu ul {
	margin: 0;
	padding: 0;
}

.blog-menu ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-menu ul li a {
}

.blog-menu .title {
}

.blog-post-list .blog-post-item {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.blog-post-list .blog-post-item p.image {
	float: left;
	margin: 25px 25px 0 0;
}

.blog-post-list .blog-post-item .date {
	float: right;
	margin: 1.5em 0 0 30px;
	color: #ab0013;
}

.blog-post-list .blog-post-item .the-post {
}

.blog-post-reply {
	margin: 1em 0 0 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	border-color: #cccccc;
	border-style: dotted;
	border-width: 0 0 1px 0;
}

.blog-post-reply img {
	float: left;
	width: 50px;
	margin: 1em 30px 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 10px;
}

.blog-post-reply h3 {
	float: left;
	width: 610px;
}

.blog-post-reply .date {
	float: right;
	width: 100px;
	margin: 1em 0 0 30px;
	color: #ab0013;
}

.blog-post-reply .the-reply {
	float: left;
	width: 610px;
	margin: 1em 30px 0 0;
}

.blog-post-reply-form {
	margin: 30px 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

.blog-post-reply-form textarea {
	width: 95%;
	height: 6em;
}

.related-posts {
}

.related-posts ul {
	width: 610px;
}

.related-posts ul li {
}

/********** Media **********/

.media-player-container {
	margin: 1em 0 0 0;
	overflow: hidden;
}

.media-player-container .media-player {
	float: left;
	background: #000000;
}

.media-player-container .media-link {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
}

.media-player-container .media-link a {
	color: #ffffff;
}

.media-player-container .media-link a:hover {
	
}

.media-player-main {
	width: 438px;
	height: 330px;
	margin: 1em 0 0 0;
	background: #000000;
}

.media-group-selection {
}

.media-thumb {
	float: left;
	width: 120px;
	height: 11.5em;
	margin: 20px 20px 0 0;
	overflow: hidden;
	background: #333333;
}

.media-thumb .thumb {
	float: left;
	width: 120px;
}

.media-thumb p {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.media-thumb a {
	color: #ffffff;
}

.media-thumb a:hover {
	color: #cc0000;
}

/********** Email form **********/

.email-form {
	width: 420px;
	margin: 30px 0 0 0;
	padding: 0 30px 30px 0;
	background: #e1e1e1 url('../images/contact/background.jpg') repeat-x top left;
	overflow: hidden;
}

.email-form h2,
.email-form h3,
.email-form p {
	margin-left: 30px;
}

.email-form p.required {
	display: none;
}

.email-form .form-row {
	float: left;
	margin: 1em 0 0 30px;
	overflow: hidden;
}

.email-form .form-row label {
	float: left;
	width: 115px;
	margin: 0.5em 30px 0 0;
}

.email-form .form-row input,
.email-form .form-row textarea {
	float: left;
	width: 220px;
}

.email-form .form-row select {
	float: left;
	width: 242px;
}

.email-form .form-row .checkbox,
.email-form .form-row .radio {
	width: auto;
}

.email-form .form-row .options {
}

.email-form .form-row .options input {
	clear: both;
	float: left;
}

.email-form .form-row .options label {
	float: left;
	width: auto;
	margin: 0.5em 0 0 0.5em;
}

.email-form .submit {
	float: right;
}

.email-form .form-row .button {
}

.form-message-success {
	margin: 1em 0 0 30px;
	padding: 10px 20px;
	background: #ab0214;
	color: #ffffff;
	font-weight: bold;
}

.form-message-error {
	margin: 1em 0 0 30px;
	padding: 10px 20px;
	background: #ab0214;
	color: #ffffff;
	font-weight: bold;
}

/********** Newsletter Form **********/

.newsletter-subscribe {
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}

.newsletter-subscribe .form-row {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

.newsletter-subscribe .form-row label {
	float: left;
	width: 100%;
	font-weight: bold;
}

.newsletter-subscribe .form-row input {
	float: left;
}

/********** Twitter Feed **********/

.latest-tweets {
	
}

/********** Google Map **********/

.google-map {
	margin: 1em 0 0 0;
}

.google-map p {
	float: left;
	width: 100%;
	margin: 0.5em 0 0 0;
}

.google-map label, input {
	float: left;
	width: 95%;
}

.google_map .directions {
	overflow: hidden;
}

/********** User forms **********/

.user-form {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.user-form .message,
.user-form .alert {
	margin: 30px 0 0 0;
	padding: 10px 20px;
	background: #ea3c71;
	color: #ffffff;
	font-weight: bold;
}

.user-form .success {
	background: #80c31c;
}

.user-form .required {
	display: none;
}

.user-form .form-row {
	clear: both;
	margin: 15px 0 0 0;
	overflow: hidden;
}

.user-form .form-row label {
	display: block;
	font-weight: bold;
}

.user-form .form-row input,
.user-form .form-row textarea {
	width: 220px;
}

.user-form .form-row select {
	width: 242px;
}

.user-form .form-row .checkbox,
.user-form .form-row .radio {
	width: auto;
}

.user-form .form-row .button {
	width: 242px;
}


/********** Pagination **********/

.content .pagination {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.content .pagination li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: none;
	border-color: #56007a;
	border-style: solid;
	border-width: 0 0 0 1px;
}

.content .pagination li.title {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
}


/********** Custom styles **********/

.standing-order {
	width: 300px;
	margin: 25px 0 0 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
}

.standing-order a {
	display: block;
	padding: 25px;
	color: #ffffff;
	background: #56017a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ab80bd;
}

.standing-order a:hover {
	background: #ab80bd;
	text-shadow: 1px 1px 1px #56017a;
}

