﻿/* Basic START */

body,
button {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #FAFAFA url('../img/layout/system_bg.png') repeat 100px 50px;
	font-size: 14px;
	line-height: 125%;
	margin: 0;
	padding: 0;
}

a {
	color: #26F;
}

a:hover {
	color: #49F;
}

ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

ul > li {
	margin: 0 0 0 20px;
	padding: 0;
}

hr {
	background: #222;
	border: none;
	height: 2px;
}

/* Basic END */

/* Boxy START */

div#container {
	background: rgba(255, 255, 255, 0.5);
	margin: 20px auto;
	padding: 15px 30px;
	width: 800px;
}

div#container > a#banner {
	background: url('../img/calendar_banner.png') no-repeat center;
	display: block;
	height: 100px;
	margin: 0 auto 20px auto;
	width: 800px;
}

div#stats {
	border: solid #222;
	border-width: 2px 0;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
}

/* Boxy END */

/* Example START */

div.example {
	margin: 20px 0;
	min-height: 200px;
	padding: 5px 0 5px 320px;
	position: relative;
}

div.example > a {
	border: 2px solid #ED9329;
	display: block;
	left: 3px;
	line-height: 0;
	position: absolute;
	top: 3px;
}

div.example > a:hover {
	border-color: #FFA054;
}

div.example > ul > li {
	color: #ED9329;
}

div.example > ul > li > p {
	color: #000;
	font-size: 14px;
	margin: 0;
}

div.example > ul > li > p > strong {
	display: block;
	font-size: 16px;
	margin: 5px 0;
}

div.example > ul > li:first-child > p > strong {
	margin-top: 0;
}

/* Example END */