body {
	color: #000;
	background-color: #fff;
	background-image: url('../_images/background.jpg');
	background-position: top center;
	border-top: 5px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
br.clear {
	clear: both;
	}
form, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	}
#container .wrapper {
	position: relative;
	}
#header {
	width: 960px;
	height: 560px;
	position: relative;
	}
#header #menu {
	width: 960px;	
	}
#overlay {
	width: 950px;
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
#footer {
	width: 960px;
	border-top: 1px dotted #bfbfbf;
	margin: 10px 0 30px 0;	
	}
#footer .social {
	padding-top: 20px;
	float: left;
	}
#footer .social h6 {
	margin-bottom: 6px;
	}
#footer .social li {
	display: inline
	}
#footer .credits {
	font-size: 10px;
	padding-top: 15px;
	float: right;
	}
#footer .credits li {
	margin-left: 10px;
	display: inline;
	}
#footer .credits p {
	text-align: right;
	margin-top: 10px;
	}

/*

HOME

*/

#home {
	width: 950px;
	padding: 0 5px;
	}
#home .sidebar {
	width: 315px;	
	float: left;
	}
#home .sidebar h4 {
	border-bottom: 1px dotted #000;
	}
#home .sidebar .youtube {
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-top: 30px;
	}
#home .sidebar .youtube a {
	width: 315px;
	text-align: center;
	display: block;	
	}
#home .sidebar .social {
	text-align: center;
	margin: 20px 0;
	}
#home .sidebar .social li {
	display: inline;
	}
#home .blog {
	width: 590px;
	margin-left: 45px;
	float: left;
	}
#home .blog h2 {
	border-bottom: 1px dotted #000;
	}
#home .blog .post {
	border-bottom: 1px dotted #000;
	padding-bottom: 40px;
	margin-top: 40px;
	}
#home .blog .post object,
#home .blog .post embed,
#home .blog .post ul,
#home .blog .post ol,
#home .blog .post dl,
#home .blog .post form,
#home .blog .post p {
	line-height: 1.6em;
	margin-top: 28px;
	}
#home .blog .post p a {
	text-decoration: underline;
	}
#home .blog .last {
	border: 0;
	}
#home .blog .post .header {
	width: 590px;
	}
#home .blog .post .heading {
	float: left;
	}
#home .blog .post h3 {
	font-size: 24px;
	margin-bottom: 4px;
	}
#home .blog .post h3 a {
	text-decoration: none;
	}
#home .blog .post h5 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	}
#home .blog .comments {
	width: 45px;
	height: 45px;
	background-image: url('../_images/blog_comments.gif');
	background-position: -12px -9px;
	float: right;
	}
#home .blog .comments a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
	display: block;
	}
#home .blog .comments a:hover {
	color: #999;
	text-decoration: none;
	}
#home .blog .post .image {
	margin-top: 28px;
	}
#home .blog .post .image img {
	margin-bottom: 10px;
	display: block;
	}
#home .blog .post .image span {
	color: #999;
	font-style: italic;
	}
#home .blog .post p {
	line-height: 1.6em;
	margin-top: 28px;
	}

/*

WORK

*/


#work {
	width: 950px;
	padding: 0 5px;
	position: absolute;
	top: 198px;
	left: 0;
	z-index: 1;
	}
#work .grid {
	width: 950px;
	margin-bottom: 30px;
	float: left;
	}
#work .grid .enlarge {
	width: 350px;
	height: 110px;
	background-image: url('../_images/work_enlarge.png');
	background-repeat: no-repeat;
	margin: 0 10px 10px 0;
	float: left;
	}
#work .grid .item {
	width: 110px;
	height: 110px;
	margin: 0 10px 10px 0;
	position: relative;
	float: left;
	}
#work .grid .item img {
	padding: 5px 0 0 5px;
	display: block;
	}
#work .grid .item a {
	width: 110px;
	height: 110px;
	background-image: url('../_images/work_item.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	}
#work .grid .item a:hover {
	background-image: url('../_images/work_item_over.png');
	}
#work .grid .last {
	margin: 0;
	}

/*

BIOGRAPHY

*/

#biography {
	width: 950px;
	padding: 0 5px;
	position: absolute;
	top: 317px;
	left: 0;
	z-index: 1;
	}
#biography .sidebar {
	width: 360px;
	height: 541px;
	margin-top: -109px;
	float: left;
	}
#biography .content {
	width: 590px;
	margin-bottom: 40px;
	float: left;
	}
#biography .content p.leadoff {
	background-image: url('../_images/biography_leadoff.png');
	background-repeat: repeat-y;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	}
#biography .content p.pullquote {
	margin-left: -143px;
	}
#biography .content p {
	line-height: 1.6em;
	margin-top: 28px;
	}
#biography .content .image {
	font-size: 11px;
	text-align: center;
	}
#biography .content .image img {
	margin-bottom: 6px;
	display: block;
	}
#biography .content .image span {
	color: #999;
	font-style: italic;
	}
#biography .content .fl {
	margin: 2.4em 1.2em 1.2em 0;
	float: left;
	}
#biography .content .fr {
	margin: 2.4em 0 1.2em 1.2em;
	float: right;
	}

/*

BLOG

*/

#blog {
	width: 950px;
	padding: 0 5px;
	position: absolute;
	top: 255px;
	left: 0;
	z-index: 1;
	}
#blog .sidebar {
	width: 270px;
	height: 541px;
	text-align: right;
	margin-top: -36px;
	padding-right: 90px;
	float: left;
	}
.wordpress .sidebar .widget_text {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.4em;
	}
.wordpress .sidebar .widget h2 {
	font-size: 20px;
	margin-top: 40px;
	}
.wordpress .sidebar .widget ul {
	line-height: 1.6em;
	margin-top: 10px;
	}
.wordpress .sidebar a {
	text-decoration: underline;
	}
.wordpress .content {
	width: 590px;
	float: left;
	}
.wordpress .content .post {
	border-bottom: 1px dotted #000;
	padding-bottom: 40px;
	margin-top: 40px;
	}
.wordpress .content .last {
	border: 0;
	}
.wordpress .content .post .header {
	width: 590px;
	}
.wordpress .content .post .heading {
	float: left;
	}
.wordpress .content .post h2,
.wordpress .content .post h3 {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 4px;
	}
.wordpress .content .post h2 a:hover,
.wordpress .content .post h3 a:hover {
	text-decoration: none;
	}
.wordpress .content .navigation {
	padding: 40px 0;
	}
.wordpress .content .navigation .next {
	display: block;
	float: left;
	}
.wordpress .content .navigation .last {
	margin-right: 10px;
	display: block;
	float: left;
	}
.wordpress .content .pagetitle {
	font-size: 24px;
	margin-top: 40px;
	}
.wordpress .content .post h5 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	}
.wordpress .content .comments {
	width: 45px;
	height: 45px;
	background-image: url('../_images/blog_comments.gif');
	background-position: -12px -9px;
	float: right;
	}
.wordpress .content .comments a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
	display: block;
	}
.wordpress .content .comments a:hover {
	color: #999;
	text-decoration: none;
	}
.wordpress .content .post .image {
	margin-top: 28px;
	}
.wordpress .content .post .image img {
	margin-bottom: 10px;
	display: block;
	}
.wordpress .content .post .image span {
	color: #999;
	font-style: italic;
	}
.wordpress .content .post p {
	line-height: 1.6em;
	margin-top: 28px;
	}
.wordpress .content .post p a {
	text-decoration: underline;
	}
.wordpress .content .post object,
.wordpress .content .post embed,
.wordpress .content .post ul,
.wordpress .content .post ol,
.wordpress .content .post dl,
.wordpress .content .post form {
	line-height: 1.6em;
	margin-top: 28px;
	}
.wordpress #comments {
	font-size: 16px;
	margin-top: 20px;
	}
.wordpress .commentlist {
	margin-top: 20px;
	}
.wordpress .commentlist .comment {
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
.wordpress .commentlist .comment .comment-author {
	margin-bottom: 4px;
	}
.wordpress .commentlist .comment .comment-meta {
	color: #666;
	font-size: 11px;
	margin-bottom: 10px;
	}
.wordpress .commentlist .comment .comment-meta a {
	color: #666;
	}
.wordpress .commentlist .comment p {
	line-height: 1.6em;
	margin-top: 20px;
	}
.wordpress #respond h3  {
	font-size: 16px;
	margin-top: 20px;
	}
.wordpress #respond form {
	margin: 20px 0 40px 0;
	}
.wordpress #respond p {
	line-height: 1.6em;
	margin-top: 15px;
	}
.wordpress #respond textarea {
	width: 100%;
	}
.wordpress #respond input,
.wordpress #respond textarea {
	font-size: 12px;
	}
.wordpress #respond label {
	color: #666;
	padding-left: 10px;
	}

/*

STORE

*/

#store {
	width: 960px;
	position: absolute;
	top: 205px;
	left: 0;
	z-index: 1;
	}
#store a {
	text-decoration: underline;
	}
#store .products {
	width: 960px;
	margin-bottom: 20px;
	float: left;
	}
#store .products .product {
	width: 480px;
	margin-bottom: 20px;
	float: left;
	}
#store .products .main-image {
	background-image: url('../_images/product_background.png');
	background-repeat: no-repeat;
	}
#store .products .main-image img {
	padding: 26px 0 27px 25px;
	display: block;
	}
#store .products .product-image-top {
	width: 480px;
	height: 26px;
	background-image: url('../_images/product_background_top.png');
	}
#store .products .product-image-middle {
	width: 454px;
	background-image: url('../_images/product_background_middle.png');
	padding-left: 26px;
	}
#store .products .product-image-bottom {
	width: 480px;
	height: 26px;
	background-image: url('../_images/product_background_bottom.png');
	}
#store .products .product ul {
	margin: 0 auto;
	}
#store .products .product ul li {
	width: 40px;
	height: 40px;
	background-image: url('../_images/store_thumb_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 5px;
	display: block;
	float: left;
	}
#store .products .product ul li img {
	padding: 5px 0 0 5px;
	display: block;
	}
#store .products .product h3 {
	font-size: 16px;
	text-align: center;
	padding: 6px 25px;
	}
#store .products .product p {
	text-align: center;
	padding: 0 25px;
	}
#store .products_note {
	width: 960px;
	font-size: 13px;
	text-align: center;
	padding: 20px 0 30px 0;
	float: left;
	}
#store .products_note a {
	text-decoration: underline;
	}
#store .product-details {
	width: 475px;
	margin-bottom: 20px;
	padding-left: 5px;
	float: left;
	}
#store .product-details h1 {
	font-size: 20px;
	margin-bottom: 1em;
	}
#store .product-details p {
	line-height: 1.4em;
	padding-right: 20px;
	margin-bottom: 1em;
	}
#store .product-details h2 {
	font-size: 20px;
	margin-bottom: 1em;
	}
#add_to_cart {
	width: 360px;
	}
#add_to_cart .usa,
#add_to_cart .can,
#add_to_cart .int {
	width: 110px;
	color: #666;
	font-size: 11px;
	margin-right: 10px;
	float: left;
	}
#add_to_cart form {
	padding-top: 8px;
	}
	
#store .thanks {
	width: 940px;
	padding: 0 10px;
	margin: 90px 0 40px 0;
	float: left;
	}
#store .thanks h1 {
	font-size: 24px;
	margin-bottom: 28px;
	}
	
/*

VIDEOS

*/

#videos {
	width: 960px;
	position: absolute;
	top: 193px;
	left: 0;
	z-index: 1;
	}
#videos .player {
	width: 656px;
	height: 401px;
	background-image: url('../_images/video_player_shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 16px 0 0 16px;
	margin: 0 144px;
	float: left;
	}
#videos .library {
	width: 950px;
	padding: 0 5px;
	margin: 20px 0 40px 0;
	float: left;
	}
#videos .library .prev {
	width: 80px;
	height: 110px;
	background-image: url('../_images/video_arrow_left.gif');
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	display: block;
	}
#videos .library .prev a {
	width: 80px;
	height: 110px;
	display: block;
	}
#videos .library .next {
	width: 80px;
	height: 110px;
	background-image: url('../_images/video_arrow_right.gif');
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	display: block;
	}
#videos .library .next a {
	width: 80px;
	height: 110px;
	display: block;
	}
#videos .library .hidden {
	background-image: none;
	}
#videos .thumbnails {
	width: 740px;
	overflow: hidden;
	float: left;
	}
#videos .thumbnails .thumbnails-wrapper {
	width: 740px;
	}
#videos .thumbnails .item {
	width: 140px;
	margin-right: 10px;
	float: left;
	}
#videos .thumbnails .item a {
	width: 130px;
	height: 100px;
	background-image: url('../_images/video_item.gif');
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	}
#videos .thumbnails .item span {
	font-size: 10px;
	font-weight: bold;
	}
	
/*

NEWS

*/

#news {
	width: 950px;
	padding: 0 5px;
	position: absolute;
	top: 219px;
	left: 0;
	z-index: 1;
	}
#news .sidebar {
	width: 270px;
	height: 541px;
	text-align: right;
	margin-top: 0;
	padding-right: 90px;
	float: left;
	}
	
/*

CONTACTS

*/

#contact {
	width: 950px;
	padding: 0 5px;
	position: absolute;
	top: 212px;
	left: 0;
	z-index: 1;
	}
#contact .sidebar {
	width: 270px;
	text-align: right;
	margin-top: -8px;
	padding-right: 90px;
	float: left;
	}
#contact .content h4 {
	font-size: 20px;
	margin-bottom: 25px;
	}
#contact .content {
	width: 590px;
	float: left;
	}
#contact .content a {
	text-decoration: underline;
	}
#contact .group {
	border-top: 1px dotted #000;
	padding: 30px 0 0 0;
	margin-top: 30px;
	}
#contact_form {
	width: 590px;
	padding: 0 0 40px 0;
	float: left;
	}
#contact_form .input {
	width: 275px;
	margin: 0 10px 10px 0;
	float: left;
	}
#contact_form .input input {
	width: 255px;
	font-size: 14px;
	border: 5px solid #f0f0f0;
	padding: 5px;
	}
#contact .content .textarea {
	width: 590px;
	margin-bottom: 15px;
	float: left;
	}
#contact .content .textarea textarea {
	width: 575px;
	font-size: 14px;
	border: 5px solid #f0f0f0;
	padding: 5px;
	}
#contact .content .submit {
	width: 590px;
	float: left;
	}
#contact_form .success {
	font-size: 24px;
	padding: 10px;
	}
#contact_form .input .error,
#contact_form .textarea .error {
	color: #fe0a0a;
	padding: 8px 10px 0 10px;
	}
#contact_form .input .highlight,
#contact_form .textarea textarea.highlight {
	border: 5px solid #fe0a0a;
	}
	
#privacy {
	padding: 20px;
	}
#privacy h1 {
	font-size: 24px;
	margin-bottom: 28px;
	}
#privacy p {
	line-height: 1.6em;
	margin-bottom: 28px;
	}