body
{
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(../images/bg/rotate.php);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
}

#wrapper
{
	display: block;
}

#header
{
	position: absolute;
	right: 0px;
	top: 10px;
}

#header a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 520px;
	height: 70px;
	background: url(../images/header.png) 0 0 no-repeat;
}

#header a:hover
{
	background-position: -520px 0;
}

#email
{
	position: absolute;
	right: 0px;
	top: 78px;
}

#email a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 320px;
	height: 40px;
	background: url(../images/email.png) -200px 0 no-repeat;
}

#email a:hover
{
	background-position: -720px 0;
}

#subhead
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/subhead_bg.png);
	background-repeat: no-repeat;
	width: 685px;
	height: 59px;
	padding-left: 15px;
}

#title
{
	position: relative;
	left: 0px;
	top: 15px;
}

#feed
{
	position: absolute;
	top: 0px;
	right: 10px;
}

#content
{
	width: 700px;
	position: relative;
	top: 130px;
	left: 250px;
	padding: 0px;
}

#sidebar
{
	position: fixed;
	left: 0px;
	top: 125px;
	padding: 0px;
}

#sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 0px;
}

#news a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 130px;
	height: 40px;
	background: url(../images/nav_news.png) 0 0 no-repeat;
}

#news a:hover
{
	background-position: -210px 0;
}

#motion a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 145px;
	height: 40px;
	background: url(../images/nav_motion.png) 0 0 no-repeat;
}

#motion a:hover
{
	background-position: -210px 0;
}

#design a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 135px;
	height: 40px;
	background: url(../images/nav_design.png) 0 0 no-repeat;
}

#design a:hover
{
	background-position: -210px 0;
}

#sketchbook a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 210px;
	height: 40px;
	background: url(../images/nav_sketchbook.png) 0 0 no-repeat;
}

#sketchbook a:hover
{
	background-position: -210px 0;
}

#about a
{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	width: 125px;
	height: 40px;
	background: url(../images/nav_about.png) 0 0 no-repeat;
}

#about a:hover
{
	background-position: -210px 0;
}

#post
{
	background-color: #FFFFFF;
	width: 620px;
	overflow: hidden;
	position: relative;
	left: 35px;
	padding: 10px 20px 20px 20px;
	margin: 20px 0px;
}

#footer
{
	position: relative;
	left: 0px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	width: 685px;
	height: 75px;
	padding-left: 15px;
	font-size: 1.2em;
}

#content ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
}

#content li
{
	margin: 0px;
	padding: 5px;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
}

a
{
	text-decoration: none;
}

#content a
{
	color: #000000;
}

#content a:hover
{
	text-decoration: underline;
}

#content #description a
{
	text-decoration: underline;
}

img
{
	border: none;
}

.thumb
{
	float: left;
	padding: 10px 15px 0px 0px;
}

img.static
{
	float: left;
	padding: 10px 15px 0px 0px;
}

h1
{
	font-size: 2.2em;
	text-transform: uppercase;
}

h2
{
	font-size: 1.5em;
	text-transform: uppercase;
}

.left
{
	float: left;
}

.right
{
	float: right;
	margin-right: 10px;
}

.right a
{
	font-weight: bold;
	text-transform: uppercase;
}