* { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}

#shell {
	background: #333 url("sidebar-bg.png") repeat-x fixed;
}

#sidebar, #main {
	color: #ccc;
	min-height: 1200px;
}

#sidebar {
	padding-top: 30px;
	width: 250px;

	float: left;
	text-align: right;
}

#sidebar h2 {
	background: url("alpha.png");
	margin: 1.5em 0 0 2em;
	padding-right: 0.5em;
}

#sidebar li {
	margin-left: 2em;
	padding: 0.5em;

	list-style-type: none;
}

#sidebar li a {
	display: block;
}

#sidebar p {
	margin-left: 2em;
	padding-right: 0.5em;
}

#logo {
	background: url("cynthia.nie.png") no-repeat right;
	height: 54px;
}

#logo a {
	display: block;
	height: 54px;
}

#main {
	background: #000 url("main-bg.png") repeat-x fixed;

	margin-left: 265px;
	padding: 30px 0 50px 15px;
}

#content {
	position: relative;
	z-index: 1;
	line-height: 1.5;
}

#hi-five {
	position: fixed;
	background: url("hi-five.png") no-repeat;

	width: 361px;
	height: 475px;

	bottom: 0;
	right: 0;
	z-index: 0;
}

#copyright {
	margin-top: 20em;
	font-size: 0.75em;
	text-align: center;
	color: #666;
}

h1 {
	padding-top: 32px;
}

.item {
	background: url("alpha.png");
	margin: 15px 0;
	padding: 15px;
	width: 400px;

	font-size: 0.85em;
}

.item dt {
	width: 5em;
	float: left;
	text-align: right;
	color: #659;
}

.item dd {
	padding-left: 6em;
}

.item p {
	padding-bottom: 1em;
}

.entry .item dd {
	padding-bottom: 0.75em;
}

.right {
	float: right;
	margin: 10px 0 10px 1em;
}

.left {
	float: left;
	margin: 10px 1em 10px 0;
}

img { border: 0; }

a.extended-entry-link {
	display: block;
	height: 1em;
	text-align: right;
}

a {
	text-decoration: none;
	color: #9999cc;
}

a:hover {
	color: #FFA500;
}

.item-bigger { width: 650px; }

/* resume styles */

#resume * {
	font-family: "Palatino Linotype", Georgia, serif;
	line-height: 1.5;
}

#resume table {
	margin-left: -1em;
}

#resume table td {
	font-size: 0.95em;
	vertical-align: top;
	padding: 0 0.5em 0.5em;
}

#resume td.category {
	text-align: right;
	width: 6em;
	font-weight: bold;
}

#resume td.half {
	width: 17em;
}

#resume td.date {
	width: 7.5em;
}

#resume li {
	list-style-type: circle;
}

#resume ul {
	padding-left: 1.25em;
}

/* tag cloud widget styles */

#sidebar .widget-tag-cloud a { display: inline; }

#sidebar .widget-tag-cloud .widget-content ul {
    margin-right: 0.5em;
    margin-left: 2em;
}

#sidebar .widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

#sidebar .widget-tag-cloud .rank-1  { font-size: 1.75em; }
#sidebar .widget-tag-cloud .rank-2  { font-size: 1.75em; }
#sidebar .widget-tag-cloud .rank-3  { font-size: 1.625em; }
#sidebar .widget-tag-cloud .rank-4  { font-size: 1.5em; }
#sidebar .widget-tag-cloud .rank-5  { font-size: 1.375em; }
#sidebar .widget-tag-cloud .rank-6  { font-size: 1.25em; }
#sidebar .widget-tag-cloud .rank-7  { font-size: 1.125em; }
#sidebar .widget-tag-cloud .rank-8  { font-size: 1em; }
#sidebar .widget-tag-cloud .rank-9  { font-size: 0.95em; }
#sidebar .widget-tag-cloud .rank-10 { font-size: 0.9em; }
