﻿/*
THEME NAME: yats
THEME URI: http://warriorgoddess.org/yats/
DESCRIPTION: Three Columns
VERSION: 1.0
AUTHOR: Bill Humphries
AUTHOR URI: http://whump.com/
TEMPLATE: sandbox
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('../sandbox/sandbox-layouts/3c-b.css');

/*
Overrides for Yats
*/
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: teal;
	text-decoration: none;
}

a:hover {
	color: teal;
	text-decoration: underline;
}

a:visited {
	color: teal;
}

div#header {
	border-bottom: thin solid teal;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
    text-align: center;
}

div#header h1 {
    font-size: 3em;
	margin-bottom: 0.25em;
}

div#access {
    display: none;
}

div.entry-content p {
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#primary.sidebar ul,
div#secondary.sidebar ul {
	margin-left: 5px;
	padding-left: 25px;
}

div#primary.sidebar li,
div#secondary.sidebar li
{
	margin-left: 0px;
	text-indent: -15px;
	list-style-type: none;
	font-size: 1em;
    line-height: 1.2em;
}
