/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* frame for Craig's head */

body {
    background: #eee;
    font-family: sans-serif;
    font-size: 14px;
    }

.wrapper {
    margin: 5px 0 5px 0;
    padding: 0 0 0 0;
	width: 975px;
	height: 100%;
	float: left;
	display: inline;
	position: relative;
}

p {
    text-align: justify;
    margin: 0 0 -13px 0;
    padding: 0 0 5px 0;
    display: block;
    position: relative;
}

/* how Craig's face gets drawn */

.not-even-an-icecream {
    padding: 2px 3px 2px 3px;
}


a.vanilla, a.vanilla-with-syrup, a.choco, a.lime {
    padding: 2px 3px 1px 3px;
    text-decoration: none;
}

a.vanilla, a.lime {
    color: #8886C1;
}

a.vanilla-with-syrup, a.choco {
    color: blue;
}

a.choco {
    background-color: #ccc;
}

a.lime {
    background-color: #fff;
}

a.vanilla:hover, a.vanilla-with-syrup:hover, a.choco:hover, a.lime:hover {
    text-decoration: underline;
}

form#search {
    display: inline;
    float: left;
    margin: -4px 0 0 0;
}

form#search p{
  position:relative;
  width:975px;
}

.egotistic {
  position:absolute;
  top:4px;
  right:0;
/*    text-decoration: none;*/
/*    text-align: right;*/
/*    display: inline;*/
/*    float: right;*/
  padding: 0 3px 0 0;
/*    margin: -6px 0 0 0;*/
/*    position: relative;*/
}

.egotistic a {
    color: blue;
    text-decoration: none;
}

.egotistic a:hover {
    text-decoration: underline;
}
