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

a {text-decoration:none; font-weight:bold;color:#CDF;}

p {
	margin-top: 16px;
	margin-bottom: 16px;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}

ul {
	padding-left: 2em;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

div#tag-desc-box {
	border: 1px solid black;
	padding: 0.5em;
	font-size: smaller;
	background-color: #999;
}
#tag-desc-head {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 8px;
}

div#toys {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
div#toys > div {
	float: left;
	margin-left: 1em;
}
div#toys > div:first {
	margin-left: 0;
}

h1 {
	font-family: Merienda, serif;
	font-size: 30pt;
	background-color: rgba(99,99,99,0.5);
	color: #FFF;
	text-align: center;
}
body {
	font-family: 'Cabin Condensed', sans-serif;
	background-color: #666;
	background-image: url('bg.png');
	color: #FFF;
}
ul#tags {
	background-color: #CCC;
	border: groove medium #03C;
	padding: 0.5em 0.5em 0.5em 2em;
}
li {
	list-style-type: square;
}

ul#tags a {
	color: #03C;
}

div#latest-codes ul {
	font-size: smaller;
	padding-left: 1em;
}

div.footer {
	margin-top: 1em;
	font-size: small;
}

.center-text {
	text-align: center;
}
