/*-------------------------------------------------------
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 {
			font-weight:normal;
			text-rendering: optimizeLegibility;
			}
		p {
			line-height:1.5;
			padding:0 0 0.8em;
			font-size: 1.1em;
			}
		h1 {
			font-size: 45px;
			}

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

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

.wrapper {
	width: 960px;
	}

.content {
	position:relative;
	min-height:300px;
	padding:10px 20px;
	font-size:1.2em;
	margin:10px auto 0 auto;
	width: 920px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

	.contentInner {
		float: left;
		width: 660px;
		}

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

.header {
	min-height: 130px;
	width:960px;
	margin:0 auto;
	background-color: transparent !important;
	}
/*

	.header a {
		text-align: center;
		}
*/

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

	.header h1 {
		width:960px;
		height: 100px;
		line-height: 140px;
		text-align: center;
		}

		.header h1 a {
			display:block;
			height:100%;
			text-decoration:none;
			outline:none;
			}
	ul.awards {
		position: absolute;
		top: 7px;
		display: block;
		width: 960px;
		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 {
	width:960px;
	margin: 0 auto;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

	.nav ul {
		line-height:1;
		font-size:1.4em;
		text-align: center;
		}

		.nav ul li {
			display:inline-block;
			padding:8px 6px;
			}

			.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 */
			padding:0 0 30px;
			text-align:left;
			list-style:none;
			font-size: 18px;
			}

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

div.sidebar {
	float: right;
	width: 240px;
	padding-left: 10px;
	}

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

body#Home div.sidebar {
	width: 260px;
	padding-left: 0;
	}

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

.footer {
	margin: 10px auto 40px auto;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 960px;
	}
	.footer ul {
		line-height:1;
		font-size:1.4em;
		height: 20px;
		padding: 10px;
		width: auto;
		float: left;
		}

		.footer ul:nth-child(2) {
			float: right;
			width: auto;
			}

			.footer ul li {
				display: block;
				padding:4px 0 16px 12px;
				font-size: 11px;
				float: left;
				}

				.footer ul:nth-child(2) li {
					float: right;
					}

				.footer ul li.retweet {
					width: auto;
					padding: 0 0 0 12px;
					}

				.footer ul li.facebook {
					width: auto;
					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 {
	width: 640px;
	height: 380px;
	float: left;
	}

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

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

body#Home div.mailingListWrapper {
	width: 640px;
	float: left;
	margin: 8px 0 8px 0;
	}

	body#Home div.mailingListWrapper h3 {
		padding: 0;
		}

body#Home div.facebookWrapper {
	width: 640px;
	float: left;
	}

	body#Home div.facebookWrapper.halfCol {
		width: 320px;
		}


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

body#Home div.fundingWrapper {
	width: 498px;
	border-top: none;
	padding: 5px 10px 3px 130px;
	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 div.blogWrapper {
	width: 640px;
	float: left;
	}

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 {
	width: 640px;
	float: left;
	}

	body#Home div.twitterWrapper.halfCol {
		width: 320px;
		}

body#Home div.twitterWrapper h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	}

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;
	float: left;
	width: 640px;
	}

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;
			width: 135px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			}

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

/*-------------------------------------------------------
	Featured Products on Homepage
-------------------------------------------------------*/

ul.featured_products {
	list-style: none !important;
	margin: 20px auto 20px auto;
	width: 960px;
	}

	ul.featured_products li {
		width:375px;
		padding: 40px;
		margin: 0 0 20px 0;
		float: left;
		text-align: center;
		-webkit-border-radius: 19px;
		-moz-border-radius: 19px;
		border-radius: 19px;
		}

		ul.featured_products li:nth-child(2n+1) {
			clear: both;
			margin: 0 20px 20px 0;
			}

			ul.featured_products li h2 {
				font-size: 32px;
				line-height: 1;
				}

			ul.featured_products a.button.reversed {
				padding: 5px 45px;
				font-size: 20px;
			}

			ul.featured_products li p {
				padding-top: 15px;
			}


/* 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;
	float: left;
	}

	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;
	}

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;
	}

	a.button {
		height: auto;
	}

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;
	width: 180px;
	}

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 !important;
		margin-bottom: 40px;
		}
		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;
					text-decoration: none !important;
					}
					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;
	}


/* =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;
	width: 100%;
	padding: 4px 0 12px 0;
	text-align: left;
	}

	body#Home form#mc-embedded-subscribe-form {
		width: 638px;
		}

	form#mc-embedded-subscribe-form legend, form#mc-embedded-subscribe-form h4 {
		display:block;
		margin:4px 0 8px 1%;
		}

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


/* =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;
		margin-bottom: 0;
		}

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;
	margin-bottom: 20px;
}

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;
		}
