/* Core site */


body
{
   background-color: #ffffff;
   color: #000000;
}

#root
{
	padding-top: 24px;
	font-size: 12px;
}

#root p
{
	margin-bottom: 12px;
}

#footer
{
	padding-bottom: 24px;
}

h1, h2, h3
{
	margin-bottom: 6px;
	padding-bottom: 0px;
}

h1
{
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 32px;
}

h2
{
	color: #E36200;
	font-size: 24px;
}

h3
{
	color: #F95600;
	font-size: 20px;
}

.title .desc
{
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #AFAFAF;
}

a.titleextra
{
	font-size: 14px;
	padding-left: 12px;
}
.content
{
	font-size: 14px;
}

.bragcore h2
{
	border-bottom: 3px solid #D1D1D1;
	-webkit-border-radius: 2px;
}

ul.prolist, ul.braglist
{
	list-style: none;
	margin: 0px;
}

ul.braglist a, ul.prolist a
{
	text-decoration: none;
}

ul.braglist .caption
{
	margin-left: 38px;
}

.brag
{
	font-size: 16px;
}

div.extra
{
	margin-bottom: 3px;
}

#twitter_update_list
{
	font-size: 11px;
}

#twitter_update_list p
{
	margin-bottom: 3px;
	padding-bottom: 0px;
}

#crumbs
{
	font-weight: bold;
}

img.bimg
{
	border: 2px solid #CCCCCC;
	margin: 3px;
}

/* github badge */

#github-badge {
  padding: .2em;
  color: black;
  background-color: white;
  font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
 
#github-badge a {
  color: #4183c4; /* blue */
  background-color: white;
  text-decoration: none;
}
 
#github-badge a:hover {
  color: #4183c4; /* blue */
  text-decoration: underline;
}
 
#github-badge a:visited {
  color: #4183c4; /* blue */
}
 
#github-badge div.header {
  font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
 
#github-badge .header span {
  font: 15px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
 
#github-badge .footer {
  font: 10px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
 
#github-badge .repos ul#repo_listing {
  padding: .2em;
  margin: 0px;
}
 
#github-badge .repos li {
  list-style: none;
  margin-bottom: 0.25em;
  padding: .1em;
  font-size: 110%;
  background: transparent none repeat scroll 0%;
}
 
#github-badge .repos img {
  padding-right: .2em;
  vertical-align: middle;
}
 
#github-badge .repos .public {
  border: 1px solid #d8d8d8;
  background-color: #f0f0f0;
}
 
#github-badge .repos .public a {
  background-color: #f0f0f0;
}
 
#github-badge .repos .public .description {
  margin-left: 18px;
}
 
#github-badge .clickable {
	cursor:	pointer; 
	cursor:	hand;
}