/* 
    AUTHOR: Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/

* { margin: 0; padding: 0; }

html { /*overflow-y: scroll;  min-height: 100%;*/
	/* ----- */
	height: 100%;
	/* ----- */
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

body { 
	font: 10px/2 "Lucida Grande", Helvetica, Sans-Serif;
	color: #eee;
	/* ----- */
	height: 100%;
	/* ----- */
}

#background_static {
	background: url(../intro_images/background_static.png);
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#background {
	background: url(../intro_images/background.png) repeat 5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground {
	background: url(../intro_images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#foreground {
	background: url(../intro_images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}

#sidebar {
	width: 160px;
	float: left;
	margin-right: 20px;
}

#main-content {
	width: 540px;
	float: right;
}

#skip{	
	font-size:12px;
        color:white;
	margin: 0;
	position: absolute;
	top: 100;left:0;right:300;bottom:0;
	z-index: 500
}



a{
color: white;
}
a.hover{
color: white;
}
a.visited{
color: white;
}


#page-wrap {
display: table-cell; vertical-align: middle;
	width: 100%;	
	min-height:100%;
	text-align: center;
	/*width: auto;
	margin: 0 auto;*/
	position: relative;
	z-index: 300;
	background: rgba(0,0,0,0.7);
	/*overflow: hidden;*/
	/*border: 1px solid red;*/
}

#s1{
	width: 100%;	
	min-height:100%;	
	text-align: center;
	
}

h1 {
	font: 42px Georgia, Serif;
	margin: 0 0 10px 0;
	color: #eee;
}

h2 {
	font: 20px Georgia, Serif;
	margin: 0 0 1px 0;
	color: #eee;
	/* ----- */
	   display: block;
	   text-align: center;
	/* ----- */
}

h2.bump {
	text-indent: 200px;
}

p {
	margin: 0 0 15px 0;
	color: #999;
}

code {
	color: white;
	margin: -1px 0 0 0;
	font: 10px Courier;
}

p.thinParagraph {
	width: 340px;
}

blockquote {
	font: italic 15px/20px Georgia, Serif;
	width: 180px;
}

blockquote p {
	color: white;
}

blockquote.right {
	float: right;
}

ul.meta {
	width: 180px;
	margin: 0 10px 0 0;
	list-style: none;
	float: left;
}

ul.meta li {
	text-align: right;
}

ul.meta li.author {
	font: normal small-caps normal 15px Georgia, Serif;
	margin: 0 0 2px 0;
	letter-spacing: 2px;
}

ul.meta li.date {
	margin: 0 0 10px 0;
}

ul.meta li.comments {
	font-style: italic;
}

.article {
	float: right;
	width: 340px;
}

ol {
	margin: 20px 0;
	list-style: inside decimal;
}