/*
Theme Name: LauriShaw
Theme URI: http://www.laurishaw.com/
Description: A custom theme for Lauri Shaw's website.
Version: 1
Author: Jack Norell
Author URI: http://www.eyeflare.com/
Tags: custom, 3 column

	LauriShaw v1
	 http://www.laurishaw.com/

	This theme was designed and built by Jack Norell,
	whose site you will find at http://www.eyeflare.com/

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

*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	
}

a:focus
{
	outline: 1px dotted invert;
}

hr {clear: both; text-align: center; background-image: url(images/horizontal_rule.png); background-repeat: no-repeat; background-position: center; width: 100%; border: none; height: 40px;}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	line-height: normal;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}

/* =Divs etc
--------------------------------------------------------------------------------*/

#newchapter
{	
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	border: 1px dotted #990000;
}

#newchapter:hover
{
	background: #CCCCCC;
	border: 1px dotted #333333;
}

.curlicue {
	text-align: center;
	}

#content h1,h2,h3
{
	color: #555;
}

#content h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	margin: -7px 0px 23px 0px;
}

#content h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content h3
{ 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content p, #content li, #content td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 17px;
}

#content a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;

}

#content a:hover
{ 
	border-bottom: 1px dotted #000099;
}

#content img.right {float: right;
	margin: 0px 0px 5px 10px;}

#content img.left {float: left;
	margin: 0px 10px 5px 0px;}

#header h2
{
	height: 155px;
	background-image: url(images/banner_background.jpg);
	background-repeat: no-repeat;
	padding: 50px 0px 0px 0px;
	margin: 0px;
}

#menu h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/left_menu_background.png) 0px 0px no-repeat;
	width: 160px;
	max-width: 160px;
	font-size: 16px;
	color: white;
	height: 30px;
	padding: 7px 0px 0px 5px;
	cursor: pointer;
}

#menu h3:hover
{
	background: url(images/left_menu_background.png) -170px 0px no-repeat;
}

#footer
{
	background: url(images/footer_laurishaw_text.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 960px;
	height: 209px;
	margin: 0px;
}

#footer p,li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222;
}

#footer a
{ text-decoration: none;
	color: #222;}

#footer a:hover
{ border-bottom: 1px dotted #222; }

#footer_main
{
	padding: 40px 0px;

}

#footer_content
{
	background-image: url(images/footer_bg_white.png);
	width: 740px;
	padding: 5px 20px 2px 50px;
}

#chapter_select
{ background-image: url(images/right_menu_chapter_select.png);
	background-repeat: no-repeat;
	min-height: 82px;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_16
{
	margin-left: 40px;
	margin-right: none;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4
{
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8
{
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12
{
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16
{
	width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1
{
	width: 40px;
}

.container_16 .grid_2
{
	width: 100px;
}

.container_16 .grid_3
{
	width: 160px;
}

.container_16 .grid_5
{
	width: 280px;
}

.container_16 .grid_6
{
	width: 340px;
}

.container_16 .grid_7
{
	width: 400px;
}

.container_16 .grid_9
{
	width: 520px;
}

.container_16 .grid_10
{
	width: 580px;
}

.container_16 .grid_11
{
	width: 640px;
}

.container_16 .grid_13
{
	width: 760px;
}

.container_16 .grid_14
{
	width: 820px;
}

.container_16 .grid_15
{
	width: 880px;
}

/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4
{
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8
{
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12
{
	padding-left: 720px;
}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .prefix_1
{
	padding-left: 60px;
}

.container_16 .prefix_2
{
	padding-left: 120px;
}

.container_16 .prefix_3
{
	padding-left: 180px;
}

.container_16 .prefix_5
{
	padding-left: 300px;
}

.container_16 .prefix_6
{
	padding-left: 360px;
}

.container_16 .prefix_7
{
	padding-left: 420px;
}

.container_16 .prefix_9
{
	padding-left: 540px;
}

.container_16 .prefix_10
{
	padding-left: 600px;
}

.container_16 .prefix_11
{
	padding-left: 660px;
}

.container_16 .prefix_13
{
	padding-left: 780px;
}

.container_16 .prefix_14
{
	padding-left: 840px;
}

.container_16 .prefix_15
{
	padding-left: 900px;
}

/* =Suffix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4
{
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8
{
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12
{
	padding-right: 720px;
}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .suffix_1
{
	padding-right: 60px;
}

.container_16 .suffix_2
{
	padding-right: 120px;
}

.container_16 .suffix_3
{
	padding-right: 180px;
}

.container_16 .suffix_5
{
	padding-right: 300px;
}

.container_16 .suffix_6
{
	padding-right: 360px;
}

.container_16 .suffix_7
{
	padding-right: 420px;
}

.container_16 .suffix_9
{
	padding-right: 540px;
}

.container_16 .suffix_10
{
	padding-right: 600px;
}

.container_16 .suffix_11
{
	padding-right: 660px;
}

.container_16 .suffix_13
{
	padding-right: 780px;
}

.container_16 .suffix_14
{
	padding-right: 840px;
}

.container_16 .suffix_15
{
	padding-right: 900px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
} 