/*
THEME NAME: Work Life Balancing Act
THEME URI: http://www.bri1.com
DESCRIPTION: Custom CMS-like theme written for Wordpress using Sandbox 1.6.1
VERSION: 1.0
AUTHOR: (c) 2009 Brian Nez [thedude at bri1 dot com]
*/

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

div#header {
	text-align: center;
	font-variant: small-caps;
	background: #5581b3 url('header_gradient2.png') repeat-x;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	height: 116px; /* 146 minus padding */
}
	
	div#header table {
		padding-top: 5px;
	}

	h1#blog-title {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 50px;
	}
	
	h1#blog-title span a {
		font-size: 102%;
		color: #000;
		text-decoration: none;
		letter-spacing: 5px;
	}

	h1#blog-title span a:hover {
		border-bottom: 1px dotted #000;
	}
	
	div#blog-description {
		font-style: italic;
		font-size: 30px;
	}

div#menu {
	background: #b3bfcc;
	border-bottom: 1px solid #000;
	height: 40px;
	font-variant: small-caps;
}

	div#menu ul {
		margin: 0;
		padding: 10px 0;
		text-align: center;
	}

	div#menu ul li {
		display: inline;
		list-style-type: none;
	}

	div#menu ul li a {
		color: #000;
		text-decoration: none;
		padding: 6px 10px;
	}
	
	div#menu ul li a:hover {
		background: #ddd;
		border: 1px solid #000;
		padding: 5px 9px;
	}
	
	div#menu ul li.current_page_item a {
		font-weight: bold;
	}

div#content {
	padding: 20px 60px;
	font-family: Georgia, "Times New Roman", serif;
}

	h2.entry-title {
		text-transform: uppercase;
		font-size: 125%;
		font-family: Helvetica, Arial, sans-serif;
		color: #182c42;
		margin-left: 3px;
		letter-spacing: 2px;
	}
	
	div#content a {
		text-decoration: none;
		border-bottom: 1px dotted #000;
		color: #336143;
	}
	
	div#content a:hover {
		color: #3c5b7c;
	}

div#footer {
	text-align: center;
	font-variant: small-caps;
	border-top: 1px solid #000;
	background: #5581b3;
	padding: 20px 0;
	font-size: 68%;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
	
	div#footer a {
		color: #000;
		text-decoration: none;
	}
	
	div#footer a:hover {
		border-bottom: 1px dotted #000;
	}

div#wrapper { /* make sure footer sticks */
	position: relative;
	min-height: 100%;
	_height: 100%; /* ie6hax */
}

