/* The styles in this sheet are just for presentation and *shouldn't* effect 
the way the corners work -- in theory anyway*/
body, body * {
	padding:0; margin:0; /* global whitespace reset removes all default paddings and margins to simplify things */
}
body  {
	padding-bottom:1em;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
}
#container {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1em;
}

h1 span{
	font-size:50%;
	font-style:italic
}
h6#copyright {
	color:#666;
	text-align:center;
	margin-top:.5em;
	clear:both;
	font-size:1em;
}
h5 {
	font-size:1.3em;
}

div#header{
	margin-left:1em;
	width:auto;
}
div.column {
	width:28%;
	float:left;
	margin-left:1em;
}
div.rounded .note {
	font-weight:bold;
	}
div.rounded span.date {
	color:red;
	font-variant:small-caps;
	text-transform:capitalize;
	margin-right:.5em;
	background:#fff;
	padding:1px 4px;
	}
div#code, div#instructions {
	width:66%;
	float:right;
	clear:none;
} 
div#code2 {
	width:66%;
	float:right;
    background-color:#000;
	margin:10px 10px 50px 5px;
} 
/* logo styling */
div.rounded a img{
	border:0 none;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	display:block;
	}

p, li {
font: 1.2em Arial, Helvetica, sans-serif
}
ul.corners li {
	list-style: none;
	padding-right: 20px;
}
ul.corners li img {
	padding: 20px;
	border: 2px dashed #ddd;
	background-color:#fff
}
div.rounded pre {
color:#333;
font: small "Courier New", Courier, monospace;
}
div.rounded pre code{
display:block;
width:90%;
background-color:#eee;
color:#333;
font: 85% "Courier New", Courier, monospace;
margin-right:10em;
padding:1em ;
}