/*
Theme Name: Kilvington
Theme URI: http://kilvington.com/
Description: A custom theme for Kilvington.
Version: 1.0
Author: Pink Sky
Author URI: http://pinkskydesign.com/

	CSS, XHTML, design and all images © 2010,
	pink sky, all rights reserved.
*/

/*
	Key Colours:

	Background - white - #fff
	Text - grey - #777
	Highlight - green - #c1d837
	Highlight 2 - blue - #93c2e8
	Menu text - grey - #978c8e
	Menu highlight - white - #fff

*/

/* defaults */
body
{
	position: relative;
	text-align: center;
	margin: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #777;
}

a
{
	text-decoration: none;
	color: #c1d837;
	border: 0;
	outline: 0;
}

img
{
	border: 0;
	outline: 0;
}

h1
{
	letter-spacing: 2px;
	margin-bottom: 1.5em;
	color: #c1d837;
}

/* layout */
.container
{
	position: relative;
	width: 1000px;
	margin: 0 auto 20px;
	padding: 0;
}

/* top section */
.logo
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 50;
}

/* bottom section */
.footer
{
	position: relative;
	clear: both;
	top: 3px;
	height: 0;
	margin-left: 250px;
	border-top: #c1d837 1px solid;
	text-align: left;
	font-size: 90%;
}

.footer a
{
	color: #777;
}

/* navigation */
.nav
{
	position: relative;
	clear: both;
	text-align: left;
	height: 45px;
	margin: 0 0 0 215px;
	padding: 55px 0 0;
	background: #c1d837;
	z-index: 1000;
}

.nav ul,
.nav li
{
	list-style: none;
}

.nav ul
{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
}

.nav ul li ul
{
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
}

.nav ul li ul li ul
{
	display: none;
	position: absolute;
	top: 130px;
	left: -235px;
	width: 185px;
	height: auto;
}

.nav ul li
{
	display: inline;
	margin: 0;
}

.nav ul li ul li ul li
{
	display: block;
}

.nav a
{
	font-size: 150%;
	font-weight: bold;
	text-transform: lowercase;
	color: #777;
	margin-left: 35px;
}

.nav ul li ul li a
{
	font-size: 90%;
	color: #777;
	margin-left: 15px;
}

.nav ul li ul li ul li a
{
	color: #777;
}

.nav ul li.current_page_item ul,
.nav ul li.current_page_parent ul,
.nav ul li.current_page_ancestor ul
{
	display: block;
}

.nav ul li.current_page_item ul li ul,
.nav ul li.current_page_parent ul li ul,
.nav ul li.current_page_ancestor ul li ul
{
	display: none;
}

.nav ul li ul li.current_page_item ul,
.nav ul li ul li.current_page_parent ul
{
	display: block;
}

.nav ul li.current_page_item > a,
.nav a:hover
{
	color: #fff;
}

.colmask
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

.leftbar
{
	background: #93c2e8;
}

.leftbar .colright
{
	position: relative;
	float: left;
	width: 200%;
	left: 215px;
	background: #fff;
}

.leftbar .contentwrap
{
	position: relative;
	float: right;
	width: 50%;
	right: 215px;
	padding-bottom: 1em;
}

.leftbar .main
{
	position: relative;
	margin: 0 0 0 215px;
	right: 100%;
	overflow: hidden;
}

.leftbar .sidebar
{
	position: relative;
	float: left;
	width: 185px;
	right: 215px;
	margin-top: 325px;
	padding: 0 15px;
	text-align: left;
	color: #fff;
}

.content
{
	position: relative;
	float: left;
	width: 500px;
	text-align: left;
	padding: 0 35px 55px;
}

.attachment-post-thumbnail
{
	float: left;
	margin: 0 1em .5em 0;
}

.large
{
	font-size: 130%;
}

.banner
{
	position: relative;
	text-align: left;
}

.panel,
.panelcentre,
.panelcentrebottom
{
	position: relative;
	float: right;
	width: 215px;
}

.panelcentre
{
padding-top:30px;
}

.panel
{
	text-align: left;
}

.panelcentrebottom
{
	position: absolute;
	bottom: 0;
	right: 0;
}

.column
{
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
	margin-top: -55px;
	padding: 0 35px 55px;
}

.deliverables
{
	position: absolute;
	bottom: 0;
	left: 250px;
}

.sidebar h2,
.sidebar h3
{
	text-transform: lowercase;
	color: #fff;
}

.sidebar h3
{
	margin-bottom: .5em;
}

.sidebar a
{
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
}

.sidebar a + p
{
	margin: 0;
}

.widget img
{
	margin-left: -15px;
}

.news-excerpt
{
	margin: 1.5em 0;
}

.gallery a img
{
	padding: 2px;
}

#gallery_overlay
{
	display: none;
	width: 675px;
	min-height: 200px;
	border: 1px solid #c1d837;
	background: #93c2e8;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	z-index: 10000;
}

#gallery_overlay #img
{
	border: 1px solid #c1d837;
}

#gallery_overlay .close
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 35px;
	height: 35px;
	background-image: url('images/close.png');
	cursor: pointer;
}

.next, .prev
{
	display: block;
	position: absolute;
	top: 40%;
	padding:10px 20px;
	border: 1px solid #c1d837;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	color: #777;
}

.prev
{
	left: 0;
	border-left: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

.next
{
	right: 0;
	border-right: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.next:hover, .prev:hover
{
	background: #c1d837;
}

.web_thumbs{margin:10px 10px 0 0; border:1px solid #444;}

.gsa_article a, .gsa_article h1{color:#b11353;}

.sidebar .newgreen{color: #c1d837;}

