/*-------------------------------------------------------
Default theme
-------------------------------------------------------*/

/* =Importing rules
-------------------------------------------------------*/

@import url(/assets/shared/css/generic/helpers.css);
@import url(/assets/shared/css/modules/flash_data.css);

/* =Elements
-------------------------------------------------------*/
html,body { min-height:100%; }
body:after { content: ""; display: block; clear: both;}


			a:link {
				text-decoration:none;
				}
			a:visited {
				text-decoration:none;
				}
			a:hover {
				text-decoration:underline;
				}
			a:active {
				text-decoration:none;
				outline:none;
				}
			h1, h2, h3, h4, h5, h6 {
				text-rendering: optimizeLegibility;
				}
			p {
				line-height:1.5;
				padding:0 0 0.8em;
				font-size: 1.1em;
				}
			h1 {
				font-size: 35px;
				}

/* Layout elements
-------------------------------------------------------*/

.background {
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: -999;
	}

.wrapper {
	width: 620px;
	padding: 0 20px;
	}

	.content {
		padding:30px;
		font-size:1.2em;
		margin:0;
		min-height:350px;
		}

		.contentInner {
			float: left;
			width: 100%;
			}


/*-------------------------------------------------------
	Header
-------------------------------------------------------*/

.header {
	min-height: 130px;
	}

	.header a img {
		max-width: 560px;
		display: block;
		margin: 0 auto 0 auto;
		}

	.header h1 {
		height: 100px;
		background: top left no-repeat;
		}

		.header h1 a {
			display:block;
			height:100%;
			text-decoration:none;
			outline:none;
			line-height: 96px;
			padding: 10px;
			text-align: center;
			}
	ul.awards {
		position: absolute;
		top: 7px;
		display: block;
		width: 550px;
		text-align: right;
		}

		ul.awards li {
			display: inline-block;
			width: 100px;
			text-align: center;
			font-weight: bold;
			font-size: 10px;
			line-height: 10px;
			text-transform: uppercase;
			}

/*-------------------------------------------------------
	Navigation
-------------------------------------------------------*/

div.nav {
	height: 30px;
	background: transparent !important;
	/* border-bottom: 1px dotted; */
	width: 560px;
	padding: 0 20px;
	}
	.nav ul {
		line-height:1;
		font-size:1.4em;
		}

			.nav ul li {
				display:inline-block;
				padding: 4px 0 4px 10px;
				}

						.nav ul li a {
							display:block;
							text-decoration:none;
							font-size: 18px;
							}
							.nav ul li a:hover,
							.navigation ul li.current a {
								}
								.nav ul li.current>a {
									cursor:default;
									}
.content ul.nav { /* subnav */
			float:right;
			padding:0 0 30px;
			text-align:left;
			list-style:none;
			}

/*-------------------------------------------------------
	Sidebar
-------------------------------------------------------*/

div.sidebar {

	}

	div.sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}


/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

.footer {
	margin: 0;
	padding: 20px;
	clear: both;
	}
	body#Home .footer {
		/* display: none; */
		}
	.footer ul {
		line-height:1;
		font-size:1.4em;
		}
			.footer ul li {
				display: block;
				padding:4px 12px 16px 0;
				font-size: 11px;
				float: left;
				}

				.footer ul li.retweet, .footer ul li.facebook {
					width: 70px;
					padding: 0 0 0 12px;
					}

				.footer ul li.share {
					padding: 2px 0 0 12px;
					}
						.footer ul li a {
							text-decoration:none;
							}

/*-------------------------------------------------------
	Home Page
-------------------------------------------------------*/

body#Home div.trailerWrapper {
	}

	body#Home div.trailerWrapper iframe {
		width: 520px;
		height: 360px !important;
		}

body#Home div.descriptionWrapper {
	}

body#Home div.mailingListWrapper {
	}

	body#Home div.mailingListWrapper h3 {
		padding: 0;
		text-align: center;
		}

body#Home div.facebookWrapper {
	}

/*-------------------------------------------------------
	Funding Box Homepage
-------------------------------------------------------*/

body#Home div.fundingWrapper {
	border: none;
	padding: 5px;
	margin-bottom:5px;
	clear: left;
	float: left;
	}

	div.fundingWrapper h3 {
		display: block;
		width: 230px;
		float: left;
		margin-right: 12px;
		line-height: 1.2em;
		border-right: 1px #999 solid;
		font-size: 17px;
		}

		div.fundingWrapper h3.farRight {
			width: 240px;
			border-right: none;
			}

			div.fundingWrapper h3.farRight iframe {
				float: left;
				margin-top: 5px;
				display: block;
				}

			div.fundingWrapper h3.farRight div.fb-like {
				width: 100px;
				}

body#Home div.fundingWidgetWrapper {
	width: 270px;
	float: right;
	}

/*-------------------------------------------------------
	Blog & Homepage
-------------------------------------------------------*/

body#Home ul.posts-list, ul.results {
	list-style: none;
	padding: 0;
	margin: 0;
	}


/*-------------------------------------------------------
	Twitter & Homepage
-------------------------------------------------------*/

div.twitterWrapper {
	padding-top: 10px;
	margin-top: 10px;
	}

body#Home div.twitterWrapper {
	}

ul.twitter-feed {
	width: 100%;
	padding: 0;
	}

ul.twitter-feed li {
	width: 75%;
	display: block;
	float: left;
	padding: 6px 10% 9px 0;
	border-top: 1px #eee solid;
	}


ul.twitter-feed span {
	float: left;
	display: block;
	padding: 6px 0;
	width: 12%;
	font-size: 11px;
	border-top: 1px #eee solid;
	}

/*-------------------------------------------------------
	Screenings on Homepage
-------------------------------------------------------*/

div.homeScreenings {
	padding-bottom: 35px;
	}

div.homeScreenings ul {
	padding: 0;
	margin: 0;
	}

	div.homeScreenings ul li {
		width: 48%;
		margin: 0 1% 5px 0;
		padding: 0;
		float: left;
		border: 1px solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}

		div.homeScreenings ul li a:hover {
			text-decoration: none;
			}

		div.homeScreenings ul li div.fb_iframe_widget {
			width: 64px;
			margin: 10px 0 0 4px;
			float: right;
			}

		div.homeScreenings ul li span.homeScreeningsDate {
			display: block;
			height: 30px;
			width: 30px;
			padding: 5px;
			border-right: 2px solid;
			line-height: 18px;
			float: left;
			text-align: center;
			font-size: 18px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
			}

			div.homeScreenings ul li span.homeScreeningsDate span.month {
				font-size: 12px;
				line-height: 12px;
				display: block;
				}

		div.homeScreenings ul li span.time {
			display: block;
			height: 30px;
			width: 40px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			overflow: hidden;
			border-right: 2px solid ;
			}

		div.homeScreenings ul li span.homeScreeningsVenue {
			display: block;
			height: 30px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			}

			div.homeScreenings ul li span.homeScreeningsVenue strong {
				display: block;
				}


/* Blocklist - for shop and screenings
-------------------------------------------------------*/

ul.blockList li {
	display: block;
	width: 180px;
	height: 136px;
	float: left;
	padding: 5px;
	margin: 0 0 15px 104px;
	}

	ul.blockList li a p {
		font-size: 17px;
		padding: 4px 0 0 0;
		}

		ul.blockList li a p.last {
			font-size: 11px !important;
			}

		ul.blockList li p strong.price {
			display: inline;
			font-weight: bold;
			}

	ul.blockList li img, ul.blockList li div.icon {
		float: left;
		margin-left: -104px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 92px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
    	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
    	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
		}

		ul.blockList li div.icon {
			display: inline-block;
			text-align: center;
			font-size: 13px;
			padding: 5px 0;
			}

		ul.blockList li a span.watchType {
			display: inline-block;
			font-size: 9px !important;
			min-width: 35px;
			text-align: center;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-transform: uppercase;
			padding: 0 6px;
			margin-right: 4px;
			}



/* ------------------- SHOP ----- */


body#Shop div.product-image {
	float: left;
	width: 33%;
	min-width: 210px;
	margin-right: 15px;
	}

body#Shop.details div.product-image img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 100%;
		}

body#Shop div.shopContent {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0 10px 10px 0;
	}

body#Shop div#product_rights, body#Shop div#product_rights form {
	width: 180px;
	}

body#Shop div.countrySelector {
	margin: 0 0 10px;
	padding: 0;
	}

body#Shop.details h2 {
	}

body#Shop.details p.price, body#Shop.details p.login {
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	}

	body#Shop.details p.price span.price {
		font-size: 25px;
		}

body#Shop.details p.login {
	padding: 9px 0;
	font-family: inherit;
	border: 1px solid #fff;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;
	margin-top: 8px;
	}

body#Shop.details p.price span.rrp strong {
	text-decoration:line-through;
	font-weight: inherit;
	}

body#Shop.details div.description {
	float: left;
	width:30%;
	min-width: 180px;
	}

form button, a.button {
	margin-right: 5px;
	padding: 3px 5px;
	/* font-size: 11px !important; */
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

form button {
	float: left;
	}

form button.big, a.button.big {
	padding: 9px 15px;
	font-size: 12px !important;
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	}

div.content.payment { /* Paypal redirect */
	width: 340px;
	margin: 40px auto 0 auto;
	text-align: center;
	}

div.content.payment form input[type=submit] {
	padding: 9px 15px;
	font-size: 18px !important;
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;
	}



/* =Basket
-------------------------------------------------------*/
div.purchases {
	margin:0 0 45px;
	width:660px;
	}
	.purchases table {
		margin:0 0 25px;
		float: right;
		width: 100%;
		}
		.purchases table thead {
			line-height:1;
			text-transform:uppercase;
			font-size:14px;
			border-bottom:1px dotted #aaa;
			}
			.purchases table thead tr {
				border: none;
				}
			.purchases table th {
				padding:14px 15px;
				}
				.purchases table th.price {
					}
		.purchases table tr {
			border-bottom:1px dotted #aaa;
			}
			.purchases table td {
				padding:16px 0;
				text-align:center;
				}
				.purchases table tr:first-child td {
					padding-top:20px;
					}
					.purchases table .item {
						text-align:left;
						padding-right:10px;
						}
						.purchases table .item img {
							float:left;
							margin:0 18px 0 0;
							}
						.purchases table .item h6 {
							padding-top:10px;
							padding-bottom:3px;
							text-transform:none;
							font-size:18px;
							font-style:italic;
							line-height: 1;
							}
							.purchases table .item h6 br {
								clear: none;
								}
						.purchases table .item p {
							padding:0;
							font-size: 11px;
							line-height: 1.3;
							}
					.purchases table tr td.qty {
						font-size:20px;
						}
					.purchases table tr td.price {
						font-size:20px;
						padding-left:10px;
						}
					.purchases table tr td.remove {
						font-size:10px;
						font-weight:bold;
						font-style:italic;
						padding-left:15px;
						padding-right:20px;
						white-space:nowrap;
						text-align:right;
						}

	.purchases dl {
		float:right;
		clear:both;
		line-height:24px;
		text-align: right;
		width: 300px;
		}
		.purchases dl.total {
			margin: 9px 0 38px;
			padding: 20px 0 22px;
			border-top:1px dotted #403f3f;
			border-bottom:1px dotted #403f3f;
			}
			.purchases dl dt {
				float:left;
				clear:left;
				text-align:left;
				font-size:16px;
				font-weight:bold;
				}
				.purchases dl.total dt {
					width:80%;
					font-size:22px;
					}
			.purchases dl dd {
				margin:0 0 0 150px;
				font-size:20px;
				}
				.purchases dl.total dd {
					text-align:right;
					font-size:25px;
					}

	.purchases div.delivery,
	.purchases div.discount {
		border-top: 1px dotted #aaa;
		margin: 14px 0 0;
		padding: 12px 0 0;
		width: 100%;
		float: right;
		}
		.purchases div.delivery label {
			padding-right: 5px;
			}
		.purchases div.delivery select {
			width: 160px;
			}
		.purchases div.discount button {
			clear: none;
			padding: 0.4em 9px 0.5em 8px;
			width: 100px;
			height: 25px;
			display:inline-block;
			border: 0;
			}
			.purchases div.discount button:after {
				background: none transparent;
				}
			.purchases div.discount p {
				line-height: 1.2;
				}
			.purchases div.discount label,
			.purchases div.discount input {
				display:inline-block;
				height: 14px;
				}
				.purchases div.discount label {
					margin-bottom:0;
					text-align:left;
					width: 140px;
					}
				.purchases div.discount .hover-wrap {
					width: 300px;
					left: 62px;
					top: 4px;
					}
					.purchases div.discount .hover-wrap label {
							position: absolute;
							top: 2px;
							left: 191px;
							}

	ul.links {
		float:right;
		clear:both;
		padding:0;
		list-style:none;
		}
		ul.links li {
			float:left;
			margin:0 0 0 28px;
			font-size:14px;
			font-weight:bold;
			}
			.sidebar ul.links li {
				margin:0;
				}
			ul.links li.continue, ul.links li.checkout {
				padding-top: 4px;
				}
				ul.links li.continue a, ul.links li.checkout a {
					font-weight: bold;
					font-size: 24px;
					}
					ul.links li.continue a {
					}
					ul.links li.checkout a {
					}
					.sidebar ul.links li.continue a, .sidebar ul.links li.checkout a  {
						line-height:24px;
						font-size:13px;
						font-weight:normal;
						}

/* =Contact page
-------------------------------------------------------*/
.column.contact {
	width:615px;
	}
	.column.contact.first {
		width:270px;
		}
		.column.contact.first p {
			padding:0 0 30px;
			line-height:1.2;
			font-size:18px;
			color:#3d3d3d;
			}
		.column.contact.first p+ul {
			line-height:1.1;
			font-size:15px;
			}
			.column.contact.first p+ul li a {
				text-decoration:none;
				}
		.column.contact.first h3 {
			clear:both;
			padding:0 0 4px;
			font-size:13px;
			color:#502b28;
			}
		.column.contact.first h3 + ul li {
			padding:0 0 5px;
			line-height:1.2;
			}
		.column.contact.first ul {
			padding:0;
			list-style:none;
			}
		.column.contact h4 {
			padding:0 0 10px;
			font-size:14px;
			}




/*-------------------------------------------------------
	Screenings
-------------------------------------------------------*/

form.find-screening {
	width:100%;
	margin: 10px 0 15px;
	}

form.find-screening legend {
	width: 16%;
	float: left;
	}

form.find-screening label {
	display: none;
	}
/*
div.screenings {
	padding-bottom: 35px;
	clear: both;
	}

div.screenings ul {
	width: 500px;
	padding: 0;
	margin: 0 auto 0 auto;
	}

	div.screenings ul li {
		width: 100%;
		margin: 0 0 22px 0;
		padding: 0;
		}

		div.screenings ul li a:hover {
			text-decoration: none;
			}

		div.screenings ul li span.date {
			display: block;
			height: 20px;
			width: 65px;
			padding: 10px 5px;
			line-height: 14px;
			float: left;
			font-size: 18px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			border: 1px solid;
			margin-right: 10px;
			}

			div.screenings ul li span.date span.month {
				font-size: 12px;
				line-height: 12px;
				display: block;
				}

		div.screenings ul li span.time {
			display: block;
			height: 20px;
			width: 25px;
			padding: 10px 5px 10px;
			line-height: 16px;
			float: right;
			font-size: 11px;
			overflow: hidden;
			border-left: 1px solid;
			margin-top: -35px;
			}

		div.screenings ul li span.venue {
			display: block;
			padding: 10px 5px;
			line-height: 16px;
			font-size: 13px;
			}

			div.screenings ul li span.venue strong {
				display: inline-block;
				padding-right: 20px;
				}

		div.screenings ul li span.links {
			float: left;
			padding-top: 8px;
			}

			div.homeScreenings ul li span.links .fb_like {
			margin-top: 3px;
			}

			div.screenings ul li span a.friend, div.screenings ul li span a.details {
				display: inline-block;
				height: 10px;
				padding: 3px 5px;
				margin: 0 20px 6px 10px;
				border: 1px solid;
				text-transform: uppercase;
				font-size: 10px;
				font-weight: bold;
				line-height: 10px;
				text-align: center;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
*/


/* =Shop browsing
-------------------------------------------------------*/

form.add-to-basket {
	margin-top: 6px;
}

/* =Shop pages
-------------------------------------------------------*/
ul.products li button, form.add-to-basket button {
	display:inline-block;
	margin:5px 1px 10px 0;
	padding:0;
	border: 0;
	width: 100px;
	height: 22px;
	}

/* =Signup form
-------------------------------------------------------*/

form#mc-embedded-subscribe-form {
	position:relative;
	float:left;
	margin:0 16px 10px 0;
	line-height:1;
	padding: 4px 0 12px 0;
	text-align: left;
	width: 100%;
	}

	body#Home form#mc-embedded-subscribe-form {
		}

	form#mc-embedded-subscribe-form legend, form.signup h4, form#subForm h4, form#mc-embedded-subscribe-form h4 {
		display:block;
		margin:4px 0 8px 1%;
		}
	form#mc-embedded-subscribe-form label {
		display:block;
		margin:0 1% 2% 0;
		padding:0;
		width: 49%;
		float: left;
		}

		body#Home form#mc-embedded-subscribe-form label {
			width: 39%;
			}

	form#mc-embedded-subscribe-form input[type=text], form#mc-embedded-subscribe-form input[type=email] {
		float:left;
		margin:0 1% 0 0;
		padding:0;
		border:none;
		width: 49%;
		height: 30px;
		}

		body#Home form#mc-embedded-subscribe-form input[type=text], body#Home form#mc-embedded-subscribe-form input[type=email] {
		width: 39%;
		}


form#mc-embedded-subscribe-form button {
	border:none;
	padding:4px;
	font-size:1em;
	height: 30px;
	width: 97%;
	margin-top: 5px;
	}
body#Home form#mc-embedded-subscribe-form button {
	width: 14%;
	margin-top: 0;
	}


/* =Films search form
-------------------------------------------------------*/
form.films-search {
	position:relative;
	height:134px;
	margin:0 0 32px;
	padding:15px 0 0 17px;
	}
	form.films-search fieldset {
		float:left;
		}
	form.films-search h3 {
		display: inline;
		position: relative;
		clear: both;
		top: 70px;
		}
	body#Films form.films-search h5 {
		position: absolute;
		bottom:11px;
		right:192px;
		width: 700px;
		padding:0;
		text-align: right;
		font-size:16px;
		}
	body#Films form.films-search fieldset.txt {
		position:absolute;
		top:12px;
		bottom: auto;
		left:15px;
	}
	body#Films form.film-index fieldset.txt {
		float:left;
		}

	body#Films form.films-search fieldset.radio {
		position:absolute;
		top:11px;
		bottom: auto;
		left:250px;
	}
	body#Films form.film-index fieldset.radio {
		position:absolute;
		top:8px;
		bottom: auto;
		left:250px;
	}
	body#Shop form.films-search fieldset.txt {
		position:absolute;
		bottom:4px;
		left:15px;
		width:900px;
		}
		form.films-search fieldset.txt label {
			float:left;
			width:80px;
			height:23px;
			margin:0 20px 0 0;
			}
			body#Shop form.films-search fieldset.txt label {
				width:auto;
				height:auto;
				text-align:0;
				text-indent:0;
				text-transform:uppercase;
				letter-spacing:-1px;
				font-size:19px;
				font-weight:bold;
				background:none;
				}
		form.films-search fieldset.txt input {
			width:140px;
			}
		body#Shop form.films-search fieldset.txt input {
			float:left;
			width:580px;
			font-size:18px;
			}
		form.films-search fieldset.txt button {
			position:static !important;
			margin:-2px 0 0 6px;
			padding:3px 10px;
			line-height:1;
			border:none;
			box-shadow:inset 0 0 4px rgba(0,0,0,.4);
			-moz-box-shadow:inset 0 0 4px rgba(0,0,0,.4);
			-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.4);
			}
			body#Shop form.films-search fieldset.txt button {
				float:right;
				padding:4px 22px;
				margin:0;
				}
		form.films-search fieldset.radio label {
			padding:0 0 0 20px;
			font-size:13px;
			}
		.sbtn,
		.add-button,
		ul.films ul.extra-links li.add-button a {
			position:absolute;
			top:15px;
			right:15px;
			padding:4px 22px;
			line-height:1;
			border:none;
			}
			.sbtn {
				position:static;
				padding:4px 34px;
				font-size:16px;
				}
				form.checkout .sbtn {
					display:block;
					margin:20px 0 0;
					}
			.add-button,
			ul.films ul.extra-links li.add-button a { /* TODO: move from forms.css */
				position:static;
				display:block;
				height:27px;
				padding:0 5px;
				line-height:27px;
				font-size:10px;
				}
				button.add-button {
					margin:15px 0;
					padding:4px;
					text-transform:uppercase;
					font-size:11px;
					}
				.add-button span.price {
					font-size:14px;
					}
					button.add-button span.price {
						padding:0 0 0 6px;
						font-size:16px;
						}
		form.films-category-select fieldset.select {
			border:medium none;
			position:absolute;
			right:26px;
			top:130px;
			}
			form.films-search fieldset.select select {
				margin:0 0 0 15px;
				}

body#Courses.details form,
.comments form {
	clear:both;
	}
	body#Courses.details form {
		float:right;
		width:615px;
		padding:60px 0 0 20px;
		}
	body#Courses.details legend,
	form.checkout legend,
	.comments legend {
		margin:0 0 20px;
		font-size:13px;
		font-weight:bold;
		}
		body#Courses.details legend {
			font-size:16px;
			}
	form.checkout label,
	body#Courses.details label,
	.comments label {
		display:block;
		}
		body#Courses.details label.half {
			float:left;
			width:300px;
			}
		form.checkout label[for=different_postal_address] {
			display:inline-block;
			}
		form.checkout label.error {
			color:#f00;
			}
	form.checkout select,
	form.checkout input[type=text],
	body#Courses.details input,
	body#Courses.details textarea,
	.comments input,
	.comments textarea {
		display:block;
		width:531px;
		margin:0 0 16px;
		padding:4px;
		border:none;
		font-size:16px;
		}
		body#Courses.details input {
			width:292px;
			margin-top:6px;
			}
		body#Courses.details textarea {
			width:607px;
			height:102px;
			}
		form.checkout select {
			}

/* =Blog
-------------------------------------------------------*/
body#Blog ul#blog.results li div.titleBlock {
		width: 100%;
		float: left;
		padding: 0px;
		margin-bottom: 20px;
		text-transform: uppercase;
		line-height: 180%;
		}

body#Blog ul#blog.results li ul.info {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		line-height: 90%;
		}

body#Blog ul#blog.results li ul.info li {
		border-bottom: none;
		}

body#Blog ul#blog.results li div {
		width: 61%;
		float: right;
		padding: 0px;
		margin: 0px;
		display: inline-block;
		}

body#Blog ul#blog.results li {
	border-bottom: 1px dotted;
}

body#Blog.details div.post {
	width: 80%;
}



/* =Reviews
-------------------------------------------------------*/
body#Reviews ul#reviews.results {
		padding: 20px 40px;
		}

body#Reviews ul#reviews.results li {
		margin-bottom: 30px;
		border-bottom: 2px solid;
		min-height: 190px;
		}

body#Reviews ul#reviews.results li div.titleBlock {
		width: 77%;
		float: right;
		padding: 0px;
		text-transform: uppercase;
		line-height: 180%;
		}

body#Reviews ul#reviews.results li p {
		width: 77%;
		float: right;
		}

body#Reviews ul#reviews.results li h5 {
		width: 77%;
		float: right;
		font-size: 18px;
		}

body#Reviews ul#reviews.results li ul.info {
		display: inline-block;
		list-style: none !important;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		line-height: 90%;
		}

body#Reviews ul#reviews.results li ul.info li {
		border-bottom: none;
		list-style: none !important;
		margin-bottom: 0;
		width: 100%;
		min-height: 0;
		}
