/*
Theme Name:     Purple Thistle Theme
Theme URI:      n/a
Description:    Child theme for the Twenty Twelve theme designed for Groundswell
Author:         Julian Evans
Author URI:     http://www.mountainashdesign.info
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");
@import url(http://fonts.googleapis.com/css?family=Cutive);

/* Typography */

h1, h2, h3, #access, #sub-pages li a {
	font-family: 'Cutive', serif;
	letter-spacing: 2px;
	font-weight: normal !important;
}

body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;

}


#site-title {
	margin: 0;
	padding: 0;
	width: 434px;
	height: 90px;
	text-indent: -9999px;
	position: relative;
	top: 60px;

}

#site-title a {
	background: url(img/logo.png) no-repeat 0 0;
	display: block;
	width: 434px;
	height: 90px;
}

#site-title a:hover {
	background: url(img/logo.png) no-repeat 0 -100px;
}

#access {
	position: relative;
	top: 60px;
}


#page {
	border: none;
	margin-top: 0;
	position: relative;
	background: url(img/paper-border.png) no-repeat center 0;
	width: 980px;
}

#page:after{
	z-index: 0;
    content:"";
    position:absolute;
    top:94px;
    left:0;
    right:0;
    bottom:0;
    background: url(img/page-bg.png) -67px 0 repeat-y;
}

#wrap {
}

#site-description {
	position: relative;
	text-indent: -9999px;
}

#branding {
	background: url(img/tagline.png) 23px 80px no-repeat;
	height: 200px;
}

#branding {
	border: none;
}

#main {
	z-index: 9;
	position: relative;
}

#searchform { visibility: hidden;}

/* Nav */

#access {
position: relative;
top: 20px;
background: url(img/menu-bg.png) 25px top no-repeat !important;
box-shadow: none;
height: 145px;
}

#menu-main-nav a {
	color: black;
	font-size: 0.9rem;
}

#menu-main-nav {
	position: relative;
	top: 55px;
}

#access li:hover > a, #access a:focus {
	background: none;
	color: #421144;
}

/* Sidebar */

#secondary ul, #secondary li {
	list-style-type: none;
}

#sub-pages h2 {
	visibility: hidden;
	position: absolute;
}

#sub-pages li {
	padding: 5px 0;
}

#secondary a {
 color: #586418;
}

/* Footer */

footer {
	position: relative;
	top: 60px;
	z-index: 9;
}

footer a {
	color: #586418;
}

#supplementary {
	border: none;
}

#site-generator {
	visibility: hidden;
}

footer ul, footer li {
	list-style-type: none;
}