@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #333;
}

#footer {
	clear: both;
	height: 60px;
}

#accessible {
	text-indent: -9999px;
	height: 0px;
}
a:link {
	color: #ACA;
}

a:visited {
	color: #693;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #9F0;
}

#sidebar a:link {
	color: #333;
}
#sidebar a:visited {
	color: #333;
}
#sidebar a:hover {
	color: #000;
}
#sidebar a:active {
	color: #9F0;
}

#banner {
	position: absolute;
	height: 160px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 170px;
	padding-bottom: 0px;
	text-align:left;
}

#main {
	background-color: #222;
	float: left;
	width: 620px;
	background-image: url(images/main-rounded-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#studentwork td {
	font-size: 11px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


#studentwork #main {
	background-color: #222;
	float: left;
	width: 900px;
}

#actions #main {
	background-color: #222;
	float: left;
	width: 900px;
}


#actions td {
	font-size: 13px;
	padding: 4px;
	border: 1px dotted #666;
}

.main-bot{
	background-image: url(images/main-rounded-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
#sidebar {
	background-color: #ACA;
	float: right;
	width: 260px;
	background-image: url(images/sidebar-rounded-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.side-bot {
	background-image: url(images/sidebar-rounded-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
#sidebar h1 {
	color: #222;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0em;
	font-weight: bold;
	line-height: 22px;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	color: #FFF;
	margin: 15px;
}
#sidebar p {
	color: #222;
	margin: 15px;
}



.post {
  margin:.3em 0 25px;
  padding:0 13px;
/*  border:1px dotted #444;
  border-width:1px 0;*/
  }
.top {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	float: right;
}
.small {
	font-size: 11px;
}


  
.post-body {
	border:1px dotted #444;
	border-width:0 1px 1px;
	border-bottom-color:#444;
	padding:5px 20px 5px 29px;
  }
  
h2 {
	margin:0;
	font-size:20px;
	line-height:normal;
	background:url("images/arrow.gif") no-repeat 10px .5em;
	display:block;
	border:1px dotted #444;
	border-width:0 1px 1px;
	padding:2px 14px 2px 29px;
	color:#FFF;
	background-color:#000;
	font-weight: normal;
  }
h3 {
	color: #ACA;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	margin:0;
	font-size:18px;
	line-height:normal;
	background:url("images/arrow.gif") no-repeat 10px .5em;
	display:block;
	border:1px dotted #444;
	border-width:0 1px 1px;
	padding:2px 14px 2px 29px;
	color:#FFF;
	font-weight: normal;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-image: url(images/square.gif);
}
ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

.question {
	font-size: 14px;
	font-style: italic;
	color: #ACA;
}
h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 5px;
}
.jump {
	float: right;
	background-color: #ACA;
	margin: 15px;
	padding: 2px;
	border: 1px dotted #333;
}

.coder {font-family: "Courier New", Courier, mono}

blockquote {
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

.code {
	border: 1px solid #222;
	list-style-position: outside;
	color: #8cab63;
	margin: 25px 0 !important;
	margin-left: 0 !important;
	font-family: "Courier New", Courier, monospace;
	background-color: #222;
	}
.source {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #8CAB63;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 45px;
}

	
 .code li {
	border: 1px solid #222;
	margin: 1px 0 !important;
	margin-left: 0 !important;
	background: #333;
	font-family:  "Courier New", Courier, monospace;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: -10px;
	margin-left: 60px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 12px;
		}
		
		#learning {
	width: 425px;
	float: left;
}

#inspire {
	width: 425px;
	float: left;
	margin-left: 15px;
}

#resources #main {
	background-color: #222;
	float: left;
	width: 900px;
}

#resources h2 {
	font-size: 14px;
	margin-bottom: 3px;
}