@charset "UTF-8";

@import url("reset.css");
@import url("typo.css");

/* Design originally created by www.zebonline.com modified by www.itcmedia.net 03/2009 */

body {
	background: #FFFFFF;
	color: #2a3845;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
	background: none;
	color: #a43b55;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.box {
	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	padding: 15px;
}

#container {
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
	margin: 0 auto;
	padding: 1px;
	width: 776px;
}

#content {
	float: left;
	padding: 0 30px 30px;
	width: 440px;
}

#content h1 + p {
	font-weight: bold;
}

#content .page-list-items {
	padding-left: 0;
}

#content .page-list-items h3 {
	border: 0;
	padding-bottom: 0;
}

#content .page-list-items li {
	list-style: none;
	border-bottom: 1px solid #efece7;
	margin-bottom: 10px;
}

#content .page-list-items p {
	clear: both;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1em;
	padding: 0.2em 0.8em;
}

#footer {
	background-color: #f7f7f7;
	background-image: url("../img/itcmedia.png");
	background-position: 730px 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #f0e9eb;
	clear: both;
	padding: 10px 15px;
	text-align: right;
}

h1, h2, h3 {
	border-bottom: 1px solid #efece7;
	color: #7a2e40;
	padding-bottom: 10px;
}
h1 {
	margin: 0 0 10px 0;
}

h2 {
	border-bottom: 1px solid #efece7;
	margin: 0 0 10px 0;
}

h3 {
	border-bottom: 1px solid #efece7;
	margin: 0 0 10px 0;
}

#header {
	background: url("../img/bg.gif") repeat-x;
	padding: 38px 0 0 0;
	height: 30px;
	width: 100%;
}

#header h2 {
	border-bottom: none;
	padding: 30px;
}

#header .logo a, #header .logo a:link, #header .logo a:visited, #header .logo a:hover {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 39px;
	padding-left: 30px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

#homepage #content ul {
	padding: 0;
}

#nav {
	background: #7a2e40;
	color: #f6dde3;
	height: 19px;
	padding: 10px;
	position: absolute;
	top: 0;
	text-align: right;
	width: 756px;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #f6dde3;
	text-decoration: none;
}

#nav a:hover, #nav a.selected {
	text-decoration: underline;
}

#nav ul {
	list-style: none;
	float: right;
}

#nav li {
	border-left: 1px solid #f6dde3;
	float: left;
	padding: 0 8px;
}

#nav li:first-child {
	border-left: none;
}

.page-list-items h3 .date {
	color: #efece7;
	font-size: 80%;
	padding-left: 5px;
}

ul {
	list-style: square;
	padding-left: 17px;
}

#sidebar {
	color: #2a3845;
	float: right;
	margin: 0 auto;
	width: 218px;
}

/* IE6 */
#sidebar {
	padding: 0 0 10px 25px;
}
#container > #sidebar {
	padding: 0 25px 10px 25px;
}

#sidebar h3 {
	margin-top: 10px;
}

#sidebar ul {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #f0e9eb;
	list-style-image: url("../img/bullet.gif");
	list-style-position: outside;
	list-style-type: square;
	padding: 15px 15px 15px 32px;
}

#sidebar .page-list-items .date {
	display: none;
}

#sidebar .page-list-items h3 {
	border: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


