/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background-color: #666;
	font: 11px/16px verdana, tahoma, arial, sans-serif;
	text-align: center;
}

h1 {
	font: 12px verdana, '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;
}

/*Structural elements */


/*#articleBody { */
/*	float: left; */
/*}*/

#container {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#copyright {
	text-align: center;
}

#sidebar {
	width: 150px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#xsidebar {
	width: 150px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

/*#sidebar_image_page {*/
/*	width: 450px;*/
/*	padding: 0 5px 0 5px;*/
/*	margin: 0 0 10px 10px;*/
/*	border: double 4px #CCD9DB;*/
/*	background-color: #D3DEE0;*/
/*}*/

#sidebar_image_page {
	width: 1000px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	background-color: #666666;
}


#sidebar_index {
	width: 380px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
}

#teaser {
	float: left;
}

#navListTop {
	text-align: center;
}

#navListBottom {
	list-style-type: none;
	margin-top: 0px;
	padding: 0;
	border-top: solid 0px #078;
	text-align: center;
}

#horiz_navList {
	list-style-type: none;
	margin-top: 0px;
	padding: 0;
	border-top: solid 1px #078;
	float: right;
}

#archiveTop {
	float:left;
}

#archiveBottom {
	float:left;
}

/* #prev_next { */
/* 	float: left; */
/* } */

#headline {
	float: right;
}

/* #img { */
/* 		padding: 6px; */
/* 		background: #E9E9E9; */
/* 		border: 1px solid #D1D1D1; */
/* } */


#pic {
		padding: 6px;
  		background: #E9E9E9;
		border: 1px solid #D1D1D1;
}

/* 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;
}

	a:link { color: #ffffff; text-decoration: none } /* when mouse is NOT over link */
	a:visited {  color: #ffffff; text-decoration: none; } /* links that have been visited */
	a:active { color: ffffff; } /* when link is active */
	a:hover { color: #000000; text-decoration: none; } /* when mouse is over link */
