/* Escher website ARTICLES style sheet as at 2012-04-04 */

/* The orange is #F98D29 */
/* The dark orange is #ff6600; */
/* Maroon is #009933 */


body {
	
	background-image:url('../images/spacer.gif');
	background-repeat: no-repeat;
	background-color:#808080;
	border-style:none; border-color:red;
	margin-left:15%;
	width:900px;
}

.wrapper {
	border-left-style:solid; border-left-color:#f0f0f0;border-left-width:30px;
	border-right-style:solid; border-right-color:#eeeeee;border-right-width:30px;
}

.article {
	margin-left:5%;
	padding-left:5%;
	margin-right: 0%;
	padding-right:5%;
	width:80%;
	color: #000000;
	background-color: #ffffff;
	border-left-style:solid; border-left-color:#eeeeee;border-left-width:40px;
	border-right-style:solid; border-right-color:#eeeeee;border-right-width:40px;
	font-size:medium;
}

.post {
	padding-top:30px;
	background-color:#ffffff;
	
}
.thumbnail {
	position:relative;
	height: 100px;
	width: 100px;
	top: 20px;
	right: 0px;
	z-index:1;  /* in front */
	margin-bottom:18px;
	margin-left:20px;
}

.content {
	background-color:white;
	border-style:none; border-color:blue;
}

.articles-title {
	text-decoration:none;
	color:#F98D29; 
	font-size:22px; font-weight: bold; 
	font-family: verdana, helvetica, arial, sans-serif;
}




/* distinguishing colours and sizes for code in the articles */
/* background-parchment #f2f2c0        grey-blue #eeeefa; */
	
/*  	color:#993300;   maroon        */
/*      color:#101010;   grey    standard code    */
/*      color:#ff0000;   red      error messages      */
/*      color:#0000ff;   blue     new code   */
/*             */
/*             */
/*             */
/*             */

div.acode {
	background-color:#eeeefa;
	padding-left: 30px;
	padding-right: 30px;
	border-style:dotted;
	border-width:1px;
}

code {
	color:#101010;
} /* grey (used inline instead of pre) */

pre {
	color:#101010;
} /* grey */

.errors {
	color:#ff0000;
} /* red */

.mark {

	color:#f000f0; /* pink */
}

.new {
	color:#0000ff;
} /* blue */

.comments {
	font-style: italic;
	color: #993300;
}  /* maroon */

.ecv {
	color:#008000;
}  /* green */

.emph {
	color:#008080;	
	font-style: italic;
}  /* teal */


.indent15 {
	margin: 0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

.reference {
	color:#ff00ff;
}

.submit {
	background:#085194; 
	color:#ffffff; 
	font-weight:bold;
}

a.nav:link {
	 color: #006699; text-decoration: underline
}
a.nav:visited {
	  color: #006699; text-decoration: underline
}
a.nav:active {
	  color: #ff9900; text-decoration: underline
}
a.nav:hover {
	color: #ff6600; text-decoration: none
}
