@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	background: #e5e5e5 url('/img/bg.jpg') repeat-x;	
	font: 400 14px/18px UbuntuRegular;
	color: #494949;
}


#header {
	position: absolute;
	top: 0;
	left: 0;
}	

#content {
	float: right;
	margin-top: 140px;
	padding-top: 30px;
	padding-right: 40px;
	width:670px;
	position: relative;
	
	
	xborder: 1px solid;
}


#content H1 {
	padding: 10px 0;	
	font-family: UbuntuMedium;
	font-size: 28px;
	line-height: 34px;
}

 H2 {
	padding: 20px 0 5px 0;	
	line-height: 28px;
}

#content H3 {
	padding: 20px 0 5px 0;	
	font-family: UbuntuBold;
	font-weight: normal;
}

#content P {
	margin: 10px 0;	
}

#content UL, #content OL {
	padding: 5px 5px 5px 15px;	
}

#content LI {
	padding-left: 10px;	
}

#socialTop {
	position: absolute;
	top:5px;
	right:50px;
}

#subheadTop {
	position: absolute;
	top:10px;
	left:0px;
	color: #5E5E9F;
	
}

#socialFoot {
	float: right;
	padding-right: 30px;
}

#navhead #navbar {
	background: #b8cadb;
	border-top: solid #5e5e9f 1px;
	border-bottom: solid #5e5e9f 1px;
	padding: 5px 10px;
	margin: 10px 0;
	width: 650px;
	text-align: center;
	font-family: UbuntuMedium;
}

#navbar #navprev, #navbar #navnext {
	color: white;
	font-weight: 500;
	font-size: 12px;
	width: 150px;
}

#navbar #navnext {
	float: right;
	text-align: right;
}

#navbar #navprev {
	float: left;
	text-align: left;
}

#navbar #navselect {
	color: white;
	font-size: 12px;
	xfont-weight: 500;
	
	margin: 0px auto;
}

#navbar a {
	color: white;	
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;	
}

#footer {
	background: url('/img/footbg3.jpg') no-repeat bottom center;	
}

#footercontent {
	position: relative;
	height: 150px;
	width: 930px;
	margin: 0px auto;
	color: #ffffff;
	
}

#copy {
	position: absolute;
	bottom: 0px;
	left: 415px;
	text-shadow: #333 0 1px 1px;
	font-size: 13px;
}

#hosted {
	position: absolute;
	bottom: 0px;
	right: 15px;
	text-shadow: #333 0 1px 1px;
	font-size: 13px;
	font-family: UbuntuLight;
}

#hosted a {
	font-family: UbuntuMedium;
	color: #ffffff;
}

a {
	color: #5E5E9F;
	font-weight: normal;
	font-family: UbuntuBold;
}

a:hover {
	color: #B8CADB;
}

B {
	font-weight: normal;
	font-family: UbuntuBold;
}


#leftBar {
	float: left;
	width: 200px;
	margin-top: 140px;
	padding-left: 40px;
}



/* clearfix css */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

code.command {
  font-weight: bold;
  font-size: 16px; 
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

pre.matrix {
     padding: 8px;
      background-color: black;
      color: lightgreen;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

p.important { font-size: 12px; background-color: #ffff22; color: black; border-color: #0000ff; border-style: solid; border-width: thin; padding: 10; text-align: center; }

div.quote { 
    background-color: lightgray;
    background-image: url('/quote.png');
    background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 20px;
}


@media print {
  #leftBar { 
        display: none;
        width: 10px;
        float: left;
        margin-top: 10px;
        padding-left: 5px;
  }
  #content { width: 90% }
  #sitemenu { display: none !important }
  #socialTop { display: none !important }
  #socialFoot { display: none !important }
  #cvlinks { display: none !important }
 
}
