/*
Theme Name: SandBox
Theme URI: http://j12media.com/sandbox/
Description: This is a WordPress theme that can be used to turnkey custom themes.
Version: 1
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: base css, turnkey, fixed width

	Sandbox 1
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Jacob Schulke,
	whose blog you will find at http://j12media.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@import url("wp-reset.css");
body {
background:url(images/bg.jpg) repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#333333;
}
p {
line-height:normal;
padding:0;
margin:0 0 22px 0;
}
a {
color:#006600;
text-decoration:underline;
}
a:hover {
text-decoration:none;
color:#999999;
}
h1 {
color:#006600;
font-size:120%;
padding:0 0 15px 0;
}
h2 {
color:#006600;
font-size:120%;
padding:0px 0 4px 0;
}
h3 {
color:#006600;
font-size:110%;
padding:0px 0 4px 0;
}
h3 em {
display:block;
color:#333333;
font-style:normal;
font-size:90%;
}
h4, h5, h6 {
color:#006600;
font-size:100%;
padding:5px 0 0 0;
}
ul, ol {
padding:0px 0 15px 35px;
}
li {
padding:2px;
}
ul li {
list-style:disc;
padding:0 0 4px 0px;
}
blockquote {
padding:0 0 0 40px;
font-weight:bold;
}
#page {
width:746px;
background:#e2ead3;
}
#header {
height:114px;
background:url(images/top.jpg) no-repeat;
font-weight:bold;
font-size:110%;
color:#006600;
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}
#header a:hover {
color:#775A4A;
}
#header h1 a {
background:url(images/outland_logo_gif.gif) no-repeat;
display:block;
height:106px;
width:200px;
text-indent:-999px;
overflow:hidden;
}
.topNav {
position:absolute;
top:7px;
left:273px;
}
.topNav a {
text-decoration:none;
color:#3a2514;
}
.lowerTopNav {
position:absolute;
top:86px;
left:283px;
color:#FFFFFF;
}
.lowerTopNav a {
color:#FFFFFF;
text-decoration:none;
}
#content {
width:545px;
float:left;
background:url(images/content-bg.jpg) repeat-x #FFFFFF;
min-height:420px;
_height:420px;
padding-bottom:80px;
}
.heading {
display:block;
height:43px;
text-indent:-999px;
overflow:hidden;
margin-left:40px;
}
strong.apply {
background:url(images/employment-head.gif) no-repeat;
}
.post {
padding:14px 45px 0px 40px;
}
.contactTable td {
padding:2px;
}
.readMore {
text-transform:uppercase;
margin-top:-15px;
}
.readMore a {
text-decoration:none;
}
#aside {
width:200px;
float:right;
min-height:450px;
_height:450px;
font-size:110%;
}
#aside ul {
padding:0;
margin:20px 0 0 0;
}
#aside li {
margin:0 0 8px 0;
padding:0;
list-style:none;
}

#aside a, #aside li.newsTitle {
display:block;
padding:3px 0 3px 27px;
font-weight:bold;
text-decoration:none;
background:url(images/side-nav.gif) no-repeat;
}
#aside a:hover, #aside li.current_page_item a {
background-position:bottom left;
}
.news {
background:url(images/windmills-side.jpg) no-repeat;
}
strong.News {
background:url(images/news-head.gif) no-repeat;
}
.navigation {
padding:0 40px;
}
.newsHeading a {
text-decoration:none;
}
#footer {
border-top:5px solid #291c14;
background:#fcf6e0;
font-size:10px;
text-align:center;
padding:20px 0 10px 0;
clear:both;
}
.clear {
clear:both;
}
.rss {
clear:both;
display:block;
font-weight:bold;
font-size:110%;
text-align:right;
}
.rss a {
text-decoration:none;
}