/*
Theme Name: Jessica Max Stein
Theme URI: http://jessicamaxstein.com
Description: Custom Theme
Version: 1.0
Author: Aria Stewart
Author URI: http://theinternetco.net/
Tags: blue, custom header, fixed width, two columns, widgets
*/
@import url(fonts/AppleGaramond.css);

body {
	font-size: 90%;
	font-family: Apple Garamond, Garamond, Serif;
	font-weight: normal;
	background: #444;
}

#page {
	background-image: url('images/background-faded.jpg');  
	background-repeat: no-repeat;
	width: 700px;
	margin-top:	3em;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px; 
	max-height: 933px;
	overflow: auto;
}

#content {
	padding: 3em;
}

div.post {
	background: rgba(255, 255, 255, 0.6);
	padding: 1em; 
}

div.post:first-child {
	margin-left: 12em;
}


ul#headerpagelist {
	list-style: none; text-indent: none; 
	-webkit-padding-start: 0px;
	padding-left: 0;
	width: 20%;
	float: left;
	height:
}

ul#headerpagelist li {
	display: block;
}

div.archives, div.controls {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 3em; 
	margin-top: 2em;  
}
div.archives ul, div.controls ul {
	list-style: none; text-indent: none;
	display: inline;
	-webkit-padding-start: 0;
}

div.archives ul li, div.controls ul li {
	display: inline
}
div.archives ul li:before, div.controls ul li:before {
	content:  " \2022 ";
	padding-left: 1em;
	padding-right: 1em;
}

div.archives ul li:first-child:before, div.controls ul li:first-child:before {
	content:  "";
}
div.archives h2 , div.controls h2 { display: inline; margin-right: 1em }

h1 a, h2 a, h3 a { color: inherit; text-decoration: inherit; }
h1 { margin: 0 }

h1 { font-style: italic; color: #444; font-size: 4em; font-weight: normal }

em { font-weight: normal; font-style: italic; }
strong { font-weight: bold }
em strong, strong em { font-weight: bold; font-style: italic }

body.single textarea {
	width: 100%;
}

.clear { clear: both }

.credits { 
	clear: both;
	color: #bbb;
	font-size: 0.75em;
	text-align: center;
}
.credits a {
	color: inherit;
}

ul.controls a { color: #bbb; font-size: 0.75em }
ul.controls { list-style: none; text-align: center }
ul.controls li { list-style: none; display: inline; }

/* Wordpress Classes */

.alignright {
	float: right;
	margin-left: 1em; margin-top: 1em; margin-bottom: 1em;
}
.alignleft {
	float: left;
	margin-right: 1em; margin-top: 1em; margin-bottom: 1em;
}

