/*
Theme Name: OzMoses
Theme URI: http://osborn.bz/
Description: OzMoses theme for WordPress by Kendall Osborn.
Version: 0.1
Author: Kendall Osborn
Author URI: http://osborn.bz/
Tags: osborn, custom header, fixed width, two columns, widgets

	OzMoses v0.1
	 http://osborn.bz/

	This theme was designed and built by Kendall Osborn,
	whose blog you will find at http://osborn.bz/

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

*/

* {
	margin: 0;
	padding: 0;
}

/* tags */
body {
	background-color: #fff;
	color: #454545;
	font: normal 1em/1.5em arial, helvetica, verdana, sans-serif;
	letter-spacing: 0;
	margin: 1px;
	text-align: center;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin-top: 25px;
}
h2 {
	font: normal 150%/1.2em arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font: normal 130%/1.2em arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
a:link, a:visited {
  color: #0066cc;
  text-decoration: none;
}
a:hover, a:active {
  color: #3399ff;
  text-decoration: underline;
}
p {
	font-size: 0.9em;
	padding: 10px 0;
}
ul {
  list-style: none;
}
img {
	border: 0;
}
em {
	font-style: normal;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}
span {
	font-size: 100%;
}
/* classes */
.red {
	color: #cc6633;
}
.green {
	color: #009900;
}
.blue {
	color: #6699ff;
}
.orange {
	color: #ff9900;
}
.white {
	color: #fff;
}
.gray {
	color: #555;
}
.black {
	color: #000;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 1.3em;
}
.column {
  float: left;
  width: 215px;
  padding-right: 10px;
}
.column ul {
	margin-top: 10px;
}
.column li {
	background: transparent url('images/item.gif') no-repeat 0 3px;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-left: 20px;
}
.storytitle {
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: lowercase;
}
/* id's */
#page {
	margin: 20px auto;
	text-align: left;
	width: 750px;
}
#header {
	background: #fff url('images/pollock.jpg') no-repeat left top;
	border-bottom: 1px solid #ccc;
	text-align: left;
	width: 750px;
	height: 150px;
}
#logo {
	float: left;
	padding-left: 10px;
}
#search {
	background: transparent url('images/search.png') no-repeat left top;
	float: right;
	margin-top: 115px;
	padding-right: 10px;
	width: 150px;
	height: 26px;
}
#search input {
	background-color: transparent;
	border: 0;
	color: #808080;
	font-size: 0.7em;
	margin: 5px 0 0 27px;
	width: 117px;
	height: 19px;
}
#menu {
	clear: both;
	margin-top: 5px;
	width: 750px;
	height: 20px;
}
#menu ul {
	float: right;
	margin-right: 5px;
}
#menu ul li {
    background: transparent url('images/left.gif') no-repeat left top;
	display: inline;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
}
#menu ul li a {
    background: #ccc url('images/right.gif') no-repeat right top;
    display: block;
	font: normal 0.8em/1.2em verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
    padding: 2px 10px 2px 8px;
	text-decoration: none;
	text-transform: lowercase;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #3399ff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#content {
	clear: both;
	text-align: left;
	width: 725px;
	padding: 0 10px 0 15px;
}
#portfolio {
	width: 750px;
}
#gallery {
	float: left;
	padding-left: 15px;
	width: 490px;
}
#intro {
	float: right;
	padding: 25px 20px 0 0;
	width: 240px;
}
#blockA {
	padding: 25px 20px 25px 25px;
	text-align: left;
	width: 750px;
}
#blockA .column {
	text-align: center;
}
#blockA span {
	font-size: 0.9em;
}
#blockB {
	background: #193d5d url(images/gradient.gif) repeat-x left top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 25px 20px 20px 25px;
	text-align: left;
}
#blockC {
	background: #fff url(images/swoosh.jpg) no-repeat left top;
	padding: 25px 20px 20px 25px;
	text-align: left;
	width: 750px;
}
#footer {
	background: #fff url('images/pollock.jpg') no-repeat left -225px;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding: 5px 0 50px 0;
	position: relative;
	text-align: center;
	width: 750px;
}
#footer span {
	font-size: 0.7em;
}
#mail {
	position: absolute;
	top: 5px;
	right: 10px;
}