/*
Theme Name: Blackboard
Theme URI: http://silwing.dk
Description: Blackboard theme for Codename: Codename
Version: 0.1
Author: Randi Hillerøe
Author URI: http://silwing.dk
Tags: two columns,blackboard,silwing
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	background: transparent;
}

.clearfix:after {
	content: "&nbsp;";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body
{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 10pt;
	color: #d7d7d7;
	background: #555555;
}

h1
{
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 32pt;
}

h2
{
	font-family: 'Reenie Beanie', arial, serif;
	border-bottom: dotted 1px #D7D7D7;
	font-size: 28pt;
	font-weight: normal;
	width: 100%;
}

h3
{
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 20pt;
}

#container
{
	width: 100%;
	height: 100%;
}
#top
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 125px;
	background-image: url('images/top.png');
}
.no-borderimage #body, .no-js #body
{
	position: relative;
	width: 920px;
	height: 540px;
	padding: 5px 40px;
	margin: 0 auto 0 auto;
	background-image: url('images/body.png');
}

.borderimage #body
{
    position: relative;
    width: 920px;
    min-height: 300px;
    padding: 5px 15px;
    margin: 0 auto;
    border-width: 0 25px;
    -webkit-border-image: url("images/body.png") 0 25 0 25 stretch stretch;
    -moz-border-image: url("images/body.png") 0 25 0 25 stretch stretch;
    -o-border-image: url("images/body.png") 0 25 0 25 stretch stretch;
    border-image: url("images/body.png") 0 25 0 25 stretch stretch;
}

.no-borderimage #content, .no-js #content
{
	margin: 0;
	padding: 0;
	width: 920px;
	height: 490px;
}

.borderimage #content
{
    margin: 0;
    padding: 0;
    width: 920px;
    min-height: 250px;
}

.no-borderimage #main, .no-js #main
{
	float: left;
	padding: 0;
	margin: 0;
	width: 700px;
	height: 490px;
	overflow: auto;
	background: transparent;
}

.borderimage #main
{
    float: left;
    width: 700px;
    min-height: 250px;
}

.widget-container
{
	list-style: none outside none;
}

.no-js .sidebar, .no-borderimage .sidebar
{
    overflow: auto;
}

.sidebar
{
	margin: 0;
	padding: 2px;
	width: 200px;
	float: right;
	border: dashed 2px #D7D7D7;
}

.sidebar p
{
	font-size: 10pt;
}

.sidebar h3
{
	font-family: 'Reenie Beanie', arial, serif;
	border-bottom: dotted 1px #D7D7D7;
	font-size: 15pt;
	width: 100%;
	margin-top: 10px;
}

.sidebar ul
{
	padding: 2px;
}

ul.xoxo
{
	padding-top: 0px;
}

ul.xoxo ul li
{
	margin: 0;
	font-size: 8pt;
	padding: 0;
	list-style: url('images/arrow.gif') inside;
	font-size: 8pt;
}

li.widget
{
	list-style: none;
}

#bottom
{
	position: relative;
	width: 1000px;
	height: 103px;
	margin: 0 auto;
	background-image: url('images/bottom.png');
}
#footer
{
	text-align: center;
	width: 920px;
	height: 70px;
	margin: 0 auto;
}
#footer p
{
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
#menu
{
	margin: 0;
	padding: 0;
	width: 920px;
	height: 35px;
	background: transparent;
}
#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: url('images/light_menu.png') no-repeat;
	/*border: dotted 1px #D7D7D7;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#menu li
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	border-right: dotted 1px #D7D7D7;
	display: inline;	
}
#menu li:last-of-type
{
	border-right: none;
}
#menu li a
{
	font-size: 12pt;
	color: #D7D7D7;
	text-decoration: none;
}
#menu li a:hover
{
	color: #ab4343;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #AB4343
}

pre{
	font-family: Monaco, Courier;
    font-size:12px;
    border:1px solid #d7d7d7;
    line-height:20px;
    width:600px;
    overflow:auto;
    overflow-y:hidden;
    margin:0;
    padding: 18px 10px;
}
pre code{
    font-family:Monaco,Courier;
    display:block;
    margin:0 0 0 40px;
    padding:18px 0;
}


/* =Forms
-------------------------------------------------------------- */
input[type="text"], textarea {
-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1) inset;
background:none repeat scroll 0 0 #F9F9F9;
border:1px solid #CCCCCC;
padding:2px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	font-size: 20pt;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

code
{
	width: 300px;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
