/*
THEME NAME: Memorial Library
THEME URI:
DESCRIPTION:
VERSION: 1.0
AUTHOR: Jascha Ephraim
AUTHOR URI: http://jaschaephraim.com/
*/





/* Reset browser defaults */

body {
	padding: 0;
	margin: 0;
}
	
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

input {
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

object {
	margin: 0;
	padding: 0;
}





/* Layout */

body {
	min-width: 1000px;
}

h1 {
	margin: 20px 0 0 0;
}

h2 {
	margin: 0 0 30px;
}

h3 {
	margin: 30px 0 10px;
}

h4 {
	padding: 2px 4px;
}

p {
	margin: 0 0 20px;
	line-height: 18px;
}

div#title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 130px;
	padding: 0 50px 0 15px;
}

p#description {
	margin: 0;
}

ul#header {
	padding: 15px 0 0 0;
	float: right;
}

ul#header li {
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

ul#header li ul li {
	float: none;
	margin: 0;
}

ul#header a.white_dots {
	display: block;
	min-width: 124px;
	padding: 0 0 43px 0;
}

ul#header a.feed {
	display: block;
	min-width: 46px;
	padding: 0 4px 50px 0;
}

ul#header a.mailing_list {
	display: block;
	min-width: 72px;
	padding: 0 0 48px 0;
}

ul#header div#header-1, ul#header div#header-3 {
	margin: 0 0 12px;
}

ul#header div#header-2 {
	margin: 0 0 5px;
}

input#s {
	padding: 3px 5px 2px;
}

input#searchsubmit {
	padding: 0 2px;
}

div#headwrap {
	width: 990px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#wrapper {
	padding: 0 0 20px 12px;
	margin: 130px 0 0;
}

ul#projects {
	float: left;
	width: 390px;
	margin: 0 0 30px 0;
}

ul#projects li {
	float: left;
	width: 175px;
	margin: 0 10px 10px 0;
	padding: 0 0 10px;
}

ul#projects li img {
	margin: 0 0 4px;
}

div#article {
	width: 550px;
	float: right;
	margin: 5px 0 0 0;
}

div#article img, div#article ul, div#article ol {
	display: block;
	margin: 0 auto;
	padding: 30px;
}

div#article blockquote {
	display: block;
	margin: 40px;
	padding: 30px 40px;
}

div#article img.no_border, div#article img.fbPreview, div#article div.sociable img {
	padding: 0;
	margin: 0;
}

div#article div.sociable li {
	float: left;
	margin: 2px 0 0 4px;
}

div#article div.post_date {
	margin: -10px 0 10px;
}

div#article a#please_join {
	display: block;
	width: 362px;
	height: 31px;
	margin: 0 0 0 94px;
}

span.photo_credit {
	display: block;
}

form.button {
	float: left;
	margin-right: 10px;
}

table#calendar td.calendar_description {
	padding-top: 0;
}

table#calendar td.no_performances {
	padding-top: 10px;
}

table#calendar p {
	margin: 0 0 10px;
	line-height: 15px;
}

table#calendar img {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}

div#article div#update_container {
	padding: 5px;
}

div#article ul#updates {
	padding: 0;
	margin: 0;
}

div#article ul#updates li {
	height: 50px;
	margin: 5px 0 0;
}

div#article ul#updates img {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

div.sociable {
	float: right;
	padding: 30px 0 0;
}

div#footer {
	clear: both;
	padding: 3px 0;
	margin: 0 0 0 425px;
}

.float_left {
	float: left;
	margin: 0 25px 10px 0;
}

div#mailing-list-form {
	width: 300px;
	margin: 30px 0;
	padding: 50px 60px;
}





/* Backgrounds and borders */

body {
	background-color: #dfd;
	background-image: url('http://www.jaschaephraim.com/images/background.png');
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
}

h4 {
	background: #fff;
}

div#mailing-list-form {
	border: 1px solid #ccc;
}

div#title {
	background-image: url('http://www.jaschaephraim.com/images/title.png');
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
}

div#headwrap {
	background-image: url('http://www.jaschaephraim.com/images/sidebar.png');
	background-attachment: scroll;
	background-position: left;
	background-repeat: repeat-y;
}

ul#header a.white_dots {
	background-image: url('http://www.jaschaephraim.com/images/white_dot.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

ul#header a.feed {
	background-image: url('http://www.jaschaephraim.com/images/feed-icon-large.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

ul#header a.mailing_list {
	background-image: url('http://www.jaschaephraim.com/images/mailing-list.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

ul#projects li {
	background: #fff;
	border: 5px solid #cdc;
}

ul#projects li#current_project {
	border: 5px solid #ffc;
}

ul#projects li#current_project a:hover {
	color: #500;
}

div#article img, div#article ul, div#article ol, div#article blockquote, div#mailing-list-form {
	background: #fff;
}

div#article img.no_border, div#article img.fbPreview, div#article div.sociable img, table#calendar img {
	background: none;
}


div#article .flir-replaced img {
	background: none;
}

div#article a#please_join {
	background-image: url('http://www.jaschaephraim.com/images/please-join.png');
}

div#article ul#updates {
	background: #efe;
}

div#article ul#updates img {
	background: none;
}

div#article div#update_container {
	background: #efe;
	border: 1px solid #ccc;
}

div#footer {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

div#mailing-list-form {
	background: #efe;
}

input#s {
	background: #fff;
	border: 1px solid #aaa;
}
	

input#searchsubmit {
	background: #ffe;
	border: 1px solid #aaa;
	border-top: none;
}





/* Text */

body {
	color: #500;
}

h1, h2, ul#projects {
	font-family: FuturaMedium, futura, 'futura medium', arial, helvetica, sans-serif;
}

h1, h1 a, h2, a, ul#projects a:hover {
	color: #f00;
}

ul#projects a {
	color: #500;
}

h1, h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11pt;
}

h2 {
	text-transform: uppercase;
	font-size: 24pt;
}

h3 {
	font-size: 18px;
	color: #777;
	text-transform: uppercase;
}

h4 {
	color: #888;
}

div#title {
	text-align: center;
}

p#description, ul#header, input#searchsubmit, table#calendar {
	font-family: 'courier new', courier, serif;
	font-weight: bold;
	font-size: 11px;
}

ul#header, input#searchsubmit {
	text-align: right;
	color: #866;
}

input#searchsubmit:hover {
	color: #f00;
}

ul#header a {
	color: #866;
}

ul#header a:hover {
	color: #f00;
}

input#s {
	font-weight: normal;
}

form#searchform input {
	font-size: 10px;
}

ul#projects {
	font-size: 13px;
	text-align: center;
}

div#article, input#s, td.calendar_description, div#footer, h4 {
	font-family: eurostile, helvetica, sans-serif;
}

td.calendar_description {
	font-weight: normal;
}

div#article {
	font-size: 12px;
}

div#article div.post_date, h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div#article div.post_date {
	color: #aaa;
}

div#article blockquote {
	color: #555;
}

div#article a#please_join {
	font-size: 0;
}

div#article ul#updates {
	font-size: 12px;
}

div#article ul#updates li p {
	font-size: 11px;
	line-height: 12px;
}

div.sociable_tagline {
	text-align: right;
}

div#footer, div.sociable_tagline, span.photo_credit {
	font-size: 11px;
	text-align: right;
	color: #866;
}

span.photo_credit {
	font-style: italic;
}

div#footer img {
	vertical-align: middle;
}