body {
    margin-bottom: 20em;
}

table {
    font-size: 100%;
}


/* ----------------------------- Global Definitions -------------------- */

body {
    margin: 0px;
    padding: 0px;
    font-family: "georgia", "times", "times new roman", serif;
    color: #222;
    background: #fff;
    font-size: 10px;
    quotes: "\201C" "\201E" "\2018" "\2019";
}

@media screen {
    body {
        background-image: url(../images/stata.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

a:link {
	color: #222;
}

a:visited {
	color: #666;
}

a:hover {
	color: #000;
}

a:active {
}

a:focus {
}

img {
	border: none;
}

/* ----------------------------- Body ---------------------------- */

#body {
    padding: 10px 10px 10px 10px;
    margin: 0px 20px 10px 20px;
}

#body h1,h2,h3,h4 {
    color: #666;
}

#body h1 {
    border-top: 1px solid #ccc;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 3px 8px 3px 12px;
    margin: 15px -30px 35px -30px;
}

#body h2 {
    border-bottom: 1px solid #ccc;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

#body .steps li {
    padding: 5px;
}

#body .note {
    margin: 3px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #eee;
}

#body .note:before {
    content: "Note: ";
    font-weight: bold;
}

#body .figure {
    text-align: center;
}

#body .figure img {
    border: 1px solid #ccc;
}

#body pre {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
}

#body .screenshot {
    text-align: center;
}

#body .notice {
    margin: 15px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
}

#body .notice:before {
    content: "Notice: ";
    font-weight: bold;
}

#body dl dt {
    font-weight: bold;
    padding: 5px;
}

#body p.important { 
	margin: 40px 0px 40px 0px; 
	text-align: center; 
	font-size: 130%; 
	font-weight: bold; 
}

#body #slideshow {
    border: 1px solid #ccc;
    background-image: url(../images/body_back.gif);
    background-position: top left;
    background-repeat: repeat-x;
    margin-left: 30px;
    margin-right: 250px;
    height: 14em;
}

#body #slideshow .item {
    display: none;
    margin: 10px;
}

#body #slideshow .item .icon {
    margin: 10px;
    float: right;
}

#body #slideshow .item .title {
    margin: 10px;
    font-size: 300%;
    font-weight: bold;
    font-family: "verdana", "helvetica", "arial", sans-serif;
}

#body #slideshow .item .description {
    margin: 10px;
    font-size: 130%;
    height: 8em;
}

#body #slideshow .item .logo img {
    border: 1px solid #ccc;
}

/* ----------------------------- Additional---------------------- */    

.timeline-default {
    font-family: Trebuchet MS, Helvetica, Arial, sans serif;
    font-size: 6pt;
    border: 1px solid #aaa;
}

.html {
    font-family: Courier New, Courier;
}

.code {
    font-family: Courier New, Courier;
}

.code-block {
    font-family: Courier New, Courier;
    margin: 1em;
}

.highlight {
    background: #FFFFE0;
}

.itf-member {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ddd;
}

.itf-member-prototype {
    font-family: Courier New, Courier;
}

.itf-member-description {
    margin: 1em 1em 0 1em;
}

.itf-member-name {
    font-family: Courier New, Courier;
    font-weight: bold;
    color: #008;
}

.itf-member-param {
    font-family: Courier New, Courier;
    font-style: italic;
}

#instructions {
	font-family: "verdana", "helvetica", "arial", sans-serif;
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 1em;
	font-size: 15px;
}

#blog-links {
	font-size: 12px; 
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-weight: bold;
	text-align:right; 
	margin-right: 2.5%;
}