/* @group General styles */

/*
Harmonise v1.1
Resets styles then adds basic typographical styling
By Richard Rutter, clearleft.com
*/
/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body {
	margin: 0 auto;
	position: relative;
	color: #343535;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: white repeat-x;
	height: 100%;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end Reset */

/* @group Font sizes */

/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em;  /* 14px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

/* @end Font sizes */

/* @group Margins */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-bottom: 1.4286em; /* 20px */
}
p {
	margin: 0.8571em 0 1.4286em 0;
}
form {
	margin-bottom: 1.517em; /* 18px */
}
ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

/* @end Margins */

/* @group Links */

a:link,
button.link span {
	color: #22a7d3;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #22a7d3;
}

a:visited {
	color: #22a7d3;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #22a7d3;
}

a:hover,
a:focus,
button.link:hover,
button.link:focus span {
	color: #fff; 
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #22a7d3;
	background-color: #22a7d3;
}
a:active,
button.link:active span {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #22a7d3;
	background-color: #22a7d3;
}

img a:link, a:visited, a:hover, a:active, a:focus {
	border: 0;
}
a.lightbox-enabled{ 
	border:0; 
	float:left;
	margin-top:6px;
	margin-right:4px;
        background:transparent;
}
a.showDates{
	border:0;
}
a.showVideo{
	border:0;
 display:block;
 padding:2px;
}
.video_thumb_container .showVideo{
 background:#535353;
}
a.showVideo:hover{
 background:#5eb8c6;
}
/*
.watch_video .showVideo
.video_info .showVideo{
 background:transparent;
}
*/
a.showVideo img{
  /* border: 1px solid #5eb8c6; */
 display:block;
 margin:0 auto;
}

/* @end Links */

/* @group Headings */

h1 { 		/* 50px */
    line-height: 1; 			/* 50px */
	margin-top: 0.56em; 		/* 28px */
	margin-bottom: 0.5em; 		/* 25px */
    color: #22a7d3;
	font-size: 1.5em;
}
h2 {
	font-size: 1.7857em;   		/* 25px */
	line-height: 1.4; 			/* 35px */
	margin-top: 1.2em;		   	/* 30px */
	margin-bottom: 1.4em; 	 	/* 35px */
    color: #645951;
}
h3 {
	font-size: 1.2857em;		/* 18px */
	margin-top: 1.1111em;     	/* 20px */
	margin-bottom: 0.5556em; 	/* 10px */
	color: #645951;
}
h4 {
	font-size: 1.1428em;   		/* 16px */
	margin-top:1.25em;	   		/* 20px */
	margin-bottom: 0.625em; 	/* 10px */
}
h5, h6 {
	font-size: 1em;  			/* 14px */
}

/* @end Headings */

/* @group Lists */

.prose ul, ul.bullets, ul.bullets ul {	/* unordered lists more often DON'T require bullets except in extended bits of writing - use the .prose class or apply directly with .bullets */
	list-style-type: disc;
	margin-left: 1.385em; /* 18px */
}
.bullets li {
	margin-top: 0.5em;			/*  8px */
	margin-bottom: 1.25em;		/* 18px */
}

ol {	/* ordered lists usually DO require bullets */
	list-style-type: decimal;
	margin-left: 2.077em; /* 27px */
}

dt {
	font-weight: bold;
	margin-top: 1.385em; /* 18px */
}

/* @end Lists */

/* @group Blockquotes */

blockquote {
	margin-left: 1.385em; /* 18px */
	margin-right: 1.385em; /* 18px */
}

blockquote cite,
blockquote em {
	font-style: normal;
}

/* @end Blockquotes */

/* @group Forms */

/* @group Containers */

form .container {
	margin-bottom: 1.385em; /* 18px */
}

/* @group Fieldsets */

fieldset {
	border: 1px solid #ccc;
	padding: 0 1.385em 0.692em 1.385em; /* 9px 18px 0 18px */
}

legend {
	font-weight: bold;
}

form fieldset .container {
	margin-top: 1.385em; /* 18px */
	margin-bottom:0;
	position: relative;
}

/* @end Fieldsets */

/* @end Forms */

/* @group Labels */

label {
	font-weight: bold;
	cursor: pointer;
}

.meta-label {
	font-weight: bold;
	margin-bottom: 0;
}

.multi-container label, 
.radio-container label, 
.checkbox-container label {
	font-weight: normal;
}

.radio-container label, 
.checkbox-container label {
	display: block;
}

.compact label {
	display: inline;
}

/* @end */

/* @group Meta */

form .help {
	display: block;
	color: #777;
	font-style: normal;
	font-size: 0.846em; /* 11px */
}

/* @end Meta */

/* @group Form controls */

input,
textarea,
select,
button {
	font-family: inherit;
	font-size: 1em;
}

textarea,
input[type='text'], 
input[type='password'],
select {
	border-width: 1px;
	border-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	padding: 0 1px 1px 1px;
	margin-bottom: 5px;
	width: 60px;
}

textarea, 
input[name='email'] {
	width: 175px;
	background-color: #a0a0a0;
	color: white;
}

textarea, 
input[name='name'] {
	width: 100px;
	background-color: #a0a0a0;
	color: white;
}

textarea:focus,
input[type='text']:focus, 
input[type='password']:focus,
select:focus {
	border-color: #888;
	outline: 2px solid #00008d;
}

input.short {
	width: 4em;
}

input.medium,
textarea.medium {
	width: 12em;
}

input.long,
textarea.long {
	width: 30em;
}

textarea {
	width: 99%;
	display: block;
}

.button-container input {
	font-weight: bold;
}

.button-container input.cancel {
	font-weight: normal;
}

button {
	border: 0;
	padding: 0;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

button.link {
	background-color: #fff;
	font-weight: normal;
}

/* accessability feature, resize check and radio inputs */
.radio-container input, 
.checkbox-container input {
	width: 1em;
	height: 1em;
}

/* @end */

/* @end */

/* @group Other elements */

/* @end Other elements*/

/* @group Other Text Stylings */

.date {
	color: #c00000;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.return_link {
	font-size: .85em;
	padding-bottom: 5px;
	padding-top: 0;
}

/* @end */

/* @end General styles*/

/* @group Helper styles */

.clear {
	clear: both;
}

/* @end Helper styles */

/* @group Page structure */

#master_container {
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background: white;
}
.section {
	clear: both;
}
.contents {
	text-align: left;
	min-width: 54em;
	max-width: 78em; /* 1092px */
	width: 90%;
	margin: 0 auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

/* @group Header */

/* @group Navigation */

#nav {
	width: 640px;
	list-style: none;
	position: relative;
	height: 30px;
	margin-bottom: 0px;
}

#nav li {
	float: left;
    height: 30px;
    overflow: visible;	
}

#nav li a {
	height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(../img/main_nav.gif);    	
    background-color: transparent;
    background-repeat: no-repeat;
    border-bottom: none;
}

/* @group Home */

#nav li.home a,
#nav li.home a:link,
#nav li.home a:visited {
	width: 55px;
    background-position: 0 0;
}
#nav li.home a:hover,
#nav li.home a:focus,
#nav li.home a:active {
	width: 55px;
	background-position: 0 -30px;
}
.home #nav li.home a,
.home #nav li.home a:link,
.home #nav li.home a:visited,
.home #nav li.home a:hover, 
.home #nav li.home a:focus,
.home #nav li.home a:active {
	width: 55px;
	background-position: 0 -60px;
}

/* @end */

/* @group Points Of Interest */

#nav li.poi a,
#nav li.poi a:link,
#nav li.poi a:visited {
	width: 146px;
    background-position: -55px 0;
}
#nav li.poi a:hover,
#nav li.poi a:focus,
#nav li.poi a:active {
	width: 146px;
	background-position: -55px -30px;
}
.poi #nav li.poi a,
.poi #nav li.poi a:link,
.poi #nav li.poi a:visited,
.poi #nav li.poi a:hover, 
.poi #nav li.poi a:focus,
.poi #nav li.poi a:active {
	width: 146px;
	background-position: -55px -60px;
}

/* @end */

/* @group About */

#nav li.about a,
#nav li.about a:link,
#nav li.about a:visited {
	width: 55px;
    background-position: -201px 0;
}
#nav li.about a:hover,
#nav li.about a:focus,
#nav li.about a:active {
	width: 55px;
	background-position: -201px -30px;
}
.about #nav li.about a,
.about #nav li.about a:link,
.about #nav li.about a:visited,
.about #nav li.about a:hover, 
.about #nav li.about a:focus,
.about #nav li.about a:active {
	width: 55px;
	background-position: -201px -60px;
}

/* @end */

/* @group Live Dates */

#nav li.live a,
#nav li.live a:link,
#nav li.live a:visited {
	width: 88px;
    background-position: -256px 0;
}
#nav li.live a:hover,
#nav li.live a:focus,
#nav li.live a:active {
	width: 88px;
	background-position: -256px -30px;
}
.live #nav li.live a,
.live #nav li.live a:link,
.live #nav li.live a:visited,
.live #nav li.live a:hover, 
.live #nav li.live a:focus,
.live #nav li.live a:active {
	width: 88px;
	background-position: -256px -60px;
}

/* @end */

/* @group Video */

#nav li.video a,
#nav li.video a:link,
#nav li.video a:visited {
	width: 54px;
    background-position: -344px 0;
}
#nav li.video a:hover,
#nav li.video a:focus,
#nav li.video a:active {
	width: 54px;
	background-position: -344px -30px;
}
.video #nav li.video a,
.video #nav li.video a:link,
.video #nav li.video a:visited,
.video #nav li.video a:hover, 
.video #nav li.video a:focus,
.video #nav li.video a:active {
	width: 54px;
	background-position: -344px -60px;
}

/* @end */

/* @group Writing */

#nav li.writing a,
#nav li.writing a:link,
#nav li.writing a:visited {
	width: 74px;
    background-position: -398px 0;
}
#nav li.writing a:hover,
#nav li.writing a:focus,
#nav li.writing a:active {
	width: 74px;
	background-position: -398px -30px;
}
.writing #nav li.writing a,
.writing #nav li.writing a:link,
.writing #nav li.writing a:visited,
.writing #nav li.writing a:hover, 
.writing #nav li.writing a:focus,
.writing #nav li.writing a:active {
	width: 74px;
	background-position: -398px -60px;
}

/* @end */

/* @group Shop */

#nav li.shop a,
#nav li.shop a:link,
#nav li.shop a:visited {
	width: 48px;
    background-position: -472px 0;
}
#nav li.shop a:hover,
#nav li.shop a:focus,
#nav li.shop a:active {
	width: 48px;
	background-position: -472px -30px;
}
.shop #nav li.shop a,
.shop #nav li.shop a:link,
.shop #nav li.shop a:visited,
.shop #nav li.shop a:hover, 
.shop #nav li.shop a:focus,
.shop #nav li.shop a:active {
	width: 48px;
	background-position: -472px -60px;
}

/* @end */

/* @group Press */

#nav li.press a,
#nav li.press a:link,
#nav li.press a:visited {
	width: 55px;
    background-position: -520px 0;
}
#nav li.press a:hover,
#nav li.press a:focus,
#nav li.press a:active {
	width: 55px;
	background-position: -520px -30px;
}
.press #nav li.press a,
.press #nav li.press a:link,
.press #nav li.press a:visited,
.press #nav li.press a:hover, 
.press #nav li.press a:focus,
.press #nav li.press a:active {
	width: 55px;
	background-position: -520px -60px;
}

/* @end */

/* @group Contact */

#nav li.contact a,
#nav li.contact a:link,
#nav li.contact a:visited {
	width: 65px;
    background-position: -575px 0;
}
#nav li.contact a:hover,
#nav li.contact a:focus,
#nav li.contact a:active {
	width: 65px;
	background-position: -575px -30px;
}
.contact #nav li.contact a,
.contact #nav li.contact a:link,
.contact #nav li.contact a:visited,
.contact #nav li.contact a:hover, 
.contact #nav li.contact a:focus,
.contact #nav li.contact a:active {
	width: 65px;
	background-position: -575px -60px;
}

/* @end */


/* @end Navigation*/

/* @end Header */

/* @group Footer */

#footer {
    width: 100%;
    clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	background: transparent url(../img/chris_footer_sep.gif) no-repeat 0 25px;
	padding-left: 25px;
	font-size: .9em;
}

#footer a:link,
button.link span {
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
	/*	padding-right: 10px; */
	border-bottom-style: none;
	background-color: transparent;
}

#footer a:visited {
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: none;
	background-color: transparent;
}

#footer a:hover {
	color: #c00000; 
	text-decoration: underline;
	font-weight: bold;
	border-bottom-style: none;
	background-color: transparent;
}
#footer em{
 padding:0 5px;
}
#footer #copyright {
	color: #969696;
	font-size: .8em;
}

#footer #copyright a:link {
	color: #969696;
}

/* @end Footer */

/* @group Page Layout */

.primary {
	width: 475px;
	/*border: 1px solid #00fb4d;*/
	float: left;
}
.secondary {
	width: 265px;
	/*border: 1px solid orange;*/
	position: relative;
	margin-left: 18px;
	clear: none;
	float: left;
}
/*
  styles for section labels
*/
#section_title{ height:65px; }
.home #section_title{ display:none; }
.poi  #section_title{
background:transparent url(../img/section_title_poi.gif) 0px 0px no-repeat;
}
.about  #section_title{
background:transparent url(../img/section_title_about.gif) 0px 0px no-repeat;
}
.contact  #section_title{
background:transparent url(../img/section_title_contact.gif) 0px 0px no-repeat;
}
.press  #section_title{
background:transparent url(../img/section_title_press.gif) 0px 0px no-repeat;
}
.shop  #section_title{
background:transparent url(../img/section_title_shop.gif) 0px 0px no-repeat;
}
.live  #section_title{
background:transparent url(../img/section_title_live_dates.gif) 0px 0px no-repeat;
}
.video  #section_title{
background:transparent url(../img/section_title_video.gif) 0px 0px no-repeat;
}
.writing  #section_title{
background:transparent url(../img/section_title_writing.gif) 0px 0px no-repeat;
}


.tertiary {
	width: 585px;
	/*border: 1px solid orange;*/
	position: relative;
	margin-left: 10px;
	clear: none;
	float: left;
	/*	height: 100px; */
	margin-bottom: 10px;
}

/* @group Separators */

.horizontal_separator {
	width: 409px;
	height: 7px;
}

/* @end */

/* @end */

/* @end */

/* @group Page components */

#chris_image {
	width: 413px;
	height: 837px;
	display: block;
	position: absolute;
	margin-left: 725px;
	z-index: 200;
}

#bird {
	width: 88px;
	height: 82px;
	display: block;
	position: absolute;
	margin-left: 210px;
	z-index: 201;
	margin-top: -50px;
}

#coffee-cup {
	width: 168px;
	height: 103px;
	display: block;
	position: absolute;
	margin-left: 125px;
	z-index: 202;
	margin-top: -70px;
}

#banner_zone {
	width: 728px;
	height: 90px;
	position: relative;
	left: 20px;
	top: 6px;
}

#banner_zone a {
	border-style: none;
	background-color: transparent;
}

.home_banner {
	float: right;
}

/* @group General Page Content */

.general_content_header {
	width: 475px;
	background: url(../img/general_content_outline_header.gif) no-repeat;
	height: 10px;
}
.general_content {
	width: 410px;
	padding: 20px 30px 20px 35px;
	background: url(../img/general_content_outline_tile.gif) repeat-y;
}

.general_content_footer {
	width: 475px;
	background: url(../img/general_content_outline_footer.gif) no-repeat;
	height: 14px;
}


/* @end */

/* @group Email Signup and Logo */

#email_logo_container {
	width: 740px;
	height: 105px;
	position: relative;
	background-image: url(../img/chris_logo_and_email.gif);
	display: inline-block;
	top: 7px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#email_form {
	position: relative;
	top: 38px;
	left: 540px;
	width: 200px;
}

.email_form_button {
	position: absolute;
	top: 25px;
	left: 110px;
	width: 68px;
	display: block; 
	text-align: center; 
	text-decoration: none; 
	border: 1px solid #816b36; 
	background-color: #00008d;	color: white;
	font-weight: bold;
}

.email_form_button:hover, focus {	background-color: #00008d; 
	border-color: #74d1fc;
	text-decoration: underline;
}



/* @end */

/* @group Social Links */

#social_links_container {
	/*border: 1px solid fuchsia;*/
	background: url(../img/chris_social.gif) no-repeat;
	height: 120px;
	width: 265px;
}

#social_links {
	padding-left: 28px;
	padding-top: 45px;
}
#social_links img {
	padding-right: 5px;
	border-style: none;
}

#social_links a {
	border-style: none;
	background-color: transparent;
}


/* @end */

/* @group Tweets */

#tweet_container {
	width: 265px;
}
#tweet_content {
	width: 200px;
	background: url(../img/chris_tweets_vertical_tile.gif) repeat-y;
	padding-right: 30px;
	padding-left: 35px;
	padding-bottom: 15px;
}

.tweet{
	padding-bottom: 20px;
}

.tweet h3{
	color: #c00000;
	text-transform: uppercase;
	font: .6em/1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .15em;
}


/* @end */

/* @group Articles */

.article {
	
}

.inline_thumb {
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

.thumbnail_gallery {
	/*border: 1px solid #ff1e14;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.gallery_thumb {
	float: left;
/*
	margin-left: 25px;
	margin-top: 15px;
*/
	border: 2px solid #4d4e4e;
}


/* @end */

/* @group Home Video Player */

#home_video_player_container {
	width: 445px;
}
.home_video_player_header {
	width: 445px;
	background: url(../img/chris_video_player_header.gif) no-repeat;
	height: 51px;
}
.home_video_player_header a {
	position: relative;
	top: 18px;
	left: 310px;
}
.home_video_player_content {
	width: 445px;
	background: url(../img/chris_video_player_tile.gif) repeat-y;
	padding-bottom: 6px;
}
.home_video_player_footer {
	width: 445px;
	background: url(../img/chris_video_player_footer.gif) no-repeat;
	height: 17px;
}
.home_video_player_info {
	width: 360px;
	background: #000;
	margin-left: 23px;
	padding: 15px 20px 20px;
	color: white;
}
.home_video_player_content #player {
	margin-left: 23px;
}



/* @end */

/* @group Points Of Interest Home */

#home_poi_container {
	width: 585px;
}
.home_poi_header {
	width: 585px;
	height: 60px;
	background: url(../img/chris_points_of_interest_header.gif) no-repeat;
}
.home_poi_header a {
	position: relative;
	top: 27px;
	left: 460px;
}

.home_poi_content {
	width: 470px;
	background: url(../img/chris_points_of_interest_tile.gif) repeat-y;
	padding-right: 80px;
	padding-left: 35px;
	padding-bottom: 25px;
}

.home_poi_footer {
	width: 585px;
	background: url(../img/chris_points_of_interest_footer.gif) no-repeat;
	height: 23px;
}
.no_poi {
  margin-top:0px;
  padding-top:20px;
}

/* @end */

/* @group Live Dates */

.tour {
	border-bottom: 3px solid #4e4f4f;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.tour .date {
	display: block;
	margin-bottom: 10px;
}
.tour p {
	font-size: .92em;
	color: #454646;
}
.tour_date {
	border-top: 1px solid #535353;
	padding-top: 10px;
	margin-bottom: 10px;
}
.tour_date h2 {
	font-weight: bold;
	color: black;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0;
}
.date_container {
	width: 100px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 5px;
}
.date_info {
	width: 150px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 5px;
}
.date_download {
	width: 70px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 10px;
}
.date_download a:link {
	color: #c00000;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.date_download a:visited {
	color: #c00000;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.date_download a:hover {
	color: #272727;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
	background-color: #c00000;

}

.date_purchase {
	width: 70px;
	/*border: 1px solid #fcea35;*/
	float: left;
	font-size: .8em;
	font-weight: bold;
}
.date_purchase a:link {
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.date_purchase a:visited {
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.date_purchase a:hover {
	color: #272727;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
	background-color: #c00000;

}
.additional_info {
	color: #454646;
	font-size: .85em;
}

/* @end */

/* @group About */
.about_image {
	border: 2px solid #626262;
	display: block;
	margin-bottom: 20px;
}
.about p {
	text-align: justify;
}


/* @end */

/* @group Videos */

#video-preview .video-preview-header{
  text-align:right;
 padding:7px;
}

#video-preview .video-preview-header .close{
 background:pink;
 background:transparent;
 border:none;
 /*
 padding:10px;
 z-index:99999;
 margin:7px 0;
 float:right;
 */
 color:#bbb;
}
#video-preview .close:hover{
 background:#22a7d3;
}
#video-preview .close span{
 color:#fff;
}
.video-preview-footer{
  margin-top:10px;
  margin-right:16px;
}
.video-preview-footer h4{
color: #22a7d3; padding:6px 0px 5px 0px; margin:0;
}

.video-preview-footer p{
color:white; margin:5px 0px 10px 0px;
}
.video-preview-footer div{
border-top:1px solid #888; padding:4px 0px 2px;
}
.video-preview-footer span.tags{
display:inline-block; float:right; color:#f6cc66; font-size:10px;
}
.video-preview-footer span.director{
display:inline-block; color:#f6cc66; font-size:10px;
}


.videos {
	border-bottom: 3px solid #4e4f4f;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.videos .date {
	display: block;
	margin-bottom: 10px;
}
.videos p {
	font-size: .92em;
	color: #454646;
}
.video_entry {
	border-top: 1px solid #535353;
	padding-top: 10px;
	margin-bottom: 10px;
}

.video_entry .date {
	padding-top: 5px;
}
.video_entry h2 {
	font-weight: bold;
	color: #454646;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0;
}
.video_thumb_container {
	width: 154px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 10px;
}
.video_thumb_container img{
  /*	border: 2px solid #535353; */
}
.video_info {
	width: 190px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 10px;
}
.director_credit {
	color: #454646;
	font-size: .8em;
}
.watch_video {
	width: 45px;
	/*border: 1px solid #fcea35;*/
	float: left;
}
.watch_video a:link {
	color: #c00000;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.watch_video a:visited {
	color: #c00000;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.watch_video a:hover {
	color: #272727;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
	background-color: #c00000;

}
.video_entry .additional_info {
	color: #454646;
	font-size: .85em;
}

/* @end */

/* @group Store */

.store {
	/*border-bottom: 3px solid #4e4f4f;*/
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.store p {
	font-size: .92em;
	color: #454646;
}
.store_entry {
	border-bottom: 1px solid #535353;
	padding-bottom: 10px;
	margin-top: 10px;
}

.price {
	color: #c00000;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-top: 10px;
	display: block;
}

.store_entry h2 {
	font-weight: bold;
	color: #454646;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0;
}
.item_thumb_container {
	width: 154px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 10px;
}
.item_thumb_container img{
	border: 2px solid #535353;
}
.item_info {
	width: 190px;
	/*border: 1px solid #fcea35;*/
	float: left;
	margin-right: 10px;
}

.buy_item {
	width: 45px;
	/*border: 1px solid #fcea35;*/
	float: left;
}
.buy_item a:link {
	color: #c00000;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.buy_item a:visited {
	color: #c00000;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
}

.buy_item a:hover {
	color: #272727;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #c00000;
	background-color: #c00000;

}
.item_info .additional_info {
	color: #454646;
	font-size: .85em;
	display: block;
	padding-top: 10px;
}

/* @end */

/* @group Contacts */

.contacts {
	padding-top: 10px;
	padding-bottom: 10px;
}

.contacts h2 {
	font-weight: bold;
	color: #454646;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}

.contacts .additional_info {
	color: ##454646;
	font-size: .9em;
	padding-top: 5px;
}

.subcategory {
	color: #c00000;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-bottom: 10px;
	display: block;
}

.company_name {
	color: #c00000;
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.company_name a:link {
	color: #c00000;
	text-decoration: none;
	border-bottom: 1px solid #c00000;
}

.company_name a:visited{
	color: #c00000;
	text-decoration: none;
	border-bottom: 1px solid #c00000;
}

.company_name a:hover {
	color: #272727;
	text-decoration: none;
	border-bottom: 1px solid #c00000;
	background-color: #c00000;
}

/* @end */

/* @end */

/* @group Overrides */

/* @end */



