body{
    margin: 0;
    padding: 0;
}

#main{
    width: 950px;
    margin: auto auto;
}

#turtle > embed {
    display:none;
}

#content{
    float: left;
    width:430px;
    margin-left: 520px;
    padding-left:10px;
    background: rgb(249,47,26);
    border-style: solid;
    border-color: #93B9FF;
    border-radius:0 10px 10px 0;
    height: 580px; /* I hate CSS */
    /*box-shadow: 7px 5px 5px #000000;*/
    box-shadow:  -10px -10px 2px rgba(0, 0, 0, 0.2) inset,0px 8px 2px rgba(255, 255, 255, 0.5) inset,7px 5px 5px #000000;

}

#htmlsnippet {
    width: 800px;
    font-size: 10px;
}

#bbcode {
    width: 800px;
    font-size: 10px;
}

#oldcode {
     width:98%;  
    height:200px;
    color:white;
    margin-right: 10px;
    padding:1%;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: pre;
    font-family: monospace;
    z-index: 10;
    box-shadow: inset 2px 2px 15px black;
}

#code {
    float:left;
    width: 98.8%;
    height: 300px;
    margin-bottom:10px;
}

#left-content{
    float: left;
    width: 520px;
    margin-left: -945px;
    height: 580px;
    background: rgb(249,47,26);
    border-style: solid;
    border-color: #5370C0;
    border-radius:10px 0 0 10px;
    box-shadow: 8px 8px 2px rgba(255, 255, 255, 0.5) inset, -10px -10px 2px rgba(0, 0, 0, 0.2) inset,7px 5px 5px #000000;
}

#canvas {
    margin: 10px 0 10px 0;
}

#textOutput {
	margin: 10px 0 10px 0;
	position: absolute;
	font-size: 20px;
	background-color: transparent;
}

#turtle  {
	margin: 10px 0 10px 0;
    height: 20px;
    width: 20px;
	position: absolute;
	font-size: 20px;
	background-color: transparent;
}
#notes {
    clear: left;
    width: 100%;
    height: 1000px;
}

#footer{
    clear: left;
    width: 100%;
    background: black;
    text-align: center;
    padding: 4px 0;
    border-style: solid;
    border-color: black;
}

#recent ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#recent ul li {
    padding: 10px;
    display: inline; 
    vertical-align: middle;
}

#recent ul li a { text-decoration: none; }

#recent ul li a img { border: none; }
#recent{
    clear: left;
    width: 100%;
    background: white;
    color: #FFF;
    text-align: center;
    border-style: solid;
    border-color: black;
}

#footer a{
    color: #FFFF80;
}

.inner{
    margin: 2px 2px 2px 10px;
}
