/*
Theme Name: Betsy Warland
Theme URI: http://brainbits.ca
Description: A custom theme developed for Betsy Warland
Version: 1.0
Author: Colin Ligertwood
Author URI: http://brainbits.ca
*/

body {
	background: #cc9;
	font-family: helvetica, sans-serif;
	font-size: 85%;
}

body.home {
	background: #cc9;
	background-image: url('images/home-background.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

a {
	color: black;
}

h2 {
	font-size: 150%;
}

h3 {
	color: #81ab57;
}

#centerhack {
	background: #f2eeef;
	background-image: url('images/content-background.gif');
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 15px solid black;
	width: 760px;
	margin: 15px auto;
}

#centerhack-home {
	margin: 15px auto;
	width: 670px;
}

#header {

}

#content {
	width: 400px;
	min-height: 600px;
	margin: 0 0 0 150px;
	padding: 0 180px 0 30px;
}

#content-home {
	width: 500px;
	margin: 0;
}

#content-home h3 {
	color: black;
}

#nav {
	padding-top: 75px;
	padding-left: 30px;
	background: #f2eeef;
	float: left;
	width: 100px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	width: 87px;
	height: 16px;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-weight: bold;
	list-style-type: none;
	background-image: url(images/roundli.gif);
	background-repeat: no-repeat;
}

#nav li:hover {
	color: white;
	background-image: url(images/roundli.gif);
	background-position: 0 -28px;
}

#nav li:hover a {
	color: white;
}

#nav li.current_page_item {
	background-image: url(images/roundli.gif);
	background-position: 0 -56px;
	color: black;
}

#nav li a {
	color: black; 
	text-decoration: none;
}

#footer {
	padding: 32px 1em 1em 1em;
	background: #f2eeef;
	border-bottom: solid 15px black;
}

#footer span {
	float: right;
}

#footer-home {
}

#footer-home span {
	float: right;
}

div.callout {
	font-size: 100%;
	float: right;
	clear: right;
	margin-bottom:15px;
	margin-left: 10px;
	padding: 10px;
	background: black;
	width: 130px;
	border: solid 2px #81ab57;
	color: #cc0;
	font-family: Times New Roman, Serif;
	text-align: center;
	margin-right: -170px;
}

.callout a {
	color: #cc0;
}

.callout p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.callout p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

img.callout {
	float: right;
	margin-right: -170px;
	margin-bottom: 2em;
}

.menulist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.2em;
}

.menulist li {
	margin-bottom: .25em;
}

