/*
Theme Name: Spontaneous Box
Theme URI: http://www.leighlo.com
Description:
Version: .8b
Author: Leigh :) Stark
Author URI: http://www.leighlo.com
Tags: minimalist, naked, clean, theme, wordpress, typography
About: Based off of Justin Marcus's "New York, New York" theme, with a couple of modifications that make it easier, as well as a different look.

RESET
-----------------------------------------
Global reset
Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui*/
*, HTML, BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, LABEL, FIELDSET, INPUT, P, BLOCKQUOTE, TH, TD
{
	margin: 0 0 10px;
	padding: 0 0 0px;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL, LI
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
/*Global reset-RESET
The below restores some sensible defaults*/
STRONG
{
	font-weight: bold;
}
EM
{
	font-style: italic;
}
A IMG
{
	border: none;
}
/*Gets rid of IE's blue borders
TYPOGRAPHY
-----------------------------------------
This helps to identify headings at the initial build stage, so I thought it'd be useful to have it*/
H1, H2, H3, H5, H5, H6
{
	font-weight: bold;
}
/*Font stack options

The following represents a list of font stacks, as recommended by Nathan Ford in
http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

I've added inverted commas around the relevant family names to ensure compatibility.
p = balanced for paragraphs or body copy
t = balanced for headlines or titles

- - - -

Arial, 'Helvetica Neue', Helvetica, sans-serif - p, t

Baskerville, 'Times New Roman', Times, serif - p
Baskerville, 'Times, Times New Roman', serif - t

Cambria, Georgia, Times, 'Times New Roman', serif - p, t
'Century Gothic', 'Apple Gothic', sans-serif - p, t

Consolas, 'Lucida Console', Monaco, monospace - p, t

'Copperplate Light', 'Copperplate Gothic Light', serif - p, t

'Courier New', Courier, monospace - p, t

'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif - p, t

Futura, 'Century Gothic', 'Apple Gothic', sans-serif - p, t

Garamond, 'Hoefler Text', 'Times New Roman', Times, serif - p
Garamond, 'Hoefler Text', Palatino, 'Palatino Linotype', serif - t

Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif - p
Geneva, Verdana, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif - t

Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif - p
Georgia, Times, 'Times New Roman', serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

'Helvetica Neue', Arial, Helvetica, sans-serif - p
Helvetica, 'Helvetica Neue', Arial, sans-serif - t

Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif - p, t

'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif - p, t

Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif - p
Palatino, 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, 'Times New Roman', Georgia, serif - p, t

Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t


Justin Marcus Design http://www.justinmarcusdesign.com
***********************************************************************
GOLDEN GRID
/************************************************************************/
HTML, BODY, DIV
{
	border: 0;
	margin: 0;
	padding: 0;
}
.main
{
	width: 960px;
	padding-top: 10px;
	margin: 90px auto;
	margin-bottom: 10px;
}
.g160, .g290, .g320, .g480, .g640, .g800, .g960, .g80, .g240, .g270, .g400, .g560, .g720, .g870, .g880, .g960
{
	float: left;
	display: inline;
	margin-left: 4px;
}
.g160
{
	width: 150px;
}
.g270
{
	width: 260px;
}
.g290
{
	width: 295px;
}
.g320
{
	width: 310px;
}
.g480
{
	width: 470px;
}
.g640
{
	width: 630px;
}
.g800
{
	width: 790px;
}
.g870
{
	width: 860px;
}
.g960
{
	width: 950px;
}
.g80
{
	width: 70px;
}
.g240
{
	width: 230px;
}
.g400
{
	width: 390px;
}
.g560
{
	width: 550px;
}
.g720
{
	width: 710px;
}
.g880
{
	width: 870px;
}
.ml80
{
	margin-left: 90px;
}
.ml160
{
	margin-left: 170px;
}
.ml240
{
	margin-left: 250px;
}
.ml320
{
	margin-left: 330px;
}
.ml400
{
	margin-left: 410px;
}
.ml480
{
	margin-left: 490px;
}
.ml560
{
	margin-left: 560px;
}
.ml640
{
	margin-left: 650px;
}
.ml720
{
	margin-left: 730px;
}
.ml800
{
	margin-left: 810px;
}
.ml880
{
	margin-left: 890px;
}
.ml960
{
	margin-left: 970px;
}
.inside
{
	margin-left: 0;
}
P.grid
{
	padding-left: 10px;
}
.clear
{
	clear: both;
}
.clearfix:after, .main:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.clearfix, .main
{
	display: block;
}
BODY
{
	font-family: Calibri, Trebuchet, sans-serif;
	border-top: 7px solid #000;
	font-size: 14px;
}
A
{
	color: #09F;
}
DIV#left.g290
{
	margin-top: 50px;
}
DIV#right.g290
{
	margin-top: 50px;
}
FORM#searchform DIV INPUT#s
{
	margin-bottom: 20px;
	margin-left: 0px;
	border: none;
	padding-left: 3px;
	font-family: Calibri, Trebuchet, sans-serif;
	/*[disabled]background-color:#FFFFFF;*/
	color: #222;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	border: 3px dashed #020202;
	width: 200px;
}
IMG.small
{
	max-width: 120px;
}
IMG.small
{
	max-width: 120px;
	margin-bottom: 30px;
}
IMG.medium
{
	max-width: 200px;
	margin-bottom: 20px;
}
DIV#middle.g290
{
	text-align: center;
	margin-top: 50px;
	/*[empty]border:;*/
}
H5.title A
{
	color: #000000;
	/*[disabled]background:#E90000;*/
	padding: 0px;
	text-decoration: none;
}
H6.title
{
	text-align: left;
	font-size: 20px;
	margin-left: 4px;
	margin-bottom: 20px;
	margin-top: -10px;
}
H5.title
{
	text-align: left;
	font-size: 88px;
}
H1.title
{
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
}
H1.title A
{
	color: #000 !important;
	font-size: 26px;
	/*[disabled]background:#005DCA;*/
	padding: 0px;
	text-decoration: none;
}
H1.title A:hover
{
	color: #222 !important;
}
P.description
{
	color: #777;
	font-style: italic;
	text-align: justify;
	margin-bottom: 30px;
	font-size: 12px;
}
DIV#left.g290 UL.latest P
{
	font-size: 14px;
	text-align: justify;
	margin-bottom: 25px;
	padding-right: 0px;
}
DIV#right.g290 UL.latest P
{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 25px;
	padding-left: 35px;
}
DIV#left.g290 UL.latest H1
{
	font-size: 12px;
	margin-bottom: 5px;
}
DIV#right.g290 UL.latest H1
{
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 35px;
}
DIV#right.g290 UL.latest H2
{
	color: #777;
	font-size: 11px;
	margin-bottom: 5px;
	padding-left: 35px;
}
DIV#left.g290 UL.latest H1 A
{
	color: #222;
	font-size: 18px;
	text-transform: none;
	text-decoration: none;
}
DIV#right.g290 UL.latest H1 A
{
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}
/*
DEPARTMENTS
*/
DIV#left.g290 H1
{
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: lowercase;
}
DIV#left.g290 H1 A
{
	text-decoration: none;
	color: #222;
}
DIV#left.g290 H1 A:hover
{
	color: #09F;
}
DIV#left.g290 UL LI A
{
	font-size: 12px;
	color: #09F;
}
/*
END DEPARTMENTS
*/
DIV#left.g290 UL.latest H1 A:hover, DIV#right.g290 UL.latest H1 A:hover
{
	color: #09F;
}
DIV#left.g290 UL.latest H2, H2 A.comments-link
{
	color: #777;
	font-size: 11px;
	margin-bottom: 5px;
}
DIV#footer.g880 P
{
	border-top: thin ridge #000000;
	font-size: 14px;
	padding-top: 10px;
	margin: -30px 0 0;
	text-align: center;
}
/*Extra div to handle some IE scenarios with absolute positioning.*/
#sliding-panel-container
{
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
}
/*Sliding panel.*/
#sliding-panel
{
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/*The part of the panel that actually slides.*/
#sliding-panel .panel
{
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 90px;
	background: #000000;
}
/*Widget container.*/
#sliding-panel .panel-content
{
	overflow: hidden;
	width: 960px;
	height: 150px;
	margin: 10px auto 15px;
	padding: 0;
	text-align: left;
	/*[disabled]border-left:1px solid #333;*/
}
/*Sliding panel widgets.*/
#sliding-panel .widget
{
	overflow: hidden;
	float: left;
	width: 360px;
	height: 90px;
	margin: 0 -250px 0 0;
	padding: 24px 0px 0 2px;
	font-size: 32px;
	color: #0084ff;
	background: transparent;
	border: hidden;
	/*[disabled]border-right:1px solid #877;*/
}
#sliding-panel .widget-inside
{
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
/*Sliding panel widget titles.*/
#sliding-panel .widget-title
{
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	color: #999;
	text-transform: none;
	background: transparent;
	border: none;
}
/*Sliding panel widget lists.*/
#sliding-panel .widget UL
{
	margin: 0 0 10px 0px;
	list-style: square;
}
#sliding-panel .widget UL LI
{
	margin: 0 0 0 1px;
	padding: 0;
	background: transparent;
	border: none;
}
/*Sliding panel widget links.*/
#sliding-panel .widget A
{
	font-style: normal;
	color: #EEE;
	text-decoration: none;
}
#sliding-panel .widget A:hover
{
	text-decoration: none;
	color: #A0A0A0;
}
/*Toggle div wrapper.*/
#sliding-panel .tab
{
	position: relative;
	top: 0;
	z-index: 9999;
	height: 37px;
	border-top: 2px solid #040D12;
}
/*Wrapper for the open/close button.*/
#sliding-panel .tab .toggle
{
	clear: both;
	display: block;
	position: relative;
	width: 960px;
	height: 35px;
	margin: 0 auto;
}
/*Open/close link.*/
#sliding-panel .tab A
{
	display: block;
	float: right;
	font-size: 11px;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 2px 10px 5px;
	color: #FFF;
	background: #000;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/*Open link.*/
#sliding-panel .tab A.open
{
}
/*Close link.*/
#sliding-panel .tab A.close
{
}
/*Open/close link hover.*/
#sliding-panel .tab A:hover
{
	cursor: pointer;
	text-decoration: underline;
}
/*Open/close link array (&urarr; ).*/
#sliding-panel .tab A .arrow
{
	font-style: normal;
}
/*SINGLE*/
DIV#single.post H2
{
	text-transform: none;
	margin: 10px 0 0;
	font-size: 18px;
}
DIV#single.post P
{
	font-size: 14px;
	margin-right: 325px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
}
DIV#single.post A
{
	color: #09F;
}
/*COMMENTS*/
H3#respond
{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
}
LABEL
{
	font-size: 11px;
}
FORM#commentform INPUT
{
	border: 1px solid #222;
	margin-bottom: 5px;
	padding: 3px;
}
TEXTAREA#comment
{
	width: 530px;
	padding: 5px;
	border: 1px solid #222;
	margin-bottom: 5px;
}
INPUT#submit
{
	background: #FFFFFF;
	color: #222;
}
INPUT:hover, TEXTAREA#comment:hover
{
	background: #EEE;
}
/*ARCHIVE*/
H3#post
{
	font-size: 12px;
	margin-top: 25px;
}
DIV#archive.g880 P.date
{
	font-size: 11px;
	font-style: italic;
	color: #777;
	margin-bottom: 10px;
}
DIV#archive.g880 P
{
	font-size: 12px;
	margin-right: 325px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
}
DIV.post H3#post
{
	font-size: 12px;
	margin-top: 25px;
}
DIV.g880 DIV.post P.date
{
	font-size: 11px;
	font-style: italic;
	color: #777;
	margin-bottom: 10px;
}
DIV.g880 DIV.post P.meta
{
	font-size: 12px;
}

