/* @override http://localhost:8888/faze3/css/general.css */

a {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.tab {
	background-color: silver;
	margin: 1px;
	padding: 3px 5px;
	font: 0.8em;
	color: black;
	float: right;
}

.tab:hover {
	background-color: orange;
}

/* @group Fonts */

#footer {
	text-align: right;
}

#page {
	font-size: 67.5%;
}

.sans {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.serif {
	font-family: Georgia, Times, serif;
}

.bold {
	font-weight: bold;
}

.body {
	font-size: 1em;
}

.body a {
	color: gray;
	border-bottom: 1px dotted black;
	text-decoration: none;
	font-weight: bold;
}

.body a:hover {
	color: red;
	border-bottom: 1px dotted red;
	text-decoration: none;
}

.title {
	color: black;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 2px;
}

.metadata {
	color: black;
	font-size: 0.9em;
}

.entry {
	font-size: 1.5em;
	color: black;
}

.entry a, entry a:visited {
	text-decoration: none;
	color: black;
}

.entry a:hover {
	background-color: #dfdfdf;
	text-decoration: none;
}

#site_title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
}

/* @end */

/* @group Colors & Backgrounds */

.shop_item {
	background-color: whitesmoke;
}

#column_left img {
	border-color: white;
}

#column_right {
	border-left: 1px dotted gray;
}

/* @end */

/* @group appearance */

.appearance {
	margin: 10px 0 0;
}

.appearance_date {
	font-weight: bold;
	font-size: 1.1em;
}

.appearance_event {
	color: #920000;
	font-weight: bold;
	font-style: italic;
}

.appearance_description {
	font-size: 0.9em;
	margin: 2px 0 2px 10px;
}

.appearance_location {
	margin: 2px 0 0 10px;
}

.appearance_promotor {
	margin: 2px 0 0 10px;
	font-weight: bold;
	font-size: 1.1em;
}
/* @end */

/* @group twitter */



/* @end */

/* @group Elements */

/* ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
} */

ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style-type: square;
	list-style-position: inside;
	text-indent: -10px;
}

li {
/*	list-style-type: none;
	list-style-position: inside;*/
	margin: 0;
	padding: 2px 0 0;
}

.clear_both {
	clear: both;
}

.entry_block {
	padding-top: 10px;
	border-bottom: 1px dotted gray;
}

.entry_block img {
	margin-bottom: 15px;
	border: none;
	padding-bottom: 15px;
}

.hr {
	border-bottom: 1px dotted gray;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* @end */
