body {
  font-family: Verdana, Helvetica, sans-serif;
  #E8E8CE url(img/bg.gif) repeat-x fixed 0 0;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
code {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	white-space:wrap;
	display:block;
	border:1px solid #999;
	overflow:hidden;
	font-family:monospace;
	font-size:70%;
}

#navigation_wrapper {
	width:100%;
	clear:both;
	text-align: center;
	color: #ccc;
	}

.navigation {
	list-style-type: none;	
	margin:0;
	}
				
.navigation li{
	display:inline;
	margin: 0 1px;
	padding: 0 1px; 
	font-family: Arial, "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
				}
					
.navigation li a{
	text-decoration: none;
				}
					
.navigation li a:hover{
	background:#ddd;
				}

#news {
	width:80%;
	padding-left:10%;
	}

.news_article {
	border-bottom:1px dashed;
	}

.news_article h3 {
	background-color:#cccccc;
	}
	
#about {
	width:80%;
	padding-left:10%;
	}
	
#footer_authors{
	margin-top:100px;
	text-align:center;
	font-size:0.6em;
	}
	
.instructions 
{
	width:80%;
	margin-left:10%;
	font-size:14px;
}

.instructions h2 {
		font-size:18px;
		background: #cfcfcf;
		padding:10px 10px 10px 50px;
		text-align:left;
	}
	
.instructions code {
		max-height:50px;
		overflow:scroll;
	}

.instructions_blogger {
	background: url(/img/platforms/blogger.gif) no-repeat; 
  padding-left:40px;
	}


.instructions_wordpress {
	background: url(/img/platforms/wordpress.gif) no-repeat; padding-left: 40px;
	}
	
.instructions_embed {
	background: url(/img/platforms/embed.gif) no-repeat; padding-left: 40px;
	}
	
.user_page {
	border: 2px solid;
	float: left;
	width: 320px;
	margin: 10px;
	background: #fff;
	font-size: 12px;
}

.user_page_header {
	background: lightblue;
	height: 50px;
	margin: 0;
}



.user_page h3 {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 15px;
	}
	
.user_page ol {
	padding-left:30px;
}

#why p {
	margin:2px 20px 10px;
}

#why big {
	color: #005;
}

