/* defaults and standards */

html, body {
	margin: 0;
}

img {
	display: inline;
}

.hide {
	display: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.centerOut {
	float: left;
	clear: both;
	position: relative;
	left: 50%;
}

.centerIn {
	position: relative;
	right: 50%;
}

/* working on this:
.center13 {
	margin-left: 50%;
	width: 20em;
}

.center23 {
	float: left;
}
*/

/* specific to notcss.com */

body {
	color: white;
	background: white url(/h=800,fg=aaa,gr=fff/) repeat-x;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.margin {
	margin: 15px;
}

a, .a {
	color: white;
	cursor: pointer;
}

a img {
	border: none;
}

.mainDiv {
	width: 1000px;
	margin: 10px auto 0;
}

.topDiv, .leftDiv, .rightDiv {
	float: left;
	margin: 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.topDiv {
	width: 990px;
	height: 100px;
	background: url(/w=990,h=100,b=2,r=20,fg=999,gr=555/);
}

.leftDiv {
	width: 190px;
	height: 500px;
	background: url(/w=190,h=500,b=2,r=20,fg=999,gr=555/);
}

.rightDiv {
	width: 790px;
	height: 500px;
	background: url(/w=790,h=500,b=2,r=20,fg=999,gr=555/);
}

.topDiv a {
	text-decoration: none;
}

.leftDiv li {
	margin-top: 6px;
	font: 20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.leftDiv li li {
	margin: 4px 0 0 12px;
	font-size: 18px;
}

.slide {
	float: left;
	width: 100%;
	font: 20px Georgia, serif;
	text-align: center;
}

.slide .title {
	clear: both;
	padding: 30px 0;
	font-size: 30px;
	text-align: center;
}

a.url {
	text-decoration: none;
	font-size: 12px;
}

a.url img {
	margin-bottom: -8px;
}

code {
	font-size: 14px;
}

.motion {
	position: relative;
	margin: 2px;
	width: 596px;
	height: 246px;
	overflow: hidden;
}

.motion div {
	position: absolute;
}

.motion img {
	position: relative;
	height: 100%;
	bottom: 50%;
	right: 50%;
}

span.effect {
	color: #ff8;
}

#convenientSlide {
	font-size: 18px;
}

#convenientSlide .heading {
	font-size: 20px;
	padding-bottom: 10px;
	display: list-item;
	list-style: disc;
}

#effectiveSlide .effects div {
	float: left;
	width: 200px;
	margin: 10px 2px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
