body {
	margin: 10px 40px 40px;
	width: 650px;
	background: #e6e6e6 url('/img/bg.png') repeat-x;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

strong { font-weight: bold; }

#header {
	margin-bottom: 10px;
	width: 650px;
	height: 80px;
}

h2.date {
	font-size: 16px;
	text-align: center;
	color: #555;
}

img.icon {
	padding-right: 10px;
}

#blurb {
	font-size: 0.65em;
	text-align: right;
	float: right;
	width: 100px;
	background: transparent url('/img/twitter.gif') no-repeat scroll top right;
	padding-right: 20px;
	margin-top: 5px;
	line-height: 16px;
}

#menu {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	font-size: 0.75em;
}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-top: 5px;
		
	}
	
	#menu li {
		padding: 0 7px;
		display: inline;
		border-left: 2px solid #BBB;
	}
	
	#menu li.first {
		border-left: 0;
	}

	
#content {
	clear: both;
}	

#footer {
	font-size: 0.75em;
	border-top: 1px solid black;
	padding: 4px;
}

div.footer-links {
	
}

a img { border: none; }

a:link {
	color: #2E83A1;
}

a,
a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2E83A1;	
}

a:hover {
	text-decoration: underline;
}

a.feed-link:hover, a.feed-link:active { background: transparent; }

a.al:link { text-decoration: none; border-bottom: 1px dashed #90C3D5; }

div.buzz-item {
	margin-bottom: 18px;
}

img.thumbnail {
	float: left;
	border: 1px solid #C9C2C1;
}

div.avatar {
	border: 1px solid #C9C2C1;
	width: 48px;
	height: 48px;
	float: left;
}

div.avatar img {
	float: left;
}

div.employee-badged {
	height: 64px;
}

div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-left: 53px;
}
	
	div.bubble blockquote {
		margin: 0px;
		padding: 0px;
		border: 1px solid #c9c2c1;
		background-color: #fff;
	}

	div.bubble blockquote p {
		margin: 10px;
		padding: 0px;
	}

	div.bubble cite {
		position: relative;
		margin: 0px;
		padding: 7px 0px 0px 15px;
		top: 6px;
		background: transparent url('/img/tip.gif') no-repeat 20px 0;
		font-style: normal;
	}
	
div.blog-post {
}

	div.blog-post h3 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: .80em;
	}
	
	div.blog-post p {
		margin: 0 0 10px 90px;		
	}
	
	div.blog-post p, 
	div.blog-post cite {
		width: auto;
		font-size: 0.75em;
		padding: 0;
		margin-left: 90px;
		display: block;
		font-style: normal;
	}

.s1 { color: #366CD4; }
.s2 { color: #D4368C; }
.s3 { color: #E39F27; }

#pages, #dates, #date-selector, .navitem {
	font-size: 12px;
	margin: 5px 0 10px 0;
	text-align: center;
}

.subtitle {
	font-size: 10px;
	position: relative;
	left: 10px;
	top: -2px;
}

div.employee {
	text-align: center;
	width: 100px;
	height: 115px;
	float: left;
}

div.employee img {
	border: 1px solid #C9C2C1;
}

div.employee .name {
	font-size: 0.75em;
}

div.employee .followers {
	font-size: 0.6em;
}

div.employee .rank {
	font-size: 0.6em;
}

div.employee .top5 {
	font-size: 0.7em;	
	font-weight: bold;
}

div.clear { clear: both; }

small {
	font-size: 10px;
}

p.info {
	font-size: 0.75em;
	text-align: center;
	padding: 0;
	margin: 0 0 15px 0;
}

p.info span {
	background-color: #FAFAFA;
	color: #D4368C;
	padding: 2px;
	font-weight: bold;
}

code {
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 2px;	
}

cite.props {
	font-size: 10px;
	font-style: normal;
	color: #888;
}

div.article {
	border: 1px solid #808080;
	background-color: #F0F0F0;
	padding: 15px;
	margin-bottom: 10px;
}

	div.article h3 {
		margin-top: 0;
	}

	div.article ol {
		margin-top: 25px;
	}

	div.article ol li {
		margin-bottom: 25px;
	}
	
	div.article code {
		background-color: #FFF;
	}

div.error {
	color: red;
	font-weight: bold;
	padding: 10px;
}

div.confirmation {
	color: green;
	font-weight: bold;
	padding: 10px;
}

div.info {
	border: 1px solid black;
	font-size: .75em;
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color: #FEF6A8;
}

label {
	display: block;
}

#welcome {
	padding-bottom: 8px;
	text-align: center;
	font-size: 12px;
	color: #555;
	font-weight: bold;
}
#header h1 { margin: 0; padding: 0; font-size: 20px; color: #000; height: 24px;
line-height: 24px; }
#header h2 { margin: 0; padding: 0; font-size: 13px; color: #505050; }
#header h3 { margin: 0; padding: 0; font-size: 12px; color: #808080; }
#logo { float: left; margin-right: 10px; }
#logo img { border: 1px solid black; }
#blurb { width: 20%; }

#start { margin-top: 7px; }

#start_guide {
	border: 1px solid gray;
	background-color: #fff;
	font-size: 15px;
	padding: 15px;
	margin-bottom: 10px;
}

#start_guide h1 {
	font-size: 18px;
	margin: 0px;
}
