/* Global styles
******************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

a:focus {-moz-outline: none /* fx 1.07*/ outline:none /* fx 1.05, 
Safari, Mac IE*/}

img { display: block; border: 0; }

::selection { background: #29c6f9; color: #fff; /* Safari */ }
::-moz-selection { background: #29c6f9; color: #fff; /* Firefox */ }

body {
	background: url(background_dark.jpg);
	color: #eee;
	font-family: Inconsolata, Monaco, monospace;
	font-size: 11px;
	line-height: 18px;
	padding: 1px;
}

#title {
	margin: 30px 30px 0 30px;
}

#container {
	margin: 30px;
}

.container {
	background: url(background_light.jpg);
	float: left;
	margin: 1px;
	overflow: hidden;
	position: relative;
}

	.container.dark {
		background: url(background.jpg);
	}

	.container.one {
		height: 300px;
		width: 300px;
	}
	
	.container.one.padding {
		height: 240px;
		padding: 30px;
		width: 240px;
	}
	
	.container.two {
		height: 300px;
		width: 602px;
	}
	
	.container.two.padding {
		height: 240px;
		padding: 30px;
		width: 542px;
	}
	
	.container a {
		color: #eee;
		text-decoration: none;
		border-bottom: 1px solid #666;
	}

	.container a:hover {
		border-bottom: 1px solid #fff;
	}

	.container a:active {
		color: #1d9cc7;
		border-bottom: 1px solid #1d9cc7;
	}
	
#navigation {
	background: url(bg_nav.gif);
}

	#navigation a {
		background: url(bg_nav.gif);
		border-bottom: 2px solid #222;
		display: block;
		font-size: 13px;
		line-height: 58px;
		font-weight: bold;
		padding: 0 30px;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
	}
	
	#navigation a:hover {
		background: url(background_light.jpg);
		border-bottom: 2px solid #222;
	}
	
	#navigation a:active {
		color: #777;
	}
	
	#navigation a.last {
		border-bottom: 0 !important;
		line-height: 60px;
	}
	
	.container.card {
		background: url(background.jpg);
		cursor: pointer;
	}
	
	.card_photo {
		background-color: #222;
		background-position: 0 0;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		width: 300px;
		height: 300px;
		z-index: 9;
	}
	
	.card_photo:hover {
		background-position: 0 -300px;
	}

		div.info {
			position; absolute;
			top: 0; left: 0; right: 0; bottom: 0;
			z-index: 2;
		}
		
ul#twitter_update_list {
	list-style: none;
	text-transform: capitalize;
}

	ul#twitter_update_list li {
		margin-bottom: 30px;
	}
	
.quote_box div {
	display: none;
}

.quote_box span {
	display: block;
	margin-bottom: 18px;
}
	
h2 {
	background: url(bg_nav.gif);
	color: #fff;
	display: inline;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 3px;
	text-transform: uppercase;
}

p {
	margin-right: 50px;
}

.sub {
	color: #999;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #666;
	-webkit-border-radius: 3px;
}
