/* Escher website ARTICLES INDEX style sheet as at 2012-09-21 */

/* The orange is #F98D29 */
/* The dark orange is #ff6600; */
/* Maroon is #009933 */
/* the darker blue is #0B5396 */

hr	{
	color:#0B5396;
	background-color:#0B5396;
	height:3px;
}


/* list of id selectors for articles index page */

h2#warning {
	color:black;
	background-color:yellow;
	position: absolute; left: -40px; top: 44px;
	padding:20px 20px 20px 20px;
}

#blurb {
	position:relative;
	margin-top: -40px;
	z-index:3;
	max-width:500px;
}


#articles-top {
	border-style:none; border-color:#ffff00;
	position: absolute; left: 230px; top: 120px;
	width:670px;
	height:420px;
	color:#006699;
}

#articles-search {
	border-style:none;
	border-color:#009933;
	max-width:300px;
	margin-top:40px;
	height: 100px;
}

#nojavascript {
	height:40px;
	padding:15px 35px 5px 10px;
	border:solid;
	border-color:red;
	background-color:#ffffff;
	color:#000000;
	position:relative; left: -150px; top:-40px;
	z-index:2;
}

#blog {
	max-width:300px;
}



