/* CityDesk default style sheet */


/* Basic HTML Element Style */
body 
{
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	background-image:url(../Images/encx_logo.jpg);
	background-repeat:no-repeat;
}

div.links { 
	color: black;
	margin-top: 110px;
	margin-left: 59px;
	font-size: 14px;
	width: 600px;
	font-family:verdana, arial, helvetica, sans-serif;
}

p.Code {
	color: blue;
	background-color: #93cdfd;
	padding: 10px 10px 10px 10px;
	font-family: Courier New, Courier, mono; 
	font-size: 12px;
}

p.Console {
	color: white;
	background-color: black;
	padding: 10px 10px 10px 10px;
	font-family: Courier New, Courier, mono; 
	font-size: 12px;
}

p.AboutAuthor {
	color: dark_gray;
	font-size: 10px;
	}

p.BigAndBlue {
	font-size: 16px;
	color: blue;
	}

p.SmallPrint {
	font-size: 9px;
	}

a.plain { text-decoration: none }

h1 {
	font: 32px georgia, 'times new roman', sans-serif;
	margin: 0px;
}

h2 {
	font: bold 10px verdana, tahoma, arial, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: double 4px #078;
}
h3 {
	font: 18px georgia, 'times new roman', sans-serif;
}
h4, h5 {
	font: italic normal 11px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

h6
{
	font: 20px verdana, tahoma, arial, sans-serif
}

/*Structural elements */
#container {
	width: 600px;
	text-align: left;
	margin-top: 20px;
	margin-left: 59px;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 3px 5px 3px 5px;
	margin: 0 0 10px 10px;
	border: single 1px #CCD9DB; 
	background-color: #93cdfd;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #000;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}