@import url(http://fonts.googleapis.com/css?family=Share:400,700);

body {
	background: #18181a url(../images/site-bg-carbon.jpg) 0 0 repeat;
	font-family: 'Share',"Lucida Console", Monaco, monospace;
	font-size: 18px;
	color: #EEE;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

ul {
	list-style: circle;
	font-size: 24px;
}
#content a {
	color: #C60;
	text-decoration: none;
}
#content a:hover {
	color: #F90;
	text-decoration: none;
}

#content {
	width: 700px;
	margin: 50px auto;
	border-radius: 10px;
	background:
		url(../images/system_bl.png) 0 100% no-repeat,
		url(../images/system_br.png) 100% 100% no-repeat,
		url(../images/system.png) 0 0 repeat;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.06),
		0 0 0 1px rgba(0,0,0,0.9),
		inset 0 0 5px rgba(0,0,0,0.4),
		0 3px 5px rgba(0,0,0,0.5),
		0 2px 0 1px rgba(0,0,0,0.5);
}

#content > div {
	padding: 25px;
}

#header {
	background: url(../images/site-hr-horiz.png) 0 80% repeat-x;
}
#info {
	text-align: center;
}

.gallery-thumb img {
	border-radius: 5px;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.06),
		0 0 0 1px rgba(0,0,0,0.9),
		inset 0 0 5px rgba(0,0,0,0.4),
		0 3px 5px rgba(0,0,0,0.5),
		0 2px 0 1px rgba(0,0,0,0.5);
}
.clear {
	clear: both;
}
.hr {
	height: 25px;
	background: url(../images/site-hr-horiz.png) 0 50% repeat-x;
}
.gallery-thumb {
	display: inline-block;
}
.gallery-thumb img {
	margin: 0 12px 20px 0;	
}
.fb-like-box {
	margin-top: 20px;
}