a {
	text-decoration:none;
}
/*
a:visited {
	color:#C00;
}
a:hover {
	color:#C00;
	text-decoration:underline;
}
a:active {
	color:#C00;
}
*/

.twtr-ft a img {
	display:none;
}
html, body {
	text-align:left;
	color:#454545;
	text-rendering: optimizeLegibility;
	margin:auto;	
	-webkit-text-size-adjust:none;
    
	
	/* fallback */
  background-color: #EDE9E8;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#F4F0F0), to(#EDE9E8));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #F4F0F0, #EDE9E8);
  
  /* Firefox 3.6+ */ 
  background: -moz-radial-gradient(circle, #F4F0F0, #EDE9E8);
  
  /* IE 10 */ 
  background: -ms-radial-gradient(circle, #F4F0F0, #EDE9E8);
}

h2{
font-size:23px;
padding-top:23px;
text-align:center;
color:#343434;
}

ol{
	margin-left:23px;
}

#homeshare
{
	position:fixed;
	top:20px;
	left:5px;
	width:265px;
	margin-left:25px;
}
/*.fb_edge_widget_with_comment span.fb_edge_comment_widget { 
	top: -175px !important; 
	left: -300px !important; 
	}
	*/
.twitter-share-button
{
	width:90px !important;
	margin-bottom: -1px;
	padding-left:10px;
}

.twitter-follow-button
{
	margin-top:5px;
	vertical-align:-1px;
}

#icon, #headshot
{
	
	width: 150px;
	height: 150px;
	margin-bottom: 6px;
	overflow: hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#icon
{
	margin:auto;
	margin-top:50px;
	text-align:center;	
}

#description
{
	font-family: 'Baskerville', Georgia;
	font-size:23px;
	line-height:29px;
	width:550px;
	margin:auto;
	margin-top:60px;
	margin-bottom:90px;	
	text-align:left;
	color:black;
}

#subhead, #bloghead
{
	font-family: 'Baskerville', Georgia;
	-webkit-font-smoothing: antialiased;	
	font-weight: bold;
	font-size:23px;
	text-align:center;
	color:#343434;
	width: 700px;
	margin:auto;
}

#bloghead
{
	margin-top:20px;
}

#blog
{
	font-family: 'Baskerville', Georgia;
	font-size:23px;
	line-height:29px;
	width:680px;
	margin:auto;
	padding-bottom:60px;
	color:black;

}
#bloghide
{
	display:none;
}

hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0;
}

blockquote {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-right: 23px;
	font-size: 23px;
	border-left: solid 7px #DDD;
	padding-left: 23px;
	padding-right: 0px;
}

#contributor, #thingTitle, #thingAuthor
{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;	
	-webkit-font-smoothing: antialiased;
	font-size:12px;
	padding-right:1px;
	font-size: 13px;
	line-height: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#contributor
{
	color:#191919;
	font-weight:bold;
}
#thingTitle
{
	padding-top: 6px;
	color:#888888;
	
}
#thingAuthor
{
	color:#AAAAAA;
}

table
{
	margin:auto;
	margin-top:20px;
}
td
{
	padding-left:15px;
	padding-right:15px;
}


td a:hover #contributor {
	color: #F00;
}

td a:hover #thingTitle {
	color: #888888;
}
td a:hover #thingAuthor {
	color: #AAAAAA;
}

tr
{
	height:290px;
	vertical-align:top;
}

.scrollPage{
	color:#C00;
	text-decoration:underline;	
}

.linky{
	color:#000;
	text-decoration:underline;
}
.linky:hover, .scrollPage:hover {
	color:#C00;
	text-decoration:underline;
}
.linky:active, .scrollPage:active {
	color:#C00;
}

.name, .handle{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;	
	-webkit-font-smoothing: antialiased;
	font-size:15px;
	text-align:center;
	
}

.name a:hover, .handle a:hover {
	text-decoration:underline;
}


.handle{
	color:#555;
	font-weight: normal;	
}

.name{
	color:#000;
	font-weight: bold;
}
