/*  
Theme Name: Oasis House
Theme URI: http://wordpress.org/
Description: Based on the default WordPress theme which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Ben Callahan
Author URI: http://bencallahan.com/

	Oasis House v1
	 http://bencallahan.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Typography & Colors */

a:link, a:visited {
	color: #555;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a:hover, a:active {
	background: black;
	color: white;
}

h4, p, a, h3, li {
	font: 14px "Trebuchet MS", Arial, sans-serif;
	color:#555;
	letter-spacing: .1em;
	line-height: 1.5em;
}

h3 {
	font-size: 16px;
	color: #111;
	margin: 0;
	padding: 0;
	margin-bottom: -15px;
}

.word p, .word a, .word h4 {
	display: block;
	width: 95%;
	text-align: center;
	font-size: .7em;
	line-height: 1em;
	margin: 2px;
	padding: 2px;
}

.word h4 {
	color: black;
}

h1 {
	font: 35px "Trebuchet MS", Arial, sans-serif;
	color: #8dc0ad;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subNav ul li {
	float: left;
}

#subNav ul a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 20px;
	letter-spacing: normal;
}

#subNav .current_page_item {
	border-bottom: 4px black solid;
}

#footer * {
	color: white;
	font-size: 10px;
/*	line-height: 1em; */
	padding: 2px;
	margin: 0;
	border: 0px solid red;
}

#subNav * {
	color: #999;
	font-size: 12px;
}

body {
	background: #8dc0ad;
	margin: 10px;
	text-align: center;
	min-width: 775px;
}

#contentFrame {
	background: url("images/houseBG.gif") no-repeat top center;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 629px;
	text-align: left;
	position: relative;
}

#brand {
	background: url("images/logo.gif") no-repeat top left;
	position: absolute;
	top: 14px;
	left: 58px;
	width: 150px;
	height: 138px;
}

#nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 7px;
	left: 180px;
}

.linkImage {
	padding: 0;
	margin: 0;
	border: 0;
}

#subNav {
	position: absolute;
	z-index: 4;
	top: 120px;
	left: 300px;
}

#wordOfTheDay {
	position: absolute;
	top: 192px;
	left: 58px;
	width: 156px;
	height: 132px;
	overflow: hidden;
}

#wordBG {
	background: url(images/placeholder-word.png) no-repeat top left;
	height: 100%;
	width: 100%;
}

#wordContent {
	position: absolute;
	top: 30px;
	height: 100px;
	width: 100%;
	overflow: auto;
}

#iNeedHelp {
	background: url(images/placeholder-help.png) no-repeat top left;
	position: absolute;
	top: 377px;
	left: 58px;
	width: 156px;
	height: 132px;	
}

#header {
	position: absolute;
	top: 70px;
	left: 270px;
}

#donation {
	position: absolute;
	top: 30px;
	left: 600px;
}

#content {
	position: absolute;
	top: 180px;
	left: 260px;
	width: 460px;
	height: 330px;
	padding-right: 8px;
	overflow: auto;
}

#footer {
	position: absolute;
	top: 635px;
	width: 100%;
	text-align: center;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.post {
	margin-top: 20px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #8dc0ad;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
