/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background-color: #f0f0f0;
	font-family: verdana,tahoma,sans-serif;
	font-size: small;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

h3, h4, h5 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
}

h3.category {
	background-color: #c0c0c0;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*Structural elements */
#container {
	width: 550px;
	text-align: left;
	margin-left: 10px;
	margin-right:  10px;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 5px 0;
}
