/*
Theme Name: Party For The People 2014
Theme URI: http://www.partyforthepeople.org.uk
Description: PFTP
Version: 2.0
Author: Article Works
Author URI: http://www.articleworks.co.uk
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@import "css/1140/1140.css";
@import "css/1140/ie.css";
@import "event-feed.css";
@import "charity-page.css";



/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
	
	.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


body {
	font-family: "lft-etica", Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	border: none;
}

body a, body a:link, body a:active, body a:visited {
	text-decoration: none;
	color: black;
}

body a:hover {
	text-decoration: underline;
}


h1 {
	font-weight: normal;
	font-size: 2.2em;
	margin-bottom: 0.5em;
}

h1 a, h1 a:link, h1 a:active, h1 a:visited {
	color: black;
}

h1 a:hover {
	text-decoration: underline;
}

#header {
	background-color: rgba(0,0,0,0.7);
	height: 45px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 2000;
	padding: 0px;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	padding-bottom: 0.2em;
	margin: 0px;
}

.head-container {
	padding-top: 12px;
	position: relative;
	display: block;
}

#header .col {
	float: left;
	font-size: 1.1em;
	color: #ddd;
	position: relative;
	width: 20%;
	margin-left: 1.5%;
}

#header .col #name {
	margin-top: 0.1em;
	position: absolute;
	top: 0.2em;
	display: inline;
}

#header .col #about {
	position: absolute;
	top: 0.2em;
	right: 0px;
}

#header .col #name a, #header .col #name a:link, #header .col #name a:active, #header .col #name a:visited {
	color: #ddd;
} 

#header .col #icon {
	float: left;
	margin-right: 0.6em;
	margin-top: 0.1em;
}

#header #right {
	float: right;
	width: 75%;
}

#header .head-links {
	float: right;
}

#header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-top: 0.2em;
	position: relative;
}

#header ul a, #header ul a:link, #header ul a:active, #header ul a:visited {
	color: #ddd;
}

#header ul a:hover {
	color: #eee;
}

#header ul li {
	float: left;
	margin-left: 1.5em;
	padding-bottom: 1em;
}

#header ul li:hover ul { 
    width: 30%;
    left: 70%;
    top: 2.1em;
    display: block;
}

#header .sub-nav {
	background-color: rgba(232,232,232,0.9);
	padding-top: 0.3em;
	padding-left: 0.5em;
	#margin-top: 0.3em;
	text-align: right;
	position:absolute;
    left:-9999px; 
	font-size: 1em;
	border-radius: 2px;
	display: block;
	font-size: 0.8em;
}

#header .sub-nav li {
	float: none;
	margin: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #ddd;
}


#header .sub-nav a, #header .sub-nav a:active, #header .sub-nav a:visited {
	color: #999;
}

#header .sub-nav a:hover {
	color: black
}


#header .search-col {
	float: left;
	color: white;
	font-size: 2em;
	color: #aaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-radius: 2px;
	width: 50%;
	border: none;
	font-size: 1em;
}

#header .search-col input {
	background-color: #ccc;
	font-size: 0.8em;
	padding: 0.1em;
	padding-left: 0.5em;
	outline: none;
	border: none;
	display: block;
}

#header .search-col input:focus {
	background-color: white;
	color: black;
	outline: none;
}

footer {
	font-size: 0.7em;
}

footer .icon {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

footer .baseline {
	width: 100%;
	clear: both;
	padding: 1%;
	border-bottom: 10px solid white;
	margin-top: 3em;
}

footer .baseline a {
	margin-left: 1em;
}

.body-holder {
	margin-top: 20px;
	margin-bottom: 50px;
}

.index-top {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.index-main {
	background-color: #bae9ff;
	width: 98%;
	padding-top: 8em;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	position: relative;
}

.index-main .image {	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	min-height: 300px;
}

.index-main .left {
	width: 62%;
	height: 260px;
	#background-color: white;
	float: left;
}

.index-main .right {
	width: 30%;
	height: 260px;
	position: absolute;
	right: 5%;
	top: 10%;
	z-index: 100;
}

.index-main .right h1 {
	font-weight: bold;
	font-size: 3em;
	margin: 0px;
	line-height: 1em;
	color: white;
}

.index-main .right .sub {
	font-size: 1.5em;
	color: white;
	margin-top: 1em;
}

.index-main .right .sub a, .index-main .right .sub a:link, .index-main .right .sub a:active {
	color: white;
	font-size: 0.8em;
}

.index-main .base {
	clear: both;
	display: block;
	padding: 1%;
	position: relative;
	margin-bottom: 0.5em;
}

.index-main .base .navigation {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	left: 45%;
}

.index-main .base .navigation .marker {
	width: 10px;
	height: 10px;
	background-color: #eee;
	margin-left: 0.5em;
	margin-right: 0.5em;
	float: left;
	border-radius: 5px;
}

.index-main .base .navigation .marker#current {
	background-color: orange;
}

.index-main .base .navigation .marker:hover {
	cursor: pointer;
	background-color: #ccc;
}

.index-main-spacer {
	margin-bottom: 2em;
	display: block;
	width: 100%;
}


.left {
}

.right {

}

.index-1 {
	padding: 0px;
	background-color: #f5f5f5;
}

.index-top .left {
	width: 68.5%;
	float: left;
	height: 380px;
}

.index-top .right {
	float: right;
	width: 30.75%;
	margin-right: 0.05%;
	height: 420px;
	position: relative;
}

.index-1 .img {
	width: 64%;
	padding: 1%;
	float: right;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}

.index-1 .block {
	width: 25%;
	padding: 2%;
}

.index-1 .cat {
	background-color: orange;
	padding: 1%;
	color: white;
	line-height: 1em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.index-1 .title {
	font-size: 2.1em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0.3em;
}

.index-1 .excerpt {
	font-size: 0.9em;
	color: #333;
	padding-top: 1.3em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.index-1 .sub {
	font-size: 0.8em;
	margin-top: 1.5em;
	color: gray;
	padding-top: 0.4em;
	border-top: 1px solid gray;
}

.index-1 .link {
	color: white;
	background-color: orange;
	padding: 2%;
	font-size: 0.8em;
	clear: both;
	font-family: 'Source Code Pro', sans-serif;
}

.index-display {
	background-color: rgba(40,143,188,1);
	height: 140px;	
	margin-bottom: 1em;
}

.index-2 {
	margin-bottom: 30px;
}

.index-2 .break {
	width: 100%;
	margin-bottom: 1em;
}

.index-2 .item {
	padding-bottom: 20px;
	padding-top: 0.5em;
	border-top: 1px solid orange;
}

.index-2 .item .img {
	margin-bottom: 0.5em;
}

.index-2 .item .cat {
	#background-color: orange;
	color: orange;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.index-2 .item .title {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
}

.index-2 .item a:hover {
	text-decoration: underline;
}	

.index-2 .item .sub {
	font-size: 0.8em;
	margin-top: 0.7em;
	#font-weight: bold;
	color: #333;
}

.item:hover .cat, .item.hover .cat { 
	#background-color: black; 
	#color: white;
}


.result-gallery {
	width: 100%;
	margin-bottom: 2em;
}

.result-gallery .subtitle {
	float: right;
	color: #ffe7ac;
	font-size: 0.7em;
	margin-top: 0.2em;
}

.gallery-item {
	height: 260px;
	width: 14%;
	margin-right: 2.5%;
	float: left;
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid white;
	font-size: 0.8em;
}

.gallery-item img {
}

.gallery-item .overlay {
	position: absolute;
	height: 300px;
	width: 100%;
	top: 0px;
	z-index: 100;
	background-color: rgba(255,255,255,0.3);
}

.gallery-item .bar {
	position: absolute;
	bottom: 0px;
	padding: 3%;
	background-color: white;
	font-size: 0.9em;
	width: 94%;
	z-index: 200;
}

.gallery-item .date {
	font-size: 1.1em;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #aae4ff;
}

.gallery-item .details {
	font-size: 1em;
	color: orange;
	margin-top: 0.2em;
}

.gallery-item:hover {
	cursor: pointer;
	border-bottom-color: orange;
}

.gallery-item:hover .bar {
	background-color: #eee;
}

.gallery-item:hover .overlay {
	background-color: rgba(255,255,255,0);
}



.single-item .border-round {
	margin-bottom: 2em;
}

.single-item .head {
	margin-bottom: 30px;
}

.single-item .head .img {
	#padding: 1%;
	margin-bottom: 10px;
	#background-color: orange;
}

.single-item .head .title {
	font-family: "lft-etica", Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
}

.single-item .head .cat {
	font-weight: 200;
	background-color: orange;
	padding: 5px;
	color: white;
	font-size: 0.4em;
	font-weight: 200;
	letter-spacing: 1px;
	float: left;
	margin-right: 2.5%;
	margin-top: 10px;
	line-height: 1em;
}

.single-item .head .sub {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
}

.single-item .head .sub a {
	font-weight: normal;
}

.single-item .head .sub a:hover {
	text-decoration: underline;
}

.single-item .head .meta {
	font-size: 0.8em;
	margin-top: 10px;
	border-top: 2px solid orange;
	padding-top: 5px;
}

.single-item .head .meta a {
	font-weight: bold;
}

.single-item .head .meta a:hover {
	text-decoration: underline;
}

.single-item .head .share {
	float: right;
	color: black;
	background-color: rgba(40,143,188,1);
	padding: 3px;
	border-radius: 2px;
	margin-left: 5px;
}

.single-item .body {
	padding-left: 3%;
	padding-right: 5%;
	font-family: 'Georgia';
}

.single-item .inf0-body {
	padding-left: 0%;
	padding-right: 0%;
	font-family: "lft-etica", Helvetica, sans-serif;
}


.single-item p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

.single-item blockquote {
	width: 36%;
	float: left;
	margin-right: 5%;
	margin-bottom: 0.1em;
	font-family: "lft-etica", Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	color: orange;
	line-height: 1em;
}

.single-item .comments {
	height: 400px;
	background-color: #C0C0C0;
	margin-bottom: 20px;
}

.display-unit {
	height: 220px;
	margin-bottom: 40px;
	overflow: hidden;
}

.display-unit .head {
	background-color: rgba(26,106,142,1);
	padding: 1%;
	color: white;
	font-family: 'Source Code Pro', sans-serif;
	font-weight: 300;
}	

.display-unit .item {
	height: 170px;
	width: 260px;
	padding: 1%;
	border-right: 1px solid #C0C0C0;
	float: left;
	margin-top: 5px;
	#background-color: #C0C0C0;
	font-size: 0.5em;
}

.display-unit .item:hover {
	background-color: #eee;
	cursor: pointer;
}

.display-unit .img {
	height: 140px;
	width: 40%;
	float: left;
	margin-right: 10px;
}

.display-unit .title {
	font-weight: bold;
}

.display-unit .advert {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: orange;
	height: 100%;
}


.right .info-item {
	padding: 2%;
	background-color: rgba(40,143,188,1);
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	color: white;
	position: absolute;
	bottom: 0;
}

.right .info-item a, .right .info-item a:link .right .info-item a:active, .right .info-item a:visited {
	color: white;
}

.right .info-item .break {
	width: 40%;
	margin-left: 1%;
	margin-bottom: 0.6em;
	height: 1px;
	background-color: orange;
}

.right .info-item h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-family: 'Source Code Pro', sans-serif;
}

.right .titlebar {
	background-color: orange;
	color: white;
	padding: 2%;
	margin-bottom: 1.5em;
	font-size: 0.8em;
}

.right .holder {
	padding: 2%;
	background-color: rgba(40,143,188,0.2 );
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: white;
}

.right .related {
	padding: 2%;
	border-top: 1px solid #ccc;
}

.right .related:hover {
	background-color: #eee;
}

.right .related .img {
	float: left;
	overflow: hidden;
	margin-right: 1em;
}

.right .related .cat {
	color: orange;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.right .related .post-title {
	text-align: left;
	font-size: 0.9em;
	width: 90%;
}

.menu-item {
	background-color: orange;
	padding-top: 4%;
	padding-left: 6%;
	padding-bottom: 2%;
	padding-right: 2%;
	margin-bottom: 1px;
	color: white;
	font-weight: lighter;
}

.menu-item a, .menu-item a:link, .menu-item a:active, .menu-item a:visited {
	color: white;
}

.menu-item .main {
	padding-bottom: 0.4em;
	font-weight: normal;
}

.menu-item li {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.about-index-item {
	width: 100%;
	height: 14em;
	background-color: #64c7eb;
	font-size: 1.3em;
	margin-bottom: 0.1em;
}

.about-index-item:hover {
	background-color:#61d0ff;
}

.about-index-item h1 {
	font-size: 2.4em;
}

.about-index-item .right {
	width: 35%;
	height: 14em;
	background-color: white;
	float: right;
	overflow: hidden;
}

.about-index-item .left {
	width: 50%;
	padding: 3%;
	color: white;
	float: left;
}

.about-title {
	font-size: 3em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.about-body {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: lighter;
}

.about-body p {
	margin-bottom: 1em;
}

.about-wide-bar {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #59d7ff;
	height: 11em;
	color: white;
	font-weight: lighter;
	font-size: 1em;
}

.unfixed {
	height: 100%;
}

.about-wide-bar .left {
	width: 55%;
	float: left;
	padding: 3%;
}

.about-wide-bar .frame {
	width: 31%;
	height: 11em;
	background-color: white;
	float: right;
	padding: 2%;
	margin: 2%;	
	text-align: center;
}

.about-wide-bar .frame img {
	height: 100%;
	width: auto;
}

.about-wide-bar .right {
	width: 38%;
	height: 11em;
	background-color: white;
	float: right;
}

.about-wide-bar .title {
	font-size: 2em;
	margin-bottom: 0.3em;
}

.about-wide-bar .title a {
	color: white;
	font-weight: normal;
}

.about-wide-bar p {
	line-height: 1.1em;
	margin-bottom: 1em;
}

.about-wide-bar .right img {
	max-height: 100%;
	width: auto;
}

.orange-wide-bar {
	background-color: orange;
}

.about-graphic-display {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	height: 20em;
	background-color: #eee;
}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		line-height: 1em;
	}
	
	.right {
		display: none;
	}
	
	.index-1 {
	margin-bottom: 1em;
	}
	
	.index-1 .img {
	width: 98%;
	padding: 1%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.index-1 .block {
	width: 98%;
	padding: 1%;
}

.index-2 .item {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.single-item blockquote {
	display: none;
}




}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}