/*
THEME NAME: Sandbox Steve
THEME URI: http://www.wandco.com/
DESCRIPTION: Basic Mod of the Sanbox theme for steve.
AUTHOR: Ben Whitehouse
AUTHOR URI: http://www.wandco.com/
*/

/* @group Tripoli Reset */

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
	font: inherit;
	font-size: 1em;
}

dfn, i, cite, var, address, em {
	font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td, center {
	text-align: left;
	vertical-align: top;
}

body {
	line-height: 1;
	background: white;
	color: black;
}

q {
	quotes: "" "";
}

ul, ol, dir, menu {
	list-style: none;
}

sub, sup {
	vertical-align: baseline;
}

a {
	color: inherit;
}

hr {
	display: none;
}

/* we don't need a visual hr in layout */

font {
	color: inherit !important;
	font: inherit !important;
	color: inherit !important;
}

/* disables some nasty font attributes in standard browsers */

/* @end */

/* @group Triploi Style */

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html {
	font-size: 62.5%;
	font-family: helvetica, "microsoft sans serif", arial, sans-serif;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

cite, em, dfn {
	font-style: italic;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
	color: #666;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

a abbr, a acronym {
	border: none;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* QUOTES */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}

blockquote *:first-child:before {
	content: "\201C";
}

blockquote *:first-child:after {
	content: "\201D";
}

/* language specific quotes! */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

:lang(af), :lang(nl), :lang(pl) {
	quotes: '\201E' '\201D' '\201A' '\2019';
}

:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) {
	quotes: '\201E' '\201C' '\201A' '\2018';
}

:lang(da), :lang(hr) {
	quotes: '\00BB' '\00AB' '\203A' '\2039';
}

:lang(el), :lang(es), :lang(sq), :lang(tr) {
	quotes: '\00AB' '\00BB' '\2039' '\203A';
}

:lang(en-GB) {
	quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(fi), :lang(sv) {
	quotes: '\201D' '\201D' '\2019' '\2019';
}

:lang(fr) {
	quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */

html[lang|='en'] q:before {
	content: '\201C';
}

html[lang|='en'] q:after {
	content: '\201D';
}

html[lang|='en'] q q:before {
	content: '\2018';
}

html[lang|='en'] q q:after {
	content: '\2019';
}

/* FORMS */

fieldset {
	border: 1px solid #ccc;
}

legend {
	background: #fff;
}

textarea, input[type='text'], select {
	border: 1px solid #ccc;
	background: #fff;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ffffaa;
}

input, select {
	cursor: pointer;
}

input[type='text'] {
	cursor: text;
}

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content {
	font-size: 1.2em;
	line-height: 1.6em;
}

.content h1 {
	font-size: 1.6em;
}

.content h2 {
	font-size: 1.5em;
}

.content h3 {
	font-size: 1.4em;
}

.content h4 {
	font-size: 1.3em;
}

.content h5 {
	font-size: 1.2em;
}

.content h6 {
	font-size: 1em;
}

/* HR */

.content hr {
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}

/* LISTS */

.content ol {
	list-style-position: outside;
	list-style-type: decimal;
}

.content dt {
	font-weight: bold;
}

/* TABLES */

.content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.content th, .content td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}

/* MARGINS & PADDINGS */

.content blockquote *:first-child {
	margin: .8em 0;
}

.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form {
	margin-bottom: 1.6em;
}

.content p+p {
	margin-top: -.8em;
}

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.content h1 {
	margin: 1em 0 .5em;
}

.content h2 {
	margin: 1.07em 0 .535em;
}

.content h3 {
	margin: 1.14em 0 .57em;
}

.content h4 {
	margin: 1.23em 0 .615em;
}

.content h5 {
	margin: 1.33em 0 .67em;
}

.content h6 {
	margin: 1.6em 0 .8em;
}

.content th, .content td {
	padding: .8em;
}

.content caption {
	padding-bottom: .8em;
}

/* padding instead of margin for IE */

.content blockquote {
	padding: 0 1em;
	margin: 1.6em 0;
}

.content fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
}

/* padding-top is margin-top for fieldsets in Opera */

.content legend {
	padding-left: .8em;
	padding-right: .8em;
}

.content legend+* {
	margin-top: 1em;
}

/* compensates for the opera margin bug */

.content textarea, .content input {
	padding: .3em .4em .15em .4em;
}

.content select {
	padding: .1em .2em 0 .2em;
}

.content option {
	padding: 0 .4em;
}

.content a {
	position: relative;
	padding: 0.3em 0 .1em 0;
}

/* for larger click-area */

.content dt {
	margin-top: .8em;
	margin-bottom: .4em;
}

.content ul {
	margin-left: 1.5em;
}

.content ol {
	margin-left: 2.35em;
}

.content ol ol, .content ul ol {
	margin-left: 2.5em;
}

.content form div {
	margin-bottom: .8em;
}

/* COLORS */

.content a:link {
	text-decoration: underline;
	color: #36c;
}

.content a:visited {
	text-decoration: underline;
	color: #99c;
}

.content a:hover {
	text-decoration: underline;
	color: #c33;
}

.content a:active, .content a:focus {
	text-decoration: underline;
	color: #000;
}

.content code, .content pre {
	color: #c33;
}

/* very optional, but still useful. W3C uses about the same colors for codes */

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* - GENERIC - */

/* MAIN TYPOGRAPHY */

html {
	font-size: 62.5%;
	font-family: helvetica, "microsoft sans serif", arial, sans-serif;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

cite, em, dfn {
	font-style: italic;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
	color: #666;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

a abbr, a acronym {
	border: none;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* QUOTES */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}

blockquote *:first-child:before {
	content: "\201C";
}

blockquote *:first-child:after {
	content: "\201D";
}

/* language specific quotes! */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

:lang(af), :lang(nl), :lang(pl) {
	quotes: '\201E' '\201D' '\201A' '\2019';
}

:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) {
	quotes: '\201E' '\201C' '\201A' '\2018';
}

:lang(da), :lang(hr) {
	quotes: '\00BB' '\00AB' '\203A' '\2039';
}

:lang(el), :lang(es), :lang(sq), :lang(tr) {
	quotes: '\00AB' '\00BB' '\2039' '\203A';
}

:lang(en-GB) {
	quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(fi), :lang(sv) {
	quotes: '\201D' '\201D' '\2019' '\2019';
}

:lang(fr) {
	quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */

html[lang|='en'] q:before {
	content: '\201C';
}

html[lang|='en'] q:after {
	content: '\201D';
}

html[lang|='en'] q q:before {
	content: '\2018';
}

html[lang|='en'] q q:after {
	content: '\2019';
}

/* FORMS */

fieldset {
	border: 1px solid #ccc;
}

legend {
	background: #fff;
}

textarea, input[type='text'], select {
	border: 1px solid #ccc;
	background: #fff;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ffffaa;
}

input, select {
	cursor: pointer;
}

input[type='text'] {
	cursor: text;
}

/* - CONTENT ONLY - */

/* BASE SIZES */

#content {
	font-size: 1.2em;
	line-height: 1.6em;
}

#content h1 {
	font-size: 1.6em;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.4em;
}

#content h4 {
	font-size: 1.3em;
}

#content h5 {
	font-size: 1.2em;
}

#content h6 {
	font-size: 1em;
}

/* HR */

#content hr {
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}

/* LISTS */

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
}

#content ul li:before {
	
}

#content ol {
	list-style-position: outside;
	list-style-type: decimal;
}

#content dt {
	font-weight: bold;
}

/* TABLES */

#content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content th, #content td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}

/* MARGINS & PADDINGS */

#content blockquote *:first-child {
	margin: .8em 0;
}

#content hr, #content p, #content ul, #content ol, #content dl, #content pre, #content blockquote, #content address, #content table, #content form {
	margin-bottom: 1.6em;
}

#content p+p {
	margin-top: -.8em;
}

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

#content h1 {
	margin: 1em 0 .5em;
}

#content h2 {
	margin: 1.07em 0 .535em;
}

#content h3 {
	margin: 1.14em 0 .57em;
}

#content h4 {
	margin: 1.23em 0 .615em;
}

#content h5 {
	margin: 1.33em 0 .67em;
}

#content h6 {
	margin: 1.6em 0 .8em;
}

#content th, #content td {
	padding: .8em;
}

#content caption {
	padding-bottom: .8em;
}

/* padding instead of margin for IE */

#content blockquote {
	padding: 0 1em;
	margin: 1.6em 0;
}

#content fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
}

/* padding-top is margin-top for fieldsets in Opera */

#content legend {
	padding-left: .8em;
	padding-right: .8em;
}

#content legend+* {
	margin-top: 1em;
}

/* compensates for the opera margin bug */

#content textarea, #content input {
	padding: .3em .4em .15em .4em;
}

#content select {
	padding: .1em .2em 0 .2em;
}

#content option {
	padding: 0 .4em;
}

#content a {
	position: relative;
	padding: 0.3em 0 .1em 0;
}

/* for larger click-area */

#content dt {
	margin-top: .8em;
	margin-bottom: .4em;
}

#content ul {
	margin-left: 1.5em;
}

#content ol {
	margin-left: 2.35em;
}

#content ol ol, #content ul ol {
	margin-left: 2.5em;
}

#content form div {
	margin-bottom: .8em;
}

/* COLORS */

/*#content a:link {
	text-decoration: underline;
	color: #36c;
}

#content a:visited {
	text-decoration: underline;
	color: #99c;
}

#content a:hover {
	text-decoration: underline;
	color: #c33;
}

#content a:active, #content a:focus {
	text-decoration: underline;
	color: #000;
}*/

#content code, #content pre {
	color: #c33;
}

/* very optional, but still useful. W3C uses about the same colors for codes */

/* @end */

body {
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, Ariel, Helvetica, sans-serif;
}

/* @group Hide This Stuff */

div#access {
	display: none;
}

div#access ul {
	display: block;
	height: 32px;
}

div#access ul li a {
	display: block;
	float: left;
	padding-right: 5px;
}

.pageid-191 div#access {
	display: block;
}

#access div.skip-link {
	display: none;
}

.pageid-191 div.sidebar {
	display: none;
}

#post-191 h2.entry-title {
	display: none;
}

/* @end */

/* Standard Main Divs
Sanbox has standard Nomenclature, we use it by default. */

div#wrapper {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	border: 1px solid #ccc;
	border-left-style: none;
	border-right-style: none;
	margin-top: 1em;
	margin-bottom: 3em;
}

h1#blog-title a {
	width: 324px;
	display: block;
	height: 144px;
	background: url(title.gif) no-repeat left center;
	text-indent: -1000em;
}

div#blog-description {
	margin-left: 336px;
	position: absolute;
	top: 78px;
	color: #999;
}

#pages li.page_item a {
	display: block;
	background-color: #f4f4f4;
	margin-bottom: 8px;
	border: 1px solid #e9e9e9;
	height: 64px;
	padding-top: 8px;
	padding-left: 8px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .2px;
}

#pages li.page_item a:visited {
	color: #36c;
}

#pages ul li.page_item a:hover {
	background-color: #333;
	border: 1px solid #000;
	color: #fff;
}

input#s {
	width: 150px;
}

div#container {
	
}

div#content {
	width: 500px;
	float: left;
}

h2.entry-title {
	margin: 0 0 10em;
	display: inline;
}

.entry-date {
	font-size: 1em;
	display: inline;
	margin-left: .5em;
	color: #999;
}

abbr.published {
	text-decoration: none;
	border-bottom-style: none;
}

div.entry-content {
	margin-top: 1.5em;
}

div.entry-meta {
	margin-bottom: 3em;
	color: #999;
	font-size: 0.9em;
}

div#content img {
	max-width: 500px;
}

div.sidebar {
	margin-left: 540px;
	font-size: 1.2em;
	line-height: 1.4em;
}

div.sidebar h3 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .25em;
	padding-bottom: .25em;
}

a:link {
	text-decoration: underline;
	color: #36c;
}

a:visited {
	text-decoration: underline;
	color: #99c;
}

a:hover {
	text-decoration: underline;
	color: #c33;
}

a:active, a:focus {
	text-decoration: underline;
	color: #000;
}

div.sidebar {
	line-height: 1.5em;
}

div#secondary.sidebar {
	display: none;
}

div#secondary.sidebar {
	
}

body.home div#secondary.sidebar {
	display: block;
}

#pages h3.widgettitle {
	display: none;
}

div#footer {
	clear: both;
	margin-bottom: 32px;
	border-top: 1px solid #ccc;
	padding-top: 8px;
}

div.nav-previous {
	margin-top: 1em;
	margin-bottom: 1em;
}

#nav-above div.nav-previous {
	display: none;
}

/* @group Text Handling & Alerts */

.notice {
	color: #333;
	border: 1px solid #f2ee82;
	padding: 8px 8px 8px 28px;
	background: #f8f8d1 url(icons/error.png) no-repeat 7px 7px;
	border-bottom: 1px solid #d6d373;
}

.postit {
	background: url(icons/note.png);
}

.byline {
	color: #808080;
	font-size: smaller;
}

.edit-link a {
	background: #d4efb8 url(icons/pencil.png) no-repeat 4px center;
	padding: 2px 3px 2px 24px;
	text-decoration: none;
	color: #4e9c23;
}

.edit-link a:hover {
	background-color: #4e9c23;
	color: #d4efb8;
}

ul.pages, ul.pdf {
	margin: 1.5em 0;
}

ul.pages {
	margin: 2em 0;
	border: 1px solid #e7e7e7;
	border-left-style: none;
	border-right-style: none;
	background-color: #f2f2f2;
	padding: 0 0 0 .5em;
}

ul.pages li, li.pages {
	background: url(icons/page_white_go.png) no-repeat left 1px;
	padding-left: 22px;
	list-style-type: none;
}

ul.pdf {
	margin-left: 1.5em;
}

ul.pdf li, li.pdf {
	list-style-type: none;
	background: url(icons/page_white_acrobat.png) no-repeat left 2px;
	padding-left: 22px;
}

/* @end */