/* CSS Document */

body {
	background-image:url(../images/texture-sm.jpg);
	background-attachment:fixed;
	font-family:"Times New Roman",serif;
	font-size:12pt;
}

a {
	text-decoration:none;
}

h2, h3 {
	font-variant:small-caps;
}

.absolute {
	position:absolute;
	top:10px;
	left:24%;
}

.image {
	padding-right:12px;
	float:left;
	font-variant:small-caps;
	font-family:"Times New Roman",serif;
	font-size:10pt;
	padding-bottom:10px;
}

.sidebarOutside {
	height:12px;
	background-color:#2222AA;
}

.sidebarInside {
	height:5px;
	background-color:#5580A5;
}

.heading {
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
}

.c {
	color:#CC0011;
}

.i {
	color:#8000FF;
}

#background {
	top:0px;
	position:fixed;
	height:100%;
	width:72%;
	background-color:#E0EEE7;
	filter:alpha(opacity=70);
	-moz-opacity:0.70; /* For Mozilla Compatibility */
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-family:"Times New Roman",serif;
	font-size:7pt;
	text-align:right;
	color:#8888FF;
}

#content {
	float:right;
	width:68%;
	margin-left:10px;
	padding-bottom:10px;
	font-family:"Comic Sans MS", sans-serif;
	color:#000000;
}

#content p {
	text-indent:32px;
}

#content h1 {
	margin-top:0px; 
	margin-bottom:0px;
	font-family:"Times New Roman",serif;
	color:#8000E0;
	font-size:40pt;
}

#content h2 {
	margin-top:10px;
	margin-bottom:45px;
	line-height:20px;
	font-size:24pt;
	font-family:"Times New Roman",serif;
	color:#EE5566;
}

#content h3 {
	margin-top:40px;
	margin-bottom:10px;
	font-size:20pt;
	font-family:"Times New Roman",serif;
	font-weight:600;
	color:#2222AA;
}

#interviewEnd {
	font-variant:small-caps;
	font-family:"Times New Roman",serif;
	font-size:10pt;
}

#interviewEnd sup {
	font-variant:normal;
}

#imgLinks img {
	width:48px;
	height:48x;
	margin-top:10px;
	margin-left:2px;
	margin-right:4px;
	padding-left:0px;
	padding-right:4px;
	float:right;
	border:none;
}

#imgLinks img:hover {
	margin-right:0px;
	padding-left:8px;
	padding-right:0px;
	padding-top:5px;
}

#talkative {
	height:48px;
	width:48px;
	float:right;
	margin-top:10px;
	margin-left:2px;
	margin-right:4px;
	padding-left:0px;
	padding-right:4px;
	background-image:url(../images/smile_1.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#talkative:hover {
	margin-right:0px;
	padding-left:8px;
	padding-right:0px;
	padding-top:5px;
	background-image:url(../images/smile_7.png);
	cursor:pointer;
}

#content a, #content a:visited {
	color:#045F00;
}

#content a:hover {
	color:#0AA000;
}

#content ul {
	margin-top:2px;
}

#content table {
	border: 1px solid #2222AA;
}

#input, #output {
	padding-left:3px;
	letter-spacing:1px;
	border:1px solid #2222AA;
	font-size:12pt;
}

#input {
	font-family:"Times New Roman",serif;
	width:75%;
	background-color:#FFFFDC;
}

input {
	margin-bottom:12px;
}

#output {
	font-family:"Courier New",monospace;
	width:100%;
	margin-top:10px;
	padding-bottom:12pt;
	background-color:#BCDEFF;
}

#hr {
	height:4px;
	background:url(../images/hr.bmp);
	background-repeat:x-repeat;
	border:none;
	background-position:center;
	width:98%;
	position:left;
}

#sidebar {
	float:left;
	position:fixed; 
	top:0px;
	left:0px;
	background-color: #ABCDEF;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	font-family:"Courier New",monospace;
	font-size:10pt;
}

#toTop {
	padding-top:110px;
	text-align:center;
	vertical-align:bottom;
	color:#707070;
}

#toTop a, #toTop a:visited {
	color:#707070;
}

#toTop a:hover {
	color:#405050;
}

#sidebar a {
	color:#506060;
	padding-left:6px;
}

#sidebar a:visited {
	color:#008800;
}

#sidebar a:hover {
	color:#DDCCFF;
	background-color:#2222DD;
}

#sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#sidebar li {
	text-align:right;
	border-top:1px solid #5580A5;
}

#source {
	margin:0px;
	padding:0px;
	height:132px;
	width:128px;
	margin-left:-2px;
	background-image:url(../images/talk128x128.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
}

#source:hover {
	background-image:url(../images/talk128x128Hover.png);
	cursor:pointer;
	background-color:#2222DD;
}

#sourcePic a {
	padding:0px;
	margin:0px;
	height:128px;
	width:128px;
}

#note {
	border-left:1px solid #5580A5;
	background-color:#FFAA55;
	text-align:center;
	font-family:"Times New Roman",serif;
	font-size:12pt;
}

#note a, #note a:visited {
	color:#506060;
	padding:0px;
	margin:0px;
}

#note a:hover {
	color:#FF0000;
	background-color:#FFAA55;
	padding:0px;
}

#sidebar h1 {
	text-align:left;
	padding-top:2px;
	margin-top:0px;
	margin-left:3px;
	margin-bottom:2px;
	color:#2222AA;
	font-family:"Times New Roman",serif;
	font-size:14pt;
	font-weight:bold;
}

#note h1 {
	margin-left:0px;
	text-align:center;
}

#sidebar {
	width:9.48em;
}

#talkativeLink, #biblioLink, #aiLink, #stumbleLink {
	background-repeat:no-repeat;
	background-position:2%;
}

#talkativeLink {
	background-image:url(../images/talk16x16.png);
}

#talkativeLink:hover {
	background-image:url(../images/talkhover16x16.png);
}

#stumbleLink {
	background-image:url(../images/Stumbleupon_16x16.png);
}

#biblioLink {
	background-image:url(../images/biblio.png);
}

#aiLink {
	background-image:url(../images/bulb.png);
}

