/*
    ###########################################################################
    ## General Style
    ###########################################################################
*/

* {
    font-size: 12pt;
    font-family: Arial, Verdana, sans-serif;
    color: black;
    background-color: white;
}

body {
    background: 0;
}

#container {
    width: 100%;
    border: 0;
}

h1 {
    font-size: 1.5em;
    display: block;
}

h2, h3 {
    font-size: 1.0em;
}

a {
    text-decoration: none;
    color: blue;
}

hr {
    border: 1px solid black;
}

td {
    padding: 0.3em;
}

.clearer {
    clear: both;
    height: 1px;
    width: 100%;
}

.smaller {
    font-size: 0.8em;
}


/*
    ###########################################################################
    ## Content Section
    ###########################################################################
*/

#content {
    text-align: justify;
    line-height: 140%;
    margin-bottom: 4px;
    margin-top: 1px;
}

#content > h1:first-child  {
    padding-top: 1em;   
}

#content p, #content h1, #content h2, #content h3, #content div {
    margin-bottom: 1.4em;
}

/*
    ###########################################################################
    ## Profile & Solution Style
    ###########################################################################
*/

#content .col {
    font-weight: bold;
    display: block;
    margin-bottom: 1.0em;
    font-size: 1em;
}

.desc {
    padding-left: 2em;
    display: block;
    margin-bottom: 1em;
}

.profile_pic {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 140px;
	height: 180px;
	border: 1px solid #AAAAAA;
}

code {
	font-size: 0.8em;
	background-color: rgb(240,240,240);
	display: block;
	border: 1px solid black;
	padding: 0.5em;
    margin-bottom: 1em;
    white-space: pre;
    font-family: monospace;
}
code span.h {
	font-weight: bold;
}

span.code, td.code {
	font-size: smaller;
	background-color: rgb(240,240,240);
	font-family: monospace;
}

/*
    ###########################################################################
    ## Reference Style
    ###########################################################################
*/
table.reference_entry {
    width: 100%;
    margin-bottom: 5%;
}

table.reference_entry th {
    width: 20%;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

table.reference_entry td {
    text-align: justify;
    vertical-align: top;
}

table.reference_entry caption {
    text-align: left;
    border-bottom: solid 1px #4D687F;

}

table.reference_entry caption span.period {
    font-style:italic;
}

/*
    ###########################################################################
    ## invisible
    ###########################################################################
*/
#footer, #header, #menu, #breadcrumb, #logo, #warning {
    display: none;
}