@charset "UTF-8";
/* CSS Document */

/*
Author: Alaric King
Author URI:  http://www.alaricking.co.uk
*/


/* ------------------- Normalisation ------------------- */

/* Normalizes Padding and Margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin:0;
	padding:0;
	border:0;
}

/* Normalizes font-sizes for headers */
h1, h2, h3, h4, h5, h6 {
	font-size:15px;
}

/* Removes list styles */
ol, ul {
	list-style:none;
}

/* normalizes fonts (style and weights */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Normalizes tables */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Removes borders from fieldsets and images */
fieldset, img {
	border:0;
}

/* Left aligns captions and table headers */
caption, th {
	text-align:left;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */



/* ------------------- Basic Declarations ------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
	color: #555555;
}

p {
	font-size: 12px;
	line-height: 150%;
}

a {
	outline: none;	
}

h2 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 #lower-h2 {
	text-transform: none;
	font-size: 14px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

em {
	font-style: italic;	
}

strong {
	font-weight: bold;	
}

blockquote {
	color:#6F6F6F;
	display:block;
	float:left;
	font-size:12px;
	font-style:italic;
	line-height:140%;
	margin-right:20px;
	padding:10px 0;
	width:150px;
}


blockquote cite {
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}

.redme {
	color:#7F1717;	
}

.clearme {
	clear: both;	
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;	
}

#page-heading {
	margin-top:15px;
	height:20px;
}

#page-heading h2 {
	display: block;
	float: left;
}

#page-heading h2 a {
	text-decoration: none;
	color: #555555;
}

#page-heading #lights {
	float: right;	
	position: relative;
}

#page-heading #lights .lights-on a {
	background:transparent url(../assets/buttons/button_lights_black.gif) repeat scroll right top;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:22px;
	text-decoration:none;
	position:absolute;
	top: 0px;
	right: 0px;
}

#page-heading #lights .lights-on a:hover {
	background-position: right bottom;
}

#page-heading #lights .lights-off a {
	background:transparent url(../assets/buttons/button_lights.gif) repeat scroll right top;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:22px;
	text-decoration:none;
	position:absolute;
	top: 0px;
	right: 0px;
}

#page-heading #lights .lights-off a:hover {
	background-position: right bottom;
}

#content {
	width: 900px;
	margin-top: 5px;
	position: relative;
}

#content p {
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;	
}

#content p a, #content p a:visited {
	text-decoration: none;
	color:#7F1717;
	
}

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

.fl-right {
	float: right;
}

.fl-left {
	float: left;
}

.margin-top-twty {
	margin-top: 20px;	
}

.margin-left-sxty {
	margin-left: 60px;	
}

.margin-left-twty {
	margin-left: 20px;	
}


.margin-left-ton {
	margin-left: 100px;	
}

.tagline {
	font-style:italic;
	font-weight:bold;
}

#container #footer {
	color:#999999;
	float:left;
	font-size:11px;
	margin-top:60px;
	text-align:right;
	width:900px;
	height: 60px;
}

#hidden-content {
	display: none;	
}

#flash-warning {
	text-align: center;
	margin-top: 150px;
}

#flash-warning h2 {
	font-weight: bold;
	font-size: 150%;
	color:#7F1717;
}

/* ------------------- Buttons ------------------- */

.button-generic a {
	background:transparent url(../assets/buttons/button_plate_small.gif) repeat scroll right 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:20px;
	text-decoration:none;
}

.button-generic a:hover {
	background: url(../assets/buttons/button_plate_small.gif) right -18px;
}

.button-generic-back a {
	background:transparent url(../assets/buttons/button_back.gif) repeat scroll left 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:18px;
	padding-right:5px;
	text-decoration:none;
	margin-bottom:5px;
}

.button-generic-back a:hover {
	background: url(../assets/buttons/button_back.gif) left -18px;
}

.button-slideshow a {
	background:transparent url(../assets/buttons/button_slideshow.gif) repeat scroll right 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
}

.button-slideshow a:hover {
	background: url(../assets/buttons/button_slideshow.gif) right -18px;
}

.button-slideshow-left a {
	background:transparent url(../assets/buttons/button_slideshow.gif) repeat scroll right 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
	float: left;
	/*margin-left: 10px;*/	
}

.button-slideshow-left a:hover {
	background: url(../assets/buttons/button_slideshow.gif) right -18px;
}

.button-sample-page a {
	background:transparent url(../assets/buttons/button_sample_page.gif) repeat scroll right 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
}

.button-sample-page a:hover {
	background: url(../assets/buttons/button_sample_page.gif) right -18px;
}

.button-video a {
	background:transparent url(../assets/buttons/button_video.gif) repeat scroll right 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
}

.button-video a:hover {
	background: url(../assets/buttons/button_video.gif) right -18px;
}

.button-shop a {
	background:transparent url(../assets/buttons/button_shop_plate.gif) repeat scroll right 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
}

.button-shop a:hover {
	background: url(../assets/buttons/button_shop_plate.gif) right -18px;
}

.button-buy a {
	background:transparent url(../assets/buttons/button_buy.gif) repeat scroll right 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
}

.button-buy a:hover {
	background: url(../assets/buttons/button_buy.gif) right -18px;
}

.button-buy-rev a {
	background:transparent url(../assets/buttons/button_buy_rev.gif) repeat scroll left 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-right:6px;
	padding-left:25px;
	text-decoration:none;
	margin-bottom: 10px;
}

.button-buy-rev a:hover {
	background: url(../assets/buttons/button_buy_rev.gif) left -18px;
}

/* Sample page IE hack */

.button-generic-back-sample a {
	background:transparent url(../assets/buttons/button_back.gif) repeat scroll left 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:18px;
	padding-right:5px;
	text-decoration:none;
	margin-bottom:5px;
	float:left;
}

.button-generic-back-sample a:hover {
	background: url(../assets/buttons/button_back.gif) left -18px;
}

.button-slideshow-sample a {
	background:transparent url(../assets/buttons/button_slideshow.gif) repeat scroll right 0px;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:5px;
	padding-right:25px;
	text-decoration:none;
	margin-bottom: 10px;
	float:left;
}

.button-slideshow-sample a:hover {
	background: url(../assets/buttons/button_slideshow.gif) right -18px;
}

#content #contact-wrapper .button-mailinglist a {
	background:transparent url(../assets/buttons/button_email.gif) repeat scroll left 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:145%;
	padding-left:25px;
	padding-right:5px;
	text-decoration:none;
	margin-top: 5px;
}

#content #contact-wrapper .button-mailinglist a:hover {
	background: url(../assets/buttons/button_email.gif) left -18px;
}


/* ------------------- Header ------------------- */

#header {
	height: 50px;
	width: 900px;
	margin-top:10px;
}

#logo-left {
	width: 245px;
	height: 50px;
	float: left;
}

#logo-left #logo-heading {
	background: transparent url(../assets/sb_logo.gif) no-repeat scroll left top;
	height:50px;
	position:relative;
	text-indent:-9999px;
	width:245px;	
}


#logo-left #logo-heading a {
	border:0 none;
	cursor:pointer;
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:45px 0 0;
	text-decoration:none;
	width:245px;
}

/* ------------------- Navigation ------------------- */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:900px; 
	height:27px;
	margin-top: 5px;
	padding-top: 2px;
	position:relative; 
	z-index:100;
	background: url(../assets/top_border.gif) top left repeat-x;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:900px; 
	w\idth:900px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:199px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:87px;
	position:relative;
	text-transform: uppercase;
	/*font-size: 75%;*/
	cursor:default;
	margin-right: 10px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#3F3F3F; 
	width:87px;
	height:23px;  
	line-height:26px; 
	text-align:center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*width:90px; 
	w\idth:90px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #FFF;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #4F4F4F;
}

.menu ul ul :hover > a.drop {
	background-color: #4F4F4F;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #7F7F7F;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #4F4F4F;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:23px;
	left:0; 
	width:100px;
	padding-top: 2px;
	/*border-top:3px solid #FFFFFF;*/
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:23px;
	t\op:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:100px; 
	top:-1px; 
	width:80px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#CCC; 
	color:#3F3F3F; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:180px;
	text-align:left;
	font-size: 10px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:180px;
	w\idth:180px;
}


/* style the top level hover */
.menu a:hover {
	font-weight:bold;
}

.menu :hover > a {
	font-weight:bold;
}

.menu ul ul a:hover{
	font-weight:normal;
	background: #9F9F9F;
}

.menu ul ul :hover > a {
	font-weight:normal;
	background: #9F9F9F;
}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

.menu ul li ul li .nav-heading {
	display:block;
	width:180px; 
	text-align:left;
	background-color:#CCCCCC;
	padding:10px 10px 2px 10px;
	font-size: 10px;
}


.menu ul li ul li .nav-heading-sub {
	padding-left: 20px;
	width:170px;
}

.menu a.selected {
	font-weight:bold;
}

.menu li li a.selected {
	font-weight:bold;
	background-color: #9F9F9F;
}

.menu .txt-algn-lft {
	margin-right: 0px;
	width:60px;
}

.menu .txt-algn-lft a, .menu .txt-algn-lft a:visited {
	text-align: left;	
	margin-right: 0px;
	width:60px;
}

.menu .txt-algn-rgt {
	margin-right: 0px;
	width:60px;
	margin-right: 0px;
}

.menu .txt-algn-rgt a, .menu .txt-algn-rgt a:visited {
	text-align: right;
	width:60px;
	margin-right: 0px;
}

/* ------------------- Home ------------------- */

#home-left {
	width: 580px;	
	float: left;
	margin-top:10px;
}

#home-left h2, #home-right h2 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}

#home-left p, #home-right p {
	/*text-align: justify;	*/
	margin-bottom: 0px;
}

#home-video {
	width: 580px;
	overflow: hidden;
	margin-top:10px;
}

#home-right {
	width: 305px;
	float: right;
	margin-top:10px;
	border-left: solid 1px #ebebeb;
}

#home-right-top {
	width: 290px;
	margin-left: 13px;
	padding-bottom: 10px;
}

#home-right-top img {
	float: right;
	margin: 0px 0px 3px 10px;
}

#home-right-divider {
	border-bottom: solid 1px #ebebeb;
	margin: 0px;
	width: 100%;
	height: 1px;
}

#home-right-bottom {
	width: 290px;
	margin-top: 15px;
	margin-left: 13px;
}

#home-right-bottom img {
	margin: 5px 0px
}


#home-left a, #home-right a {
	color:#7F1717;
	text-decoration:none;	
	font-size:12px;
}

#home-left a:hover, #home-right a:hover {
	text-decoration:underline;	
}


/* ------------------- Books ------------------- */


#books-list {
	width: 250px;
	/*float: left;*/
	margin-left:12px;
	margin-top:7px;
}

#page-heading-swap {
	float: left;
	width:250px;
	margin-bottom: 16px;
	margin-top:7px;
}

#page-heading-swap a {
	text-decoration: none;
	color: #555555;
}


#books-list .hide-me {
	display: none;
}

#books-list li{
	position:relative;
	width:250px;
	height:20px;
	display: block;
	float: left;
}

#books-list li a {
	color:#555555;
	display:block;
	font-size:12px;
	height:20px;
	text-decoration:none;
	text-transform:uppercase;
	width:250px;
	outline: none;
	float: left;
}

#books-list li a:hover {
	color:#1F1F1F;
}

#books-list p {
	margin-top: 20px;
	font-size: 11px;
	line-height:130%;
	width:195px;
	float: left;
}

#books-list .books-sub-heading {
	color:#555555;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:22px;
	text-decoration:none;
	text-transform:uppercase;
	width:250px;
	outline: none;
	margin-left: 0px;
	cursor:default;
	float: left;
}

#books-list .margin-left-twty {
	margin-left: 20px;
	float: left;
	display: block;
}

#books-covers {
	width: 630px;
	height: 500px;
	/*float: right;*/
	overflow:hidden;
	text-align:right;
	padding-top:9px;
}

#content .portfolio-adjust {
	margin-top: 8px;	
}

.book-preview {
	width: 665px;
	display:block;
	float: right;
	height: 500px;
}

.book-preview h3 {
	font-size:14px;	
	text-transform: none;
	font-weight:bold;
}

.book-preview-text {
	display:block;
	float:left;
	width:310px;
	color:#7F7F7F;
}

#content .book-preview .book-preview-text p {
	line-height:150%;
	margin-bottom:10px;
	margin-top:5px;
}

.book-preview-img {
	display: block;
	float: right;
	width: 340px;
	text-align:right;
}

#book-single-writeup {
	text-align:left;
	width:510px;
	float: left;
}

#book-single-cover {
	width: 350px;
	float: right;
}	

#book-single-cover img {
	margin-bottom: 20px
}

#book-single-cover .no-margin {
	margin: 0px;	
}

#book-single-cover h4 {
	background-color:#AFAFAF;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:175%;
	padding-left:10px;
	text-transform:uppercase;
}

.book-single-details {
	margin-top: 25px;
	font-weight: bold;
	color:#6F6F6F;
}

#availible-prints {
	clear:both;
	float:left;
	margin-bottom:29px;
	margin-top:35px;
	width:510px;
}

.print-middle {
	margin: 0 7px;	
}

#book-video {
	margin-top: 35px;
	margin-bottom: 15px;
	float: left;
}

#book-video h3 {
	margin-bottom: 15px;
}

#sample-page-scroll {
	background:transparent url(../assets/loading_1.gif) no-repeat scroll center center;
	height:300px;
	width:900px;
	overflow: hidden;
}

#sample-page-text {
	width: 900px;
	float:left;
}

#book-single-writeup #sample-page-caption {
	margin-top: 10px;
	width: 900px;
	float:left;
}

#sample-page-text .sample-page-col {
	display:block;
	float:left;
	text-align:justify;
	width:300px;
}

#sample-page-text .sample-page-col p {
	font-size: 11px;
}

#book-single-writeup #sample-page-buttons {
	float:left;
	margin-top:10px;
	width:225px;
}

.margin-r-thirty {
	margin-right:30px;	
}

#book-slideshow {
	width: 900px;
	height: 655px;
	/*background: url(../assets/flash_plate.gif) no-repeat center center;*/
	margin-bottom: 15px;
	z-index:1;
	outline: none;
}

/* Portfolio Additions */

#content #books-list .books-list-heading {
	color:#555555;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:22px;
	text-decoration:none;
	text-transform:uppercase;
	width:300px;
	outline: none;
}

#availible-text {
	clear:both;
	color:#9F9F9F;
	float:right;
	font-size:12px;
	font-style:italic;
	margin-top:4px;
	text-align:right;
	width: 200px;
}

#availible-text-left {
	clear:both;
	color:#9F9F9F;
	float:left;
	font-size:12px;
	font-style:italic;
	width: 200px;
}

#port-slideshow {
	width: 900px;
	height: 585px;
	/*background: url(../assets/flash_plate.gif) no-repeat center center;*/
	margin-bottom: 15px;
	z-index:1;
	outline: none;
}

/* ------------------- Biography ------------------- */

#biography-left {
	width: 610px;
	float: left;
}

#biography-right {
	float: right;
	width: 247px;
	height: 350px;
	margin-left: 15px;
}

.button-cv-download {
	display: block;
	height: 18px;
	width: 120px;
	margin-top:5px;
	overflow: hidden;	
}

.button-cv-download a {
	background: url(../assets/buttons/bio_button.gif) left 0px;
	display: block;
	height: 18px;
	width: 120px;
	text-indent: -9999px;
}

.button-cv-download a:hover {
	background: url(../assets/buttons/bio_button.gif) left -18px;
}

#photo-credit {
	font-size: 11px;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}


/* ------------------- Press ------------------- */

#reviews-left {
	width:635px;
	float: left;
}

#reviews-left ul li {
	display:block;
	font-size:11px;
	line-height:170%;
	margin-bottom:7px;
	width:635px;
}

#reviews-left .reviews-title {
	/*background-color: #EFEFEF;*/
	font-weight: bold;
	display:block;
	float:left;
	padding:0 5px;
}

#reviews-left .reviews-date {
	/*background-color: #EFEFEF;*/
	font-style: italic;
	display:block;
	float:left;
	padding:0 5px;
	margin-right: 5px;
}

#reviews-left .reviews-details {
	display:block;
	float:left;
	padding:0 5px;
	margin-right: 5px;	
}

#reviews-left .reviews-pad {
	margin-right: 5px;
}

#reviews-left .press-details {
	display: block;
	float: left;
}
#reviews-left em {
	margin-right: 3px;
}

#reviews-right {
	float: right;
	width:210px;
	margin-left: 15px;
}

#reviews-right h3 {
	background-color:#AFAFAF;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:175%;
	text-align:center;
}

#reviews-right li {
	border-bottom:1px dashed #8F8F8F;
	font-size:12px;
	font-style:italic;
	line-height:140%;
	padding:10px;
	color:#6F6F6F;
}

#reviews-right li.top-minus-ten {
	padding-top:0px;
}

#reviews-right .reviews-right-author {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-style: italic;
}

#reviews-left .button-pdf-download {
	height: 18px;
	overflow:hidden;
	display: block;
}

#reviews-left .button-pdf-download a {
	background: url(../assets/buttons/pdf_button.gif) right top;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:18px;
	line-height:190%;
	padding-left:5px;
	text-decoration:none;
	width:36px;
	color: #FFFFFF;
	margin-left:10px;
}

#reviews-left .button-pdf-download a:hover {
	background: url(../assets/buttons/pdf_button.gif) right -18px;
}




/* ------------------- Interviews ------------------- */

#interviews-video {
	width: 425px;
	float: left;
}

#interviews-video h3 {
	background:#AFAFAF url(../assets/video_icon.gif) no-repeat scroll 3px 2px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:200%;
	padding-left:30px;
}

#interviews-print {
	width: 425px;
	float: right;
}

#interviews-print h3 {
	background:#AFAFAF url(../assets/print_icon.gif) no-repeat scroll 3px 3px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:200%;
	padding-left:30px;
}

.interviews-print-article {
	display:block;
	float:left;
	margin-bottom:45px;
	width:900px;
}

.interviews-print-article h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

.interviews-print-article h4 {
	clear:both;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.interviews-print-article .article-text {
	border-bottom:1px solid #CCCCCC;
	display:block;
	float:left;
	padding-bottom:20px;
	width:690px;
}

.interview-print-image {
	float:right;
	margin-top:5px;
	overflow:hidden;
	text-align:right;
	width:180px;
}

.interviews-video-slot {
	display:block;
	float:left;
	margin-bottom:30px;
	width:450px;
}

.interviews-video-embed {
	width: 430px;
	overflow: hidden;
	display:block;
	float:	left;
}

.interviews-video-details {
	width: 430px;
	float: left;
	display: block;
}

.interviews-video-slot h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom: 10px;
}

.interviews-video-details p {
	margin-top: 10px;
}

/* ------------------- Exhibitions ------------------- */


.exhibitions-slot {
	display:block;
	float:left;
	margin-bottom:30px;
	width:900px;
}

.exhibitions-video-embed {
	width: 400px;
	overflow: hidden;
	display:block;
	float:	right;
}

#exhibitions-left-list {
	float:left;
	height:211px;
	overflow:auto;
	padding-bottom:10px;
	padding-right:5px;
	width:480px;
}

#exhibitions-left-list h3 {
	text-transform: none;
	font-weight:bold;
	margin-bottom: 5px;
}

#exhibitions-left-list ul {
	margin-bottom: 10px;
}

#exhibitions-left-list li {
	font-size: 11px;
	padding-bottom: 7px;
}

.exhibitions-left-details {
	width: 480px;
	float: left;
	display: block;
}

.exhibitions-left-details h3 {
	padding-right:10px;
}

.exhibitions-left-details p {
	margin-right:10px;
}

.exhibitions-left-details p.margin-top-ten {
	margin-top: 10px;
}



/* ------------------- Contact OLD -----------------------*/

#contact-form {
	float: left;
	width: 450px;
	border-right:1px solid #B0B0B0;
}

#contact-form input {
	padding:2px;
	width:270px;
	background-color: #FFF;
	border: solid 1px #B0B0B0;
	height: 15px;
	font-size: 12px;
	color: #555555;
}

#contact-form #submit-button {
	height: 20px;
	width: 75px;
	background-color: #555555;
	color: #FFF;
	font-weight:bold;
	cursor:pointer;
	border: solid 1px #555555;
}

.contact-error {
	color:#FF0000;
	margin:0 0 10px 0;
	font-size: 12px;
	color:#7F1717;	
}
.contact-accept {
	color:#339966;
	margin:0 0 10px 0;
	font-size: 12px;
}

#contact-form textarea {
	padding:2px;
	width:270px;
	height: 165px;
	background-color: #FFF;
	border: solid 1px #B0B0B0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
}

/* ------------------- Contact -----------------------*/


#contact-address {
	float:right;
	margin-top:110px;
	margin-right:100px;
}

#contact-address p {
	font-size:15px;
	line-height:120%;
}

#contact-address p a {
	text-decoration: none;
	color: #7F1717;
}

#contact-address p a:hover {
	text-decoration: none;
	color: #AF0A0A;
}

/* ------------------- New Contact -----------------------*/


#contact-wrapper {
	border-right:1px solid #B0B0B0;
	float:left;
	width:450px;
}
#contact-wrapper div {
	clear:both;
	margin-bottom:15px;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:12px;
	margin-bottom: 3px;
}
#contact-wrapper label.error {
	color: #7F1717;
	margin-top: 5px;
}
form#contactform input {
	background-color:#FFFFFF;
	border:1px solid #B0B0B0;
	color:#555555;
	font-size:12px;
	height:15px;
	padding:2px;
	width:270px;
}
form#contactform textarea {
	background-color:#FFFFFF;
	border:1px solid #B0B0B0;
	color:#555555;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	height:165px;
	padding:2px;
	width:270px;
}

form#contactform #submit-button {
	background-color:#555555;
	border:1px solid #555555;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:20px;
	width:75px;
}

form#contactform #mailing-checkbox {
	width: 13px;
	padding: 0px;
	border: none;
	height: 13px;
}

form#contactform #mailing-checkbox-label {
	display: inline;
	margin-bottom: 0px;
}

#contactform p.mailing-notice {
	font-style: italic;
	font-size: 10px;
}

#contact-wrapper .mailing-alternate {
	margin-top: 10px;
	/*	font-style: italic; */
	font-size: 11px;
}

/* ------------------- Shop -----------------------*/


#shop-box {
	float:left;
	margin-top: 10px;
}

#shop-box h3 {
	clear:both;
	color:#7F1717;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-left:-2px;
}

#shop-box p {
	font-size:12px;
	line-height:110%;
	margin-bottom:5px;
}

.margin-top-something {
	margin-top: 60px;	
	
}

/* ------------------- Social Menu -----------------------*/

#social-cont {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 924px;
	z-index: 1000;
	text-align: right;
}

#social-menu {
	position:absolute;
	right:0px;
	top:5px;
	width:165px;
}

#social-menu li{
	height:18px;
	float:left;
	color:#555555;
	text-align:left;
	overflow:hidden;
	background-color: #CCC;
}

#social-menu li.dropdown-one{
	margin-right: 5px;
	width: 90px;
}

#social-menu li.dropdown-two{
	width: 70px;
}

#social-menu li span a {
	color:#555555;
	cursor:pointer;
	display:block;
	font-size:10px;
	height:15px;
	padding:5px 3px 0 23px;
	text-decoration:none;
}

#social-menu li span a:hover {
	background-color: #9f9f9f;
}

#social-menu li span.first-link a {
	padding-left: 3px;
	background-color: #FFF;
	font-size:11px;
}

#social-menu li span.first-link a:hover {
	color: #333;
}

#social-menu li .social-reddit a {
	background: transparent url(../assets/social_img/reddit_16.png) no-repeat 2px 2px;
}

#social-menu li .social-stumbleupon a {
	background: transparent url(../assets/social_img/stumbleupon_16.png) no-repeat 2px 2px;
}

#social-menu li .social-twitter a {
	background: transparent url(../assets/social_img/twitter_16.png) no-repeat 2px 2px;
}

#social-menu li .social-yahoobuzz a {
	background: transparent url(../assets/social_img/yahoobuzz_16.png) no-repeat 2px 2px;
}

#social-menu li .social-technorati a {
	background: transparent url(../assets/social_img/technorati_16.png) no-repeat 2px 2px;
}

#social-menu li .social-newsvine a {
	background: transparent url(../assets/social_img/newsvine_16.png) no-repeat 2px 2px;
}

#social-menu li .social-gmail a {
	background: transparent url(../assets/social_img/email_16.png) no-repeat 2px 2px;
}

#social-menu li .social-diggit a {
	background: transparent url(../assets/social_img/digg_alt_16.png) no-repeat 2px 2px;
}

#social-menu li .social-facebook a {
	background: transparent url(../assets/social_img/facebook_16.png) no-repeat 2px 2px;
}

#social-menu li .social-googlebm a {
	background: transparent url(../assets/social_img/google_16.png) no-repeat 2px 2px;
}

#social-menu li .social-linkedin a {
	background: transparent url(../assets/social_img/linkedin_16.png) no-repeat 2px 2px;
}

#social-menu li .social-myspace a {
	background: transparent url(../assets/social_img/myspace_16.png) no-repeat 2px 2px;
}

#social-menu li .social-yahoomyweb a {
	background: transparent url(../assets/social_img/yahoo_16.png) no-repeat 2px 2px;
}

#social-menu li .social-facebook a {
	background: transparent url(../assets/social_img/facebook_16.png) no-repeat 2px 2px;
}

#social-menu li .social-twitter a {
	background: transparent url(../assets/social_img/twitter_16.png) no-repeat 2px 2px;
}

#social-menu li .social-vimeo a {
	background: transparent url(../assets/social_img/vimeo_16.png) no-repeat 2px 2px;
}

#social-menu li .social-youtube a {
	background: transparent url(../assets/social_img/youtube_16.png) no-repeat 2px 2px;
}