/*	COLORS:
 *	Marigold		#FFCC00		rgb(255, 204, 0)
 *	Teal			#66DDBB		rgb(102, 221, 187)		
 *	Midnight		#3F4888		rgb(63, 72, 136)
 *	Hot PInk		#FF4466		rgb(255, 68, 102)
 *	Light Grey		#CCCCCC		rgb(204, 204, 204)
 *	Dark Grey		#333333		rgb(51, 51, 51)
 *
 *	CSS COLORS:
 *	deepskyblue		#00BFFF		fair (i.e., sunny)
 *	lightskyblue	#87CEFA		partly
 *	powderblue		#B0E0E6		snow
 *	lightsteelblue	#B0C4DE		cloud, rain, wintry
 *	-				#000011		nox	
 *	-				#2A273B		nox.cloud
 */

/*-------------------
  BACKGROUND and BODY
  -------------------*/

html {
	background: transparent;
}

body {
	font-family: 'Baskerville', sans-serif;
	margin: auto;
	padding: auto;
	background: #87CEFA;
}

.cufon {
	/* correct line height */
	position: relative;
	top: 3px;
}

body.fair		{ background: #00BFFF; }
body.partly 	{ background: #87CEFA; }
body.snow 		{ background: #B0E0E6; }
body.cloud,
	body.rain,
	body.wintry	{ background: #B0C4DE; }
	
body.nox 		{ background: #000011; }
body.nox.cloud	{ background: #2A273B; }

#buildings {
	position: fixed;
	bottom: 0;
	right: 0;
}

/*------
  HEADER
  ------*/
  
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #333;
	background-color: rgba(51, 51, 51, .875);
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(51, 51, 51, 1)), to(rgba(51, 51, 51, .875)), color-stop(0.667, rgba(76, 76, 76, .875)));
	overflow: hidden;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 32px;
	width: 135px;
	w/idth: 200px;
	height: 128px;
	background: #333;
	background-color: rgba(51, 51, 51, .875);
	border-right: 1px solid #000;
	border-right-color: rgba(0, 0, 0, .75);
	color: #6DB;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
}

h1 em {
	color: #FFF;
}

.tape {
	position: relative;
	float: left;
	clear: both;
	background: transparent;
	border-top: 1px solid #FFF;
	border-top-color: rgba(255, 255, 255, .25);
	border-bottom: 1px solid #000;
	border-bottom-color: rgba(0, 0, 0, .75);
	width: 200%;
}

.tape span {
	position: relative;
	left: 200px;
	float: left;
	clear: none;
	background: transparent;
	border-left: 1px solid #FFF;
	border-left-color: rgba(255, 255, 255, .125);
	border-right: 1px solid #000;
	border-right-color: rgba(0, 0, 0, .375);
	height: 30px;
	padding: 0 .25em;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
}

.tape span.today {
	color: #F46;
}

.tape span.today em {
	color: rgba(255, 68, 102, .5);
}

#weather em {
	color: #FC0;
}

/*----------
  NAVIGATION
  ----------*/

#nav {
	position: absolute;
	top: 128px;
	left: 0;
	width: 199px;
	background-color: rgba(51, 51, 51, .75);
	border-right: 1px solid #000;
	border-right-color: rgba(0, 0, 0, .75);
}

#nav .cufon {
	top: 0;
}

#nav li {
	position: relative;
	float: left;
	clear: both;
	width: 135px;
	background: transparent;
	border-top: 1px solid #FFF;
	border-top-color: rgba(255, 255, 255, .25);
	border-bottom: 1px solid #000;
	border-bottom-color: rgba(0, 0, 0, .75);
	height: 30px;
	padding: 0 32px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #87CEFA;
}

#nav li:first-child {
	border-top: 1px solid #000; 
	border-top-color: rgba(0, 0, 0, .5);
}

.fair #nav a		{ color: #00BFFF; }
.partly #nav a		{ color: #87CEFA; }
.snow #nav a		{ color: #B0E0E6; }
.cloud #nav a,
	.rain #nav a,
	.wintry #nav a	{ color: #B0C4DE; }
.nox #nav a			{ color: #000011; }

#nav li a:hover		{ color: #FFF; }

/*-----
  PAGES
  -----*/

#content {
	position: relative;
	margin: 160px 32px 32px 232px;
	height: auto;
	width: auto;
}

h2 {
	color: #FFF;
	font-size: 64px;
	line-height: 64px;
	text-transform: uppercase;
}

#enlarge {
	position: absolute;
	z-index: 200;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px rgba(51, 51, 51, .75);
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, .75);
	box-shadow: 0 0 10px rgba(51, 51, 51, .75);
}

/*-------
  MODULES
  -------*/

.module {
	position: relative;
	float: left;
	clear: none;
	margin: 0 32px 32px 0;
	min-width: 284px;
	max-width: 600px;
}

.module h3 {
	color: #6DB;
	font-size: 32px;
	line-height: 32px;
	padding: 0 .25em;
	height: 30px;
	h/eight: 32px;
	text-transform: uppercase;
	background-color: rgba(51, 51, 51, .75);
	border-top: 1px solid #FFF;
	border-top-color: rgba(255, 255, 255, .25);
	border-bottom: 1px solid #000;
	border-bottom-color: rgba(0, 0, 0, .75);
}
#featured h3, #contact h3 { color: #FC0; }
#yiddish h3 { color: #FFF; }
#cooking h3, #about-site h3 { color: #F46; }

.module h4, .module p {
	padding: .25em;
}

.module h4 {
	font-size: 24px;
	color: #000;
	background: #FFF;
	background-color: rgba(255, 255, 255, .65);
	border-bottom: 1px solid #6DB;
}
.nox .module h4 { color: #FFF; background: none; }
#featured h4, #contact h4 { border-color: #FC0; }
#yiddish h4 { border-color: #FFF; }
#cooking h4, #about-site h4 { border-color: #F46; }

.module em { font-style: italic; }
.module p { color: #000; line-height: 1.5em; }
	.nox .module p { color: #FFF; }
.module blockquote {
	margin: 0 2em;
	font-family: sans-serif;
	font-size: 80%;
}

#thoughts {
	overflow: hidden;
}

#thoughts a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#thoughts a:hover {
	border-bottom: 1px solid;
}

a#read-more, a#collapse {
	border-bottom: none;
	margin: 0 .5em;
	padding: 0 7px;
	background: #6DB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	font-family: sans-serif;
	letter-spacing: -1px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	font-weight: bold;
	-moz-box-shadow: 0 0 5px rgba(51, 51, 51, .5);
	-webkit-box-shadow: 0 0 5px rgba(51, 51, 51, .5);
	box-shadow: 0 0 5px rgba(51, 51, 51, .5);
	cursor: pointer;
}

#featured h4 {
	margin-bottom: 16px;
}

#featured img {
	float: left;
	clear: both;
	position: relative;
	width: 264px;
	w/idth: 284px;
	border: 10px solid #FFF;
	border-color: rgba(255, 255, 255, .85);
	-moz-box-shadow: 0 0 10px rgba(51, 51, 51, .5);
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, .5);
	box-shadow: 0 0 10px rgba(51, 51, 51, .5);
	cursor: pointer;
}

#featured img:first-child {
	float: left;
	clear: both;
	position: relative;
}

#desc {
	float: left;
	clear: both;
	padding: 10px;
	width: 264px;
	w/idth: 284px;
	color: #333;
	background: #FFF;
	background-color: rgba(255, 255, 255, .85);
	border-top: 1px solid #FC0;
	border-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	letter-spacing: -1px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	font-weight: bold;
	text-transform: lowercase;
}

#cooking img {
	width: 90px;
	w/idth: 100px;
	border: 5px solid #FFF;
	border-color: rgba(255, 255, 255, .85);
	-moz-box-shadow: 0 0 8px rgba(51, 51, 51, .5);
	-webkit-box-shadow: 0 0 8px rgba(51, 51, 51, .5);
	box-shadow: 0 0 8px rgba(51, 51, 51, .5);
	cursor: pointer;
}

#cooking dt {
	float: left;
	clear: both;
	margin-top: 1em;
}

#cooking dd {
	float: left;
	clear: none;
	margin-top: 1em;
	padding: 10px;
	color: #FFF;
	background: #333;
	background-color: rgba(51, 51, 51, .85);
	font-family: sans-serif;
	letter-spacing: -1px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	font-weight: bold;
	text-transform: lowercase;
}

#contact {
	width: 284px;
}

.module#cv * {
	line-height: 1.25em;
	padding: 0;
	color: #000;
}

.nox #cv * {
	color: #FFF;
}

.module#cv h3 {
	padding: 0 .25em;
	color: #6DB;
}
.module#cv h4 {
	padding: .25em;
}

.module#cv .summary {
	margin-top: 2em;
}

.module#cv address {
	margin-top: 2em;
}

.module#cv h5 {
	font-family: sans-serif;
	letter-spacing: -1px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	font-weight: bold;
	margin-top: 2em;
	border-bottom: 1px solid;
}

.module#cv ol li {
	margin-top: 1em;
}

.module#cv ul li {
	margin-top: 1em;
}

.module#cv ul li li {
	margin-top: 0;
}

.module#cv .experience .description:before, .module#cv ul li li:before {
	content: "\00BB \0020 ";
}

.module#cv a {
	text-decoration: none;
	color: #00A;
	border-bottom: 1px dotted;
}

.nox .module#cv a {
	color: #6DB;
}

.module#cv a:hover {
	border-bottom: 1px solid;
	background-color: rgba(255, 255, 255, .25);
}

/*---------
  PORTFOLIO
  ---------*/

#portfolio {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #FFF;
	overflow: hidden;
}

#portfolio h2 {
	color: #ccc;
	font-size: 72px;
	position: absolute;
	top: 192px;
	left: 32px;
}