﻿/* reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img 
{
	border:collapse;
}
p {
        font-size: 12px;
}
/* create plate */
* 
{
    font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
}
html, body
{
    background-color:White;
    height:100%;
}
a {
    text-decoration:none;
    font-weight:bold;
    color:black;
}
a:hover {
    text-decoration:underline;
}
#body 
{
	position:relative;
	min-height: 100%; 
	height:auto !important;
	height:100%;
	overflow: hidden !important; 
}
#inner 
{
	position:relative;
	margin:58px 60px 41px 60px;
	padding-top:130px;
}
.body-background 
{
	position:fixed;
    top:0; left:0;
    z-index:0;
    width:100%;
    height:100%;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pinkaction.co.uk/7685044e-7f3a-4212-a7a2-bde64fc76701.document', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pinkaction.co.uk/7685044e-7f3a-4212-a7a2-bde64fc76701.document', sizingMethod='scale')";
}
#header 
{
	position:fixed;
	top:85px;
	width:435px;
	height:60px;
	background:url(images/LOGO_PINK_ACTION.png) transparent no-repeat;
	z-index:3;
	margin-left: 4px;
}
#social 
{
	position:absolute;
	top:92px;
	right:0px;
}
#nav 
{
	position:absolute;
	top:92px;
}
#nav ul li 
{
	padding-right: 6px;
}
#nav ul li, #nav ul li div
{
	display:inline;
}
#nav a 
{
	text-decoration:none;	
}
#main 
{
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
	min-height:300px;
}
.blogLabelPanel, .more
{
	display:none;
}
.blog, .block {
}
.blogLabelView>a, .blogLabelView>h2 {
     display:none !important;
}
.blog-view 
{
	overflow:hidden;
	position: relative;
	left: -15px;
}
#cover-content
{
	overflow:hidden;
}
.blog-view .block 
{
	margin: 15px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
}
.blog-view .blog-image-script
{
	position:absolute;
	z-index:2;
}
.blog-view .blog-text a 
{
	text-decoration:none;
	color:Black;
}
.blog-view .block img 
{
	max-width:450px;
}
.blog-view .article {
	position: relative;
	left: 17px;
}
.blog-view .article .pictures {
	position: relative;
	left: -17px;
}
.blog-view .article .pictures p {
	margin: 15px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
}
.blogLabelView.masonry * {
    font-weight: bold;
}
#footer 
{
	text-transform:uppercase;
	font-size:8px;
	position:absolute;
	bottom:41px;
	left: 60px;
}
