/*
	for the curious ones, in order to prevent incorrect
	style-inheritance, articles are stuck into a div
	with id=tekArticle. This way each style specified
	below will only apply inside that div.

	And while I'm at it, a list of special characters,
	I use in articles. Use the hex value:

	  em dash (--)			&mdash;   &#8212;
	  left double quote		&ldquo;   &#8220;
	  right double quote		&rdquo;   &#8221;
	  horizontal hellipsis (...)	&hellip;  &#8230;

*/

@import url("enhanced.css");




/*--(( global ))--*/

	/*--(( global | overloading ))--*/

	 body{
	   background-color	: #af7c77;
	   color		: black;
	   padding		: 10pt;
	   color		: black;
	   font-family		: Tahoma, MS Sans Serif, sans-serif;
	   font-size		: .84em;
	   line-height		: 140%;
	 }


	 a{
	   color		: #5a2f0f;
	 }

	/*--(( /global | overloading ))--*/

	/*--(( global | classes ))--*/

	 .action{
	   color		: #7a2f0f;
	   font-weight		: bolder;
	 }

	 .me{
	   color		: #af7c57;
	   font-weight		: bold;
	 }

	 .centerBox{
	   font-family		: Tahoma, MS Sans Serif, sans-serif;
	   border-width		: 1px;
	   border-color		: #af7c77;
	   text-align		: center;
	 }

	/*--(( /global | classes ))--*/

/*--(( /global ))--*/



/*--(( tekArticle))--*/

 #tekArticle{
   background-color	: white;
   padding		: 20pt;
   margin		: 10pt;
   border-width		: 2px;
   border-style		: dotted;
   border-color		: #8f6c57;
 }


	/*--(( tek | overloading ))--*/

	 #tekArticle a{
	   color		: #ba8f6f	/* aaff00; */
	 }

	 #tekArticle b{
	   font-weight		: bold;
	 }

	 #tekArticle small{
	  /* emoticons */
	   font-size		: 80%;
	   font-weight		: bold;
	   color		: #ba8f6f;	/* 88cc00; */
	 }

	 #tekArticle blockquote{
	   font-weight		: lighter;
	 }

	 #tekArticle h1{
	    color		: #af7c57;
	    font-size		: 200%;
	    text-align		: center;
	 }

	 #tekArticle h2{
	    color		: #896040;	/* 44ff88; */
	    font-size		: 140%;
	    line-height		: 160%;
	    text-align		: center;
	    margin		: 0% 5% 0% 5%;
	 }

	 #tekArticle h3{
	    color		: #7a4f2f;
	    font-size		: 120%;
	    margin		: 24pt 0pt 8pt 0pt;
	 }

	 #tekArticle hr{
	    border-width	: 2px 0px 0px 0px;
	    border-style	: dotted;
	    border-color	: #af7c57;
	    width		: 80%;
	    height		: 2px;
	    margin		: 14pt 10% 14pt 10%;
	 }

	 #tekArticle code{
	    color		: #8a5f3f;
	    font-weight		: bold;
	 }

	 #tekArticle tt{
	    color		: #af7c77;
	    font-weight		: bolder;
	 }

	 #tekArticle dt{
	    font-size		: 105%;
	    font-weight		: bold;
	    color		: #af7c47;
	 }

	 #tekArticle abbr{
	    border		: 0px none black;
	 }

	 #tekArticle p{
	    margin		: 0pt;
	    text-indent		: 10pt;
	 }
	 
	 #tekArticle li{
	    list-style-type	: square;
	    color		: #af7c47;
	 }
	 
	 #tekArticle li p{
	    text-indent		: 0pt;
	    margin-bottom	: 8pt;
	    color		: black;
	 }

	/*--(( /tek | overloading ))--*/



	/*--(( tek | classes ))--*/

		/*--(( tek | classes | block ))--*/ 

		 #tekArticle .intro, .coda{
		    color		: #3a0f00;
		    font-size		: 110%;
		    text-align		: center;
		    margin-bottom	: 14pt;
		 }

		 #tekArticle .question{
		    color		: #3a0f00;
		    font-weight		: 600;
		    margin-top		: 14pt;
		    margin-bottom	: 4pt;
		 }

		 #tekArticle .answer{
		    color		: #5a2f0f;	/* 44ff88; */
		    margin-bottom	: 8pt;
		 }

		 #tekArticle .action{
		    color		: #7a2f0f;
		    font-weight		: bold;
		 }

		 #tekArticle .signed{
		    text-align		: right;
		    margin		: 24pt;
		    color		: #7a4f2f;
		    font-size		: 110%;
		 }

		 #tekArticle .exampleBox{
		    border-width	: 2px;
		    border-style	: dashed;
		    border-color	: #8f6c57;
		    background		: #ffe8d7;
		    margin		: 10pt;
		    padding		: 0pt 5pt 0pt 10pt;
		  /*text-align		: center; */
		 }

		 #tekArticle .imageBox{
		   border-width		: 2px;
		   border-style		: dotted;
		   border-color		: #5a2f0f;
		   background-color	: #ffbc77;
		   padding		: 5px;
		 }

		 #tekArticle .headerBox{
		   border-width		: 1px;
		   border-color		: white;
		   text-align		: center;
		 }

		/*--(( /tek | classes | block ))--*/



		/*--(( tek | classes | inline ))--*/

		 #tekArticle .name1{
		    color		: #af7c57;	/* 22ffaa; */
		 }

		 #tekArticle .name2{
		    color		: #bf6c57;	/* 44ff88; */
		 }

		 #tekArticle .name3{
		    color		: #9f8c57;	/* 66ff66; */
		 }

		 #tekArticle .name4{
		    color		: #af7c47;	/* 88ff44; */
		 }

		 #tekArticle .name5{
		    color		: #8f6c57;	/* aaff22; */
		 }

		 #tekArticle .name6{
		    color		: #af7c77;	/* ccff00; */
		 }

		/*--(( /tek | classes | inline ))--*/

	/*--(( /tek | classes ))--*/

/*--(( /tek ))--*/



/*--(( tekComment ))--*/

 #tekComment{
   font-family		: Tahoma, MS Sans Serif, sans-serif;
 /*  font-size		: .84em; */
   color		: black;
   margin		: 8pt 10pt 8pt 10pt;
   padding		: 0pt;
 }

	/*--(( tekComment | classes ))--*/

	 #tekComment .comment{
	   padding		: 5pt 20pt 2pt 20pt;
	   margin		: 0;
	 }

	 #tekComment .signed{
	   text-align		: right;
	   margin		: 0pt 10pt 2pt 10pt;
	   border-width		: 1px 0px 0px 0px;
	   border-style		: solid;
	   border-color		: #af7c57; 
	 }

	 #tekComment .name{
	   font-weight		: bold;
	 }

	 #tekComment .date{
	   font-family		: Impact;
	   color		: #8f6c57;
	 }


		/*--(( tekComment | classes | userlevels ))--*/

		 #tekComment .anonymous, #tekComment .member, #tekComment .bunny{
		   background-color	: white;
		   border-width		: 2px;
		   border-style		: dotted;
		   border-color		: #af7c57; 
		   margin		: 0pt 0pt 4pt 0pt;
		 }

		 #tekComment .member{
		   background-color	: #ffdcc7; 
		 }

		 #tekComment .bunny{
		   background-color	: #efffc7; 
		 }

		/*--(( /tekComment | classes | userlevels ))--*/

	/*--(( /tekComment | classes ))--*/

/*--(( /tekComment ))--*/



/*--(( tekCommentField ))--*/

 #tekCommentField{
   font-family		: Tahoma, MS Sans Serif, sans-serif;
   font-size		: .84em;
   color		: black;
   background		: #ffe8d7;
   padding		: 10pt;
   margin		: 10pt;
   text-align		: center;
   border-width	: 2px;
   border-style	: dotted;
   border-color	: #8f6c57; 
 }

	/*--(( tekCommentField | overloading ))--*/

	 #tekCommentField table{
	   width		: 90%;
	   text-align		: left;
	 }

	 #tekCommentField textarea{
	   font-family		: Tahoma, MS Sans Serif, sans-serif;
	   background		: #ffd8b7;
	   color		: #5a2f0f;
	 }

	/*--(( /tekCommentField | overloading ))--*/



	/*--(( tekCommentField | classes ))--*/

	 #tekCommentField .input{
	   font-family		: Tahoma, MS Sans Serif, sans-serif;
	   width		: 90%;
	   background		: #ffd8b7;
	   border-width		: 2px;
	   border-style		: dotted;
	   border-color		: #8f6c57; 
	   color		: #5a2f0f;
	 }

	 #tekCommentField .submit{
	   color		: #5a2f0f;
	   background		: #af7c57;
	   border-width	: 1px;
	   border-style	: solid;
	   border-color	: #8f6c57; */
	 }

	 #tekCommentField .title{
	   font-family		: Tahoma, MS Sans Serif, sans-serif;
	   color		: #7a4f2f;
	   font-weight		: bold;
	   text-align		: right;
	   width		: 100px;
	 }

	/*--(( /tekCommentField | classes ))--*/

/*--(( /tekCommentField ))--*/
