/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.1
Author: Martijn Stegink
Datum: 10 juli 2007
*/

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 2em Georgia, Palatino, serif;
	color: #525252;
}

h1 {
	margin: 0.5em 0 .25em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	margin: 0;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4, h5, h6 {
	font-size: 1.25em;
}

h5 {
	font-weight: bold;
}

html {
	background: #c1d9e8 url("/cmn/img/body_bg.png") no-repeat fixed right top;
}

body {
	margin: 10px;
	margin-left: 108px;
	padding: 100px 10px 0;
	width: 820px;
	color: #323232;
	font: 76%/1.5 Helvetica, Arial, sans-serif;
	background: #fff url("/cmn/img/header_bg.jpg") no-repeat left top;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	color: #333;
}

a:hover {
	border-bottom-style: solid;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	display: block;
	border: 1px solid #d7d7d7;
}

pre {
	margin: 0 0 2em;
	padding: 1em;
	display: block;
	border: 1px dotted #999;
	line-height: 1.3;
	background: #fff;
	font-size: 11px;
}

code {
	font: 11px Courier, "Courier New", Monaco, monospace;
}

p {
	margin: 1em 0;
}

blockquote {
	overflow: hidden;
	font: 1.25em Georgia, serif;
}

blockquote p {
	text-indent: -0.45em;
	margin: 0 0 0.5em;
}

blockquote cite {
	font-size: 0.9em;
	float: right;
}

pre code strong {
	padding: 0.25em;
	background: #ffc;
	color: #500;
	border: 1px dotted #bbb;
}

dl {
	margin: 1em 0 1.25em;
}
dt {
	font-weight: bold;
}
dt sup {
	margin-left: 0.25em;
	color: #049bd4;
	font-weight: normal;
}
dd {
	margin-bottom: 1em;
}

strong.block {
	display: block;
	width: 35%;
}

/* Navigation */
#nav {
	margin: 0pt 0pt -23px 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 300;
	background: url("/cmn/img/nav_bg.png") no-repeat center 40px;
}

* html #nav {
	zoom: 1;
}

#nav li {
	float: left;
}

* html #nav li {
	display: inline-block;
}

#nav a {
	display: block;
	border: none;
	text-align: center;
	font-weight: bold;
	color: #049bd4;
	cursor: pointer;
}

#nav span {
	display: block;
	width: 66px;
	height: 45px;
	background: url("/cmn/img/sprite-menu.png") no-repeat;
}

#nav li.first-child {
	margin-left: 212px;
}

* html #nav li.first-child {
	margin-left: 106px;
}

#nav li.active span {
	background-position: left -47px;
}

#nav li a:hover span {
	background-position: left bottom;
}

#nav-download span {
	background-position: -66px 0;
}

	#nav li#nav-download.active span {
		background-position: -66px -47px;
	}

	#nav #nav-download a:hover span {
		background-position: -66px bottom;
	}

#nav-docs span {
	background-position: -132px 0;
}

	#nav li#nav-docs.active span {
		background-position: -132px -47px;
	}

	#nav #nav-docs a:hover span {
		background-position: -132px bottom;
	}

#nav-examples span {
	background-position: -198px 0;
}

	#nav li#nav-examples.active span {
		background-position: -198px -47px;
	}

#nav #nav-examples a:hover span {
	background-position: -198px bottom;
}

#nav-tests span {
	background-position: -264px 0;
}

	#nav li#nav-tests.active span {
		background-position: -264px -47px;
	}

	#nav #nav-tests a:hover span {
		background-position: -264px bottom;
	}

#nav-blog span {
	background-position: -330px 0;
}

	#nav li#nav-blog.active span {
		background-position: -330px -47px;
	}

	#nav #nav-blog a:hover span {
		background-position: -330px bottom;
	}


/* Content */
#Content {
	padding: 42px 1em 1em;
	position: relative;
	z-index: 200;
	clear: both;
/*	border-top: 5px solid #999;*/
}

#Content h1 {
	color: #049bd4;
}

.see {
	position: relative;
	z-index: 200;
}

.see .content {
	top: -19px;
	left: 100px;
	position: absolute;
	overflow: hidden;
	z-index: 300;
}

* html .see .content {
	left: auto;
}

.see .content ul {
	padding: 1em;
	list-style: none;
	border: 3px solid #049bd4;
	background: #fff;
	color: #444;
	line-height: 1.75;
}

.see .content li {
	white-space: nowrap;
	
}

.see .content a {
	color: #444;
}

.see .content span {
	margin-left: 0.25em;
	font-size: 0.95em;
}

.see .content span.optional {
	margin-left: 0.1em;
	color: #049bd4;
}

#footer {
	position: relative;
	margin-top: 1em;
	height: 35px;
}

#footer * {
	border: none;
}

#cc-license {
	top: 5px;
	right: 0;
	position: absolute;
	color: #444;
	font-size: 0.9em;
}

#cc-license p {
	margin-right: 1em;
}

#cc-license * {
	display: inline;
	vertical-align: middle;
}

.comment {
	margin: 0.15em;
	padding: 0.15em;
	color: #555;
	background: #ffd;
	border: 1px dotted #bbb;
}

table pre {
	margin: 0;
	padding: 0;
	border: none;
}

table ul {
	margin: 1em 0;
	list-style: square;
	font-size: 0.95em;
}

table ul li {
	margin-right: 3%;
	width: 30%;
	float: left;
}

table, tr, td, th {
	border: solid #d7d7d7;
	border-width: 1px 0;
	border-collapse: collapse;
	vertical-align: top;
}

table {
	margin-bottom: 1em;
	width: 100%;
	border: none;
}

table h3 {
	font-size: 1em;
}

thead tr, thead th {
	border-width: 0 0 1px;
}

td, th {
	padding: 0.5em;
	text-align: left;
}

th {
	white-space: nowrap;
}

thead th h3 {
	margin-right: 0.75em;
}

thead th fieldset {
	font-size: 0.85em;
	white-space: nowrap;
	font-weight: normal;
}

thead th label {
	margin-left: 0.5em;
	cursor: pointer;
}

thead th * {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

thead th h3, thead th fieldset, thead th input {
	vertical-align: middle;
}

tbody tr, tfoot tr {
	cursor: pointer;
}

td.checkbox {
	background-image: url("/cmn/img/checked-off.gif");
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
}

td.checkbox input {
	visibility: hidden;
}

th[colspan] {
	padding: 1em .5em .25em;
	color: #00acef;
	font-size: 1.25em;
	cursor: default;
}

th span {
	font-size: 0.95em;
	color: #666;
}

span.inactive, th span {
	display: none;
}

th span.active {
	display: block;
}

table table th span.active {
	display: inline;
}

input[type="submit"] {
	margin: 0 auto;
	padding: .1em .25em;
	display: block;
	border: 1px solid #00acef;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #00acef;
	color: #fff;
}

tr.checked {
	color: #123c4e;
	background: #cceefc;
	border-color: #fff;
}

tr.checked th span {
	color: #123c4e;
}

tr.checked * {
	border-color: #fff;
}

tr.checked .checkbox {
	background-image: url("/cmn/img/checked-on.gif");
}

.delAwesomeIsFalse {
	display: block;
	margin: 0 auto;
}

table table {
	font-size: 0.95em;
	border: 2px solid #fff;
	background: #fff;
}

table table th span {
	margin: 0 .5em;
	display: inline;
}

table table tr, table table td, table table th {
	background: #fff;
	border-color: #cceefc;
}

table table tr.checked.required, table table tr.checked.required * {
	color: #111;
	background: #d3fccc;
	border-color: #fff;
}

table table td, table table th {
	padding: 0.5em 0;
}

tr.checked table .checkbox {
	background-image: url("/cmn/img/checked-off.gif");
	background-repeat: no-repeat;
}

table table tr.checked .checkbox {
	background-image: url("/cmn/img/checked-on.gif");
	background-repeat: no-repeat;
}

table table td.checkbox, table table tr.checked .checkbox {
	width: 7%;
}

table table th[colspan] {
	font-size: 1.1em;
}

#callout {
	margin: 0 0 1em;
	background: #f6f6f6;
	padding: 1em;
	font-size: 1.25em;
	overflow: hidden;
}

#callout h1 {
	margin: 0;
}

#callout blockquote {
	float: left;
	width: 300px;
	position: relative;
/*	background: url("/cmn/img/quote.png") no-repeat right bottom;*/
}

#callout p {
	margin: 0;
	padding: 0.25em 1em;
	margin-left: 320px;
	border-left: 3px solid #049bd4;
}

#callout blockquote p {
	margin: 0 0 30px;
	border: none;
}

#download, #browsers, #sample {
	margin: 0 0 2em;
	padding: 10px;
	width: 370px;
	min-height: 125px;
	float: left;
	border: 1px dotted #bbb;
}

* html #download, * html #browsers {
	height: 125px;
}

#download h2, #browsers h2 {
	font-size: 1.3em;
}

#browsers {
	background: #fff url("/cmn/img/browsers.png") no-repeat center;
}

#browsers ul, #browsers li {
	display: inline;
	list-style: none;
}

#browsers li {
	margin-right: 0.5em;
}

#download {
	margin-right: 10px;
}

#download p a {
	margin: 0 auto;
	width: 225px;
	height: 36px;
	display: block;
	background: url("/cmn/img/download.png") no-repeat left top;
	border: none;
}

#download p a:hover {
	background-position: left bottom;
}

#download a span {
	visibility: hidden;
}

#license {
	clear: both;
}

#framework {
	overflow: hidden;
}

#framework ul {
	margin: 0 0 0 15px;
	list-style: square;
	float: left;
	width: 370px;
}

#sample {
	margin-bottom: 1.5em;
	clear: both;
	float: none;
	width: auto;
}

#sample h2 {
	margin: -1em 0 1em;
	padding: 0.25em 0.5em;
	position: relative;
	background: #fff;
	border: 1px dotted #bbb;
	text-align: center;
}

#Content .optional {
	margin: 0;
}

#Content p.optional {
	font-size: 0.95em;
}

.optional span {
	margin-left: 0.1em;
	color: #049bd4;
}

.docs {
	padding-right: 0.25em;
	position: relative;
	z-index: 300;
}

.docs span {
	display: none;
	font-size: 0.8em;
}

.docs .hover {
	top: -5px;
	left: 100%;
	padding: 0.15em 0.35em;
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #888;
}


.example {
	margin: 3em 0 2em;
	padding: 2em;
	border: solid #777;
	border-width: 1px 1px 3px;
	position: relative;
}

.example h2 {
	float: left;
	border: 1px solid #777;
	padding: 0.35em 0.75em 0.25em;
	margin-top: -2.25em;
	margin-bottom: 1em;
	background: white;
	position: relative;
}

.preview, .css, .html, .js {
	clear: both;
}

.example .hidePane {
	display: none;
}

.example pre {
	overflow: auto;
	width: 720px;
}

.tabs {
	margin: 6px 0 0;
	padding: 0;
	top: -1.25em;
	right: -1px;
	list-style: none;
	position: absolute;
}

.tabs li {
	margin-left: 0.25em;
	display: inline;
	position: relative;
	text-transform: lowercase;
}

* html .tabs {
	right: 24px;
}

.tabs a {
	padding: 0.5em 0.75em 0.25em;
	color: #999;
	background: #fff;
	border: 1px solid #999;
}

.tabs li a.activePane {
	border-color: #777;
	color: #555;
	font-weight: bold;
}

.flowcast {
	padding: 2em;
	margin: 2em 0;
	overflow: hidden;
	border: 1px dotted #ccc;
}

.flowcast h3 {
	font-size: 2em;
}

.flowcast h4 {
	text-transform: capitalize;
	font-size: 1.25em;
}

.flowcast small {
	margin-left: 0.75em;
	font-size: 0.5em;
}

.source * {
	margin: 0;
}

.source ul {
	margin-top: 5px;
	margin-left: 302px;
	list-style: square;
}

.video, .video:hover {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
	border: 5px solid #fff;
}

.video:hover {
	border-color: #666;
}

.video img {
	border: 1px solid #fff;
	vertical-align: middle;
}


.example ol {
	margin-left: 2.75em;
}
#animationsquare {
	margin: 2em;
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #049bd4;
}

/* Some basic styles so our demo doesn't look all n00b */
.accordion *.toggle {
	display: block;
	cursor: pointer;
}

.accordion {
	margin: 0 auto;
	width: 300px;
	border: 3px solid #049bd4;
}

.accordion .accordion {
	width: auto;
}

.accordion li {
	padding: 1em;
	background: #c3dbea;
	border-top: 1px solid #fff;
	height: 50px;
	overflow: auto;
}

.accordion li li {
	height: auto;
	overflow: visible;
}

.accordion li:first-child {
	border: none;
}

.accordion li.open, .accordion li.open * {
	background: #fff;
	color: #049bd4;
	font-weight: bold;
}

.accordion li.open ul, .accordion li.open ul * {
	background: #c3dbea;
	border-color: #c3dbea;
	font-weight: normal;
}

.accordion li.open ul li.open, .accordion li.open ul li.open * {
	background: #fff;
	color: #049bd4;
	font-weight: bold;
}

ul.generated {
	list-style: square;
	margin-left: 2em;
}

/* Some basic styles so our demo doesn't look all n00b */
.dragdrop {
	margin: 0 auto;
	width: 300px;
	border: 3px solid #049bd4;
	list-style: none;
}

.dragdrop li {
	padding: 1em;
	background: #c3dbea;
	border-top: 1px solid #fff;
	display: block;
	width: 276px;
	height: 15px;
}

.dragdrop li:first-child {
	border: none;
}

#FlowDragPoof {
	background: url("/flow/animate/fx/poof.png") no-repeat;
	background-position: 0 0;
	display: block;
	width: 128px;
	height: 128px;
}

#FlowDragTinyPoof {
	background: url("/flow/animate/fx/poof-tiny.png") no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
