* { 
	/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
	font-family: 'Gentium Book Basic', serif;
	color:white;
}

p {
	color:#cccccc;
}

li {
	color:#cccccc;
}

input {
	background-color:black;
}

body {
	background-image:url("/static/images/layout/SubtlePatterns/low_contrast_linen.png");
	background-color:#474442;
	color: white;
	width:1050px;
	margin-left: auto;
	margin-right: auto;
}

header {
	background-color:#0d191c;
	padding: 5px;
	display:table;
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

header a {
	text-decoration: none;
}

*.mainNav {
	display:table-cell;
	text-align: right;
}

*.sideNav {
	position: absolute;
  left: 0px;
  width: 200px;
  padding: 5px 5px 5px 5px;
}

*.horizSpacer {
	display:table-cell;
	width:100%;
}	

*.contentContainer {
	position:relative;
}

*.storyArticle {
	position: absolute;
  width:745px;
	margin-left:auto;
	margin-right:auto;
}

*.codingArticle {
	width:745px;
	margin-left:200px;
	padding: 5px 5px 5px 5px;
}

/*
*.storyImages {
	display:table;
}

*.storyThumb {
	display:table-cell;
	padding:5px;
}
*/
*.storyBlurbContainer{
	display:table;
	border: 1px solid white;
	width:100%;
	
}

*.storyBlurbThumb{
	display:table-cell;
	width:220px;
	padding:10px;
}

*.storyBlurb{
	display:table-cell;
	text-align:left;
	vertical-align:top;
	padding: 5px;
	width:100%;
	
}

*.photoArticle {
	display:block;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

*.photoCaption {
	display:block;
	width: 600px;
	text-align: center;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}

*.photoChooser {
	display:table;
	margin-left:auto;
	margin-right:auto;
}

*.photo {
	display:table-cell;
	text-align:center;
}

div#picGrid {
	width:900px;
	height:700px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

*.dayButton {
	width:70px;
	background:url( "/static/images/layout/arrow-both.png" );
	background-position: 5px center;
	background-repeat:no-repeat;
	display:table-cell;
}

*.empty{
	background:none;
}

*.dayButton:hover {
	background-position: -65px center;
}

*.dayBack {
	text-align:right;
}

*.dayNext {
	text-align:left;
}

*.flipHorizontally{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

*.caption{
	display:table-row;
	text-align:center;
}


/* should probably delete this but i'll keep it for reference */
*.alpha60 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

*.columns{
	display:table;
}

*.column{
	display: table-cell;
	width:500px;
	padding:20px;
}
