﻿/*
________________________________________________________________________________

UK Community - Wide

This file is where all core styles are defined
Styles in this file are intended to operate from 980px up;
________________________________________________________________________________

-- BASE --
-- 1.1 Fonts --
-- 1.2 Structure --
-- 1.3 Global --
-- 1.4 Helper --

-- PRESENTATION --
-- 2.1 Header --
-- 2.2 Footer --
-- 2.3 Navigation --
-- 2.4 Content --
-- 2.5 Print --
-- */


/* 1.1 =Fonts
------------------------------------------------------------------------------*/


/* 1.2 =Structure
------------------------------------------------------------------------------*/

.community-header
{
	z-index: 0;
}

.community-page #main-content-wrap
{
	margin: 30px auto;
}

.community-page #main-column-primary-sidebar-wrapper,
.community-page .body-text
{
	width: 100%;
	padding: 0;
}

.community-page #main-column
{
	padding: 0 0 0 30px;
}

.community-page.community-overview #main-column
{
	padding: 0 0 0 40px;
	width: 74.66%;
}

.community-page.community-sub #main-column
{
	width: 100%;
}

.community-page.community-overview #primary-sidebar
{
	width: 25.33%;
}

.community-page #secondary-sidebar,
.community-page.community-virtual-tours #secondary-sidebar
{
	float: right;	
	margin: 0;
	width: 20.4%;
}

#explore-container
{
	margin: 0 auto 20px;
	max-width: 1020px;
}

.community-page .community-info
{
	float: left;
	width: 76.53061224489796%;	
}

.community-page.community-virtual-tours .community-info
{
	width: 75.53061224489796%;	
}

.community-sub-sharethis-wrapper { overflow: hidden;  margin:0; }
.community-sub-sharethis-wrapper .st_sharethis_custom
{
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 5;
}

.community-virtual-tour .st_sharethis_custom
{
	top: 430px;
}


/* 1.3 =Global
------------------------------------------------------------------------------*/

.community-page h1 { font-size: 28px; line-height: 32px; }