/* ----------------------------------------------- 
CSS DocumentSite: Carol Wainio
Author: Transformer Studio transformerstudio.com
Description: Base CSS
----------------------------------------------- */


/* >>>> Contents <<<< ------------------------------------------------- */

/* 1. Reset -------------------------------------------- */
/* 2. Global Styles ------------------------------------ */
/* 3. Text Styles -------------------------------------- */
/* 4. List Styles -------------------------------------- */
/* 5. Masthead ----------------------------------------- */
/* 6. Navigation --------------------------------------- */
/* 7. Content Structure -------------------------------- */
/* 8. Footer ------------------------------------------- */

/* --------------------------------------------------------------------- */


/* ---------------------------------------------------------- */
/* 1. Reset ------------------------------------------------- */
/* ---------------------------------------------------------- */


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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ---------------------------------------------------------- */
/* 2. Global Styles ----------------------------------------- */
/* ---------------------------------------------------------- */

body { 
	color: #2c2c2c;
	font-family: "Georgia", Times, serif;
	background-color: #fff;
}

body#home {
	background-color: #6b6b5b;
}

/* ---------------------------------------------------------- */
/* 3. Text Styles ------------------------------------------- */
/* ---------------------------------------------------------- */

p	{
	color: #545454;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 1em;
	font-size: 100%;
	}

h1 {
	color: #bebebe;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 140%;
	line-height: 140%;
	}

h2 {
	color: #545454;
	font-size: 120%;
	font-weight: 500;
	line-height: 130%;
	margin-bottom:0.25em;
	}

h3 {
	color: #9c9c9c;
	font-size: 110%;
	font-weight: 500;
	line-height: 130%;
	}

h4 {
	color: #9c9c9c;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
	}
	
.drop-cap {
	display: inline;
	float: left;
	margin: 0;
	padding: .25em .08em 0 0;
	font-size: 3.6em;
	}
	
.home-drop-cap {
	display: inline;
	float: left;
	margin: 0;
	padding: .25em .08em 0 0;
	font-size: 3em;
	}

.author-credit {
	font-size: 70%;
}			

.quote {
	color: #969696;
}
		
a	{
	color: #545454;
	text-decoration: underline;
	}

a:visited {
	color: #2c2c2c;
	text-decoration: underline;
	}

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

strong {
	font-weight: bold;
}



/* ---------------------------------------------------------- */
/* 4. List Styles ------------------------------------------- */
/* ---------------------------------------------------------- */

ul {
	margin-bottom: 1em;
}

li {
	color: #545454;
	line-height: 1.8em;
	margin-bottom: 0.5em;
}

#writings-sub-nav li a {
	font-family: "Bitstream Vera Sans", Lucida Grande, Verdana, sans-serif;
	color: #bebebe;
	text-decoration: none;	
}

#writings-sub-nav li.current a {
	color: #636363;
	text-decoration: underline;	
}


#writings-sub-nav li a:hover {
	color: #636363;
	text-decoration: none;	
}


/* ---------------------------------------------------------- */
/* 5. Masthead    ------------------------------------------- */
/* ---------------------------------------------------------- */

#mast-head {
	width: 100%;
	background-color: #eee;	
	padding: 15px 0 0 0;
	margin-bottom: 10px;
}

#mast-head a	{
	color: #bebebe;
	text-decoration: none;
	}

#mast-head a:visited {
	color: #bebebe;
	text-decoration: none;
	}

#mast-head a:hover {
	color: #636363;
	text-decoration: none;
	}

body#home #mast-head {
	width: 100%;
	background-color: #929286;	
	padding: 15px 0 0 0;
	margin-bottom: 10px;
}

#nav-wrapper {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

#mast-head h1 {
	float: left;
	color: #bebebe;
	font-size: 200%;
	font-weight: 100;
	margin-bottom: 20px;
	padding: 0;
	line-height: 0;
	letter-spacing: 1em;
}

#main-nav ul {
	float: right;
	font-family: "Bitstream Vera Sans", Lucida Grande, Verdana, sans-serif;
	list-style-type: none;
	clear: both;
	margin-bottom: 0;
}

#main-nav li {
		display: inline;
		margin-bottom: 0;
	}
	
#main-nav li a {
		list-style-type: none;
		display: inline;
		color: #bebebe;
		font-size: 100%;
		margin-right: 30px;
		letter-spacing: 0.2em;
	}
	
#main-nav li.nav-last a {
		margin-right: 0px;
}

#main-nav li.current a {
	color: #636363;
}

/* ---------------------------------------------------------- */
/* 6. Content Structure ------------------------------------- */
/* ---------------------------------------------------------- */

#content-wrapper {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	padding-top: 20px;
}

#writings-content {
	width: 700px;
	float: right;
}

#writings-sub-nav {
	width: 180px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
}



img {
	margin-bottom: 30px;
}

	
.breakfloat {
	clear: both;
}


/* ---------------------------------------------------------- */
/* 7. Navigation -------------------------------------------- */
/* ---------------------------------------------------------- */

	
	

/* ---------------------------------------------------------- */
/* 8. Footer ------------------------------------------------ */
/* ---------------------------------------------------------- */


#footer {
	width: 900px;
	border-top: 1px solid #bebebe;
	margin-top: 20px;
	padding-top: 5px;
	clear: both;
}

#footer p {
	color: #bebebe;
	font-size: 80%;
}
