/* marekj.com global css definitions*/

  body { color: rgb(34, 34, 34);
    font-family: "Book Antiqua",Georgia,Palatino,Times,"Times New Roman",serif;
    line-height: 145%;
    margin-top: 1em;
    margin-left: 1em;
    }

  h1, h2, h3, h4, h5, h6, p#tagline, #menu, .Footer, #breadcrumb { margin: 0pt;
    padding: 0pt;
    font-family: "Lucida Grande",Tahoma,"Trebuchet MS",Verdana,Lucida,Geneva,Helvetica,sans-serif;
    }

  h1 { font-size: 180%;
    background-color: white;
    color: maroon;
    text-shadow: ;
    }

  h2 { border-bottom: 1px solid rgb(204, 204, 204);
    margin-top: 1em;
    font-size: 120%;
    text-shadow: ;
    background-color: rgb(240, 240, 220);
    }

  h3 { margin-top: 1em;
    font-size: 100%;
    }

  p#tagline { margin: 3px 0pt 6px 2px;
    font-size: 90%;
    font-weight: bold;
    background-color: white;
    color: maroon;
    }

  #wrapper { border-width: 0pt 1px 0pt 0pt;
    border-right: 1px solid rgb(204, 204, 204);
    margin: 1em 2em 0pt 0pt;
    float: left;
    width: 66%;
    color: rgb(34, 34, 34);
    background-color: white;
    padding-right: 10px;
    }
	
	#main blockquote {
	border-left: 3px solid rgb(200, 200, 40);
	padding-left: 1.2em;
	font-size:1.2em;
	}
  #menu { font-size: 80%;
    }

  #menu h2 { border-style: none;
    background-color: white;
    color: maroon;
    }

  #menu ul { list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    }

